@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) {
  padding: 15px 0;
}

#sec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		gap: 8px;
		padding: 30px!important;
}

#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;
}

.ic-web {
	background-image: url(images/ic-web.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	display: inline;
}

#sec3 {
	margin: 0 30px;
}

.sec3-w {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px!important;
}

.sec3-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;
}

#sec3 .sec3-w ul {
	font-weight: bold;
	border-radius: 15px!important;
	font-size: 16px;
}
#sec3 .sec3-w ul li {
	padding: 15px 15px 15px 55px;
	text-align: justify;
	position: relative;
}

#sec3 .sec3-w ul li:nth-child(even) {
	background: #ececec;
}

#sec3 .sec3-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;
}

#sec3 .sec3-w ul li:last-child {
	border-radius: 0 0 15px 15px!important;
}

#sec4 .sec4-w {
	background: #fff5e5;
	padding: 15px 10px;
	border-radius: 15px;
	font-size:14px;
	color: #5e82ca;
}

#sec4 .sec4-w p {
	margin: 5px;
}

.sec4-title {
    text-align: center;
	color: #f15846;
	font-size:17px;
	font-weight:450;
}

#sec4 .sec4-w .cbt {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}


#form-send {
	background: #ccf3e0;
	padding: 25px 15px;
	color: #fff;
	border-radius: 15px;
	border: 1px solid #13906b;
	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: #13906b;
	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: center;
	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: 100%;
	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);
}

#form-send .f-action #btn1,
#form-send .f-action #btn2.active{
}
#form-send .f-action #btn1.active,
#form-send .f-action #btn2{
	background: #DBAB28;
}

#form-send .f-title p {
    margin: 5px 10px 10px 10px;
    color: red;
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

#sec5 .cnote {
	font-family: 'HelvetIns';
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin: 15px 0 0!important;
}

.title-sec7 {
	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;
}

#p-fixbot {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: -1px 0 20px #b4b4b4;
  z-index: 9;
	max-width: 480px;
}

#pfbMobi {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}

#pfbMobi-btn {
	display: flex;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

#pfbMobi-btn a {
	width: 28%;
}

#pfixbot-hotline {
	flex: 1;
}



#sec7 {
	margin-bottom: 35px;
}

#sec8{
	background: url(images/bg-1.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#sec8 .b_title:after{
	content: '';
	display: block;
	width: 80%;
	max-width: 180px;
	height: 1px;
	background: #0d705b;
	margin: 5px auto;
}

.b_title,.tit--testfrm{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	font-family: 'HelvetIns';
	font-size: 24px;
	color: #13906b;
	margin-bottom: 15px;
	text-align: center;
}

#w_s1{
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.box_s1{
	width: calc(50% - 7px);
	margin-bottom: 15px;
	background: #13906b;
	border-radius: 5px;
	overflow: hidden;
}
.box_s1 img{
	width: 100%;
}
.box_s1 span{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

.g-btn{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sec9{
	color: #fff;
	background: rgb(9 113 77);
	background: -moz-linear-gradient(0deg, rgba(9 113 77) 50%, rgb(13 95 66) 100%);
	background: -webkit-linear-gradient(0deg, rgba(9 113 77) 50%, rgba(9,69,48,1) 100%);
	background: linear-gradient(0deg, rgba(9 113 77) 50%, rgba(9,69,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d705b",endColorstr="#073532",GradientType=1);
}
.tit--testfrm{
	color: #ffcc5f;
	font-size: 30px;
}
.des-testfrm{
	text-align: center;
}
#testlist{
	margin-top: 25px;
}
#testlist li{
	padding: 10px 0;
}
.tit-ch{
	display: flex;
	align-items: center;
	padding: 0 10px;
	min-height: 36px;
	background: #f3e2ba;
	color: #073532;
	font-weight: 500;
	font-size: 15px;
}
.ct-ch{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct-ch label{
	width: calc(50% - 5px);
	padding: 3px 0px;
	font-size: 14px;
	font-weight: 400;
}
.ct-ch .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #ffff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 8;
    border-radius: 50%;
    margin-right: 5px;
    padding: 0 !important;
}
.ct-ch .option-input:checked {
    background: #efb63b;
    border-color: #efb63b;
}
.note1--testfrm{
	font-weight: 500;
	font-size: 15px;
	color: #ffba2c;
	border: 1px dashed #ffba2c;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
#testfrm .d_contact{
	margin: 25px 0;
}
#testfrm .winput{
	width: 100%;
	height: 45px;
	background: #fff;
	display: flex;
	align-items: stretch;
	margin-bottom: 15px;
}
#testfrm .winput span{
	width: 50px;
	height: 46px;
	background: #43b69e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}
#testfrm .winput input{
	flex: 1;
	height: 46px;
	border: 1px solid #fff;
	background: transparent;
	padding: 0 10px;
	outline: none;
	color: #333;
}
#testfrm .wbuton{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
#testfrm .wbuton a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	height: 40px;
	border-radius: 5px;
	font-family: 'HelvetIns';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
#testfrm .wbuton a#btn1-testfrm,#testfrm .wbuton a#btn2-testfrm.active{
	background: #ef810a;
}
#testfrm .wbuton a#btn2-testfrm,#testfrm .wbuton a#btn1-testfrm.active{
	background: #ea1a24;
}
#testfrm .wbuton a#btn2-testfrm{
	-webkit-animation: scale 1200ms infinite ease-in-out;
    -moz-animation: scale 1200ms infinite ease-in-out;
    -ms-animation: scale 1200ms infinite ease-in-out;
    -o-animation: scale 1200ms infinite ease-in-out;
    animation: scale 1200ms infinite ease-in-out;
}
.note2--testfrm{
	font-family: Open Sans;
	font-size: 15px;
	text-align: center;
}
.note2--testfrm b{
	color: #f2bf69;
	font-style: normal;
	font-weight: 600;
}
.b_title span{
	color: #ea1a24;
}
.b_content {
	text-align: center;
}
.box-s8 span{
	display: block;
	text-align: center;
	padding: 10px 0 20px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
}

.box-s8 span:last-child{
		padding-bottom: 0!important;

}

/* CSS POPUP */
.popup{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.bgOvl{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .35);
}
.pWrp{
  width: 90%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#pYcc-wrp{
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
#pYcc-btnWrp{
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
#pYcc-btnWrp a{
  width: 130px;
  height: 35px;
  border-radius: 99px;
  margin: 0 10px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}
#pYcc-tuchoi{
  background: rgb(248 49 89 / 80%);
}
#pYcc-dongy{
  background: #1F61AC;
}


/* yodate */
section#sec11 {
	height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sec11Wrp {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	padding: 30px;
	height: 100%;
	background: #13906bc7;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 480px;
	gap: 22px;
}

.sec11Wrp span:first-child {
	font-size: 30px;
	font-family: 'HelvetIns';
}

.sec11Wrp span:nth-child(2) {
	margin-bottom: 5px;
}

.sec11Thumb {
	margin: 6px;
	border: 2px solid;
	border-radius: 5px;
	cursor: pointer;
	width: 45%;
	height: 100px !important;
	object-fit: cover;
}

img.sec11Thumb.active {
	border-color: #1f61ac;
}

/* .ctop.stuck {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 480px;
	z-index: 100;
	height: 25px;
	background: #fff;
	box-shadow: -1px 0 20px rgba(100, 100, 111, 0.2);
}
.marquee-top2 {
	display: flex;
	justify-content: center;
} */

#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;
}

/* s */
/* update */
.marquee-top2 {
  padding: 2px 10px;
  background: #fff;
}

.marquee-top2 marquee {
  display: block;
}

.marquee-top2 marquee strong{
  color: #ea3a3a;
}

#popup-top{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}
#popup-top.show{
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.popup-top_w {
  display: flex;
  align-items: center;
  background: #13906b;
  /* background: #fff; */
  padding: 8px 8px;
}
#ptop-icmenu{
      width: 35px;
      height: 35px;
      background: #fff;
      /* color: #fff!important; */
      display: flex;
      border-radius: 2px;
      align-items: center;
      justify-content: center;
  }
  #ptop-icmenu i{
      font-size: 26px;
      color: #8b8b8b;
  }
  #ptop-text{
      width: calc(55% - 95px);
      padding: 0 5px 0 0;
  }
  #ptop-text a{
      /* display: flex; */
      align-items: center;
  }
  #ptop-text img{
      width: 100%;
  }
  #ptop-text a span{
		font-size: 15px!important;
		line-height: 16px;
		color: #fff;
		padding-left: 5px;
		display: block;
	}   
  #ptop-frm{
      flex: 1;
      height: 38px;
      background: #e6e6e6;
      display: flex;
      border-radius: 3px;
      overflow: hidden;
  }
  #ptop-frm input{
      width: calc(100% - 33px);
      height: 38px;
      outline: none;
      background: #ffffff;
      padding:  0 5px;
      border: none;
      font-size: 14px;
  }
  #ptop-frm button{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 38px;
      background: #1f61ac;
      color: #fff;
      font-size: 16px;
      border: none;
      outline: none;
  }
  #popup-top i.fal {
    font-size: 20px;
    -webkit-animation: fp-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: fp-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: fp-circle-img-anim 1s infinite ease-in-out;
    -o-animation: fp-circle-img-anim 1s infinite ease-in-out;
    animation: fp-circle-img-anim 1s infinite ease-in-out;
    color:#fff;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50%;
}
#ptop-icmenu2 {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 22px;
}

#pop_call_phone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  display: none;
}

#pop_call_bg {
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 15%)
}

#pop_call_warp {
  position: absolute;
  bottom: 3px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 10px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

#pop_call_warp a,
#pop_call_warp span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
  color: #2488ac;
  font-size: 18px;
  font-family: Arial;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#pop_call_warp a i {
  font-size: 25px;
  margin-right: 10px;
  margin-top: 3px
}

#pop_call_warp span {
  background: #ED2B2A;
  border-color: #c11111;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

#pop_call_warp a b {
  font-weight: 500;
}


.sec3Box {
  padding: 0 15px;
}

.bsBox-home {
  background: #f7f7f7;
  padding: 26px;
  border-radius: 20px;
  display: flex !important;
  align-items: center;
  width: auto !important;
  flex-direction: column;
  justify-content: center;
}

.bsBox-home .bsBox-inf {
  align-items: center;
  padding: 20px 0 0 0;
}

.bsBox-inf {
  display: flex;
  flex: 1;
  padding-left: 22px;
  flex-direction: column;
}

.bsBox-inf .bs {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
}

.bsBox-inf .name {
  font-size: 22px;
  font-weight: bold;
  color: #13906b;
  text-transform: uppercase;
}

.bsBox-inf .ck {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.bsBox-img {
  /* max-width: 250px; */
  width: 80%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  position: relative;
  background: #f4f4f4;
  /* margin: auto; */
  border: 10px solid #fff;
  border-radius: 50%;
  /* margin-top: 0; */
}

.bsBox-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* update */
.bsBox-img-thumb {
  width: 65px;
  height: 65px;
}

.bsBox-img-thumb img {
  border-radius: 50%;
}

.sec3Box-thumb {
  display: flex !important;
  justify-content: center;
}

#sec3Wrpsc .slick-current.slick-active .bsBox-img-thumb {
  border: 2px solid #3fa58a;
  border-radius: 50%;
}

#sec3Wrpsc {
  margin-top: 30px;
  padding: 0 35px;
  text-align: center;
}

#sec3Wrpsc .slick-arrow {
    position: absolute;
    top: 50%;
    left: 40px;
    opacity: 1;
    border: none;
    background: transparent;
    padding: 5px;
    border-radius: 3px;
    z-index: 1;
    font-size: 72px;
    transform: translateY(-50%);
    color: #fefefe;
}

#sec3Wrpsc .slick-arrow {
    font-size: 30px;
    left: 0;
    color: #3fa58a;
  }

  #sec3Wrpsc .slickNext {
    left: unset;
    right: 0;
  }

#secbs {
    margin: 15px 0;
}


 /* CSS popup cam kết */
 /* #pCamket{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
}
#pCamket-wrap {
	width: 90%;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	background: #059486;
	border: 3px solid #fff;
	border-radius: 30px;
	padding: 10px 0 15px;
}
#pCamket-form{
	position: relative;
	width: calc(100% - 40px);
	margin: 0 20px;
}
#pCamket-form input{
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #90e0d4;
	box-shadow: inset 0 3px 3px #bbb;
	padding-left: 10px;
	padding-right: 80px;
	outline: none;

}
#pCamket-form button{
	outline: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 77px;
	height: 40px;
	border: none;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 19px;
	box-shadow: 0 1px 1px rgba(170, 170, 170, .75);
	background: rgb(245,65,64);
	background: linear-gradient(90deg, rgba(245,65,64,1) 0%, rgba(245,128,33,1) 100%);
}
#pCamket-form button i{
	font-size: 16px;
	margin-right: 5px;
}
#pCamket-close{
	width: 50px ;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
} */