/* Header */
.text-gradient { background:linear-gradient(180deg, #D3A54E 0%, #F6DC88 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.cart-button { position: fixed; bottom: 140px; right: 35px; z-index: 999; width: 50px; height: 50px; border-radius: 50%; padding: 0; display: flex; justify-content: center; align-items: center; background: white; border: 1px solid var(--main); color: var(--main); font-weight: 700; text-transform: capitalize; } 
.cart-button:hover { color: var(--active); border-color: var(--active); } 
.cart-button i { font-size: 20px; } 
.cart-button .count-cart { position: absolute; z-index: 999; color: white; background: #f00; border-radius: 50%; top: -10px; right: 5px; width: 20px; height: 20px; text-align: center; } 
  
.header {padding-top: 10px;} 
.header-bottom{display: none;}
.header-top{width: calc(100% - 180px);margin-left: auto;}
 
.btn-number{display: flex;align-items: center;gap: 3px;}
.btn-number span{font-size: 16px; color: var(--text);line-height: 1.5;}  
.btn-number a{font-size: 16px;font-weight: 900;color: var(--main);line-height: 1.5;transition: all 0.3s linear;}  
.btn-number p{margin-bottom: 0;}
.btn-number i{font-size: 20px;font-weight: 900;color: var(--main3);}
.btn-number a:hover{color: var(--main3);transition: all 0.3s linear;}

/* MENU */
.menu { position: relative; z-index: 99; width:100%;background: white;} 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;} 
.menu .wrap-content {position:relative;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex;flex-wrap: wrap; -webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; justify-content: space-between; }
.menu-main { width: calc(100% - 180px) !important;} 
.menu ul { width: 100%; padding: 0px; margin: 0; list-style: none; } 
.menu-line { width: 10px; height: 10px; background: var(--main); flex: unset !important; } 
.menu ul li { position: relative; z-index: 99; } 
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; } 
.menu ul li a { font-size: 14px; font-weight: 600; color: var(--text); margin: 0px; padding: 12px 10px 10px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 1.75; text-transform: uppercase; } 
.menu ul li a img { vertical-align: middle; } 
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ""; position: absolute; bottom: -webkit-calc(50% - 4px / 2); bottom: -moz-calc(50% - 4px / 2); bottom: calc(50% - 4px / 2); right: 5px; width: 5px; height: 5px; border: 1px solid var(--text); border-top: 0px; border-left: 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after {border: 1px solid var(--main);}
.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: white; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; } 
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; } 
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); } 
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a {padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left;} 
.menu ul li ul li ul { top: 0px; left: 100%; } 
.menu ul li ul li a:after { display: none; } 
.menu ul li ul li a:before { position: absolute; content: ''; top: calc(50% - 5px / 2); left: 0; width: 0; height: 5px; background: var(--main6); transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; visibility: hidden; opacity: 0; } 
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before { left: 0; visibility: visible; opacity: 1; width: 5px; }   
.menu ul li ul li a:hover { padding-left: 10px; } 

.logo-header{display: block;margin-top: -4%;zoom: 1;}
.menu.fixed .logo-header{margin-top: 0%;zoom: 0.5;}
/* slideshow */
.slideshow { position: relative; }
.slideshow .bgswiper {padding: 0px;}
.slideshow .bgswiper .swiper-button-prev {left: 5px;}
.slideshow .bgswiper .swiper-button-next {right: 5px;} 
.slideshow .bgswiper .swiper-pagination {bottom: 15px !important;}
.slideshow .swiper-slide.swiper-slide-active .slide-image img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-animation: cssAnimation 8s 1 ease-in-out forwards;-moz-animation: cssAnimation 8s 1 ease-in-out forwards;-o-animation: cssAnimation 8s 1 ease-in-out forwards;animation: cssAnimation 8s 1 ease-in-out forwards;}
 
/* Dịch vụ */
/* .wrap-service.wrap-ser::before { position: absolute; content: ''; top: 0px; left: 0px; width: 100%; height: 100%; background: #335024bb; z-index: 1;backdrop-filter: blur(3px);} */
.grid-service-list{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }  
.wrap-service{padding: 50px 0;background: url(../images/bg2.webp) no-repeat bottom;background-size: cover;}
.service-left{width: calc(50% - 10px);margin-bottom: -50px;}
.service-right{width: 50%;} 
.title-service-list{margin-bottom: 1.5rem;}
.title-service-list h2{margin-bottom:0px;font-family: var(--title);color:var(--main);font-size: 30px;line-height:1.25;text-transform:uppercase;} 
.title-service-list p{margin-bottom:0px;font-size: 16px;color:var(--text);line-height:1.25;text-transform: uppercase;} 
 
.service-list {background: white;box-shadow: 0px 0px 3px #00000050;margin: 3px; border-radius: 10px;padding: 6px 10px; display: flex;gap: 10px;align-items: center;flex-wrap: wrap;transition: all 0.3s linear;} 
.image-service-list{width: 88px;}   
.image-service-list .scale-img{border-radius: 50%;}
.service-list h3 {width: calc(100% - 100px);font-size: 18px;line-height: 1.25;font-weight: 700;margin-bottom: 0px;color: var(--main);text-transform: capitalize;}
.service-list:hover {box-shadow: 0px 0px 5px var(--main4);transition: all 0.3s linear;} 

/* Hệ thống chi nhánh */
.wrap-branch{background: url(../images/bg2.webp) no-repeat bottom;background-size: cover;}
.item-branch {display: flex;flex-wrap: wrap; align-items: center;gap: 20px;padding: 10px;border-radius: 10px; background: white;margin: 5px;box-shadow: 0px 0px 5px #00000030;} 
.img-branch{position: relative;width: 160px;height: 160px;}  
.img-branch .scale-img{ border-radius: 10px;} 
.ds-branch {flex: 1;position: relative;}
.ds-branch h3 {font-size: 15px;line-height: 1.25;font-weight: 500;margin-bottom: 0px;color: var(--text);text-transform: uppercase;transition: all 0.3s linear;}
.name-branch{display: flex;align-items: end;gap: 10px;margin-bottom: 1rem;}
.item-branch:hover {background: var(--bg3);box-shadow: 0px 0px 5px #04C008bb;transition: all 0.3s linear;} 
.item-branch:hover .ds-branch h3 {color: var(--main);transition: all 0.3s linear;}
.info-branch {color: var(--text);font-size: 13px;} 
 
/* Nơi Gửi Gấm Niềm Tin & sức Khỏe */
.grid-trust{display: grid; grid-template-columns: repeat(18, 1fr);column-gap: 30px;row-gap: 40px; }
.trust-items {background: white;display: block;position: relative; grid-column: 4 span;grid-row: 3 span;border-radius: 20px;border: 2px solid var(--main); margin-top: auto;transition: all 0.3s linear;} 
.trust-items2 {grid-column: 7/13;grid-row: 3 span;}
.trust-items2 .bgtrust{flex-direction: row;justify-content: center;}
.trust-items::before {position: absolute;z-index: -1;width: calc(100% + 6px);height: calc(100% + 6px);content: '';border-radius: 20px;bottom: -3px;right: -3px;background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 180deg, white 180deg, white 270deg, var(--main) 270deg , var(--main) 360deg); }
.bgtrust{background: white;width: 100%;height: fit-content;border-radius: 20px;padding: 30px 10px;display: flex;flex-direction: column;gap: 10px;align-items: center;flex-wrap: wrap;box-shadow: 0px 0px 5px #00000050;margin: -12px 0 12px 12px;position: relative;z-index: 3; transition: all 0.3s linear;}
.border-trust{position: relative;} 
.border-trust::after {position: absolute;width: calc(100% - 4px);height: calc(100% - 4px);content: '';border-radius: 18px;bottom: -10px;left: 2px;background: white; }
.border-trust::before {position: absolute;width: 100%;height: 100%;content: '';border-radius: 17px;bottom: -12px;left: 0;background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 180deg, white 180deg, white 270deg, var(--main) 270deg , var(--main) 360deg); }
.trust-items2::before { background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 136deg, white 136deg, white 220deg, var(--main) 220deg, var(--main) 
270deg, white 270deg, white 360deg);}
.trust-items2 .border-trust::before {background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 136deg, white 136deg, white 220deg, var(--main) 220deg, var(--main) 
270deg, white 270deg, white 360deg);}  
.trust-image{width: fit-content;}
.trust-items h3 {font-size: 16px;line-height: 1.5;font-weight: 600;margin-bottom: 0px;color: var(--main);text-transform: capitalize;}
.trust-items p {font-size: 13px;line-height: 1.5;margin-bottom: 0px;color: var(--text2);}
.trust-video{grid-column: 10 span;grid-row: 3 span;aspect-ratio: 16/9;pointer-events: none;-o-object-fit: cover;object-fit: cover;position:relative;}
.trust-items:hover {border-color: var(--main3);}
.trust-items:hover .bgtrust {box-shadow: 0px 0px 5px var(--main7);transition: all 0.3s linear;} 
.trust-items:hover:before,.trust-items:hover .border-trust::before {animation: 3s conicGradient infinite; } 
.trust-items:hover .trust-items2::before {animation: 3s conicGradient infinite;}
.trust-items:hover .trust-items2 .border-trust::before {animation: 3s conicGradient infinite;}   
   
/* Quy Trình Thăm Khám & Điều Trị */ 
.wrap-process {background: url(../images/bg2.webp) no-repeat bottom; background-size: cover;} 
.process-left .title-main{text-align: left;margin-bottom: 0;}
.process-left .title-main h2{line-height:1;margin-bottom: 1rem;}
.process-left{width: 40%;}
.process-right{width: 60%;} 
.process{position: relative;cursor: pointer;display: flex;align-items: center;gap: 20px; transition: all 0.3s linear; } 
.info-process{flex: 1;}
.numb-process{width: 165px;height: 165px;position: relative;display: flex;justify-content: center;background: url(../images/d4.webp) no-repeat bottom; background-size: 100%;}
.numb-process::before {position: absolute;width: 100%;height: 100%;content: '';top: 0%;right: 0%;background: url(../images/d5.webp) no-repeat top;background-size: 100%; }
.numb-process span{color: white;font-weight: 700;font-size: 40px;position: relative;z-index: 3;line-height: 1;margin-top: 25px;}
.info-process h3{color: var(--text);font-weight: 600;font-size: 20px; line-height: 1.25; margin-bottom: 10px; text-transform: capitalize;transition: all 0.3s linear;}  
.info-process p{color: var(--main);font-size: 20px; line-height: 1.25; margin-bottom: 10px;transition: all 0.3s linear;}  
.info-process span{color: var(--text);font-size: 13px; line-height: 1.5;transition: all 0.3s linear;}  
.image-process{width: 55px;height: 55px;display: flex;align-items: center;justify-content: center;} 
.process.action .numb-process::before{background: url(../images/d8.webp) no-repeat top;background-size: 100%;} 
.process.q1{margin-left: -150px;}
.process.q2{margin-left: 0px;}
.process.q3{margin-left: 50px;}
.process.q4{margin-left: 0px;}
.process.q5{margin-left: -150px;} 

/* Phương Pháp Bó Thảo Dược Gia Truyền */ 
.method-left {position: relative;width: calc(40% - 10px);border-radius: 20px;padding: 10px; margin: 3px;border: 1px solid var(--main);transition: all 0.3s linear;}   
.method-left::before {position: absolute;z-index: -1;width: calc(100% + 6px);height: calc(100% + 6px);content: '';border-radius: 20px;bottom: -3px;right: -3px;background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 180deg, white 180deg, white 270deg, var(--main) 270deg, var(--main) 360deg);}
.method-left .bgswiper::after {position: absolute;width: calc(100% + 16px);height: calc(100% + 16px);content: '';border-radius: 18px;bottom: -8px;left: -8px;background: white; }
.method-left .bgswiper::before {position: absolute;width: calc(100% + 18px);height: calc(100% + 18px);content: '';border-radius: 17px;bottom: -9px;left: -9px;background: conic-gradient(white 0deg, white 90deg, var(--main) 90deg, var(--main) 180deg, white 180deg, white 270deg, var(--main) 270deg, var(--main) 360deg);}
.method-left .scale-img{ border-radius: 20px;} 

.method-right{width: calc(60% - 10px);display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; position: relative;}
.method1{grid-column: 3 span;grid-row: 2/7;}
.method2{grid-column: 3 span;grid-row: 1/6;}
.method3{grid-column: 3 span;grid-row: 5 span;}
.method4{grid-column: 3 span;grid-row: 5 span;}
.method{padding: 30px 20px;margin: 10px;display: inline-block;position: relative;cursor: pointer;background: white;box-shadow: 3px 3px 10px #00000030;border: 1px solid var(--line);border-radius: 10px;transition: all 0.3s linear;} 
.method h3{color: var(--text);font-weight: 500;font-size: 17px;line-height: 1.25;text-transform: capitalize;transition: all 0.3s linear;}  
.method p{color: var(--text);font-size: 14px;line-height: 1.75;margin-bottom: 0px;transition: all 0.3s linear;}  
.image-method{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;background: var(--bg3);border-radius: 50px;margin-bottom: 20px;transition: all 0.3s linear;} 
.method:hover {box-shadow: 3px 3px 10px #636B2Fbb;border-color: var(--main7);transition: all 0.3s linear;}
.method:hover h3 {color: var(--main7);transition: all 0.3s linear;}
.method:hover .image-method{background: var(--main7);transition: all 0.3s linear;}
.method:hover .image-method img {filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(396%) hue-rotate(138deg) brightness(118%) contrast(100%);animation: rotate2 3s infinite;}
.method-left:hover {border-color: var(--main3);} 
.method-left:hover:before,.method-left:hover .border-trust::before {animation: 3s conicGradient infinite; } 
.method-left:hover .bgswiper::before {animation: 3s conicGradient infinite;} 

/* Lợi Ích Khác Biệt */ 
.wrap-benefit {background: url(../images/bg1.webp) no-repeat; background-size: cover;} 
.benefit-left{width: calc(50% - 10px);} 
.benefit{padding: 40px 30px;margin: 3px; position: relative;cursor: pointer; background: white;box-shadow: 0px 0px 5px #00000030;border-radius: 10px;transition: all 0.3s linear; } 
.benefit h3{color: var(--text);font-weight: 500;font-size: 15px; line-height: 1.25; text-transform: capitalize;transition: all 0.3s linear;}  
.benefit p{color: var(--text2);font-size: 13px; line-height: 1.5; margin-bottom: 0px;transition: all 0.3s linear;}  
.image-benefit{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;} 
.benefit.action {background: var(--bg3);box-shadow: 0px 0px 5px #04C008bb;}
.benefit.action .image-benefit img {filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(209deg) brightness(95%) contrast(105%);animation: rotate2 3s infinite;}

.benefit-right{width: calc(50% - 10px);position: relative;}
.image1-benefit{width: 250px;height: 250px;margin-left: auto;margin-bottom: -5%;position: relative;z-index: 1;}
.image2-benefit{width: 360px;height: 360px;position: absolute;top: calc(50% - 360px / 2);left: calc(50% - 360px / 2);z-index: 2; margin: auto;padding: 10px;border-radius: 10px;background: var(--bg2);}
.image3-benefit{width: 250px;height: 250px;margin-top: -5%;position: relative;z-index: 1;}
.image1-benefit .scale-img, .image2-benefit .scale-img,.image3-benefit .scale-img{border-radius: 10px;}  

/* Hỏi đáp */ 
.list-question ul{list-style:none;padding: 0;} 
.list-question ul li{position:relative;z-index:1;margin: 10px 0;}
.list-question ul li a{display:block;position:relative;font-size:13px;color:var(--text);font-weight: 600; line-height: 1.5rem;padding:10px 8px;text-transform:capitalize;text-decoration:none!important;}
.list-question ul li > a.active, .list-question ul li:hover > a{color: var(--text);} 
.list-question ul li:last-child{border:none;} 
.drop_category{width: 16px;height: 16px;}
.question {padding: 10px;border: 1px solid;border-color: #00000020;}
.whychoose_desc{height: 0;opacity: 0;transition: all 0.4s ease;}
.category.active .question .whychoose_desc{height: unset;opacity: 1;margin-top: 10px;padding-top: 20px;font-size: 14px;color: var(--text);transition: all 0.4s ease;}
.whychoose_number {color: var(--main);font-size: 22px;line-height: 1.25;font-family: var(--title);margin-right: 10px;}
.question img{transform: rotate(0deg);display: block;width: 16px;height: 16px;transition: all 0.4s ease;}
.category.active img{transform: rotate(45deg);opacity: 1; transition: all 0.4s ease;}
.bg_whychoose_name{display: flex;gap: 10px;align-items:center;cursor: pointer;justify-content: space-between;padding: 12px;background: var(--bg3);margin: -12px;} 
.whychoose_name{color: var(--text);font-family: var(--title);margin-bottom: 0;text-transform: capitalize;font-size: 18px;line-height: 1.5}
 

/* News Detail */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }  
.item-news {display: block;border-radius: 10px;border: 1px dashed var(--main2);padding: 10px;}
/* .item-news::before {position: absolute;width: calc(100% + 10px);height: calc(100% + 10px);content: '';border-radius: 15px;bottom: -5px;right: -5px;border: 7px dashed white;} */
.img-news {width: 100%;}  
.img-newshome .scale-img{border-radius: 20px;}
.item-news .info-news { width: 100%;padding-top: 20px;} 
.info-news h3 {font-size: 15px; font-weight: 700; color: var(--text); line-height: 1.25; text-transform: capitalize;height: 38px;} 
.info-news p {color: var(--text2);font-size: 13px;line-height: 1.75;height: 68px;} 
.bottom-info-news{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;border-top: 1px solid var(--line);padding-top: 10px;}
.news-time{color: var(--text2);font-size: 13px;}
.news-time i{color: var(--main);font-weight: 900;font-size: 16px;} 

.btn-news{gap:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;-moz-transition:all 0.4s linear;transition:all 0.4s linear;}
.btn-news span{color: var(--text2);text-transform: capitalize;font-weight: 400;font-size: 13px;line-height: 1.5;}
.btn-news-icon{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: var(--main);overflow: hidden;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
.btn-news-icon i{color: white;font-weight: 900;font-size: 16px;} 
.item-news:hover .btn-news-icon {background: var(--main3);}
.item-news:hover .btn-news-icon i{animation: 3s rotate infinite;}  

.bg-news-list{background: #fff9f2;padding: 20px 10px 10px;margin-bottom: 20px; box-shadow: 0px 0px 5px #99999970;border-radius: 10px;}
.title-detail-right{position: relative;padding-left: 15px;margin-bottom: 10px;}
.title-detail-right::before {position: absolute;width: 3px;height: 100%;content: '';top: 0px;left: 0px;background: var(--main);border-radius: 25px;}

/* Đội ngũ bác sĩ */
.grid-person { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }  
.person-items {display: block;padding: 10px;cursor: pointer;}
.img-news {}  
.person-info {padding: 15px 10px;background: white;border-radius: 50px;text-align: center;box-shadow: 0px 0px 5px #00000030;transition: all 0.3s linear;} 
.person-items h3 {font-size: 15px; font-weight: 700; color: var(--text); line-height: 1.25; text-transform: capitalize;margin-bottom: 0px;} 
.person-items p {color: var(--text2);font-size: 13px;line-height: 1.75;margin-bottom: 0;} 
.person-items:hover .person-info{background: var(--bg3);box-shadow: 0px 0px 3px #04C008bb;transition: all 0.3s linear;} 
/* tin tức nổi bật */ 
.item-newshome{display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.img-newshome {width: 35%;}  
.img-newshome .scale-img{border-radius: 10px;}
.info-newshome { flex: 1;} 
.item-newshome h3 {font-size: 18px;font-weight: 500;margin-bottom: 6px;color: var(--text);line-height: 1.25;text-transform: capitalize;} 
.item-newshome p {color: var(--text2);font-size: 14px;line-height: 1.5;margin-bottom: 0;} 
.newshome-time{color: var(--text2);font-size: 13px;margin-bottom: 6px;}
.newshome-time i{color: var(--main);font-weight: 900;font-size: 16px;} 
.item-newshome:hover h3 {color:  var(--main);transition: all 0.3s linear;}

.title-detail-right span{font-weight: 900;color:var(--main);font-size: 20px;line-height:1.25;text-transform:uppercase;animation: 3s textGradient infinite;margin-bottom: 0;}
.detail-right .item-newshome{display: flex;align-items: center;justify-content: space-between;gap: 8px;}
.detail-right .img-newshome {width: 35%; border-radius: 5px;}  
.detail-right .info-newshome h3 { font-size: 15px; line-height: 1.25;margin-bottom: 0px;} 
.detail-right .info-newshome p {font-size: 13px; } 
 
.newslist {box-shadow: 0px 0px 3px #00000030;border-radius: 6px;padding: 6px;display: flex;gap: 10px;align-items: center;flex-wrap: wrap;margin: 3px;transition: all 0.3s linear;} 
.image-newslist{width: 50px;}   
.image-newslist .scale-img{border-radius: 50%;}
.newslist h3 {width: calc(100% - 100px);font-size: 15px;line-height: 1.5;font-weight: 500;margin-bottom: 0px;color: var(--text);text-transform: capitalize;}
.newslist:hover {background: var(--bg3);box-shadow: 0px 0px 3px #04C008bb;transition: all 0.3s linear;} 

/* feedback trang trong */  
.feedback-inside{position: relative;}  
.icon-feedback-inside{width: 80px;} 
.icon-feedback-inside .scale-img{border-radius: 50%;} 
.info-feedback-inside {display: flex;align-items: center;gap: 10px;}
.feedback-inside h3 {font-size: 17px;line-height: 1.5;font-weight: 700;margin-bottom: 0px;color: var(--main);text-transform: capitalize;}
.feedback-inside p {font-size: 14px;line-height: 1.75;color: var(--text);margin-bottom: 10px;}
.feedback-inside span {font-size: 13px;line-height: 1.25;color: var(--main3);text-transform: capitalize;}
 
/* feedback */  
.feedback{position: relative;display: flex;flex-wrap: wrap; align-items: center;flex-wrap: wrap;gap: 30px;border: 1px solid var(--main3);border-radius: 20px;}
.feedback::before {position: absolute;width: 32px;height: 32px;content: '';top: 20px;right: 20px;background: url(../images/d6.webp) no-repeat;background-size: contain;animation: 2s tada infinite;}
.image-feedback{width: 47%;}  
.image-feedback .scale-img{border-radius: 20px 0 0 20px;} 
.icon-feedback{width: 92px;margin-bottom: 1rem;} 
.icon-feedback .scale-img{border-radius: 50%;} 
.info-feedback {flex: 1;padding: 10px 10px 10px 0;}
.feedback h3 {font-size: 17px;line-height: 1.5;font-weight: 700;margin-bottom: 10px;color: var(--main);text-transform: capitalize;}
.feedback p {font-size: 14px;line-height: 1.75;color: var(--text);}
.feedback span {font-size: 13px;line-height: 1.25;color: var(--main3);}
  

/* ALBUM */
.album-destop {display: grid;grid-template-columns: repeat(9,1fr);gap: 20px;position: relative;}
.album-destop .items-album.album1 {grid-column: 3 span;grid-row: 6 span;}
.album-destop .items-album.album2 {grid-column: 3 span;grid-row: 3 span;}
.album {cursor: pointer;}
.album-image {margin-bottom: 0rem;position: relative;border-radius: 10px;overflow: hidden;}
.album-expand {position: absolute;left: 0;right: 0;bottom: 0;height: 50%;width: 100%;padding: 0 10px 10px;z-index: 2;display: flex;align-items: center;flex-direction: column;justify-content: end;background: linear-gradient(0deg, var(--main) 0%, transparent 100%);opacity: 0;}
.album-image:hover .album-expand {opacity: 1;}
.album-image:hover .album-name {opacity: 0;}
.album-image h3 {text-align: center;display: block;font-size: 20px;font-weight: 500;color: white;line-height: 1.5;margin-bottom: 10px;text-transform: uppercase;}
 
.bgAlbum .swiper.swiper-auto{padding: 60px 0;}
.bgAlbum .swiper-slide.item.swiper-slide{transform: scale(0.9);transition: all 0.7s linear;}
.bgAlbum .swiper-slide.item.swiper-slide-active{transform: scale(1.2);z-index: 3; transition: all 0.7s linear;}
.bgAlbum .swiper-slide.item.swiper-slide .album-image h3{display: none;transition: all 0.7s linear;}
.bgAlbum .swiper-slide.item.swiper-slide-active .album-image h3{display: block;transition: all 0.7s linear;}
  
/* Video */
.booking{padding: 50px 30px;}
.video-main { position: relative; } 
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; } 
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; } 
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); } 
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; } 

.wrap-video {background: url(../images/bg1.webp) no-repeat; background-size: cover;} 
.video-left,.video-right{width: calc(50% - 10px);}
.video-left .title-main{text-align: left;width: 80%;}
.img-video{border-radius: 10px;}

/* Điều Trị Nhanh Chóng, Hiệu Quả Tức Thời */
.bgphone{background: url(../images/bg3.webp) no-repeat;background-size: 100% 100%;padding: 70px;margin: 5px;box-shadow: 0px 0px 5px #00000030;}
.btn-phone{border: 1px solid var(--line);gap: 10px;border-radius: 30px;padding: 7px; display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;}
.btn-phone p{font-size: 13px;color: var(--text);line-height: 1.25;text-transform: capitalize;margin-bottom: 0px;}
.btn-phone span{font-size: 20px; color: var(--main3);font-weight: 900; line-height: 1.25;}  
.phone-icon{height: 42px;width: 42px !important;display: flex; align-items: center; justify-content: center;position: relative; background: var(--main3);border-radius: 50%;}
.phone-icon::before {position: absolute;width: calc(100% + 8px);height: calc(100% + 8px);content: '';top: -4px;right: -4px;border: 1px solid var(--main3);border-radius: 50%;}
.phone-icon i{color: white;font-size: 16px;font-weight: 900;}
.btn-phone:hover {border-color: var(--main5);}
.btn-phone:hover span{animation: 3s textGradient infinite;}
.btn-phone:hover .phone-icon:before {border-color: var(--main6);}
.btn-phone:hover .phone-icon{animation: 3s bgGradient infinite;}

.btn-datlich{display: block; width: 60%;margin: 30px auto 0;overflow: hidden;border-radius: 5px; padding: 12px 30px 10px;text-align: center;background: linear-gradient(90deg, var(--main5) 0%, var(--main6) 50% , var(--main5) 100% );}
.btn-datlich span{color: white;font-size: 20px;font-weight: 700;text-transform: uppercase;} 
.btn-datlich:hover{animation: 3s bgGradient infinite;}
.btn-datlich:hover:before{-webkit-animation:moveArrow 1500ms;-moz-animation:moveArrow 1500ms;-o-animation:moveArrow 1500ms;animation:moveArrow 1500ms;} 
 
/*NEWSLETTER*/
.booking .modal-dialog{background: #fff9f2;padding: 30px;margin: 5px;box-shadow: 0px 0px 5px #00000030;}
.bgmodal{padding: 30px;border: 1px solid #dfd1c0;}
.booking .modal-dialog .modal-content{background: transparent;border-color: transparent;}
.title-newsletter{position: relative;padding-left: 15px;margin-bottom: 10px;}
.title-newsletter::before {position: absolute;width: 3px;height: 100%;content: '';top: 0px;left: 0px;background: var(--main);border-radius: 25px;}
.title-newsletter span{font-weight: 900;color:var(--main);font-size: 20px;line-height:1.25;text-transform:uppercase;animation: 3s textGradient infinite;margin-bottom: 0;}

.newsletter-input{margin-bottom: 0px;background: transparent;border: 1px solid var(--line);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.newsletter-input .form-control{height: -webkit-calc(1em + 1.5rem + 8px);height: -moz-calc(1em + 1.5rem + 8px);height: calc(1em + 1.5rem + 8px);color: var(--text);background:transparent;border: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.newsletter-input svg{color: var(--main5);margin-left: 5px;}
.newsletter-input textarea{height: 100px !important;} 
.newsletter-input textarea::-webkit-input-placeholder,.newsletter-input input::-webkit-input-placeholder{color:var(--line);}
.newsletter-input textarea:-moz-placeholder,.newsletter-input input:-moz-placeholder{color:var(--line);}
.newsletter-input textarea::-moz-placeholder,.newsletter-input input::-moz-placeholder{color:var(--line);}
.newsletter-input textarea:-ms-input-placeholder,.newsletter-input input:-ms-input-placeholder{color:var(--line);}

.custom-select {width: 100%;height: -webkit-calc(1em + 1.5rem + 8px);height: -moz-calc(1em + 1.5rem + 8px);height: calc(1em + 1.5rem + 8px);color: var(--text);border: 1px solid var(--line);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 0 10px;} 
.custom-select option {padding: 10px;}
.custom-select:focus,.custom-select:hover,.newsletter-input:focus,.newsletter-input:hover{border-color: var(--line);}

.newsletter-button {cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: var(--main);position: relative;overflow: hidden;display: block;margin: auto;}
.newsletter-button input.btn__submit{font-size: 18px;text-transform: uppercase;font-family:var(--title); text-align: center;color: white;padding: 12px 10px 10px;position: relative;} 
.newsletter-button:hover input.btn__submit{color: white;}

/* Liên hệ */
.contact-input, .contact-input  .form-control{background: transparent;border-radius: 0;border-color: transparent;border-bottom: 1px solid #00000050; color:var(--text);}
.contact-input textarea{height: 100px !important;background: transparent;border-radius: 0;border-color: transparent} 
.contact-input {margin-bottom: 0px;height: -webkit-calc(1em + 1.5rem + 8px);height: -moz-calc(1em + 1.5rem + 8px);height: calc(1em + 1.5rem + 8px);color: var(--text);background:transparent;border-bottom: 1px solid #ffffff50;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.contact-input textarea::-webkit-input-placeholder,.contact-input input::-webkit-input-placeholder{color:var(--text);}
.contact-input textarea:-moz-placeholder,.contact-input input:-moz-placeholder{color:var(--text);}
.contact-input textarea::-moz-placeholder,.contact-input input::-moz-placeholder{color:var(--text);}
.contact-input textarea:-ms-input-placeholder,.contact-input input:-ms-input-placeholder{color:var(--text);}

/* FOOTER */
footer .bg-footer {background: url(../images/bg5.webp) no-repeat; background-size: cover;} 
.footer1-news{width: calc(45% - 10px);} 
.footer2-news{width: calc(25% - 10px);}
.footer3-news{width: calc(30% - 10px);}   
.title-footer { margin-bottom: 1rem; color: white; font-weight: 600; font-size: 15px; text-transform: uppercase; line-height: 1.5; } 
.name-footer { margin-bottom: 1rem; color:white; font-size: 30px; line-height:1.25;font-weight: 700;text-transform: uppercase; } 
.info-footer { color: white; font-size: 14px; line-height: 1.5;} 
.info-footer a { color: white; font-size: 14px; line-height: 1.5;} 
.info-footer a:hover{text-decoration: underline;} 
.sologan-footer { color: white; font-size: 13px; line-height: 1.5;}  
.footer-ul {padding: 0;margin: 0;list-style-type: none;}
.footer-ul li { padding-left: 10px; color: white; position: relative;} 
.footer-ul li::before { position: absolute; content: ''; top: calc(50% - 3px / 2); left: 0px; width: 3px; height: 3px; background: white;border-radius: 50%;} 
.footer-ul li a { color: white;font-size: 13px;line-height: 1.75;} 
.footer-ul li a:hover { text-decoration: underline; } 
.footer-ul li.line { font-size: 10px; } 
.footer-powered {position: relative;}
.footer-powered::before {position: absolute;width: 100%;height: 6px;content: '';top: 0px;right: 0px;background: url(../images/bg4.webp);}
.footer-powered .wrap-content { padding-top: 25px; padding-bottom: 15px; } 
.copyright,.statistic { color: white; font-size: 15px; } 
.statistic{margin-bottom: 0;margin-right: 5px;}
.copyright span, .statistic span { font-weight: 700; text-transform: uppercase; } 
.setting-name { font-weight: 700; color: white; text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
/* social-footer */
ul.social { display: flex; align-items: center; padding: 0;margin: 0;list-style-type: none;} 

.bgstatistic{position: absolute;bottom: 0;right:0;opacity: 0;z-index: -100;} 
 
/* VIDEO */
.wrap__videohome { background: var(--main); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } 
.my-flipster { overflow-y: hidden !important; } 

/* Play icon */
.play-icon { z-index: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } 
.play-icon svg { -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); -moz-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: rgb(255 255 255 / 15%); } 
.play-icon svg .play-icon-stroke-dotted { opacity: 0; stroke-dasharray: 4, 5; stroke-width: 1px; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin 4s infinite linear; -moz-animation: spin 4s infinite linear; -o-animation: spin 4s infinite linear; animation: spin 4s infinite linear; -webkit-transition: opacity 1s ease, stroke-width 1s ease; -o-transition: opacity 1s ease, stroke-width 1s ease; -moz-transition: opacity 1s ease, stroke-width 1s ease; transition: opacity 1s ease, stroke-width 1s ease; } 
.play-icon svg .play-icon-stroke-solid { stroke-dashoffset: 0; stroke-dashArray: 300; stroke-width: 4px; -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease; -o-transition: stroke-dashoffset 1s ease, opacity 1s ease; -moz-transition: stroke-dashoffset 1s ease, opacity 1s ease; transition: stroke-dashoffset 1s ease, opacity 1s ease; } 
.play-icon svg .play-icon-icon { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 200ms ease-out; transition: -webkit-transform 200ms ease-out; -o-transition: -o-transform 200ms ease-out; -moz-transition: transform 200ms ease-out, -moz-transform 200ms ease-out; transition: transform 200ms ease-out; transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -moz-transform 200ms ease-out, -o-transform 200ms ease-out; } 
.play-icon:hover svg .play-icon-stroke-dotted { stroke-width: 4px; opacity: 1; } 
.play-icon:hover svg .play-icon-stroke-solid { opacity: 0; stroke-dashoffset: 300; } 
.play-icon:hover svg .play-icon-icon { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); } 

/* VIDEO SELECT */
.listvideos { width:100%; height:40px; padding:0px 10px; border:1px solid #ccc; color:var(--black); margin-top:10px; cursor:pointer; } 
.video__main { position:relative; height:450px; } 
.video__main iframe { position:absolute; width:100%; height:100%; top:0px; left:0px; } 

 
/* VIDEO SLICK */
.video__slick { position:relative; height:450px; } 
.video__slick iframe { position:absolute; width:100%; height:100%; top:0px; left:0px; } 
.subvideo { width: 100%; height:450px; overflow: hidden; } 
.runvideo { margin: -0.25rem 0px; } 
.video__m { margin: 0.25rem 0px; } 

/*MAPS*/
.footer__map-title { width: 100%; position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; } 
.maps-iframe { position:relative; height: 500px; } 
.maps-iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; } 
.items-map { border:none; color:white;width: 100%;text-align: center; background:var(--main);} 
.items-map.active,.items-map:hover { background:var(--active); color:white!important; } 

 /* CSS CUSTOM */ 
.goog-te-gadget, .skiptranslate { display: none; } 
.select-Translator { height: 35px; padding: 0px 10px; outline: none; border: none; border-radius: 50px; min-width: 140px; font-size: 14px; color: var(--main); } 
.skiptranslate iframe { display: none !important; } 
.goog-te-gadget img { display: none; } 
.goog-te-gadget .goog-te-combo { height: 35px; width: 120px; font-size: 13px; background: white; text-align: center; border:1px solid var(--main); border-radius: 20px; color: var(--main); } 
.goog-te-gadget span { display: none; } 
.goog-te-gadget { font-size: 0px !important; } 
#google_language_translator { width: 120px; margin: 0; } 
 

::-webkit-scrollbar { width: 3px; } 
::-webkit-scrollbar-track { background: #ccc; } 
::-webkit-scrollbar-thumb { background: var(--main); } 
::-webkit-scrollbar-thumb:hover { background: var(--hover); } 
.product .i_left { position: absolute; height: 0; -webkit-border-radius: 0 50px; -moz-border-radius: 0 50px; border-radius: 0 50px; width: 2px; left: 0; top: 0; background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_right { position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_top { position: absolute; height: 2px; width: 0; right: 0; top: 0; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_bottom { position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product:hover .i_left { height: 100%; bottom: 0; top: inherit } 
.product:hover .i_top { width: 100%; left: 0 } 
.product:hover .i_right { height: 100%; top: 0; bottom: inherit } 
.product:hover .i_bottom { width: 100%; right: 0; left: inherit } 
.image--mark img { -webkit-mask-image: url(../images/set/mark.png); mask-image: url(../images/set/mark.png); -webkit-mask-size: 100% 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } 
.fx--text { font-size: clamp(14px,3.5vw,20px); } 
.fx--20 { font-size: 20px; } 
.fx--19 { font-size: 19px; } 
.fx--18 { font-size: 18px; } 
.fx--17 { font-size: 17px; } 
.fx--16 { font-size: 16px; } 
.fx--15 { font-size: 15px; } 
.fx--14 { font-size: 14px; } 
.fx--13 { font-size: 13px; } 
.clamp-1line { -webkit-line-clamp: 1; } 
.clamp-2line { -webkit-line-clamp: 2; } 
.clamp-3line { -webkit-line-clamp: 3; } 
.clamp-6line { -webkit-line-clamp: 6; } 
.mb-45 { margin-bottom: 45px; } 
.rounded-50 { border-radius: 50px !important; } 
.color--hover:hover { color: var(--hover) !important; } 
.hover--shadow:hover { -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 
.shadow-custom { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 