@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) {
	margin: 40px 0;
}

.bg-green {
	background: #228863;
}
.bg-green-1 {
	background: #d5ece0;
}

#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;
}

#sec2 .cbt i {
	color: #179165 !important;
}

#sec2 .hr-bottom {
	border-top: 2px solid #cacaca;
	margin-top: 37px;
	width: 95%;
}

.ic-web {
	background-image: url(img_suimaoga/ic-web.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: inline;
}

section#sec3 {
	padding: 0 0 30px 0;
}
#sec3 .note1 {
	background: #d5ece0;
    padding: 15px 10px;
    border-radius: 15px;
    font-size: 16px;
    border:2px dotted #228863;
}

#sec3 p {
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	text-align: justify;
}

#sec4 .sec-test {}

#sec4 .sec-list-test {
	margin-top: 20px;
}

#sec4 ul {
	padding-left: 10px;
	padding-right: 10px;
}

#sec4 ul li {
	padding: 10px 0;
}

#sec4 ul li .answer {
	margin-bottom: 10px;
	color: #333;
	background: #fff392;
	padding: 5px 15px;
	border-radius: 10px;
}

#sec4 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;
}

#sec4 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;
}

#sec4 ul li .answer .ans {
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#sec4 ul li .question {
	display: flex;
	flex-direction: column;
	color: #fff;
}

#sec4 ul li .question label {
	width: 100%;
	padding: 3px 0;
}

#sec4 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: #228863;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	border-radius: 50%;
	margin-right: 14px;
}

#sec4 ul li .question .op-input:checked {
	background: #ffffff;
}

#sec4 .sec-form {
	padding-top: 14px;
}

#sec4 .info {
	display: flex;
	gap: 19px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #1f61ac;
	padding: 10px 30px;
	border-radius: 15px;
	color: #fff;
	align-items: center;
	border: 2px dotted #228863;
}

#sec4 .info img {
	max-height: 71px;
}

#sec4 .info span {
	font-size: 15px;
	font-weight: bold;
}


#sec4 .info span strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff600;
}

#sec4 .sec-send {
	background: #E9E9E9;
}

#sec4 .sec-form .d_contact {
	padding: 25px 15px;
}

#sec4 .info-2 {
	text-align: center;
	margin-bottom: 25px;
	padding: 0 20px;
	font-weight: bold;
}

#sec4 .info-2 span {
	font-weight: bold;
	color: #19a66c;
	font-size: 15px;
}

#sec4 .info-2 span+span {
	color: #de4649;
}

#sec4 .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;
}

#sec4 .sec-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-top: 25px;
}

#sec4 .sec-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;
	background: #de4649;
	gap: 5px;
}

#sec4 .sec-action .btn1 {
	background: #19a66c;
}

section#sec4 {
	padding: 15px 0;
	padding-bottom: unset;
}

#sec5 {
	margin-left: 40px!important;
	margin-right: 40px!important;
}

.sec5-w {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px!important;
}

.sec5-title {
    font-family: 'HelvetIns';
    text-align: center;
    font-size: 25px;
    background: #d61c37;
    color: #fff;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
}

#sec5 .sec5-w ul {
	font-weight: bold;
	border-radius: 15px!important;
	font-size: 16px;
}
#sec5 .sec5-w ul li {
	padding: 15px 15px 15px 55px;
	text-align: justify;
	position: relative;
}

#sec5 .sec5-w ul li:nth-child(even) {
	background: #ececec;
}

#sec5 .sec5-w ul li:before {
	content: '';
	width: 26px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
	background: url(img_suimaoga/ic-check.png) no-repeat;
}

#sec5 .sec5-w ul li:last-child {
	border-radius: 0 0 15px 15px!important;
}

#sec6 .sec6-w {
	background: #fff5e5;
	padding: 15px 10px;
	border-radius: 15px;
	font-size: 16px;
	color: #3760b3;
	border: 2px dotted #e3bf85;
}

#sec6 .sec6-w p {
	margin: 5px;
}

.sec6-title {
    text-align: center;
	color: #f15846;
	font-size:17px;
	font-weight:450;
}

#sec6 .sec6-w .cbt {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

.lt {
    display: block;
    margin: 15px auto;
    background: #fff;
    padding: 15px 20px;
    width: 95%;
    border-radius: 10px;
    color: #19a66c;
    font-weight: bold;
}

.lt ul li {
    margin-bottom: 5px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.lt ul li:before {
    content: '';
    background: url(img_suimaoga/ic-check2.png) no-repeat;
    width: 20px;
    height: 20px;
}

div#bgSec7 {
	height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sec7Wrp {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: space-around;
	width: 100%;
	padding: 30px;
	height: 100%;
	background: #13906bc7;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 480px;
}

.sec7Wrp span:first-child {
	font-size: 30px;
	font-family: 'HelvetIns';
}

.sec7Wrp span:nth-child(2) {
	margin-bottom: 5px;
}

.sec7Thumb {
	margin: 6px;
	border: 2px solid;
	border-radius: 5px;
	cursor: pointer;
	width: 45%;
	height: 100px !important;
	object-fit: cover;
}

img.sec7Thumb.active {
	border-color: #1f61ac;
}

.s_dt {
    padding-top: 30px;
}

#form-send {
	background: #057a55;
	padding: 25px 15px;
	color: #fff;
	border-radius: 15px;
	margin: 0 10px;
}

#form-send .f-title {
	text-align: center;
	font-size: 16px;
}

#form-send h3 {
	font-family: HelvetIns;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	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: 45px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	text-align: initial;
	box-shadow: inset 0 2px 4px rgba(129,129,129,.8);
}

#form-send .f-action {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}

#form-send .f-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45%;
	height: 45px;
	border-radius: 30px;
	color: #fff;
	font-family: HelvetIns;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	background: linear-gradient(45deg, #2584d1, #0b68c9);
	box-shadow: 0 0 5px rgba(0,53,84,.5);
	gap: 8px;
}

#form-send .f-title p {
    margin: 5px 10px 10px 10px;
    color: red;
    font-style: italic;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

#sec8 .cnote {	
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin: 15px 0 0!important;
}


#form-send .f-action a.btn1:before {
    font-family: 'FontAwesome5Pro';
    font-weight: bold;
}

#form-send .f-action a.btn1:before {
    content: '\f1d8';
}

#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-family: 'HelvetIns';
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	color: #333333;
}

.note {
	padding: 10px 25px;
	border-radius: 15px;
	border: 2px dotted #fff;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}

#sec9 {
	margin: 0 !important;
	padding: 5px 0 32px;
}

.block-title h2.title-heading {
	color: #008d5d;
	font-size: 26px;
	font-family: 'HelvetIns';
	text-align: center;
	text-transform: uppercase;
}
.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: #ffea00;
}

.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;
}

.title-sec10 {
	background: #4672b9;
	color: #fff;
	padding: 10px;
}

.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;
}

#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;
}

.sec-btn.active {
	background: #228863;
}

.sec-action .btn1,
.sec-action .btn2.active{
background: #19a66c!important;
}
.sec-action .btn1.active,
.sec-action .btn2{
background: #de4649!important;
}

#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: #1370cb;
}

#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}

/* update */



.sec6-title.textzoom {
	display: block;
	font-weight: bold;
}
