/* 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-family: var(--medium); 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; } 
.social-header li { width: 30px; height: 30px; text-align: center; display: flex; justify-content: center; align-items: center; background: white; border-radius: 50%; } 


.header {height: 100px;position: absolute;top: 0;right: 0;left: 0;} 
.header-top,.header-bottom{display: none;}
.btn__hotline-header{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__hotline-header p{font-size: 18px;color: var(--text);}
.btn__hotline-header span{font-size: 18px; color: var(--active); line-height: 1.5;}  
.btn__hotline-header-icon{height: 50px;width: 50px !important;display: flex; align-items: center; justify-content: center; border: 1px solid var(--main); color: var(--main); border-radius: 50%; margin-right: 5px; }


/* MENU */ 
.menu {position: fixed;left: 0;right: 0; top: 0;z-index: 999;}
.menu::before{position: absolute;width: 100%;height: 200%;top: 0;left: 0; background: linear-gradient(180deg, black 0%, #00000090 50%, transparent 100%);content: '';transition: all 0.3s linear;}
 
.menu.fixed::before {background: linear-gradient(180deg, black 0%, #000000bb 30%, #00000080 60%, transparent 100%);height: 100%; transition: all 0.3s linear;} 
.menu-main{position: relative;}
.menu-main .wrap-content{margin: auto;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; }
.menuright, .menuleft{width: 40% !important;} 
.menu ul.menu-ul{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap:wrap;  -ms-flex-wrap:wrap;  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; -webkit-justify-content:space-between; -moz-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
/* .menu-main ul.menu-ul.menuleft,.menu-top-left{justify-content: start;}
.menu-main ul.menu-ul.menuright,.menu-top-right {justify-content: end;}     */
.menuleft{margin-left: 0 !important;}
.menuright{margin-right: 0 !important;}
.bg-logo-head{width: 132px !important;margin-top: 0px !important;background: transparent;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;} 
.menu.fixed .bg-logo-head{zoom: 0.5;}
.menu.fixed .menu-top-left,.menu.fixed .menu-top-right{padding: 5px 0 3px;}

/* MENU */ 
.menu ul { width: fit-content; 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: 15px; color: white;font-family: var(--medium); margin: 0px; padding: 12px 10px 8px; 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 white; 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(--main2);}
.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: black; 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 / 20%); } 
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; text-transform: capitalize;} 
.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(--main2); 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,.banner-header{display: block;}

/* slideshow */
.slideshow { position: relative; }  
.slideshow .bgswiper {padding: 0px;}
.slideshow .bgswiper .swiper-button-prev{left: 5px;}
.slideshow .bgswiper .swiper-button-next{right: 5px;} 


 
/* Dịch vụ */
.wrap-service{background: var(--main5);padding-bottom: 50px;}
.wrap-service .wrap-content{position: relative;}
.left-service{width: calc(30% - 10px);}
.left-service .title-main{text-align: left;}
.desc-service{font-size: 14px;}
.right-service{width: calc(70% - 10px);} 

.service {display: block;position: relative;text-align: center;}
.pic-service{position: relative;z-index: 3;padding: 3px;border-radius: 50% 50% 50% 50% / 32% 32% 32% 32%;overflow: hidden;}
.pic-service .scale-img{border-radius: 50% 50% 50% 50% / 32% 32% 32% 32%;}
.pic-service::before { position: absolute; content: ''; top: 3px; left: 3px; width: calc(100% - 6px); height: calc(100% - 6px); border-radius: 50% 50% 50% 50% / 32% 32% 32% 32%;background: #000000bb;opacity: 0; z-index: 1;backdrop-filter: blur(3px);} 
 
.pic-service svg {height: 100%;left: 0;position: absolute;top: 0;width: 100%;border-radius: 0px;}
.pic-service rect {fill: none;stroke: transparent;border-radius: 0px; stroke-width: 5px;stroke-dasharray: 422, 0;transition: all 0.7s linear;}
.service:hover .pic-service rect {stroke: var(--hover); stroke-width: 5px;stroke-dasharray: 15, 310;stroke-dashoffset: 48;transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s linear;} 
.info-service{position: relative;z-index: 3;padding-top: 20px;}
.name-service {margin-bottom: 10px;}
.name-service a {font-size: 20px;font-family: var(--medium);color: var(--text);line-height: 1.5; text-transform: capitalize;} 
.name-service a:hover {color: var(--hover);}  
.price-service {z-index: 2;margin-bottom: 0px;color: var(--text2);opacity: 0; display: flex;justify-content: center;align-items: center;flex-direction: column; gap: 5px;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.price-service .price-new {font-family: "Segoe UI";font-size: 35px;font-weight: 700;color: var(--main2);display: inline-block;text-transform: capitalize;}
.price-service .price-old {font-family: "Segoe UI";font-size: 14px;font-weight: 400;text-decoration: line-through;display: block;color: var(--text2);text-transform: capitalize;font-style: italic;}
.pic-service .price-per {color: white;font-size: 14px;text-align: center;width: 40px;height: 50px;font-family: var(--bold); position: absolute;top: 3px;right: calc(50% - 40px / 2);background: var(--main2);clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);}
.info-service .line{position: relative;width: 100px;height: 1px;margin: 0 auto 1rem;}
.info-service .line::before{position: absolute;content: '';background: var(--text);height: 1px;-webkit-animation: line2_menu infinite 6s;-moz-animation: line2_menu infinite 6s;-o-animation: line2_menu infinite 6s;animation: line2_menu infinite 6s;}
.service:hover .pic-service:before {opacity: 1;transition: all 0.3s linear;}
.service:hover .price-service {opacity: 1;transition: all 0.3s linear;}

/* dự án */    
.img-project{position: relative;padding: 2px;padding-bottom: 1px;border-radius: 20px;overflow: hidden;}  
.item-project .ds-project {padding-top: 12px;text-align: center;}
.ds-project h3 {font-size: 18px;line-height: 1.5;margin-bottom: 0px;color: var(--text);text-transform: capitalize;transition: all 0.3s linear;}
.item-project:hover .ds-project h3 {color: var(--hover);transition: all 0.3s linear;}

/* Bảng giá */
.wrap-price{background: url(../images/bg2.webp) no-repeat;background-size: cover;}
.wrap-price .wrap-content{position: relative;}
.wrap-price .bgswiper{width: 56%;padding: 20px;margin: auto;background: white;border: 2px solid var(--text);}
.wrap-price .bgswiper .swiper-pagination{bottom:15%;}
.title-price-list{position: absolute;left: 5%;transform: translate(0%, 150%) rotate(-90deg); color: var(--text);font-family: var(--title);font-size: 72px;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;}
.title-price{text-align: center; margin-bottom: 10px;position: relative;}
.title-price h2 {position: absolute;left: 0;right: 0; bottom: 0;width: 100%; color: var(--text);font-family: var(--title6);font-size: 40px;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;} 
.title-price p { font-size: 150px; color: var(--text); font-family: var(--title6); line-height: 1;margin-bottom: 0;text-transform: uppercase;background: linear-gradient(0deg, transparent 10%, #bbbbbb 50%, var(--text2) 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;} 
 
.title2-price{position: absolute;right: 0;transform: translate(0%, -150%) rotate(-90deg); }
.title2-price span {color: white;font-family: var(--title);font-size: 96px;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;} 
.title2-price p { font-size: 60px; color: white; font-family: var(--title6); line-height: 1;margin-bottom: 0;text-transform: uppercase;} 

.line-price{width: 1px;height: 220px;background: white;position: absolute;bottom: 20%;left: 20%;content: '';}
.line-price::before { position: absolute; content: '';bottom: 20%; right: 20%; width: 48px; height: 48px; background: url(../images/star.webp) no-repeat;z-index: 5;background-size: contain;animation: star linear 2s infinite;-moz-animation: star linear 2s infinite;-webkit-animation: star linear 2s infinite; transition: all 0.7s linear;} 
.line-price::after { position: absolute; content: '';bottom: -15px;left: -15px; width: 30px; height: 30px; background: url(../images/star.webp) no-repeat;z-index: 5;background-size: contain;animation: star linear 2.5s infinite;-moz-animation: star linear 2.5s infinite;-webkit-animation: star linear 2.5s infinite; transition: all 0.7s linear;} 


/* Aboutus */
.wrap-aboutus{padding: 50px 0 30px;}
.wrap-aboutus .wrap-content{position: relative;} 
.wrap-aboutus .wrap-content::before {position: absolute;width: 30%;height: 110%;content: '';top: -50px;left: 0%;border-radius: 0% 0% 50% 50% / 0% 0% 20% 20%; background: linear-gradient(90deg, var(--main3) 0%, var(--main4) 100%);}
.aboutus-left{width: calc(50% - 30px);position: relative;} 
.aboutus-left .bgswiper::before {position: absolute;width: 100%;height: 100%;content: '';top: 0%;right: 0%;border: 1px solid black;border-radius: 50% 50% 50% 50% / 30% 30% 30% 30%;z-index: -1;}
.aboutus-left .bgswiper{width: 76%;margin-left: auto;padding: 25px;}
.image-aboutus .scale-img{ border-radius: 50% 50% 50% 50% / 30% 30% 30% 30%;} 
.aboutus-left-name{color: var(--text);font-family: var(--title);font-size: 55px;line-height: 1.5;text-transform: uppercase;margin-bottom: 0;transform: translate(-40%, 200%) rotate(-90deg);top: 10%;position: absolute;z-index: 1;}
.aboutus-right{width: 50%;} 
.title-aboutus span {color: var(--text);font-family: var(--title3);font-size: 52px; line-height: 1.5;display: block;margin: auto;width: fit-content;} 
.title-aboutus p {color: var(--text);font-family: var(--title5);font-size: 22px; line-height: 1.25;} 
.title-aboutus h2 {color: var(--text);font-family: var(--title);font-size: 55px;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;} 
.desc-aboutus { font-size: 15px;margin-bottom: 1rem; line-height: 1.75;}  

.image-aboutus-list  .scale-img{ border-radius: 10px;}
.logo-album{position: absolute;z-index: 3; right: 5%;bottom: 0%;width: 139px;height: 139px;content: '';display: flex;align-items: center;justify-content: center;}
.logo-album::before{position: absolute;content: '';bottom: 0;left: 0;right: 0;top: 0; background: url(../images/logo3.webp) no-repeat;width: 100%;height: 100%; background-size: 100% 100%;animation: 10s rotate infinite linear;}

/* CRITERIA */ 
.wrap-criteria {background: url(../images/bg1.webp) no-repeat center; background-size: cover;padding: 70px 0 150px;position: relative;}
.wrap-criteria::before { position: absolute; content: ''; bottom: -1px; left: 0px; width: 100%; height: 122px; background: url(../images/bg6.webp) no-repeat center top;} 
.info-criteria{text-align: center;}
.info-criteria h3{color: white;font-size: 27px;font-family: var(--medium); line-height: 1.25; margin-bottom: 10px; text-transform: uppercase;transition: all 0.3s linear;}  
.info-criteria p{color: white;font-size: 14px; line-height: 1.25; margin-bottom: 0px;transition: all 0.3s linear;}  
.image-criteria{width: fit-content;margin: 0 auto 10px;} 
.criteria.act .image-criteria img,.criteria:hover .image-criteria img{filter: brightness(0) saturate(100%) invert(54%) sepia(69%) saturate(1638%) hue-rotate(11deg) brightness(102%) contrast(101%);animation: rotate2 3s infinite;}
.image-criteria{position: relative;z-index: 3  ; padding: 2px;padding-bottom: 1px;padding: 2px;}
 
/* sản phẩm nổi bật */  
.tab__products{margin-bottom: 1rem;width: 35%;}
.title-list-main span{text-align: center; width: 100%;display: block;cursor: pointer;color: var(--text);font-family: var(--bold);font-size: 22px; line-height: 1.5;text-transform: capitalize;transition: all 0.3s linear;}
.title-list-main.active span, .title-list-main:hover span{color: var(--main2);transition: all 0.3s linear;} 
.product-list-image{background: white;border: 1px solid var(--text); border-radius: 50%;width: fit-content;margin: 0 auto 5px;overflow: hidden;}
.title-list-main.active .product-list-image, .title-list-main:hover .product-list-image{border-color: var(--main2);transition: all 0.3s linear;}
 
/* tin tức nổi bật */ 
.wrap-news .wrap-content{position: relative;}
.title-news{position: absolute;bottom: 0;right: 0; font-family: var(--title4);color: #ddd;font-size: 40px;line-height: 1.5;text-transform: capitalize;}
.left-news{width: calc(50% - 15px);}
.right-news{width: calc(50% - 15px);}
.item-newshome {background: white;padding: 5px;border-radius: 15% 0% 0% 15% / 50% 0% 0% 50%;margin: 3px;box-shadow: 0px 0px 5px #00000070;}
.img-newshome {width: 36%;}
.img-newshome .scale-img{border-radius: 40% 0% 0% 40% / 50% 0% 0% 50%;}    
.item-newshome .info-newshome { width: calc(64% - 1rem);} 
.info-newshome h3 {font-size: 17px;font-family: var(--medium); margin-bottom: 10px; color: var(--text); line-height: 1.25; text-transform: capitalize; } 
.info-newshome p {color: var(--text2);font-size: 14px; margin-bottom: 0;} 

/* News Detail */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }  
.item-news { } 
.item-news:hover {} 
.img-news {width: 100%; border-radius: 20px;overflow: hidden;} 
.item-news .info-news { width: 100%;padding-top: 10px;} 
.info-news h3 { font-size: 20px; font-family: var(--medium); margin: 0; color: var(--text); line-height: 1.25; text-transform: capitalize;} 
.info-news p { color: var(--text);font-size: 17px; margin-bottom: 0; } 
.news-time{color: var(--text);}
.detail-right .item-newshome {background: unset;padding: unset;border-radius: unset;margin: unset;box-shadow: unset;}
.detail-right .img-newshome {width: 35%; border-radius: 10px;} 
.detail-right .img-newshome .scale-img{border-radius: 10px;}    
.detail-right .info-newshome { width: calc(65% - 10px);padding-top: 0;} 
.detail-right .info-newshome h3 { font-size: 15px; } 
.detail-right .info-newshome p {font-size: 13px; } 

 
/* ALBUM */
.wrap-album{background: url(../images/bg4.webp) no-repeat;background-size: contain;}
.album-destop {display: grid;grid-template-columns: repeat(18,1fr);gap: 20px;position: relative;}
.album-destop .items-album.album1 {grid-column: 5 span;grid-row: 6 span;}
.album-destop .items-album.album2 {grid-column: 8 span;grid-row: 6 span;display: flex;flex-direction: column;gap: 20px;position: relative;}
.album-destop .items-album.album3 {grid-column: 5 span;grid-row: 3 span;}
.album-destop .title-main{text-align: left;margin-bottom: 0;}
.album-destop .title-main h2{font-size: 62px;}
.album-destop .items-album.album2 .album-image{border-radius: 0 20% 20% 0;}
.album-destop .items-album.album2::before { position: absolute; content: ''; top: 0px; right: 0px; width: 95px; height: 95px; background: url(../images/d3.webp) no-repeat;background-size: contain;} 
.album-destop .items-album.album2::after { position: absolute; content: ''; top: 0px; right: 50px; width: 68px; height: 88px; background: url(../images/d1.webp) no-repeat;background-size: contain;animation: rotate 3s infinite;} 
.album-destop .items-album.album1 .album-image{border-radius: 50% 50% 0% 0% / 30% 30% 0% 0%;}

.album {cursor: pointer;}
.album-image {margin-bottom: 0rem;position: relative;border-radius: 20px;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, black 0%, #00000099 60%, 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-family: var(--medium);color: white;line-height: 1.5;margin-bottom: 10px;text-transform: uppercase;}
.album-image p {text-align: center;display: block;font-size: 15px;color: white;line-height: 1.5;margin-bottom: 0;}
.album-image .album-name {opacity: 1;position: absolute;bottom: 0;left: 0;right: 0;padding: 10px;display: flex;align-items: end;justify-content: center;width: 100%;height: 60px;background: linear-gradient(0deg, black 0%, transparent 100%);text-align: center;font-size: 20px;color: white;margin-bottom: 0px;}
.album-image .album-name span {color: white;font-weight: 700; font-size: 22px;line-height: 1.5;}

.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;}
 

/* feedback */ 
.wrap-feedback{background: white;}
.bgfeedback{width: 90%;margin: auto;}
.feedback{position: relative;display: flex;flex-wrap: wrap; justify-content: space-between;}  
.image-feedback{width: calc(50% - 50px);position: relative;z-index: 3;} 
.image-feedback .scale-img{border-radius: 0% 0% 50% 50% / 0% 0% 50% 50%;}
.info-feedback {width: calc(50% - 50px);padding-top: 30px;}
.info-feedback .title-main{text-align: left;margin-bottom: 10px;}
.info-feedback .title-main span{font-size: 52px;line-height: 1;}
.feedback h3 {font-size: 27px;line-height: 1.5;font-family: var(--title2);margin:1rem 0 0px;color: var(--text2);text-transform: capitalize;}
.feedback p {font-size: 14px;line-height: 1.5;margin-bottom: 0px;color: var(--text);text-transform: capitalize;position: relative;}
.feedback span {font-size: 15px;line-height: 1.75;color: var(--text);}
.info-feedback .line{position: relative;width: 30px;height: 1px;margin-right: 5px;}
.info-feedback .line::before{position: absolute;content: '';background: var(--text);height: 1px;-webkit-animation: line2_menu infinite 6s;-moz-animation: line2_menu infinite 6s;-o-animation: line2_menu infinite 6s;animation: line2_menu infinite 6s;}
 
/* Video */
.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; } 

/*NEWSLETTER*/
.wrap-form{background: url(../images/bg3.webp) no-repeat top;background-size: 100%;}
.wrap-form .title-main h2{font-size: 60px;}
.wrap-form .title-main .slogan{width: 60%;margin: auto;}
.wr-newsletter{width: 60%;margin: auto;background: white;padding: 50px;border-radius: 0 0 50px 50px;box-shadow: 0px 0px 5px #00000090;}  
.newsletter-input{margin-bottom: 0px;background: transparent;border: 1px solid var(--text2);-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(--text2);margin-left: 5px;} 
.newsletter-input textarea::-webkit-input-placeholder,.newsletter-input input::-webkit-input-placeholder{color:var(--text2);}
.newsletter-input textarea:-moz-placeholder,.newsletter-input input:-moz-placeholder{color:var(--text2);}
.newsletter-input textarea::-moz-placeholder,.newsletter-input input::-moz-placeholder{color:var(--text2);}
.newsletter-input textarea:-ms-input-placeholder,.newsletter-input input:-ms-input-placeholder{color:var(--text2);}
.newsletter-button {width: fit-content;overflow: hidden;border-radius: 25px;box-shadow: 2px 2px 3px #00000030;display: flex;justify-content: center;align-items: center;margin: auto; background: linear-gradient(90deg, var(--main) 0%, var(--main2) 60%, var(--main) 100%);transition: all 0.3s linear;}
.newsletter-button input.btn__submit {padding: 12px 30px 10px;color: var(--text);font-size: 15px;font-family: var(--bold);text-transform: uppercase;}
.newsletter-button:hover {box-shadow: 2px 2px 3px #00000070;animation: 5s bgGradient infinite linear;transition: all 0.3s linear;}

/* 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);}


/* MARQUEE */
.marquee { position: relative; width: 100%; overflow: hidden; white-space: nowrap;background: black; height: 93px; display: flex; align-items: center; } 
.marquee .inner { position: absolute; white-space: nowrap; } 
.marquee .inner:nth-child(odd) { color: var(--color-white); } 
.marquee .inner:nth-child(even) { color:transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #FFF; } 

.name-slogan{padding-left: 100px;position: relative;}
.name-slogan span{color: white;font-family: var(--title);font-size: 42px;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;}
.name-slogan::before { position: absolute; content: '';top: 20%; left: 30px; width: 48px; height: 48px; background: url(../images/star.webp) no-repeat;z-index: 5;background-size: contain;animation: star linear 2s infinite;-moz-animation: star linear 2s infinite;-webkit-animation: star linear 2s infinite; transition: all 0.7s linear;} 
.name-slogan::after { position: absolute; content: '';top: 40%; left: 10px; width: 30px; height: 30px; background: url(../images/star.webp) no-repeat;z-index: 5;background-size: contain;animation: star linear 2.5s infinite;-moz-animation: star linear 2.5s infinite;-webkit-animation: star linear 2.5s infinite; transition: all 0.7s linear;} 


/* FOOTER */ 
.title2-footer {position: absolute;right: 0;bottom: 0;transform: translate(60%, -180%) rotate(-90deg);font-size: 65px;color: white;font-family: var(--title);line-height: 1;margin-bottom: 0;text-transform: uppercase;} 
footer .bg-footer {background: black;} 
.footer-article-top{margin-top: -150px;}
.footer1-news{width: 46%;} 
.footer2-news{width: calc(54% - 20px);padding-right: 50px;}  
.left-footer{width: calc(30% - 10px); margin-bottom: 1rem;}
.right-footer{width: calc(70% - 10px);margin-bottom: 1rem;position: relative;}
.logo-footer{display: block;width: fit-content;margin: auto;}
.title-footer {margin-bottom: 1rem;color: white;font-family: var(--medium);font-size: 15px;text-transform: uppercase;line-height: 1.5;} 
.name-footer {margin-bottom: 1rem;color:white; font-size:25px;line-height:1.2;font-family:var(--medium);text-transform: uppercase;} 
.info-footer {color: white;font-size: 14px;}
.footer-ul {padding: 0;margin: 0;list-style-type: none;}
.footer-ul li { padding: 0px; color: white;} 
.footer-ul li a { color: white; font-size: 15px;} 
.footer-ul li a:hover { text-decoration: underline;} 
.footer-ul li.line { font-size: 10px; } 
.footer-powered {border-top: 1px solid #ffffff50;border-bottom: 1px solid #ffffff50;padding: 10px 0;}
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.copyright,.statistic { color: white; font-size: 14px; } 
.statistic{margin-bottom: 0;margin-right: 5px;}
.copyright span, .statistic span { font-family: var(--medium);text-transform: uppercase; } 
.setting-name { font-family: var(--bold);color: white; text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
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;} 

/* Fanpage Facebook */  
.fanpage__footer {position: relative;display: flex;justify-content: center;align-items: center;} 
.fanpage__footer::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);z-index: 1;}
.fanpage__name {display: flex;align-items: center;gap: 5px; width: fit-content; position: absolute;z-index: 2;color: white;line-height: 1.5;font-size: 15px;text-transform: uppercase;margin-bottom: 0;border: 1px solid white; padding: 5px;padding-right: 10px; border-radius: 25px;}
.fanpage__name i{font-size: 30px;}

/* 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 { 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; 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; } 