/* main employee-benefits */
.employee-benefits {
	padding-top: 1.5em;
	padding-bottom: 6em;
	background-color: #1357A4;
	position: relative;
}

.employee-benefits::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 800px;
	border-color: transparent transparent transparent #1357a4;
	position: absolute;
	top: -100px;
}

.employee-benefits-main .section-title, .employee-benefits-main .section-sub-title {
	color: #fff;
}

.employee-benefits-contents {
	margin-top: 4.5em;
}

.benefit-detail {
	height: 480px;
	border: 5px solid #fff;
	padding: 0 1.3em 2em;
}

.benefit-detail-title {
	width: 73%;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: center;
	background: #fff;
	position: relative;
}

.benefit-detail-title::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 38px 0 0;
	border-color: #1357a4 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: -0.65em;
}

.benefit-detail-title::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 60px 38px;
	border-color: transparent transparent #1357a4 transparent;
	position: absolute;
	top: 0;
	right: 0.02em;
}

.employee-benefits-contents .benefit-detail-holiday .benefit-detail-title {
	width: 83%;
}

.benefit-detail-title h6 {
	display: inline-block;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	background-color: #1357A4;
	padding: 0.2em 0.2em;
	position: relative;
}

.benefit-detail-title h6::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 43px 24px;
	border-color: transparent transparent #1357a4 transparent;
	position: absolute;
	top: 0;
	left: -0.85em;
}

.benefit-detail-title h6::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 26px 0 0;
	border-color: #1357a4 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -0.95em;
}

.benefit-detail-image {
	margin-top: 3em;
	text-align: center;
}

.benefit-icon{
	width: 93%;
	height: 93%;
}

.benefit-detail-discription {
	padding: 0.25em 0;
	margin-top: 2em;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #1357A4;
	background-color: #fff;
}

.benefit-detail .toggle-benefit-content {
	text-align: center;
	margin-top: .5em;
	font-size: .9em;
	color: #ffffff;
	transition: .2s;
}

.benefit-detail .toggle-benefit-content:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 80%;
}

.benefit-accordion {
	max-width: 1110px;
	margin: 3em auto;
	padding: 1.5em 3em;
	background-color: #ffffff
}

.benefit-accordion h6 {
	color: #ea6d4b;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

.benefit-accordion h5 {
	margin-bottom: .5em;
}

.benefit-accordion p {
	margin-left: .5em;
	margin-bottom: 3em;
}

.benefit-accordion .close-benefit-accordion {
	text-align: right;
}

.benefit-accordion .close-benefit-accordion i {
	font-size: 2em;
	color: #6e6e6e;
	transition: .2s;
}

.benefit-accordion .close-benefit-accordion i:hover {
	cursor: pointer;
	opacity: 70%;
}

.paid-leave, .child-care, .retirement-allowance {
	display: none
}

.paid-leave .calender {
	position: relative;
}

.paid-leave .calender .occupation-label {
	position: absolute;
	top: -2.25em;
	left: 0.8em;
	font-size: 1em;
}

.paid-leave .calender .occupation-label p {
	margin: 0;
}

.paid-leave-md p {
	margin-bottom: 1em;
}

.paid-leave-md img {
	margin-bottom: 3em;
}

.desired img {
	margin-top: .2em;
}

.benefit-accordion .calender table {
	margin-left: 1em;
	margin-bottom: 2em;
}

.benefit-accordion .calender td {
	background-color: #ffffff;
	font-size: .8em;
}

.benefit-accordion .calender table .holiday {
	background-color: #d2e6fc;
}

.benefit-detail-family .benefit-detail-discription {
	font-size: 1.25em;
}

.child-care li {
	font-size: 1.1em;
	list-style: none;
	margin-bottom: 1em;
}

.benefit-accordion a {
	color: #1357a4;
	padding-bottom: .1em;
	border-bottom: 1px solid #1357a4;
}

.retirement-allowance p {
	font-size: 1.1em;
	line-height: 1.8em;
}

.retirement-allowance a {
	transition: .2s;
}

.retirement-allowance a:hover {
	opacity: 70%;
}

.employee-benefits-main {
	margin-bottom: 6em;
}
/* main employee-benefits */
