@font-face {
    font-family: 'InterFont';
    src: url('fonts/static/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterFont2';
    src: url('fonts/static/Inter-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterFont3';
    src: url('fonts/static/Inter-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.container{
	max-width:1200px;
	padding: 0;
}
.container1{
	max-width: 1150px;
	width:calc(100% - 10%);
	margin:auto;
	display:block;
}
.container2{
	max-width: 1100px;
	width:calc(100% - 20%);
	margin:auto;
	display:block;
}
.container3{
	max-width: 1000px;
	width:calc(100% - 30%);
	margin:auto;
	display:block;
}
header{
	padding: 30px 0 !important;
}
@media (max-width: 750px) {
	header{
		padding: 20px 0 !important;
	}
	.container1{
		max-width:100%;
		width:calc(100% - 20px) !important;
		padding: 0 !important;
	}
	.container2{
		max-width:100%;
		width:calc(100% - 30px) !important;
	}
	.container3{
		max-width:100%;
		width:calc(100% - 30px) !important;
	}
	.dichvubox p{
		font-size: 13pt !important;
	}
}
body {
    font-family: 'InterFont2', sans-serif;
}
.logohead{
	max-width: 100%;
	max-height: 91px;
}
.menu{
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0;
}
.menu .menu-desktop {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu .menu-desktop li {
  display: inline-block;
}

.menu .menu-desktop li:not(:last-child) {
  margin-right: 5px; /* Khoảng cách giữa mỗi item */
}

.menu .menu-desktop li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000; /* Màu văn bản */
  font-size: 12pt;
}
.menu .menu-desktop li a:hover {
  color: #14d3cc; /* Màu văn bản khi hover */
}

.menu .menu-desktop li::after {
  content: "|";
  margin-left: 5px; /* Khoảng cách giữa dấu phân chia và nội dung của mỗi item */
  color: #14d3cc; /* Màu của dấu phân chia */
}
.menu .menu-desktop li:last-child::after {
  content: "";
  margin-right: 0;
}
@media (min-width: 550px) {
	.wbutton{
		width: 500px !important;
        padding: 15px 10px !important;
        font-size: 32px !important;
        border-radius: 47px !important;
		margin: auto;
        display: block;
	}
	
}
@media (max-width: 550px) {
	.wbutton{
		width: calc(100% - 20px);
		margin: auto;
        display: block;
	}
	.divcenterheight{
		 margin-top: -35px;
		z-index: 999;
		position: relative;
	}
}
.dv-box{
	padding: 30px;
    background-color: #14d3cc;
	margin: auto;
	align-items: center;
    display: flex;
}
.dv-box-r{
	background:  linear-gradient(#FFF 0 0) padding-box, linear-gradient(to left, #762dd3, #13d3cd) border-box;
	padding: 15px;
	border: 2px solid transparent;
	border-radius: 15px;
	margin:auto;
}
.dv-box-r img{
	border-radius: 15px;
}

.imgdvbox{
	width:100%;
}

.borderbox{
	border: 1px solid #14d3cc;
    border-radius: 20px;
    padding: 15px 5px;
	display:flex;
}
.info-left, .info-right{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.info-left .info-item{
	align-items: flex-end;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-right .info-item{
	align-items: flex-start;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top:25px
}
.info-item{
	padding: 0 10px;
}
.info-item h3{
	background-color: #14d3cc;
    color: #fff;
    width: 205px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14pt;
    font-family: 'InterFont', sans-serif;
    margin-bottom: 15px;
}
.info-item p{
	font-size: 14pt;
    line-height: 23px;
    font-weight: bold;
	margin-bottom: 10px;
}
.info-left .info-item p{
	 text-align: right;
}
.info-right .info-item p{
	 text-align: left;
}
.box-hinhbs{
	margin-top: -30px;
    padding: 30px;
	padding-top: 70px;
    background-color: #fff;
}
.box-hinhbs img{
	margin: auto;
    display: block;
	width: 100%;
}
.box-hinhbs p{
	text-align: center;
    margin-top: 15px;
    font-size: 16pt;
    font-family: 'InterFont3', sans-serif;
    color: #14d3cc;
    font-weight: bold;
}
.box-hinhbs h3{
	width: fit-content;
    margin: auto;
    background-color: #14d3cc;
    color: #fff;
    padding: 5px 50px;
    border-radius: 40px;
    font-size: 25px;
}
.slogan{
	width: 780px;
    max-width: calc(100% - 20px);
    margin: 63px auto;
    background-color: #14d3cc;
    padding: 30px;
    border-radius: 100px;
    font-size: 16pt;
    text-align: center;
    position: relative;
}
.slogan p{
	margin-bottom: 0;
}
.sym-1{
	position: absolute;
    left: 60px;
    top: -20px;
}
.sym-2{
	position: absolute;
    right: 60px;
    bottom: -20px;
}
.desc-dichvu{
	font-size: 18pt;
    max-width: 888px;
    margin: 15px auto;
    font-weight: bold;
}
.dichvubox{
	border: 1px solid #14d3cc;
}
.dichvubox h3{
	background-color: #14d3cc;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 25px 0;
    font-family: 'InterFont', sans-serif;
    line-height: 33px;
    font-size: 25px;
}
.dichvubox p{
	margin: 15px 20px;
    font-size: 15pt;
    text-align: justify;
	min-height: 152px;
}
@media (max-width: 1200px) {
	.info-item p{
		font-size: 12pt !important;
    	line-height: 19px !important;
	}
	.info-item h3 {
		width: 156px !important;
	}
}
@media (max-width: 888px) {
	.dv-box{
		padding: 13px 10px !important;
	}
	.dv-box h3{
		font-size: 15pt !important;;
	}
	.dv-box p {
		font-size: 15pt !important;
		margin: 0px 15px !important;
		line-height: 25px !important;
	}
	.menu .menu-desktop li a {
		font-size: 11pt !important;
	}
	.box-hinhbs h3 {
		font-size: 14pt !important;
	}
}
@media (max-width: 707px) {
	.dv-box{
		padding: 10px 8px !important;
	}
	
	.dv-box h3{
		font-size: 12pt !important;
	}
	.dv-box p {
		font-size: 8pt !important;
	}
	.contdv{
		margin-top: 10px;
	}
	.items-bs .name span {
		font-size: 13pt;
	}
	.items-bs .name {
    	font-size: 10pt;
	}
	.chucvu {
		font-size: 12pt;
	}
}

@media (max-width: 570px) {
	.dv-box{
		padding: 15px 25px !important;
        width: calc(100% - 8px) !important
	}
	.dv-box h3{
		font-size: 16pt !important;
	}
	.dv-box p {
		font-size: 12pt !important;
	}
	.alg-items{
		padding: 0 !important;
		margin-bottom: 3px;
	}
	section {
		margin: 20px 0 !important;
	}
	.banner{
		margin: 0 !important;
	}
	.btn-dangkyngay span{
		font-size: 18px;
	}
}

.quytrinhbox{
	background: linear-gradient(to bottom, #15d3cc, #15d3cc, #8748d9);
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}
.quytrinhbox h3{
	width: fit-content;
    background: #fff;
    color: #14d3cc;
    font-size: 15pt;
    padding: 5px 15px;
    margin: auto;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'InterFont', sans-serif;
}

.quytrinhbox p{
	text-align: center;
    margin-top: 10px;
	font-size:15pt;
	font-weight:bold;
	min-height: 61px;
}
.quytrinhbox img{
	border-radius: 0px 0px 20px 20px;
	/*border: 2px dotted #ffffff7a;*/
}
.box-design{
	background: linear-gradient(to right, #15d3cc, #15d3cc, #819ae6, #819ae6, #8748d9);
    padding: 15px;
    border-radius: 100px;
}
.box-border{
	border: 2px dotted #ffffff94;
    border-radius: 100px;
    padding: 8px;
}
.box-design h2{
	color:#fff;
	font-weight: bold;
	font-size: 28pt;
}

.afbewiper1 .swiper-pagination-bullet-active {
    background: #fff !important;
}

.alg-items{
	align-items: center;
    display: flex;
}

.content-r{
    margin: auto;
}
.dv-box h3{
	font-weight: bold;
	color: #fff;
    padding-bottom: 10px;
	font-size: 25pt;
	margin-bottom: 13px;
	text-align:center;
}
.dv-box p{
	font-size: 18pt;
    font-weight: bold;
    margin: 0 20px;
    line-height: 38px;
}
.bs-info b{
	display: block;
}
.bs-info {
	text-align: right;
}
section{
  margin: 30px 0;
}
.title-sc{
    text-align: center;
    font-size: 31pt;
	font-family: 'InterFont';
    font-weight: bold;
    margin: 10px 0px;
    line-height: 30px;
    color: #14d3cc;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.title-sc-2{
  color: #14d3cc;
    font-size: 24pt;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    line-height: 30px;
}
.title-sc-3{
    text-align: center;
    color: #fff;
    font-size: 35pt;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 35px;
}
.afbewiper .swiper-pagination-bullet-active {
    background: #ffffff !important;
}
img{
  max-width: 100%;
}
.dichvu-items{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
	cursor: pointer;
}
.title-dichvu{
    position: absolute;
    z-index: 10;
    width: 80%;
    text-transform: uppercase;
    color: #fff;
    background-color: #14d3cc;
    margin: 0 21px;
    left: 50%;
    transform: translate(-55%, -140%);
    padding: 15px 20px;
    border-radius: 40px;
    text-align: center;
    font-size: 14pt;
    font-weight: 500;
}
.desc-dichvu {
    position: absolute;
    top: 0;
    left: -100%;
    width: calc(100% - 24px);
    height: 100%;
    background-color: rgb(20 211 205 / 90%);
    color: #fff;
    font-size: 12pt;
    padding: 20px 50px;
    transition: left 0.3s;
    margin: 0px calc(var(--bs-gutter-x)* .5);
    align-items: center;
    display: flex;
    text-align: center;
    z-index: 99;
}

.dichvu-items:hover .desc-dichvu {
  left: 0; /* Hiển thị mô tả khi rê chuột vào */
}
.phong-kham p{
  	text-align: justify;
  	font-size: 12pt;
	margin-bottom: 16px;
}
.phong-kham img{
  max-width: 100%;
  margin: 0px auto;
  display: block;
}
.phong-kham{
  	padding: 35px 0px;
    background-image: url(../img/bg-kythuat.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
	z-index: 4;
}

.wrap-phongkham{
	background-color:#fff;
	padding:4px 5px;
}
.po-rela{
	position: relative;
}
.divi-item{
	margin: 1rem 0;
    color: #d0d1d2;
    border: 0;
    border-right: var(--bs-border-width) solid;
    opacity: 1;
    height: 129px;
    width: 3px;
    position: absolute;
    bottom: 30px;
    right: -1%;
}

.kythuat-item img{
	width: 100%;
    background-color: #14d3cc;
}
.kythuat-item h4{
	    text-align: center;
    color: #14d3cc;
    font-weight: bold;
    margin: 15px 0;
    font-family: 'InterFont', sans-serif;
    font-size: 22px;
    line-height: 33px;
}
.kythuat-item p{
	text-align: center;
    font-size: 14pt;
    font-weight: bold;
	padding: 0 20px;
	line-height: 22px;
}
.btn-dangkyngay{
    background-color: #fff;
    margin: 20px auto;
	margin-top: 50px;
    padding: 10px 40px;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
    border-radius: 33px;
    border: 2px solid #1f8b89;
    display: block;
	font-family: 'InterFont', sans-serif;
	text-align:center;
}
.btn-tiktok{
	width:100%;
	margin:30px auto;
}
.btn-dangkyngay span{
    background-image: linear-gradient(to right, #ee0192, #762ad3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.cancanh p{
	font-size: 14pt;
    font-weight: bold;
	margin: auto 95px;
}
.truoc-sau p{
	font-size: 14pt !important;
    width: calc(100% - 20%);
    margin: 15px auto;
    font-family: 'InterFont2', sans-serif;
    text-align: center;
    color: #fffc;
	font-weight: bold;
}
.truoc-sau h4{
	font-weight: bold;
    font-size: 12pt;
    margin: 20px;
	font-family: 'InterFont', sans-serif;
}

.box-chidinh{
	display: flex;
    flex-direction: column;
    height: 100%;
	padding:15px;
}
.items-chidinh{
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #14d3cc;
    margin-top: 15px;
    margin-bottom: 15px;
    &:first-child {
        margin-top: 0;
    }
    &:last-child {
        margin-bottom: 0;
    }
}
.items-chidinh p{
	margin: 0;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
	max-width: 70%;
}

@media (max-width: 700px) {
	.phong-kham p{
		font-size: 10pt !important;
	}
	.box-hinhbs{
		padding-top:0px;
	}
	.info-left .info-item, .info-right .info-item{
		align-items: center !important;
	}
	
	.info-left .info-item p, .info-right .info-item p {
		text-align: center !important;
	}
}
@media (max-width: 500px) {
	.phong-kham p{
		font-size: 12pt !important;
	}
}

@media (min-width: 768px) {
	

  .p-right{
    padding-right: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
	.text-center{
		padding: 0 25px;
	}
}
.items-bs{
    padding: 18px;
    background: #14d3cc;
    	
  }
.doi-ngu .items-bs:not(:last-child){
    margin-bottom: 20px !important;
 }
.desc-quytrinh{
	margin: 35px;
    font-size: 17pt;
    font-weight: bold;
}
.items-bs img {
  margin-bottom: 15px;
}
.items-bs .name {
  color: #ffffffb0;
  font-size: 13pt;
  margin-bottom: 1px;
  font-family: 'InterFont2', sans-serif;
}
.items-bs .name span{
  font-weight: 500;
    font-size: 17pt;
	color: #fff;
    font-family: 'InterFont', sans-serif;
}
.box-info{
  width: calc(100% - 3px);
  color: #ffffffb0;
  min-height: 135px;
}
.chucvu{
  margin-bottom: 3px;
  font-family: 'InterFont2', sans-serif;
  font-size: 13pt;
}
.kinhnghiem{
  color: #000;
  font-size: 12pt;
  font-weight: bold;
}
.clickable-img{
	cursor: pointer;
	width: 100%;
}
#idimg {
    transition: opacity 0.2s ease;
}

.clickable-img {
    transition: opacity 0.2s ease;
}

.cacanhswiper .swiper-slide{
	margin: 0 !important;
}
.truoc-sau{
    background-image: url(../img/bc-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 4;
	
}
.pos-desk{
	position: relative;
}
.pos-desk img{
	bottom: 48px;
    position: absolute;
    max-height: 100%;
    max-width: max-content;
}

@media (max-width: 770px) {
	.pos-desk{
		position: unset !important;
	}
	.pos-desk img{
		position: unset !important;
		width: 80% !important;
        margin: auto;
        margin-top: 25px;
        display: block;
	}
}

@media (max-width: 575px) {
	
	.truoc-sau::before{
		background: linear-gradient(to bottom, #17d3cd, #14d0cc, #16a09bd6) !important;
	}
	.img-bangcap{
		margin: 25px auto !important;
        width: fit-content !important;
        display: block;
	}
	.title-sc-4 {
		font-size: 20pt !important;
	}
	.wrap-phongkham{
		margin: 5px;
	}
	.slideitemform{
		padding:0 !important;
	}
	.dich-vu .container3 {
		padding: 0 !important;
	}
}
.title-sc-4{
	color: #fff;
    font-weight: bold;
    width: fit-content;
    margin-top: 20px;
    text-align: center;
	font-size: 32pt;
}
.fbackcontent{
	text-align: center;
    
    font-weight: bold;
    width: 777px;
    max-width: 100%;
    margin: auto;
    background-color: #fff;
    height: 200px;
    border-radius: 100px;
    margin-top: -40px;
	padding-top: 45px;
}


.item-bc img{
  margin-bottom: 15px;
	border: 1px solid #ccc
}
.item-bc p{
  font-weight: bold;
  font-size: 17px;
}
.bao-chi{
	padding: 0 15px;
}
.feedback{
    background-image: url(../img/fbbg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.divcenterheight{
	align-items: center;
    display: flex;
	height: 100%;
	width: 100%;
}
.centerheight{
	display: block;
    margin: auto;
}

.fbbox img{
	margin: auto;
    display: block;
	/*
    border-radius: 50%;
    border: 9px solid #14d3cc;
	*/
	position: relative;
    z-index: 1;
}
.item-bc{
    padding: 20px 15px;
}
.number{
	width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
	margin: auto;
}
.number span{
	background-image: linear-gradient(to right, #762ad3, #14d3cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 25pt;
    font-family: 'InterFont', sans-serif;
}
.boxitem-lydo{
	margin-top: 15px;
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 0px 0px 20px 20px;
	min-height: 210px;
}
.boxitem-lydo h5{
	text-align: center;
    color: #14d3cc;
    font-weight: bold;
    font-size: 17pt;
    font-family: 'InterFont', sans-serif;
	text-transform: uppercase;
}
.boxitem-lydo hr{
	color: #14d3cc;
    width: 100px;
    margin: 17px auto;
    opacity: unset;
}
.kythuatswiper .swiper-pagination{
	bottom: 0 !important;
}
.item-ts{
  padding: 15px;
}
.item-ts img{
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiperbottom{
  padding-bottom: 50px;
}
.swiper-pagination{
  bottom: 0px;
}
.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullet-active{
  background: #14d3cc !important;
}
.dvwiper .swiper-pagination-bullet-active{
  background: #fff !important;
}
.diachiuytin .swiper-pagination-bullet-active{
  background: #fff !important;
}
.title-sc3{
	font-family: 'InterFont', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 30pt;
    color: #f52d84;
}
.promotionname{
	text-align: center;
    color: #00cfc7;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 10px;
}
.box-lienhe{
	text-align: center;
    color: #de1773;
    font-size: 26pt;
    font-weight: bold;
    font-family: 'InterFont', sans-serif;
    text-shadow: -1px -1px 0 #fffafa, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	padding: 10px;
	margin-top: 60px;
}
.borderlin-lienhe{
	border: 1px #fff dashed;
    border-radius: 15px;
}
.borderlin-lienhe img{
	margin-top: -70px;
}
.borderlin-lienhe p{
	margin-top: -40px;
}
.slideitemform{
	padding: 20px;
}
.slideitemform img{
	border: 3px solid #fff;
    border-radius: 40px;
}
.slideitemform p{
	width: fit-content;
    margin: auto;
    background-color: #48d7d1;
    font-size: 27px;
    bottom: 40px;
    height: 60px;
    position: relative;
    padding: 7px 30px 0px 30px;
    border: 3px solid #fff;
    border-radius: 20px;
    border-bottom: 0;
}
.slideitemform p:after{
	content: "";
    background-color: #48d7d1;
    position: relative;
    display: block;
    height: 31px;
    width: calc(100% + 72px);
    left: -35px;
    bottom: 10px;
}
@media(max-width:890px){
	.slideitemform p{
		font-size: 15px !important;
		bottom: 40px !important;
		height: 56px !important;
	}
	.slideitemform p:after{
		bottom: -8px !important;
	}
}
.lien-he button{
	width: fit-content;
    margin: 10px auto;
    background-color: #fff;
    font-size: 15pt;
    padding: 5px 20px;
    border-radius: 30px;
    display: block;
    border: 2px solid #1f8b89;
}
.lien-he button span{
	background-image: linear-gradient(to right, #ee0192, #762ad3);;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	font-weight: bold;
}
.lien-he .wrap-contact{
    background-color: #48d7d1;
    padding: 15px;
}
.lien-he iframe{
  border-radius: 15px;
}

.lien-he input{
    display: block;
    width: 496px;
    max-width: 100%;
    height: 46px;
    border-radius: 30px;
    border: none;
    padding: 0 15px;
    margin: 12px auto;
	font-size: 16px;
}
.lien-he input:focus{
	border: 1px solid #ccc;
}

.lien-he form{
    align-items: center;
    display: grid;
    padding: 15px;
}

input::placeholder {
    color: #ccc;
}

.diachiuytin h2{
	text-align: center;
    font-size: 40pt;
    font-family: 'InterFont';
    font-weight: bold;
    margin: 25px 0px;
    line-height: 79px;
    background-image: linear-gradient(to right, #762ad3, #14d3cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.diachiuytin h2 span{
	display: inline-block;
    font-family: 'InterFont3', sans-serif;
    font-size: 72pt;
    margin-top: 15px;
}
.diachiuytin p{
	font-weight: bold;
    font-size: 15pt;
}
.company{
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
}
.info-ft{
  margin-bottom: 0;
  color: #fff;
  font-family: 'InterFont3', sans-serif;
}
.kq-ft{
  color: #fff;
  font-family: 'InterFont3', sans-serif;
  margin-top: 15px;
}
footer{
    background-color: #14d3cc;
   	padding: 40px 0px 0px 0;
}
.ft-infobg{
    background-color: #12c1bb;
    padding: 40px;
}
.ft-info{
    padding: 20px 20px 20px 0px;
}
.ft-center{
    max-width: fit-content;
    margin: auto;
}
.ft-company{
    padding: 25px;
}
.logo-ft{
    margin-bottom: 15px;
    width: auto;
}
.con-next{
    margin: 0 15px;
}
.ft-company h3{
	font-size:13pt;
}

.ft-company p{
	font-size:12pt;
	font-weight: normal !important;
	
}
.ft-company h3, .ft-company p{
    font-weight: bold;
}
.ft-infobg h3{
	font-size:15pt;
	font-weight: bold;
}
.ft-infobg h4{
	font-size:11pt;
}
.ft-infobg p{
	font-size:9pt;
	margin-bottom: 4px;
}
.social{
    padding: 0;
    list-style: none;
    display: flex;
    width: fit-content;
    margin: auto;
}
.social li{
    float: left;
    margin: 0 auto;
    border-right: 1px #000 solid;
    padding-right: 12px;
    padding-left: 12px;
}

.social li:last-child{
    border-right: none;
}

.social li img{
    width: 35px;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    background: #48d7d1;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #48d7d1;
}

.btn-menu-mobile{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  border-radius: 5px;
}
.btn-menu-mobile span {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #14d3cc;
    margin-bottom: 6px;
}
.css-vptvdy{
	max-width:100% !important;
}
input:focus {
  outline: none; /* Loại bỏ viền mặc định */
  border: none; /* Loại bỏ viền */
}
.tiktok-embed iframe{
	width: fit-content !important;
	margin: auto;
}
.tiktokwiper .swiper-button-next, .tiktokwiper .swiper-button-prev{
	color: #14d3cc !important;
    z-index: 999;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
	
}

.tiktokwiper .btn_pn:after{
	font-size:20px;
	font-weight:bold;
}
@media (min-width: 568px) {
  .btn-menu-mobile, .menu-mobile{
    display: none;
  }
	.title-sc-2, .title-sc{
		line-height: 60px !important;
	}
	
}
@media (max-width: 420px) {
	#frm-dangky-2 input{
		height: 27px !important;
		margin: 5px auto !important;
	}
	.modal-body{
		padding: 5px;
	}
}

@media (max-width: 568px) {
	.lien-he form{
		padding:0 !important;
		display: block;
    	margin: auto;
    	width: 310px;
	}
	.title-sc{
		font-size: 17pt !important;
	}
	.title-sc-2 {
    	font-size: 18pt !important;
	}
	.title-sc-3{
		font-size: 19pt !important;
	}
  .logohead{
    width: 222px;
    display: block;
    margin-left: 10px;
  }
	.ft-company{
		padding-bottom: 59px !important;
	}
  .menu-desktop{
    display: none;
  }
	.menu .menu-desktop li:not(:last-child) {
		margin-right: 1px !important;
	}
	.menu .menu-desktop li::after {
		margin-left: 1px !important;
	}
	.menu .menu-desktop li a {
		font-size: 8pt !important;
	}
	.diachiuytin p{
		text-align: center;
		font-size: 13pt;
	}
	.modal-body {
		bottom: 5px !important;
		padding: 5px !important;
	}
	#frm-dangky-2 input{
    	margin-bottom: 5px !important;
	}
	#frm-dangky-2 button {
		font-size: 12px;
	}
	.tools-bar-item:not(:first-child)::before{
		content:unset !important;
	}
	.logo-ft{
		max-width: 100% !important;
	}
	.ft-infobg h3{
		font-size: 13pt !important;
	}
	
	.dv-box {
        padding: 15px 15px !important;
    }
	.dv-box p {
		margin: 0px 10px;
		line-height: 30px;
	}
	.items-chidinh{
		padding:15px 0;
	}
	.items-chidinh p{
		max-width:90%;
	}
	.dv-box-w{
		margin-top:15px
	}
	.desc-quytrinh {
		margin: 15px;
		font-size: 13pt;
	}
	.box-design h2 {		
		font-size: 21pt;
		margin-top: 20px;
	}
	.cancanh p {
		font-size: 13pt;
		margin: auto;
	}
	.truoc-sau p {
    	font-size: 12pt !important;
		width: calc(100% - 15%);
		color: #fff;
	}
	.fbackcontent{
		margin-top: 10px;
    	padding-top: 30px;
	}
}
@media (max-width:760px){
	.ft-info {
		padding: 20px 20px 20px 20px !important;
	}
	.cla-bangcap{
		margin-top: 0px !important;
		padding: 35px;
        padding-top: 0;
	}
}
.btn-menu-mobile {
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;

}

.btn-menu-mobile span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.menu-mobile {
    width: 100%;
    background-color: #14d3cc;
    max-height: 0;
    top: 80px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin: 0;
    position: absolute;
}
.menu-mobile li{
  list-style: none;
  margin: 25px 0px;
   text-align: center;
}
.menu-mobile li a{
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
}
.btn-menu-mobile.active + .menu-mobile {
    display: block;
    max-height: 100%;
    position: absolute;
    top: 60px;
    bottom: 0;
    z-index: 9999;
	padding: 0;
	left:0
}
.btn-menu-mobile.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.btn-menu-mobile.active span:nth-child(2) {
    opacity: 0;
}

.btn-menu-mobile.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -3px);
}
.swiper-button-next, .swiper-button-prev{
	color: #14d3cc !important;
}
.modal-header{
	background-color: #48d7d1;
    color: #fff;
	display: flow-root;
}
.logopopup{
	width: 250px;
    margin: auto;
}
.btn-close{
	position: absolute;
    top: 6px;
    right: 6px;
    opacity: unset;
    color: #fff;
    font-weight: bold;
    font-size: 16pt;
}
.modal-title{
	text-align: center;
    width: 100%;
}

.box-lienhe{
	background-color: #00cdc6;
	background-image: url('../img/bgr-dangky.jpg'); /* Đường dẫn đến tấm hình */
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 5;
}
.box-lienhe::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #14d3ccad;
	z-index: -1;
}
#frm-dangky-2 input{
	width: calc(100% - 40px);
    display: flow;
    height: 40px;
    padding: 0 15px;
    border: none;
    margin: 15px auto;
    border-radius: 50px;
}
#frm-dangky-2 button{
	margin: auto;
    display: block;
    background: no-repeat;
    border-radius: 25px;
    padding: 5px 15px;
    border: none;
    color: #48d7d1;
    font-weight: bold;
    background-color: #fff;
	margin-top: 25px;
}
#frm-dangky-2 button:hover{
	color: #0c7974;
}
.modal-content{
	margin-top:-150px;
	background-color: #48d7d1;
    padding: 15px;
}
/* Ẩn nội dung trên mobile */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* Ẩn nội dung trên desktop */
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

#backToTopBtn {
        display: none;
        position: fixed;
        bottom: 70px;
   		right: 10px;
        z-index: 99;
        background-color: #00cfcd63;
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        text-align: center;
        font-size: 24px;
    }
#backToTopBtn svg {
    width: 100%;
    height: 100%;
}