body {
	max-width: 480px;
	margin: auto;
	font-family: 'Tahoma';
	color: #333333;
}

#headerMid-wrp {
	height: 60px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

#mainMenu-btn {
	background-color: transparent;
	border: none;
	font-size: 34px;
	line-height: 60px;
	width: 40px;
	padding: 0;
	margin: 0;
}

#search-btn {
	background-color: transparent;
	border: none;
	font-size: 23px;
	padding: 0;
	margin: 0;
	width: 40px;
}

#logo img {
	height: 42px;
}

#footer {
	background: #3ab58a;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 45px!important;
}

#ftmLogo {
	background: #34a37c;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}

#ftInf {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;

	margin-top: 30px;
	margin-bottom: 30px;
}

#ftInf li {
	display: flex;
	align-items: center;
	gap: 5px;
}

#ftTime {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #34a37c;
	padding: 10px;
	border-radius: 20px;
}

.tac {
	text-align: center;
}

#ftTime b {
	display: block;
	font-size: 22px;
}

#ftmCopyright {
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 20px;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}

#p-fixbot {
	position: fixed;
	bottom: 0;
	background: #fff;
	box-shadow: -1px 0 20px #b4b4b4;
}

#pfbMobi {
	position: relative;
}

#pfbMobi-btn {
	display: flex;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

/* .cd > div:not(#top) {
	margin-left: 10px;
	margin-right: 10px;
}  */


#a1 {
}

#a1 .a1-wrap {
	padding: 27px 29px 29px 27px;
	background: #FCDE83;
	border-radius: 15px;
	border: 2px dotted #836817;
	font-style: italic;
	margin-top: 55px;
}

#a1 h3 {
	display: inline-block;
	padding-left: 15%;
	position: relative;
	font-size: 20px;
	font-weight: 550;
}

#a1 h3::before {
	content: '';
	display: inline-block;
	width:49px;
	position: absolute;
	left: 0;
	top: 20%;
	height: 36px;
	vertical-align: top;
	background: url(img/ic1.png) no-repeat;
}

#a1 p {
	font-size: 16px;
	line-height: 2rem;
	text-align: justify;
}

#a2 {
	margin-top: 38px;
}

#a2 h3 {
	font-family: HelvetIns;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

#a2 p {
	line-height: 2;
}

#a2 p span {
	color: #ed2222;
}

.title-cd span {
	color: #429179;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.3;
}
.title-cd {
	font-family: HelvetIns;
	font-size: 28px;
	padding: 0 10px;
	text-align: center;
	line-height: 1.4;
	position: relative;
	margin: 0 25px;
	font-weight: normal;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

.title-cd::after {
	content: '';
	display: block;
	position: absolute;
	background: url(img/ic2.png) no-repeat;
	width: 166px;
	height: 16px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7%;
}

.title2-cd {
	font-family: HelvetIns;
	font-size: 22px;
	font-weight: normal;
}

.title3-cd {
	font-family: HelvetIns;
	font-size: 20px;
	font-weight: normal;
}

#a3 .a3-wrap ul {
	margin: 20px 0;
	font-size: 15px;
}
#a3 .a3-wrap ul li {
	padding: 15px 15px 15px 55px;
	text-align: justify;
	position: relative;
}

#a3 .a3-wrap ul li:nth-child(even) {
	background: #ececec;
}

#a3 .a3-wrap ul li:before {
	content: '';
	width: 26px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	background: url(img/ic3.png) no-repeat;
}

#a3 .a3-wrap img {
	margin: 0 0 35px 0;
}

.note {
	font-size: 15px;
	font-style: italic;
	background-color: #F8DF87;
	border-radius: 15px;
	padding: 10px 28px;
	margin: 10px 0;
	line-height: 1.6;
}

#a4 {
	margin-top: 30px;
}
#form-send {
	background: #2F9169;
	padding: 25px 15px;
	color: #fff;
	border-radius: 15px;
	border: 2px solid #fff;
	margin: 10px 0;
}

#form-send .f-title {
	text-align: center;
	font-size: 16px;
}

#form-send h3 {
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 24px;
	color: #ffec4c;
	line-height: 1.5;
	text-transform: uppercase;
}

#form-send .f-form {
	display: flex;
	flex-direction: column;
}

#form-send .f-form input {
	line-height: 48px;
	padding: 0 15px;
	margin-bottom: 10px;
	outline: none;
	background: #fff;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #52b890;
	box-shadow: inset 0 2px 4px rgba(129,129,129,.8);
}

#form-send .f-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-top: 20px;
}

#form-send .f-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	max-width: 210px;
	height: 45px;
	border-radius: 30px;
	color: #fff;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 16px;
	box-shadow: 0 0 5px rgba(0,53,84,.5);
}

#form-send .f-action #btn1,
#form-send .f-action #btn2.active{
	background: #E04C45;
}
#form-send .f-action #btn1.active,
#form-send .f-action #btn2{
	background: #DBAB28;
}

#a5 {
	margin-top: 45px;
}

#a5 .a5p {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 0 30px;
}

#a5 .a5-test {

}

#a5 .a5-list-test {
	background: #FBE08C;
	padding: 10px 10px;
	margin-top: 20px; 
}

#a5 ul {
	padding-left: 10px;
	padding-right: 10px;
}

#a5 ul li {
	padding: 15px 0;
}

#a5 ul li .answer {
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#a5 ul li .answer .num {
	height: 40px;
	width: 40px;
	background: #339379;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}

#a5 ul li .answer .num:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 40px solid #339379;
    border-right: 15px solid transparent;
	position: absolute;
	bottom: 0;
	right: -15px;
}

#a5 ul li .answer .ans {
	flex: 1;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#a5 ul li .question {
	display: flex;
	flex-direction: column;
}

#a5 ul li .question label {
	width: 100%;
	padding: 3px 0;
}

#a5 ul li .question .op-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 13px;
	width: 13px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	border: 1px solid #414141;
	background: #fffcd6;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	border-radius: 50%;
	margin-right: 14px;
}

#a5 ul li .question .op-input:checked {
	background: #339379;
}

#a5 .info {
	background: #419167;
	color: #fff;
	display: flex;
	padding: 10px 45px;
	gap: 25px;
}

#a5 .info span {
	font-size: 16px;	
}

#a5 .info span strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#a5 .a5-send {
	background: #E9E9E9;
}

#a5 .a5-form .d_contact {
	padding: 30px 15px;
	background: #E9E9E9;
}

#a5 .info-2 {
	text-align: center;
	margin-bottom: 25px;
	padding: 0 20px;
}

#a5 .info-2 span {
	font-weight: bold;
	color: #d98d16;
	font-size: 15px;
}

#a5 .info-2 span+span{
	color:#e93333;
}

#a5 .a5-form .d_contact input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	padding: 0 60px 0 10px;
	outline: none;
}

#a5 .a5-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-top: 25px;
}

#a5 .a5-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	max-width: 210px;
	height: 45px;
	border-radius: 30px;
	color: #fff;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 16px;
	gap: 10px;
}

#a5 .a5-action #btn1,
#a5 .a5-action #btn2.active{
	background: #DF423A;
}
#a5 .a5-action #btn1.active,
#a5 .a5-action #btn2{
	background: #D29027;
}

#a6 {
	margin-top: 40px;
}

#a6 img {
	margin-bottom: 35px;
}

#a7 {
	margin-top: 30px;
}

#a7 .a7-list ul {
	background: #DAF4E8;
	margin: 25px 0;
	border-radius:20px;
}

#a7 .a7-list ul li {
	padding: 15px 15px 15px 68px;
	text-align: justify;
	position: relative;
	border: 1px solid #fff;
}

#a7 .a7-list ul li:before {
	content: '';
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	background: url(img/ic7.png) no-repeat;
}
#a7 .a7-list{
	position: relative;
}

#a7 .a7-list ul:before {
	content: '';
	display: block;
	width: 58px;
	height: 100%;
	background: #4ca670;
	position: absolute;
	border-radius: 20px 0 0 20px;
}

#a7 .img {
	margin: 40px 0;
}

.list-box2 {
	padding: 15px 0;
}

.title-box2 {
	display: inline-flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 5px;
	height: 34px;
	background: #3C9161;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.title-box2:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 15px solid #3C9161;
	position: absolute;
	top: 0;
	right: -15px;
}

.list-box2 ul {
	margin-top: 20px;
}

.list-box2 ul li {
	font-size: 15px;
	line-height: 1.8;
	display: flex;
	gap: 8px;
	align-items: baseline;
}

.list-box2 ul li:before {
	content: '';
	min-width: 8px;
	min-height: 8px;
	background: #666666;
	display: block;
	border-radius: 50%;
}

#a8 {
	margin-top: 30px;
}

.list-box.even .list-box-item:nth-child(even){
	background: #EFEFEF;
}

.list-box .list-box-item {
	background: #DAF4E8;
	margin: 15px 0;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 20px;
}

.list-box .list-box-item .thumb {
	min-width: 30%;
}

.list-box {
	margin: 20px 0;
}

.list-box .list-box-item .content {
	font-size: 15px;
}

.list-box .list-box-item .content strong {
	display: block;
	font-size: 18px;
}

.list-box .list-box-item:nth-child(even) .content {
	text-align: right;
}

.img {
	margin: 50px 0;
}

#a8 p {
	line-height: 1.7;
}

/*  */
#a9 {
	margin-top: 30px;
}

.a9-wrap {
	margin-top: 130px;
}

.item-bs {
	background: #D9EFE7;
	border-radius: 25px;
	padding: 25px;
	position: relative;
}

.item-bs:first-child {
	margin-bottom: 40%;
}

.item-bs .thumb {
	position: absolute;
	top: -22%;
	left: 50%;
	transform: translateX(-50%);
}

.item-bs .content {
	margin-top: 27%;
}

.item-bs .info-bs {
	text-align: center;
}

.item-bs .info-bs .name {
	font-size:24px;
	font-family: HelvetIns;
	line-height: 1.4;
	text-transform: uppercase;
}
.item-bs .info-bs .name span {
	color: #0e7c3c;
}

.item-bs .info-bs .ck{
	font-size: 15px;
	font-weight:bold;
	position: relative;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
	line-height: 2.5;
}


.item-bs .info-bs .ck:after{
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	bottom: 0;
	background-color: #0b7044;
}

.item-bs .info-bs .ck2 {
	font-size: 15px;
	font-weight:bold;
}

.item-bs .info-bs .name2 {
	font-size:24px;
	font-family: HelvetIns;
	line-height: 2.1;
	text-transform: uppercase;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.item-bs .info-bs .name2 span {
	color: #0e7c3c;
}


.item-bs .info-bs .name2:after{
	content: "";
	position: absolute;
	width: 33%;
	height: 1px;
	bottom: 0;
	background-color: #0b7044;
}

.about-bs ul {
	margin: 18px 0;
}

.about-bs ul li {
	padding: 6px 0;
	line-height: 1.6;
	display: flex;
	gap: 8px;
	align-items: baseline;
	font-size: 15px;
}

.about-bs ul li:before {
content: '';
min-width: 8px;
min-height: 8px;
background: #0e7c3c;
display: block;
border-radius: 50%;
}

.dh-bs a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 85%;
	border-radius: 15px;
	color: #fff;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 18px;
	background: #e1a911;
	gap: 15px;
	padding: 10px;
}

.dh-bs a.active{
	background: #E04C45;
}
.dh-bs a.active span b {
	color: #fff;
}

.dh-bs a span {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.6;
}

.dh-bs a span b {
	color: #715404;
}

.dh-bs {
	text-align: center;
	display: flex;
	justify-content: center;
}

#a10 {
	margin-top: 50px;
}

#a10 .a10-wrap p {
	line-height: 1.8;
}

#a10 .a10-wrap p span {
	font-weight: bold;
	color:#ff2727;
}

.info3 {
	background:#FAF0CE;
	border-radius: 12px;
	padding: 20px 25px;
	border: 2px dotted #836817;
	text-align: center;
	font-size: 18px;
	color: #3c3c3c;
	margin: 25px 0;
}

.title-bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 142px;
	padding: 15px 32px;
	font-size: 28px;
	font-family: HelvetIns;
	background: url(img/img19.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-weight: normal;
}

.title-bg span {
	color: #f6f600;
}

.list-fb {
	margin: 50px 0;
}

.list-fb-item,
.list-fb-item .info {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.list-fb-item .content {
	font-style: italic;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

.list-fb-item .info {margin-bottom: 25px;}

.list-fb-item .ic {
    margin-bottom: 20px;
}

.list-fb-item .info b {
    font-size: 22px;
    margin-top: 10px;
}

.list-fb-item .info span {
    font-size: 18px;
}

#a11 .slick-dots button {
	border-radius: 2px !important;
	background: #fff!important;
	border: 1px solid #339379;
	width: 15px!important;
	height: 15px!important;
	border-radius: 50px!important;
}

#a11 .slick-dots .slick-active button {
	background: #339379 !important
}

#a11 .slick-dotted.slick-slider {
	margin-bottom: 65px;
}

#form-send2 {
	background: #2F9169;
	padding: 25px 25px;
	color: #fff;
	border-radius: 15px;
	border: 2px solid #fff;
	margin: 10px 0;
}

#form-send2 .i {
	margin-bottom: 20px;
}

#form-send2 .f-title {
	text-align: center;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 22px;
	color: #ffff00;
	line-height: 1.8;
	text-transform: uppercase;
	text-shadow: 2px 2px #0c4632c9, -2px 2px #0c4632c9, 2px -2px #0c4632c9, -2px -2px #0c4632c9, 2px 2px 6px #0c4632c9;
}
#form-send2 .f-title span {
	color: #fff;
}

#form-send2 .f-form {
	display: flex;
	flex-direction: column;
}

#form-send2 .f-form input {
	line-height: 48px;
	padding: 0 15px;
	margin-bottom: 10px;
	outline: none;
	background: #fff;
	width: 100%;
	height: 45px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	text-align: center;
	box-shadow: inset 0 2px 4px rgba(129,129,129,.8);
}

#form-send2 .f-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-top: 10px;
}

#form-send2 .f-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35%;
	max-width: 210px;
	height: 45px;
	border-radius: 30px;
	color: #424242;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 16px;
	background: #f8eb18;
	gap: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

#form-send2 .f-action a.active{
	background: #E04C45;
	color: #fff;
}


.f-action span {
    width: 57%;
    font-style: italic;
    font-size: 15px;
}

#countdown ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 275px;
	margin: 30px auto 0;
}
#countdown ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 71px;
	background: #fff;
	border-radius: 10px;
	color: #339379;
	font-weight: 600;
	box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.3);
}
#countdown ul li span{
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	color: #333333;
	font-family: HelvetIns;
}

.tn {
	text-align: center;	
	margin-top: 20px;
	font-size: 18px;
}

@media screen and (max-width: 575.98px){
	#a1 h3 {
		padding-left: 20%;
	}
	.dh-bs a {
			font-size: 14px;
	}
	.item-bs .content {
		margin-top: 20%;
	}
	.title-cd{
		margin-bottom: 20px;
	}

	#a5 .a5-action a {
    font-size: 14px;
    gap: 4px;
}
}

#pfbMobi-btn a {
	width: 28%;
}

#pfixbot-hotline {
	flex: 1;
}

#popup_callto{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999999}#callto_ovl{display:block;width:100vw;height:100vh;position:absolute;top:0;left:0;background:rgb(0,0,0,15%)}#callto_wrap{position:absolute;bottom:0;width:100%;max-width:480px;display:flex;flex-direction:column;margin:auto;padding:0 10px;z-index:1;left:50%;transform:translateX(-50%);}#callto_wrap a,#callto_wrap span{display:flex;align-items:center;justify-content:center;width:100%;height:50px;background:#fff;border-radius:10px;margin-top:5px;color:#2196f3;font-size:18px;font-family:Arial;border:1px solid #767676}#callto_wrap a i{font-size:25px;margin-right:10px;margin-top:3px}#callto_wrap span{background:#c11111;border-color:#ff9b9b;color:#fff}#callto_wrap a b{font-weight:500}
