/*------------------------------------*\
    HEADER
\*------------------------------------*/
#hh1{
	padding: 1rem 0;
}
#hh1Wrp{
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#logo{
	width: 400px;
}
#rLogo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 661px;
	height: 105px;
	background: url(img/bg-1.png) 0 0 no-repeat;
	padding: 0 10px 4px;
	color: #fff;
}
#rlogoIchl{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 5px -1px #d0d0cf;
}
#rlogoIchl i{
	font-size: 36px;
    color: #ec2131;
    line-height: 1;
    transform: rotate(-35deg);
}
#rlogoBtn{
	display: flex;
	align-items: center;
}
#rlogoBtn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 75px;
}
#rlogoBtn i{
	width: 44px;
	height: 46px;
	background-position: 0px 0px;
}
#rlogoIc3{
	background-position-x: -48px !important;
}
#rlogoIc4{
	background-position-x: -96px !important;
}
#rlogoTxthl{
	padding: 0 20px 0px 25px;
	border-right: 1px dashed #fff;
}
#rlogoTxthl p{
	margin: 0;
}
#rlogoTxthl strong{
	display: block;
    font-size: 32px;
    color: #ffff00;
    font-family: 'HelvetIns';
    margin-bottom: 5px;
	font-weight: 400;
	line-height: 1;
}
#rlogoIc1{
	width: 36px;
	height: 37px;
	background-position: -144px -5px;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
.secWrp{
	padding: 35px 0;
	position: relative;
}
.secHead strong{
	font-weight: 400;
}
.secHead.type1{
	display: flex;
	align-items: center;
	font-size: 24px;
	position: relative;
	padding-left: 80px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'HelvetIns';
}
.secHead.type1 strong{
	position: relative;
}
.secHead.type1 strong::after{
	content: '';
	display: block;
	width: 50%;
	height: 5px;
	background: #333;
	/* margin-top: 12px; */
}
.secHead.type2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.secHead.type2 strong{
	font-family: 'HelvetIns';
	font-size: 30px;
	text-transform: uppercase;
}

#sec1{
	background: #1b9564;
}
#sec1 .secHead{
	font-size: 34px;
	color: #fff;
}
#sec1 .secHead:after{
	content: '\f015';
	font-family: 'FontAwesome5Pro';
	font-size: 60px;
	position: absolute;
	left: 0;
	font-weight: 700;
}
#sec1 .secHead strong::after{
	background: #fff !important;
	width: 70%;
	height: 3px;
}
.sec1Box{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
    padding: 10px;
	height: 100%;
}
.sec1Box span{
	display: flex;
	align-items: center;
	height: 60px;
	font-family: 'HelvetIns';
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 10px;
}
.sec2Txt{
	display: flex;
	flex-direction: column;
}
.sec2Txt b{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'HelvetIns';
	font-weight: 400;
}
.sec2Txt p{
	margin-top: 0px;
	margin-bottom: 10px;
    line-height: 1.4;
    text-align: justify;
}
.sec2Txt a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 50px;
    background: #1b9564;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 75%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
#sec3{
	padding-top: 0 !important;
}
#sec3:before,#sec7:before{
	content: "";
	display: block;
	width: 55%;
	height: calc(100% - 50px);
	position: absolute;
	top: 50px;
	left: 15%;
	background: #ededed;
	z-index: 0;
	transform: skewX(15deg);
}
#sec3 .secHead{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b9564;
    height: 115px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}
#sec3 .secHead strong{
	position: relative;
	padding: 0 15px;
}
#sec3 .secHead strong:before, #sec3 .secHead strong:after{
	font-family: FontAwesome5Pro;
    font-size: 24px;
    color: #fff;
    position: absolute;
	font-weight: 700;
    line-height: 1;
}
#sec3 .secHead strong:before {
    content: '\f10d';
    top: 0px;
    left: -20px;
}
#sec3 .secHead strong:after {
    content: '\f10e';
    bottom: 0px;
    right: -20px;
}
.sec3Tit{
    background: #005936;
    height: 55px;
    line-height: 55px;
    font-family: 'HelvetIns';
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sec3Box{
	border: 2px solid #005936;
	height: calc(100% - 85px);
}
.sec3Box:not(.allbd){
	border-right: none;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
}
.sec3Typ1{
	width: 50%;
	border-bottom: 2px solid #005936;
	border-right: 2px solid #005936;
	padding: 10px 10px 0;
	text-align: center;
}
.sec3Line{
	display: block;
    height: 10px;
    background: #1b9564;
}
.sec3Typ1 i{
	height: 51px;
	background-position-y: -53px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#sec3Ic1{
	width: 39px;
	background-position-x: -2px;
}
#sec3Ic2{
	width: 30px;
	background-position-x: -45px;
}
#sec3Ic3{
	width: 39px;
	background-position-x: -79px;
}
#sec3Ic4{
	width: 51px;
	background-position-x: -122px;
}
#sec3Ic5{
	width: 58px;
	background-position-x: -177px;
}
#sec3Ic6{
	width: 48px;
	background-position-x: -239px;
}
#sec3Ic7{
	width: 42px;
	background-position-x: -291px;
}
#sec3Ic8{
	width: 51px;
	background-position-x: -337px;
}
.sec3Box.allbd{
	position: relative;
	padding: 20px;
}
.sec3Typ2{
	display: flex;
	align-items: center;
    height: 80px;
    border: 1px solid #dce3dc;
    border-radius: 10px;
    margin-bottom: 10px;
    background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(204,225,217,1) 100%);
    padding: 0px 15px;
}
.sec3Typ2-text{
	border-left: 1px dashed #ccc;
	padding-left: 15px;
	text-transform: uppercase;
	color: #1b9564;
	flex: 1;
}
.sec3Typ2-text strong{
	font-family: 'HelvetIns';
	font-weight: 400;
	font-size: 26px;
	display: block;
	text-align: center;
	color: #f7941d;
	line-height: 1;
}
.sec3Img{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sec3Typ2 i{
	margin-right: 15px;
}
#sec3Ic9{
	width: 33px;
	height: 44px;
	background-position: -189px -3px;	
}
#sec3Ic10{
	width: 35px;
	height: 44px;
	background-position: -231px -3px;	
}
#sec3Ic11{
	width: 32px;
	height: 42px;
	background-position: -275px -5px;	
}
#sec4{
	background: url(img/bg-2.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: 0 4px 2px -2px grey;
	z-index: 1;
}
#sec4 .secHead.type1{
	padding-left: 60px;
}
#sec4 .secHead:after {
    content: '\f15c';
    font-family: 'FontAwesome5Pro';
    font-size: 60px;
    position: absolute;
    left: 0;
	font-weight: 300;
}
#sec4Wrp{
	position: relative;
	min-height: 465px;
	display: flex;
	flex-wrap: wrap;
}
.sec4Bg{
	background: rgba(0,89,54,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 10px);
	margin: 0 5px 20px;
}
.sec4Box{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0 15px;
	min-height: 110px;
}
.sec4Box i{
	height: 45px;
	background-position-y: -112px;
	margin-bottom: 10px;
}
#sec4Ic1{
	width: 46px;
	background-position-x: -1px;
}
#sec4Ic2{
	width: 46px;
	background-position-x: -53px;
}
#sec4Ic3{
	width: 43px;
	background-position-x: -105px;
}
#sec4Ic4{
	width: 53px;
	background-position-x: -154px;
}
#sec4Ic5{
	width: 48px;
	background-position-x: -213px;
}
#sec4Ic6{
	width: 45px;
	background-position-x: -267px;
}
#sec4Ic7{
	width: 45px;
	background-position-x: -318px;
}
#sec4Ic8{
	width: 78px;
	background-position-x: -369px;
}
#sec5:before{
	content: "";
	display: block;
	width: 55%;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 15%;
	background: #ededed;
	z-index: 0;
	transform: skewX(-15deg);
}
#sec5 .secHead.type1{
	padding-left: 90px;
}
#sec5 .secHead:after {
    content: '\f80d';
    font-family: 'FontAwesome5Pro';
    font-size: 60px;
    position: absolute;
    left: 0;
	font-weight: 300;
}
#bsWrp{
	background: #1b9564;
    border: 1px solid #005936;
    box-shadow: 0 4px 2px -2px grey;
	margin-bottom: 0;
}
.bsBox{
	display: flex !important;
	align-items: center;
	padding: 10px 15px;
}
.bsBox img{
	width: 280px;
	-webkit-filter: drop-shadow(5px -1px #6adaae);
  	filter: drop-shadow(5px -1px #6adaae);
}
.bsInf{
	flex: 1;
	padding-left: 15px;
	color: #fff;
	text-align: center;
}
.bsInf-name{
	font: 24px 'HelvetIns';
	text-transform: uppercase;
}
.bsInf-line{
	display: block;
	width: 233px;
	height: 2px;
	background-position: -1px -159px;
	margin: 10px auto
}
.bsInf-tt{
	width: 100%;
    background: #4ec294;
    padding: 20px 20px 10px;
    color: #fff;
    box-shadow: -3px 3px 5px #2929296b;
    text-align: justify;
}
.bsInf-tt p{
	margin-top: 0;
	margin-bottom: 10px;
}
#bssBox{
	margin: 10px auto;
}
#bssBox .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bssBox{
	width: unset !important;
	padding: 0 3px;
}
.bssBox.slick-current img{
	border: 2px solid #4ec294;
    border-radius: 99px;
}
#sec5Frm{
    height: 100%;
    border: 1px solid #005936;
    padding: 20px 10px;
    box-shadow: 0 4px 2px -2px grey;
}
.sec5Frm-tit {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelvetIns';
    font-size: 24px;
    color: #1b9564;
    margin-bottom: 20px;
}
#sec5Frm input,#sec5Frm textarea,#sec5Frm select{
	width: 100%;
	height: 40px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-shadow: 0 4px 2px -2px #eae8e8;
	margin-bottom: 12px;
    padding: 0 10px;
}
#sec5Frm input.col60{
	width: calc(60% - 5px);
}
#sec5Frm input.col40{
	width: calc(40% - 5px);
	margin-left: 5px;
}
#sec5Frm textarea{
	height: 115px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sec5Frm button{
	display: block;
	width: 250px;
	height: 50px;
    background: #1b9564;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'HelvetIns';
    font-size: 26px;
	margin: 10px auto 0;
	cursor: pointer;
}
#sec6{
	background: url(img/bg-3.jpg) center center no-repeat;
	background-size: cover;
}
#sec6Wrp p{
	width: 80%;
    text-align: center;
    margin: 20px auto;
}
#phbnWrp{
	margin-top: 55px;
}
.phbnBox{
	padding-left: 50px;
    position: relative;
}
.phbnBox img{
	display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #005936;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 2;
}
.phbnText{
    margin-top: 50px;
    border: 1px solid #005936;
    padding: 5px 15px 5px 60px;
    text-align: justify;
    height: 130px;
    position: relative;
    background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
#sec7{
	padding-top: 0 !important;
}
#sec7 .secHead{
	background: #1b9564;
    height: 115px;
	color: #fff;
	position: relative;
    z-index: 2;
	font-size: 32px;
}
#sec7 .secHead strong{
	display: inline-block;
	padding-left: 85px;
}
#sec7 .secHead strong:after{
	background: #fff;
}
#sec7 .secHead strong:before{
	content: '\f1ea';
    font-family: 'FontAwesome5Pro';
    font-size: 60px;
    position: absolute;
    left: 0;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
}
.sec7Post-inf h4{
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 700;
}
.sec7Post-inf  div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#ft1{
	background: #3eab83;
}
#ft1Wrp{
	align-items: center;
}
#ft1Inf{
	padding: 30px 0 0px;
}
.ft1Infbox{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ft1Inf-ic{
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.ft1Inf-ic i {
    display: block;
    font-size: 30px;
    line-height: 46px;
}
.ft1Inf-text{
	color: #fff;
    line-height: 23px;
}
.ft1Inf-text strong{
	font-weight: 400;
	font-family: 'HelvetIns';
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	margin-bottom: 2px;
}
#ft2{
    background: #005936;
    height: 125px;
}
#ft2Btn{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ft2Btnbox{
	width: 25%;
	height: 125px;
	background: #1b9564;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
}
.ft2Btnbox:nth-child(2){
	background: #46bc8d;
}
.ft2Btnbox:nth-child(3){
	background: #7bcdac;
}
.ft2Btnbox:nth-child(4){
	background: #b7d9cb;
}
.ft2Btn-ic{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #3eab83;
    color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.ft2Right{
	position: relative;
	display: flex;
	padding-left: 180px;
	height: 100%;
	background: #7bcdac;
}
.ft2Right-img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.ft2Right-text{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	flex: 1;
	text-align: right;
	padding-right: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
.ft2Right-text p{
	margin-top: 0;
	margin-bottom: 10px;
}
#ft2Right-btn{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 210px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 18px;
}
#psearchWrp{
	width: 90%;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #ff747b;
	padding: 2px;
	z-index: 3;
}
#psearchWrp form{
	display: flex;
}
#psearchWrp input{
	width: calc(100% - 70px);
	height: 50px;
	background: #fff;
	border: none;
	padding: 0 10px;
}
#psearchWrp button{
	width: 70px;
	height: 50px;
	background: #ff747b;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	cursor: pointer;
}
#psearchCls{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: #ff747b;
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
/*---------------------------------------*\
            	BREADCRUMB
\*---------------------------------------*/
#crumb{
	background: #3dae98;
	position: relative;
	margin-bottom: 30px;
}
#crumb:before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 100%;
    top: 0;
    right: 50%;
    z-index: 1;
    background: #005943;
    -webkit-transform: translateX(50%) skew(-25deg);
    transform: translateX(50%) skew(-25deg);
}
#breadcrumb{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	height: 100px;
}
#breadcrumb a{
    font-size: 24px;
    color: #fff;
	padding: 0 25px;
	position: relative;
}
#breadcrumb a:first-child{
	padding-left: 0;
}
#breadcrumb a:last-child{
	padding-right: 0;
}
#breadcrumb span{
	color: #fff;
    font-size: 22px;
}
#breadcrumb span:last-child{
	display: none;
}
/*---------------------------------------*\
    			PAGINATION
\*---------------------------------------*/
.pagination{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers{
	position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .page-numbers.current{
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination .page-numbers:hover{
	z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/*---------------------------------------*\
				SIDEBAR
\*---------------------------------------*/
.sbBox{
	margin-bottom: 30px;
}
.sbCate-parent{
	display: flex;
	align-items: center;
	background: #cfe9e0;
	cursor: pointer;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    text-align: left;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 24px;
	font-family: 'HelvetIns';
}
.sbCate-parent:not(:first-child){
	margin-top: 20px;
}
.sbCate-parent:after{
	content: "";
	width: 80px;
	height: 50px;
	background: #b3b3b3;
	position: absolute;
    top: 0;
    right: -15px;
    transform: skewX(-32deg);
	z-index: -1;
}
.icdrop{
	margin-left: auto;
	font-size: 30px;
	color: #353535;
	line-height: 1;
}
.sbCate-parent.current{
	background: #015a44;
	color: #fff;
}
.sbCate-parent.current:after{
	background: #3daf98;
	color: #fff;
}
.sbCate-parent.current .icdrop{
	color: #fff;
}
.sbCate-child{
	display: none;
	padding: 0 10px;
    margin: 0;
    background-color: white;
    overflow: hidden;
	border: 1px solid #e1e1e1;
	border-top: none;
	transition: all 400ms ease-in-out;
}
.sbCate-child.current{
	display: block;
}
.sbCate-child a{
	display: flex;
	height: 35px;
	font-size: 16px;
	align-items: center;
}
.sbCate-child a:before{
	content: '\f067';
    font-family: 'FontAwesome5Pro';
    color: #3eab83;
    font-size: 16px;
    padding-right: 10px;
	font-weight: 900;
}
#sbFrm{
	border-color: #3eab83;
    background: #eae8e8;
    padding: 15px 20px;
}
#sbFrm-tit{
	height: 50px;
    line-height: 50px;
    text-align: center;
    color: #282828;
    font-size: 24px;
    font-family: 'HelvetIns';
    text-transform: uppercase;
    margin-bottom: 10px;
}
#sbFrm input, #sbFrm textarea{
	width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #d8d6d6;
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 8px;
}
#sbFrm textarea{
	height: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sbFrm button {
    display: block;
    width: 175px;
    height: 50px;
    background: #3eab83;
    text-align: center;
    border: none;
    color: #fff;
    margin-left: auto;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'HelvetIns';
    letter-spacing: 2px;
	border-radius: 3px;
}
.sbp-head{
	display: flex;
	align-items: center;
	height: 55px;
	background: #005943;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 15px;
}
.sbp-head i{
	margin-right: 10px;
	font-size: 24px;
}
.sbp-ct{
	background: #fafafa;
	padding: 10px 20px;
}
.sbpPost-box:not(:last-child){
	border-bottom: 1px dashed #ccc;
}
.sbpPost-box{
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}
.sbpPost-name{
	display: block;
	font-weight: 700;
}
.sbpPost-box:first-child .sbpPost-name{
	padding: 10px 0;
}
.sbpPost-box em{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sbpDocter-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
}
.sbpDocter-img{
	width: 160px;
}
.sbpDocter-name{
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 0;
}
.sbpDocter-inf{
	text-align: justify;
}



/*---------------------------------------*\
    			CATEGORY
\*---------------------------------------*/
.pageWrp{
	border: 1px solid #e1e1e1;
}
#cateTit{
    font-family: 'HelvetIns';
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    color: #005943;
    font-size: 30px;
    margin: 0 15px 20px;
	padding: 15px 0;
	font-weight: 400;
}
.catePst{
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
}
.catePst-thumb{
	width: 220px;
    height: 180px;
}
.catePst-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catePst-inf {
    flex: 1;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catePst-tit{
    font-size: 20px;
	line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.catePst-des{
	text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin: 10px 0;
}
.catePst-view i{
	margin-right: 5px;
}
.catePst-meta{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    color: #666;
}
.catePst-rm{
    color: #cc1e47;
	margin-left: 30px;
}
/*---------------------------------------*\
    			POST
\*---------------------------------------*/
#postTit{
    font-family: 'HelvetIns';
    text-transform: uppercase;
    color: #005943;
    font-size: 30px;
	line-height: 40px;
    margin: 0 15px;
	padding: 15px 0;
	font-weight: 400;
}
#postMeta{
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 15px;
	margin: 0 15px 20px;
	font-size: 14px;
	color: #999;
}
#postMeta a{
	font-weight: 700;
	color: #007bff;
}
#postCt{
	padding: 0 15px 20px;
}
#postCt a{
	color: #007bff;
}
#postCt a:hover{
	color: #005943 !important;
}
#postCt h2,#postCt h3,#postCt h4,#postCt h5{
	font-weight: normal;
}
#postCt h2, #postCt h3{
	margin: 1rem 0;
	border-bottom: 1px dashed #005943;
	padding-bottom: 5px;
}
#postCt h2, #postCt h2 *{
	font-size: 22px;
	color: #005943;
}
#postCt h3, #postCt h3 *{
	font-size: 20px;
	color: #005943;
}
#postCt h4, #postCt h4 *{
	font-size: 18px;
	color: #005943;
}
#postCt ul{
	margin-left: 35px;
}
#postCt ul li{
	margin: 10px 0;
	position: relative;
}
#postCt ul li:before{
	content: '\f0a4';
    font-family: 'FontAwesome5Pro';
    font-size: 15px;
    color: #005943;
    position: absolute;
    top: 0px;
    left: -20px;
}
#postCt img{
	display: block;
	max-width: 550px;
	margin: 1rem auto;
    height: unset !important;
}
#related-new{
	margin: 1rem 0;
    padding: 10px;
    border: 2px dashed #005943;
	background: #f5f5f5;
}
.tit--related{
	font-size: 24px;
    color: #005943 !important;
    margin-bottom: 15px;
}
.tit--related span{
	border-bottom: 2px solid #005943;
}
#related-new a{
	color: #333!important;
	font-size: 16px;
}

#postBanner{
	margin: 2rem 0;
}
.postBanner-item{
	display: block;
	padding: 0 10px;
}
#postBanner .slick-dots .slick-active button {
    background: #005936!important;
}

#postSim{
	margin: 4rem 0 2rem;
}
#postSim-tit{
	display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #c33;
    font-size: 20px;
    text-transform: uppercase;
    color: #028585;
}
#postSim-ct{
	clear: both;
	margin-top: 15px;
	padding-left: 10px;
}
#postSim-ct a{
	display: block;
    margin-bottom: 10px;
    color: #333;
	position: relative;
}
#postSim-ct a:before{
	content: '\f0da';
	font-family: 'FontAwesome5Pro';
	margin-right: 5px;
	font-weight: 900;
}
#postSim-ct a:hover{
	color: #005943;
}
/*---------------------------------------*\
    			CONTACT PAGE
\*---------------------------------------*/
#pctWrp{
	margin: 50px 0;
}
#pct-head{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 60px;
    background: #1b9564;
	margin: 0 auto 40px;
    border-radius: 99px;
    max-width: 480px;
	
}
#pct-head h1{
	font-size: 30px;
	font-family: 'HelvetIns';
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.pctBox{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    border-bottom: 1px dashed #b1b1b1;
}
.pctBox i{
	font-size: 60px;
	color: #005936;
	line-height: 70px;
	margin-bottom: 20px;
}
.pctBox-tit{
	text-transform: uppercase;
    font-family: 'HelvetIns';
    font-size: 20px;
    margin: 10px 0;
    color: #005936;
}
.pctBox p {
    margin: 3px 0;
}
.pctBox span {
    color: #005936;
    font-size: 18px;
}
#pctFrm p {
    font-size: 18px;
}
#pctFrm .d_contact{
    margin-top: 15px;
}
#pctFrm input, #pctFrm textarea {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    line-height: 30px;
    margin-bottom: 10px;
    outline: none;
	padding: 0 10px
}
#pctFrm textarea {
    height: 140px;
    padding: 5px 10px;
}
#pctFrm button {
    display: block;
    width: 120px;
    height: 35px;
    background: #1b9564;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    float: right;
    margin-bottom: 15px;
    font-weight: 700;
}





/*---------------------------------------*\
				RESPONSIVE
\*---------------------------------------*/
@media screen and (max-width: 991.98px){
	#copyright {
		margin-bottom: 40px;
	}
	#hh1{
		background: #1b9564;
		height: 61px;
		border-bottom: 1px solid #e1e1e1;
		padding: 0;
	}
	#hh1.stuck{
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 480px;
		z-index: 99;
	}
	#hh1Wrp{
		width: unset;
	}
	#menuMbtn{
		width: 60px;
		height: 60px;
		background: #ff8300;
		text-align: center;
		line-height: 60px;
		color: #fff;
		font-size: 30px;
	}
	#logo{
		width: unset;
		flex: 1;
		padding: 8px 10px;
	}
	#hotlineBtn{
		width: 60px;
		text-align: center;
	}
	#rlogoIc5{
		width: 34px;
		height: 36px;
		background-position: -319px -9px;
		-webkit-animation: rotex 2.5s infinite;
		-moz-animation: rotex 2.5s infinite;
		-o-animation: rotex 2.5s infinite;
		animation: rotex 2.5s infinite;
	}
	#sec1 .secHead{
		display: none;
	}
	#sec1Wrp .col{
		width: 50%;
		flex: unset;
	}
	.sec1Box img{
		width: 70px;
	}
	.sec1Box span{
		height: 50px;
		line-height: 25px;
		font-size: 18px;
	}
	.secHead.type2{
		text-align: center;
		font-size: 16px;
	}
	.secHead.type2 strong{
		font-size: 24px;
	}
	.sec2Txt b{
		display: block;
		font-size: 18px;
		text-align: center;
	}
	.sec2Txt a{
		width: 250px;
		height: 35px;
		margin-left: auto;
		margin-right: auto;
	}
	#sec3 .secHead{
		height: 135px;
	}
	.sec3Tit{
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.sec3Box.allbd{
		min-height: 455px;
	}
	.sec3Typ2{
		height: 65px;
	}
	.secHead.type1{
		padding-left: 0!important;
	}
	.secHead:after{
		display: none;
	}
	#sec3:before, #sec5:before, #sec7:before{
		display: none;
	}
	.secHead.type1 strong{
		text-align: center;
	}
	.secHead.type1 strong::after{
		margin: 10px auto 0;
	}
	.sec4Box{
		min-height: 135px;
		justify-content: center;
	}
	.bsBox{
		flex-direction: column;
	}
	.bsBox img{
		width: 250px;
	}
	.bsInf{
		padding-top: 20px;
		padding-left: 0;
	}
	.bsInf-name,.bsInf-ck{
		text-align: center;
	}
	#sec6Wrp p{
		width: 100%;
		text-align: justify;
		text-align-last: center;
	}
	#phbnWrp{
		margin-top: 25px;
	}
	.phbnBox{
		padding-left: 32px;
	}
	.phbnBox img{
		width: 65px;
		height: 65px;
		top: -32px;
		padding: 5px;
	}
	.phbnText{
		height: unset;
		padding-left: 40px;
		margin-top: 32px;
	}
	#sec7 .secHead{
		justify-content: center;
		text-align: center;
	}
	#sec7 .secHead strong{
		padding-left: 0;
		font-size: 24px;
	}
	#sec7 .secHead strong:before{
		display: none;
	}
	#sec7Wrp{
		flex-direction: column;
	}
	.sec7Post{
		margin-bottom: 10px;
	}
	#ft2{
		height: unset;
	}
	#ft2Btn{
		margin-bottom: 15px;
	}
	#ft2Wrp > div{
		padding: 0;
	}
	.ft2Btnbox{
		width: 50%;
	}
	.ft2Right{
		padding-left: 10px;
		padding-top: 10px;
	}
	.ft2Right-img{
		position: unset;
		width: 100px;
	}
	.ft2Right-text{
		font-size: 14px;
		line-height: 22px;
	}
	#ft2Right-btn{
		font-size: 16px;
		line-height: 30px;
	}
	#sec3 .secHead strong:before, #sec3 .secHead strong:after{
		display: none;
	}
	#sec3 .secHead strong{
		display: block;
		text-align: center;
	}
	#breadcrumb{
		height: 65px;
	}
	#breadcrumb a{
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#cateTit,#postTit{
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.catePst-thumb{
		width: 135px;
		height: 90px;
	}
	.catePst-inf{
		padding-left: 15px;
	}
	.catePst-tit{
		font-size: 16px;
		line-height: 22px;
		-webkit-line-clamp: 3;
	}
	#postCt img, #postCt .wp-caption{
		max-width:100% !important;
	}
	#postCt ul {
		margin-left: 20px;
	}
	#postCt h2, #postCt h2 *,#postCt h3, #postCt h3 *{
		line-height: 28px;
	}

}


@media screen and (min-width: 480px) and (max-width: 991.98px) {
	#logo img{
		width: 265px;
		margin: auto;
	}
}
@media screen and (min-width: 992px){
	#header nav{	
		height: 92px;
		background: #005936;
		margin-top: 5px;
	}
	#menuMain{
		display: flex;
		align-items: center;
		position: relative;
	}
	#menuMain > li:first-child{
		position: relative;
	}
	#menuMain > li > a, #searchBtn{
		display: block;
		padding: 0 25px;
		font-size: 20px;
		font-family: 'HelvetIns';
		text-transform: uppercase;
		color: #fff;
		line-height: 92px;
		position: relative;
		transition: all .5s;	
	}
	#menuMain > li:first-child:before{
		content: '';
		width: 30px;
		height: 90px;
		background: #fff;
		position: absolute;
		bottom: 0;
		right: -15px;
		z-index: 1;
	}
	#menuMain > li:first-child > a,
	#menuMain > li > a:hover,
	#menuMain .haschild:hover > a{
		background: #1b9564;
	}
	#menuMain > li:first-child > a:before,
	#menuMain > li:first-child > a:after{
		content: '';
		display: block;
		width: 15px;
		height: 100%;
		position: absolute;
		bottom: 7px;
		z-index: 2;
	}
	#menuMain > li:first-child > a:before {
		background: #005936;
		right: 0;
		transform: skewY(-45deg);
	}
	#menuMain > li:first-child > a:after {
		background: #1b9564;
		right: -15px;
		transform: skewY(45deg);
	}
	#searchBtn{
		cursor: pointer;
		padding-left: 30px;
		padding-right: 30px;
	}
	#searchBtn i{
		font-size: 30px;
		color: #e8ef09;
	}
	#menuMain .haschild:hover .submenu{
		visibility: visible;
		opacity: 1
	}
	.submenu{
		display: flex;
		width: 900px;
		position: absolute;
		top: 100%;
		left: calc(50% - 450px);
		background: #fff;
		border: 2px solid #1b9564;
		border-top: none;
		z-index: 9999;
		padding: 15px 10px;
		visibility: hidden;
		opacity: 0;
		transition: all 300ms;
	}
	.submenu > li{
		width: 25%;
		padding: 0 15px;
	}
	.submenu > li > a{
		display: block;
		line-height: 30px;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 2px solid;	
	}
	.submenu > li:first-child > a{
		color: #50a1cb;
    	border-color: #50a1cb;
	}
	.submenu > li:nth-child(2) > a{
		color: #f68593;
    	border-color: #f68593;
	}
	.submenu > li:nth-child(3) > a{
		color: #5ccc63;
    	border-color: #5ccc63;
	}
	.submenu > li:last-child > a{
		color: #ffab52;
    	border-color: #ffab52;
	}
	.submenu ul{
		margin-top: 10px;
	}
	.submenu ul a{
		display: block;
		color: #535353;
		line-height: 28px;
		border-bottom: 1px dashed #535353;
		transition: all .2s;
	}
	.submenu ul a:before{
		content: '\f101';
		font-family: 'FontAwesome5Pro';
		color: #535353;
		margin-right: 7px;
	}
	.submenu ul a:hover {
		padding-left: 7px;
	}
	.sec4Bg{
		transform: rotate(45deg);
		width: 178px;
		height: 178px;
		position: absolute;
		top: 80px;
	}
	.sec4Bg:nth-child(even){
		top: 210px;
	}
	.sec4Bg:nth-child(2){
		left: 130px;
	}
	.sec4Bg:nth-child(3){
		left: 260px;
	}
	.sec4Bg:nth-child(4){
		left: 390px;
	}
	.sec4Bg:nth-child(5){
		left: 520px;
	}
	.sec4Bg:nth-child(6){
		left: 650px;
	}
	.sec4Bg:nth-child(7){
		left: 780px;
	}
	.sec4Bg:nth-child(8){
		left: 910px;
	}
	.sec4Box{
		transform: rotate(-45deg);
	}
	

}
@media screen and (min-width: 1200px){
	
}


@media screen and (max-width: 991.98px) {
	#ez-toc-container {
		width: 100% !important;
		background: #f4f4f4 !important;
	}
}
#ez-toc-container {
	border: 2px solid #005943 !important;
	max-height: 250px;
	display: block !important;
	overflow-y: hidden;
	padding: 0 !important;
	margin-left: 1rem;
}

.ez-toc-heading-level-2>a {
	font-weight: 700;
	text-transform: capitalize !important;
	padding-top: 5px;
	display: block;
}

.ez-toc-title-container {
	padding: 10px;
	background: #005943;
	color: #fff;
	font-size: 19px;
	font-weight: 700!important;
}

.ez-toc-title {
	padding-left: 30px;
}

.ez-toc-title:before {
    content: '\f0c9';
    font-family: 'FontAwesome5Pro';
	font-size: 20px;
	margin-right: 5px;
	font-weight: 700;
}

.ez-toc-list {
	padding: 0 10px 10px !important;
	height: 200px;
	overflow-y: auto !important;
}

#ez-toc-container ul li::before {
    display: none;
}

