@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,
body {
	width: 100%;
	max-width: 480px;
	margin: auto;
}

body {
	font-family: roboto;
	color: #333333;
	font-size: 16px;
}

section:not(#sec1,#sec3) {
	margin: 40px 0;
	padding: 20px 0;
}
.bg-green {
	background: #228863;
}
.bg-green-1 {
	background: #d5ece0;
}
.bg-green-2 {
	background: #094d36;
}
.bg-green-3 {
	background:linear-gradient(1deg, #086640, #033d1f);
}

#sec2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

#sec2 .cbt {
	display: flex;
	background: #d3f6e3;
	padding: 5px 10px;
	border-radius: 50px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-family: 'Open Sans';
}

#sec2 .cbt i {
	color: #179165 !important;
}

.ic-web {
	background-image: url(images/ic-web.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: inline;
}

#footer {
	background: #13906b;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px !important;
}
#ftmLogo {
	background: #0d6f52;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
	height: 80px;
}

#ftInf {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#ftInf li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
#ftTime b {
	display: block;
	font-size: 22px;
}
#ftTime {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #0d6f52;
	padding: 10px;
	border-radius: 20px;
}
#ftmCopyright {
	text-align: center;
	margin-top: 20px;
	padding: 20px 0;
	color: #f3efe4;
	font-size: 15px;
}
#ftmCopyright img {
	margin-bottom: 30px;
}


#p-fixbot {
	position: fixed;
	bottom: 0;
	background: #fff;
	box-shadow: -1px 0 20px #b4b4b4;
	max-width: 480px;
}

#pfbMobi {
	position: relative;
}

#pfbMobi-btn {
	display: flex;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

#pfbMobi-btn a {
	width: 28%;
}

#pfixbot-hotline {
	flex: 1;
}

.note {
	padding: 10px 25px;
	border-radius: 15px;
	border: 2px dotted #fff;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}

.title {
	color: #008d5d;
	font-size: 24px;
	font-family: HelvetIns;
	text-align: center;
	text-transform: uppercase;
}

.title b {
	display: block;
	font-weight: 400;
	color: #ffea00;
}

.title .w {
	color: #fff;
}
.title .y {
	color: #fcdb57;
}
.title .g {
	color: #094732;
}

.img {
	margin: 30px auto;
}

.img img {
	display: block;
	margin: 0 auto;
}

.sec-btn {
	width: 100%;
	max-width: 350px;
	height: 70px;
	background: #e02a2a;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0 3px 9px rgba(68, 68, 68, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.sec-btn span {
	font-family: 'HelvetIns';
	color: #ffe400;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.sec-btn span b {
	display: block;
	font-weight: 400;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 2px;
}

.pd-22 {
	padding: 22px 0;
}

.pt-22 {
	padding-top: 22px ;
}

.pd-10 {
	padding: 10px 0;
}

.tcw {
	text-align: center;
	color: #fff;
	margin: 5px 0;
}

/* sec */
#sec3 {
	padding-bottom: 15px;
}

#sec4,#sec9,#sec10,#sec11 {
	padding: unset!important;
}

#sec5 .sec-list-test {
	margin-top: 20px;
}

#sec5 ul {
	padding-left: 10px;
	padding-right: 10px;
}

#sec5 ul li {
	padding: 10px 0;
}

#sec5 ul li .answer {
	margin-bottom: 10px;
	color: #013721;
	background: #f3e2ba;
	padding: 5px 15px;
}

#sec5 ul li .answer .num {
	height: 40px;
	width: 40px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: #6069ac;
	position: relative;
}

#sec5 ul li .answer .num:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 40px solid #ffffff;
	border-right: 15px solid transparent;
	position: absolute;
	bottom: 0;
	right: -15px;
}

#sec5 ul li .answer .ans {
	font-size: 16px;
	font-weight: 450;
	line-height: 20px;
}

#sec5 ul li .question {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec5 ul li .question label {
	width: 50%;
	padding: 3px 0;
	flex: auto;
}

#sec5 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 #fff;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	border-radius: 50%;
	margin-right: 5px;
}

#sec5 ul li .question .op-input:checked {
	background: #f7b749;
	border-color: #f7b749;
}	

#sec5 .sec-form .d_contact input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 25px;
	border: 1px solid #b9bdd7;
	text-align: center;
	margin-bottom:20px;
}

.info {
	padding: 10px 25px;
    border-radius: 15px;
    border: 2px dotted #f7b749;
    margin-top: 20px;
    color: #f7b749;
    text-align: center;
	margin-bottom:20px;
	font-family: 'roboto';
	font-weight: 500;
}

#sec5 .sec-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}

#sec5 .sec-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	max-width: 210px;
	height: 38px;
	border-radius: 10px;
	color: #fff;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 16px;
	background: #ff0b0b;
	gap: 5px;
	text-transform: uppercase;
}

#sec5 .sec-action .btn1 {
	background: #de9e2d;
}

.sec-action .btn1,
.sec-action .btn2.active{
background: #de9e2d!important;
}
.sec-action .btn1.active,
.sec-action .btn2{
background: #ff0b0b!important;
}

.note-text {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 0;
}

.note-text strong {
	color: #ebd72f;
}

#sec6 {
	margin-left: 40px!important;
	margin-right: 40px!important;
}

.sec6-w {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px!important;
}

.sec6-title {
    font-family: 'HelvetIns';
    text-align: center;
    font-size: 25px;
    background: linear-gradient(45deg, #c61b34, #a2051b);
    color: #fff;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
}

#sec6 .sec6-w ul {
	font-weight: bold;
	border-radius: 15px!important;
	font-size: 16px;
}
#sec6 .sec6-w ul li {
	padding: 15px 60px 15px 70px;
	position: relative;
}

#sec6 .sec6-w ul li:nth-child(even) {
	background: #ececec;
}

#sec6 .sec6-w ul li:before {
	content: '';
	width: 26px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
	background: url(images/ic-check.png) no-repeat;
}

#sec6 .sec6-w ul li:last-child {
	border-radius: 0 0 15px 15px!important;
}
.sec7-w {
	background: #d2fef0;
	padding: 15px 10px;
	border-radius: 15px;
	font-size: 16px;
	color: #000;
	border: 2px solid #033d1f;
}
.sec7-title {
	margin: 15px auto;
	background: #fff;
	padding: 10px 15px;
	width: 78%;
	border-radius: 20px;
	color: #ff0000;
	font-family: 'HelvetIns';
	text-align: center;
	font-size: 26px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sec7-t {
	color: #033d1f;
	background: #fef6e4;
	font-weight: bold;
	padding: 8px 20px;
	font-size: 17px;
	margin-left: -10px!important;
	margin-right: -10px;
}

.sec7-w p {
	margin-left: 25px;
}

.sec7-title-2 {
	display: block;
	background: #fef6e4;
	margin: 15px auto;
	padding: 10px 15px;
	width: 78%;
	border-radius: 20px;
	color: #ff0000;
	font-family: 'HelvetIns';
	text-align: center;
	font-size: 16px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

div#bgSec8 {
	height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sec8Wrp {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: space-around;
	width: 100%;
	padding: 30px;
	height: 100%;
	background: #057a55e8;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 480px;
}

.sec8Wrp span:first-child {
	font-size: 30px;
	font-family: 'HelvetIns';
}

.sec8Wrp span:nth-child(2) {
	margin-bottom: 5px;
}

.sec8Thumb {
	margin: 6px;
	border: 2px solid;
	border-radius: 5px;
	cursor: pointer;
	width: 45%;
	height: 100px !important;
	object-fit: cover;
}

img.sec8Thumb.active {
	border-color: #1f61ac;
}

#form-send2 {
	background: #057a55;
	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: 21px;
	color: #fff;
	line-height: 1.8;
	text-transform: uppercase;
	margin-bottom: 16px;
}

#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;
}

#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: 46%;
	max-width: 210px;
	height: 45px;
	border-radius: 30px;
	color: #fff;
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 16px;
	background: #f74c4c;
	gap: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

#form-send2 .f-action .btn2 {
    background: #eeab09;
}

#form-send2 .f-action .btn1,
#form-send2 .f-action .btn2.active{
background: #de9e2d!important;
}
#form-send2 .f-action .btn1.active,
#form-send2 .f-action .btn2{
background: #ff0b0b!important;
}

.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: #333333;
	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: 10px;
	font-size: 16px;
}
.title-sec11 {
	background: #4672b9;
	color: #fff;
	padding: 10px;
    font-weight:bold;
}

.boxfb{
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
	border-bottom: 1px solid #e3e1e1;
}
.boxfb-img{
	width: 68px;
	height: 68px;
	margin-top: 5px;
}
.boxfb-text{
	flex: 1;
	padding-left: 10px;
	font-size: 14px;
}
.boxfb-text p{
	margin-top: 0;
	margin-bottom: 5px;
	color: #05224a;
	line-height: 1.3;
}
.boxfb-name{
	font-weight: bold;
	color: #05224a;
}
.boxfb-star{
	font-size: 10px;
	color: #ffbc01;
}
.boxfb-meta{
	display: flex;
	font-size: 12px;
	color: #4366b0;
}
.more {
	background: #2a6ef1;
	display: block;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 14px;
	width: 35%;
	text-align: center;
}

@media screen and (max-width: 991.98px) {
	#sec6 .sec6-w ul li {
    padding: 15px 27px 15px 60px;
    font-size: 15px;
	}
	
}
#p-fixtop {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 99;
	width: 100%;
	max-width: 480px;
}
#p-marquee {
	height: 24px;
	font-size: 16px;
	background: #fff;
}
#p-marquee b {
	color:red;
}

/* s */
.title.bg-green-2.pd-10 {
	margin: 0 20px;
	border-radius: 10px;
}

#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}
