/* Header */
.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 */

.header-top,.header-bottom{display: none;}
.header {height: 100px;top: 0;left: 0;right: 0;position: absolute;} 
.bg-hotline-header{width: 30%;}
.hotline-header{width: fit-content;margin-left: auto;}
.hotline-header p{color: white;font-size: 24px;line-height: 1.5;text-transform: uppercase;font-weight: 500;margin-bottom: 0;}
.hotline-header span{display: block; font-size: 16px;font-family: var(--title); color: white;line-height: 1.5;}   
ul.social {width: 30% !important; display: flex; align-items: center; padding: 0;margin: 0;list-style-type: none;} 
ul.social li{background: transparent;width: 28px; height: 28px;margin: 0 2px;}
ul.social li a{padding: 0 !important;} 


.bgstart-animate {position: relative;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;}
.logo-image {max-height: 100px;}
.start-animate1 {z-index: 1.0E+17 !important;position: absolute;animation: star linear 2s infinite;-moz-animation: star linear 2s infinite;-webkit-animation: star linear 2s infinite;position: absolute;bottom: 50%;right: 0;width: 30px;-o-animation: star linear 2s infinite;}
.start-animate2 {z-index: 1.0E+17 !important;position: absolute;animation: star linear 2.25s infinite;-moz-animation: star linear 2.25s infinite;-webkit-animation: star linear 2.25s infinite;position: absolute;bottom: 0%;left: 0;width: 40px;-o-animation: star linear 2.25s infinite;}

.menu-top{padding-top: 1rem;}

.menu-top .wrap-content{padding-bottom: 1rem;border-bottom: 1px solid #ffffff50;}
/* MENU */
.menu { position: fixed;width: 100%;left: 0;right: 0;top: 0; z-index: 99; width:100%;}  
.menu::before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: transparent;} 
.menu .wrap-content { position: relative; } 
.menu ul.flex__main { width: fit-content; padding: 0px; margin:0 auto; list-style: none; } 
.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: 16px; font-family: var(--title); color: white; margin: 0px; padding: 14px 20px 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 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 white;}
.menu ul li ul { position: absolute; min-width: 180px;padding: 5px 0; left: 20px; background: #4f4f4f; 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; }  
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a {padding: 7px 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left;color: rgba(255,255,255,.4);} 
.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(--active); 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 { color: rgba(255,255,255,1);} 

.logo-header,.banner-header{display: block;}
.menu.fixed:before {background: #000000bb;backdrop-filter: blur(3px);} 
.menu.fixed .menu-top{padding-top: 3px;}
.menu.fixed .menu-top .wrap-content{padding-bottom: 3px;}
.menu.fixed .logo-header{zoom: 0.5;}
.menu.fixed .hotline-header p{font-size: 14px;line-height: 1;}
.menu.fixed .hotline-header span{font-size: 12px;line-height: 1;}
 
/* slideshow */
.slideshow { position: relative; }  
/* .slideshow::after {position: absolute;content: '';bottom: -1px;left: 0;right: 0;width: 100%;height: 86px;background: url(../images/bg2.webp) no-repeat bottom;background-size:100%;z-index: 5; }  */
.slide-info {text-align: center;position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: column;justify-content: center;background: #00000099;}
.slide-info .wrap-content{min-width: 1200px;width: 100%;}  
.slide-name {font-size: 64px;color: white;line-height: 1.5;font-family: var(--title3);text-transform: capitalize;}
.slide-content {font-size: 48px;color: white;line-height: 1.25;text-transform: uppercase;margin-bottom: 10px;}
.views-more-slide {border:1px solid; border-image: linear-gradient(270deg, var(--main) 0%, var(--main2) 100%) 1;padding: 10px 22px 8px;transition: all 0.3s linear;} 
.views-more-slide span{color: white;font-size: 16px;font-family: var(--title);text-transform: uppercase;transition: all 0.3s linear;}
.views-more-slide:hover span{letter-spacing: 3px;transition: all 0.3s linear;}
.box-slide.slick-current.slick-active .views-more-slide {animation: scaleLarge;animation-duration: 1s;animation-delay: 1.5s;animation-fill-mode: forwards;}
.slide-text .slick-prev,
.slide-text .slick-next {width: 40px;height: 50px;border-radius: 5px;background: rgba(0, 0, 0, 0.3);}
.slide-text .slick-prev {left: 5px;}
.slide-text .slick-next {right: 5px;}
.slide-text .slick-prev:before {font-family:"FontAwesome";content: "\f053";}
.slide-text .slick-next:before {font-family:"FontAwesome";content: "\f054";}
.slide-text .slick-dots {bottom: 20px;}
.slide-text .slick-dots li {margin: 0;}
.slide-text .slick-dots li button:before {color: white;font-size: 15px;} 
.slideshow .bgswiper .swiper-button-prev,.slideshow .bgswiper .swiper-button-next{border-color: var(--main);color: var(--main);} 
.slideshow .bgswiper .swiper-button-prev{left: 15px;}
.slideshow .bgswiper .swiper-button-next{right: 15px;} 

 
/* 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;font-weight: 600;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;}

/* Aboutus */
.wrap-aboutus .wrap-content{position: relative;} 
.aboutus-left{width: 45%;}
.image-aboutus {position: relative;max-width: 310px;margin-bottom: 20px;}  
.aboutus-right{width: calc(55% - 30px);} 
.title-aboutus {position: relative;margin-bottom: 60px;}
.title-aboutus::before {position: absolute;width: 2px;height: 50px;content: '';bottom: -50px;left: 0%;background: var(--line);}
.title-aboutus p {color: var(--text);font-size: 20px;font-style: italic;text-transform: capitalize; line-height: 1.25;margin-bottom: 10px;} 
.title-aboutus h2 {color: var(--text);font-size: 32px;font-weight: 500;text-transform: uppercase; line-height: 1.25;margin-bottom: 0;} 
.desc-aboutus {font-size: 20px;font-style: italic;line-height: 1.6;} 
      
/* tin tức nổi bật */ 
.img-newshome {width: 38%; border-radius: 10px;overflow: hidden;} 
.item-newshome .flex-row-reverse .info-newshome {text-align: right;}
.item-newshome .info-newshome { width: calc(62% - 20px);} 
.info-newshome h3 { font-size: 16px; font-weight: 700;  margin-bottom: 10px; color:var(--text2); line-height: 1.25; text-transform: capitalize; } 
.info-newshome p { color: var(--text2); font-size: 14px;  margin-bottom: 0; } 

/* News */  
.item-news{position: relative;}
.img-news {width: 100%;} 
.item-news .info-news {position: absolute;left: 0;right: 0;bottom: 0;height: 70%;width: 100%;padding: 0 10px 10px;z-index: 2;display: flex;align-items: center;text-align: center; flex-direction: column;justify-content: end;background: linear-gradient(0deg, black 0%, #00000099 60%, transparent 100%);opacity: 0;transition: all 0.3s linear;} 
.item-news:hover .info-news {opacity: 1;transition: all 0.3s linear;}

.info-news h3 { font-size: 20px;margin: 0; color: white;font-family: var(--title); line-height: 1.5; text-transform: capitalize;} 
.info-news p { color: var(--text);font-size: 17px;  margin-bottom: 0; } 
 

.detail-right .item-newshome{display: flex;align-items: center;justify-content: space-between;}
.detail-right .img-newshome {width: 35%; 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; } 

.news-content{margin-bottom: 50px;}
.title-orther .slogan{width: 60%;}
.box-album {display: flex;align-items: center;justify-content: center;height: inherit;}
/* 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;overflow: hidden;}
.album-expand {position: absolute;left: 0;right: 0;bottom: 0;height: 70%;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: 16px;font-family: var(--title);color: white;line-height: 1.25;margin-bottom: 10px;text-transform: capitalize;}
.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-family: var(--title); font-size: 20px;color: white;margin-bottom: 0px;}
.album-image .album-name span {color: white;font-family: var(--title); font-size: 22px;line-height: 1.5;}
 
/* instagram */
.wrap-instagram .title-main .slogan{font-style: normal;margin-bottom: 5px;text-transform: capitalize;}
.wrap-instagram .title-main h2{color: var(--text); font-family: var(--title2);font-size: 60px; line-height: 1.25;text-transform: capitalize;}
.instagram-pic{display: block;position: relative;}
.instagram-pic::before{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: transparent;z-index: 1;transition: all 0.3s linear;}
.instagram-pic::after{position: absolute;content: '';width: 44px;height: 44px;top: calc(50% - 44px / 2);left: calc(50% - 44px / 2);animation: 2s anime infinite;background: url(../images/d2.webp) no-repeat;opacity: 0; background-size: 44px 44px;z-index: 2;transition: all 0.3s linear;}
.instagram-pic:hover:before{background: #00000099;transition: all 0.3s linear;}
.instagram-pic:hover:after{opacity: 1;transition: all 0.3s linear;}

/* pricing */ 
.title-main.title-pricing{margin-bottom: 2rem;}
.title-main.title-pricing .slogan{color: var(--text2);width: 50%;} 
.title-main.title-pricing .line{margin-bottom: 10px;}
.title-main.title-pricing .decor{animation: 5s blink infinite;}

.item-pricing {display: block;transition: all 0.3s linear;}  
.img-pricing{position: relative;padding: 5px;border: 1px solid var(--main);border-radius: 50%;overflow: hidden;}  
.img-pricing .scale-img{border-radius: 50%;}
.item-pricing .ds-pricing {padding-top: 20px;position: relative;text-align: center;}
.ds-pricing h3 {font-size: 22px;line-height: 1.5;font-weight: 500; margin-bottom: 0px;color: var(--text);text-transform: capitalize;transition: all 0.3s linear;}
.item-pricing:hover .ds-pricing h3 {color: var(--main);transition: all 0.3s linear;}

.img-pricing::before{position: absolute;content: '';width: calc(100% - 10px);height: calc(100% - 10px);border-radius: 50%; top: 5px;left: 5px;background: transparent;z-index: 1;transition: all 0.3s linear;}
.img-pricing .decor-pricing{position: absolute;display: flex;flex-direction: column; align-items: center;justify-content: center;content: '';width: 100%;height: 30px;top: calc(50% - 30px / 2);left: 0;opacity: 0; z-index: 2;transition: all 0.3s linear;}
.img-pricing .decor-pricing span{color: white;font-size: 17px; line-height: 1.25;text-transform: capitalize;} 
.img-pricing .decor-pricing .line{position: relative;width: 50px;height: 1px;margin: auto;}
.img-pricing .decor-pricing .line::before{position: absolute;content: '';background: white;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;}
.item-pricing:hover .img-pricing::before{background: #00000099;transition: all 0.3s linear;}
.item-pricing:hover .img-pricing .decor-pricing{opacity: 1;transition: all 0.3s linear;}

/* inside */
.bgpricing{display: flex;justify-content: space-between;width: 80%;margin: auto; flex-wrap: wrap;position: relative;}
.bgpricing::before{position: absolute;content: '';width: 1px;height: 100%; background: var(--text2);opacity: 0.5; top: 0;left: calc(50% - 1px / 2);}
.pricing{padding: 0 30px;width: 50%;} 
.pricing-list{}

.pricing-list {margin-bottom: 20px;color: var(--text);font-weight: 500;font-size: 25px;  line-height: 1.5;text-transform: uppercase;}
.pricing-item{display: flex;align-items: center;justify-content: space-between;color: var(--text);font-size: 16px;padding-bottom: 1rem;margin-bottom: 1rem;border-bottom: 1px solid var(--line);position: relative;transition: all 0.3s linear;}
.pricing-item::after{position: absolute;content: '';width: 100%;height: 1px;border-bottom: 5px dashed white;bottom: -4px;left: 0;transition: all 0.3s linear;}
.pricing-item p{margin-bottom: 0;}
.pricing-item:hover{color: var(--main);transition: all 0.3s linear;}
/* portfolio */
.wrap-portfolio .title-main .slogan{font-size: 36px;} 

/* feedback */   
.wrap-feedback .title-main h2{color: white;}
.wrap-feedback .title-main .line {background: white;}
.feedback{text-align: center;width: 60%;margin: auto;} 
.feedback h3 {line-height: 1.5;font-size: 22px;font-style: italic;font-weight: 500; margin-bottom: 0px;color: var(--main);text-transform: capitalize;transition: all 0.3s linear;}
.feedback p {line-height: 1.5;color: white;font-family: var(--title);font-size: 16px;font-style: italic; transition: all 0.3s linear;}
.feedback span {font-size: 18px;line-height: 1.75;color: var(--main);text-transform: capitalize; transition: all 0.3s linear;} 
.feedback .line{position: relative;height: 1px;width: 100%;margin: 30px 0; overflow: hidden;}
.feedback .line::before {position: absolute;content: '';bottom: -2px;left: 0;width: 100%;height: 1px;border-bottom: 7px dashed var(--main2);}

/* 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*/
.wr-newsletter{width: 50%;}
.wr-iframe{width: calc(50% - 30px);}   
.newsletter-input{margin-bottom: 0px;background: transparent;border: 1px solid white;-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: white;background:transparent;border: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.newsletter-input svg{color: white;margin-left: 5px;}
.newsletter-input textarea{height: 100px !important;} 
.newsletter-input textarea::-webkit-input-placeholder,.newsletter-input input::-webkit-input-placeholder{color:white;}
.newsletter-input textarea:-moz-placeholder,.newsletter-input input:-moz-placeholder{color:white;}
.newsletter-input textarea::-moz-placeholder,.newsletter-input input::-moz-placeholder{color:white;}
.newsletter-input textarea:-ms-input-placeholder,.newsletter-input input:-ms-input-placeholder{color:white;}
.newsletter-button {cursor: pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: var(--main);position: relative;overflow: hidden;display: block;width: fit-content;margin: auto;}
.newsletter-button input.btn__submit{font-size: 18px;text-transform: uppercase;font-family:var(--text); text-align: center;width: 100%;text-align: center; color: white;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;padding: 16px 10px 12px;position: relative;} 
.newsletter-button:hover input.btn__submit{color: white;}

/* Liên hệ */
.contact-text{margin-bottom: 50px;}
.contact-form{width: 60%;margin: auto;}
.contact-input, .contact-input  .form-control{background: transparent;border-radius: 0;border: 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-color: transparent;-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 */
.logo-footer{margin: 0 auto 1rem;}
footer .bg-footer { background: white; } 
.footer1-news,.footer2-news ,.footer3-news{width: calc(100% / 3 - 20px);} 
.linef{position: relative;width: 70px;height: 1px;margin: 0 auto 1rem;}
.linef::before{position: absolute;content: '';background: var(--line);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;}
 
.title-footer { margin-bottom: 1rem; color: var(--text);text-align: center; font-weight: 700;  font-size: 20px; text-transform: uppercase; line-height: 1.5; } 
.name-footer { margin-bottom: 1rem; color:var(--text); font-size:25px; line-height:1.2; font-family:var(--title);  text-transform: uppercase; } 
.info-footer { color: var(--text);text-align: center;} 
.footer-ul {padding: 0;margin: 0;list-style-type: none;}
.footer-ul li { padding: 0px; color: var(--text); } 
.footer-ul li a { color: var(--text); font-size: 15px; } 
.footer-ul li a:hover { text-decoration: underline;} 
.footer-ul li.line { font-size: 10px; } 
.footer-powered {background: var(--line);position: relative;}
.bgstatistic{position: absolute;bottom: 0;z-index: -1;opacity: 0;}
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.copyright,.statistic { color: var(--text);font-family:var(--title); font-size: 15px; } 
.statistic{margin-bottom: 0;margin-right: 5px;}
.copyright span, .statistic span {text-transform: uppercase; } 
.setting-name {color: var(--text); text-transform: uppercase; font-size: 30px; margin: 5px 0;} 
 
.footer-pic{position: relative;display: flex;align-items: center;justify-content: center;}
.footer-pic::before{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: transparent;z-index: 1;transition: all 0.3s linear;}
.footer-pic::after{position: absolute;content: '';width: 44px;height: 44px;top: calc(50% - 44px / 2);left: calc(50% - 44px / 2);animation: 2s anime infinite;background: url(../images/d2.webp) no-repeat;opacity: 0; background-size: 44px 44px;z-index: 2;transition: all 0.3s linear;}
 
.footer-pic h3{color: white;font-size: 17px;font-family: var(--title); line-height: 1.25;text-transform: capitalize;position: absolute;z-index: 2;opacity: 0; transition: all 0.3s linear;} 
.footer-pic:hover:before{background: #00000099;transition: all 0.3s linear;}
.footer-pic:hover h3{opacity: 1;transition: all 0.3s linear;}


/* Fanpage Facebook */  
.fanpage__footer {position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 10px;} 
/* .fanpage__footer::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);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;}

.fanpage__desc{color: var(--text);font-size: 17px;font-style: italic;margin-bottom: 0;line-height: 1.5;text-align: center;}

/* 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; top: 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;font-family: var(--title); 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; } 