/* Header */
.text-gradient { background: linear-gradient(270deg, #FF9ECC 0%, #C53B84 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: var(--color-white); border: 1px solid var(--color-main); color: var(--color-main); font-family: var(--font-bold); text-transform: capitalize; } 
.cart-button:hover { color: var(--color-active); border-color: var(--color-active); } 
.cart-button i { font-size: 20px; } 
.cart-button .count-cart { position: absolute; z-index: 999; color: var(--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: var(--color-white); border-radius: 50%; } 
.header.inner-header { position: unset !important; } 
.col-left-menu .menu-line:last-child { display: none; } 

.header { background: #ffffff96; position: absolute; left: 0; right: 0; top: 0; z-index: 3; } 
.header-top marquee { font-family: var(--font-medium); font-size: 15px; color: var(--color-title); text-transform: uppercase; } 
.header-top .section { border-bottom: 1px solid #FF9ECC; padding: 10px 0; } 
.header-bottom { padding: 5px 0; } 
.info-header span { font-family: var(--font-medium); font-size: 15px; color: var(--color-title); } 
.info-header a { font-family: var(--font-bold); font-size: 15px; color: #FF9ECC; } 
.social-header li { width: 28px; height: 28px; background: url(../images/set/ellip.png) no-repeat; background-size: 100% 100%; } 
.social-header li a { display: flex; align-items: center; text-align: center; margin: auto; } 
.logo-header { margin-top: -50px; margin-bottom: -40px; } 

.w-phone { position: relative; max-width: 310px; } 
.w-phone p { font-family: var(--font-regular); font-size: 14px; color: var(--color-title); } 
.w-phone span { font-family: var(--font-bold); font-size: 18px; color: var(--color-main-v2); } 
.w-phone p span { font-family: var(--font-bold); font-size: 14px; color: var(--color-title); } 
.title-header { font-family: var(--font-custom); font-size: 40px; color: var(--color-white); text-align: center; margin-bottom: 5px; } 
.app-fixed { position: fixed; left: 20px; bottom: 140px; } 
.btn-app { margin-top: 30px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #ffffff8a; border-radius: 50%; } 
.header-banner { font-family: var(--font-custom); text-transform: uppercase; font-size: 40px; color: var(--color-main-v2); } 
.fixed .logo-header { margin-top: 0; margin-bottom: -40px; zoom: .8; margin-left: auto; margin-right: auto; } 


/* MENU */
.menu { position: relative; z-index: 99; width:100%; padding: 5px 0; } 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background: var(--color-white); padding: 10px 0; } 
.menu .wrap-content { position: relative; } 
.menu ul { padding: 0px; margin: 0; list-style: none; } 
.menu-line { width: 16px; height: 15px; background: url(../images/set/webp/line-menu.webp) no-repeat center; 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(--font-bold); color: var(--color-title); margin: 0px; padding: 0 20px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: normal; text-transform: uppercase; } 
.menu ul li a:hover { color: var(--color-main); } 
.menu ul li a img { vertical-align: middle; } 
.menu ul li a::after { position: absolute; content: ''; width: 100%; height: 1px; background: var(--color-white); border-radius: 5px; left: 0px; bottom: 0px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; } 
.menu ul li a.active::after,.menu ul li:hover > a::after { transform-origin: left; transform: scaleX(1); } 
.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: var(--color-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 { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; color: #333; } 
.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: 50%; left: 0; width: 0; height: 1px; background: var(--color-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: 30px; } 
.menu ul li ul li a:hover { padding-left: 40px; } 

.ds-news h3 { font-family: var(--font-medium); font-size: 16px; -webkit-line-clamp: 2; } 

/* SLIDESHOW */
.slideshow { position: relative; } 
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); } 
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 2px solid var(--color-white); padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: #00a3ff; display: flex; align-items: center; justify-content: center; } 
.control-owl button:hover { opacity: 1; } 
.control-owl button.owl-prev { left: 20px; } 
.control-owl button.owl-next { right: 20px; } 

.swiper-button-next:after, .swiper-button-prev:after { content: unset; } 
.swiper-button-next, .swiper-button-prev { background: var(--color-main); top: calc(47% - 15px) !important; color: var(--color-white); width: 48px; height: 42px; opacity: 1 !important; border-radius: 0 !important; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; } 
.swiper-button-next { background: url(../images/set/next.jpg) no-repeat; background-size: 100% 100%; right: 0; } 
.swiper-button-prev { background: url(../images/set/prev.jpg) no-repeat; background-size: 100% 100%; left: 0; } 
.swiper-button-next:hover { background: url(../images/set/next-hover.jpg) no-repeat; background-size: 100% 100%; } 
.swiper-button-prev:hover { background: url(../images/set/prev-hover.jpg) no-repeat; background-size: 100% 100%; } 

/* PRODUCT SALE */
.wrap-sale { position: relative; } 
.wrap-sale::after { position: absolute; content: ''; background: url(../images/set/webp/line-index.webp); width: 100%; height: 10px; background-size: 100% 100%; left: 0; bottom: 0; right: 0;; } 
.wrap-sale .product .price-new { font-size:17px; font-family:var(--font-medium); color:var(--color-active); display:inline-block; } 
.wrap-sale .product .name-product a { font-size:17px; color:var(--color-title); text-transform: capitalize; line-height:normal; font-family: var(--font-medium); } 
.section-bannerProduct { position: relative; } 
.image-bannerProduct::after { width: 100%; height: 100%; background: linear-gradient(0deg, rgba(244, 100, 165, 0.60) 0%, rgba(244, 100, 165, 0.60) 100%); content: ''; position: absolute; left : 0; right: 0; top: 0; bottom: 0; z-index: 1; } 
.section-bannerProduct:hover .info-bannerProduct { width: 100%; height: 100%; border-color: var(--color-main-v2); } 
.info-bannerProduct { transition: all .6s; z-index: 2; margin: auto; position: absolute; left: 0; right: 0; bottom: 0; top: 0; flex-direction: column; text-align: center; width: 85%; height: 90%; border: 10px solid var(--color-white); display: flex; justify-content: center; align-items: center; padding: 40px; } 
.name-bannerProduct { font-family: var(--font-medium); font-size: 90px; color: var(--color-white); margin-bottom: 0; } 
.desc-bannerProduct { font-family: var(--font-medium); font-size: 33px; color: var(--color-white); margin: -10px 0 10px 0; } 
.content-bannerProduct { font-family: var(--font-medium); font-size: 15px; color: var(--color-white); line-height: 2; } 
.button-index { display: flex; justify-content: center; align-items: center; margin: 30px auto 0; width: 160px; height: 50px; line-height: 50px; font-family: var(--font-medium); color: var(--color-title); font-size: 15px; background: url(../images/set/webp/bg-button.webp) no-repeat; background-size: 100% 100%; } 
.button-index i { margin-left: 10px; } 
.button-index:hover { color: var(--color-main); } 

.inner-bannerProduct { width: 330px; height: 750px; display: flex; justify-content: center; flex-direction: column; align-items: center; text-align: center; padding: 40px; } 


/* SOCIAL */
.wrap-social { background: url(../images/set/webp/bg-social.webp) no-repeat center; background-attachment: fixed; background-size: 100% 100%; } 

/* ABOUT US */
.section-aboutus { max-width: 1070px; margin: auto; } 
.slogan-aboutus { font-family: var(--font-regular); font-size: 18px; } 
.desc-aboutus { font-family: var(--font-regular); font-size: 15px; line-height: 1.8; -webkit-line-clamp: 5; } 


/* PRODUCT */
.col-imageList { width: 327px; position: relative; } 
.col-contentlist { width: calc(100% - 347px); } 
.image-list { position: relative; border-radius: 20px; overflow: hidden; } 
.image-list::after { position: absolute; content: ''; background: linear-gradient(0deg, rgba(103, 1, 137, 0.00) 27.81%, #FD65AC 100%); width: 100%; height: 100%; left: 0; top: 0; } 
.inner-list { position: absolute; top: 50px; left: 0; right: 0; text-align: center; display: inline-block; } 
.inner-list h2 { font-family: var(--font-custom); color: var(--color-white); text-transform: capitalize; font-size: 50px; } 

.inner-list a { display: inline-block; padding: 2px; line-height: 25px; text-transform: uppercase; font-family: var(--font-bold); font-size: 16px; color: var(--color-title); position: relative; background-image: linear-gradient(-90deg, #0682d2, #97448f); } 

.inner-list a span { background-color: #fff; display: inline-block; padding: 7px 22px; } 

.inner-list a:before { content: ""; position: absolute; bottom: -3px; right: -3px; width: 100%; height: 2px; background: linear-gradient(135deg, #854c98, #0682d2); } 

.inner-list a:after { content: ""; position: absolute; bottom: -3px; right: -3px; width: 2px; height: 100%; background: #0682d2; } 
.inner-list a:hover span { background-color: transparent; color: #fff; } 

.section-ProductList:nth-child(odd) { flex-direction: row-reverse; } 

.col-iconList { border-radius: 50%; overflow: hidden; } 
.title-list a { font-family: var(--font-bold); font-size: 17px; color: var(--color-title); margin-top: 15px; text-transform: capitalize; } 
.title-list a:hover { color: var(--color-main); } 

/* WHY CHOOSE */
.wrap-whychoose { background:url(../images/set/webp/bg-whychoose.webp) no-repeat center/cover; background-attachment: fixed; } 
.items-whychoose { margin-bottom: 35px; width: 34%; } 
.inner-whychoose { max-width: 387px; margin-left: auto; } 
.items-whychoose:nth-child(odd) .inner-whychoose { flex-direction: row-reverse; margin-left: unset; margin-right: auto; } 
.items-whychoose:nth-child(odd) .inner-whychoose .info-whychoose { text-align: start; } 
.image-whychoose { position: relative; width: 92px; height: 92px; text-align: center; display: flex; justify-content: center; align-items: center; z-index: 1; } 
.image-whychoose::after { position: absolute; content: ''; background: url(../images/set/webp/items-whychoose.webp) no-repeat; background-size: 100% 100%; width: 100%; height: 100%; z-index: -1; } 

.inner-whychoose:hover .image-whychoose::after { animation: rotate 4s infinite; } 

.info-whychoose { width: calc(100% - 102px); } 
.info-whychoose { text-align: end; } 
.name-whychoose { font-family: var(--font-semi); font-size: 18px; color: var(--color-white); margin-bottom: 0; } 
.desc-whychoose { font-family: var(--font-regular); font-size: 14px; color: var(--color-white); } 
.images-static { position: absolute; left: 0; right: 0; top: -40px; bottom: 0; z-index: 1; text-align: center; pointer-events: none; } 
.items-whychoose:nth-child(4) .inner-whychoose { margin-left: 0; } 
.items-whychoose:nth-child(5) .inner-whychoose { margin-right: 0; margin-left: auto; } 
.items-whychoose:nth-child(7), .items-whychoose:nth-child(7) { margin-bottom: 0; } 

/* BRANCH */
.wrap-branch { background: url(../images/set/webp/bg-branch.webp) no-repeat center/cover; background-attachment: fixed; } 
.name-branch { font-family: var(--font-bold); font-size: 17px; color: var(--color-white); } 
.desc-branch { color: var(--color-white); } 

/* FEEDBACK */
.wrap-feedback { background: url(../images/set/webp/bg-feedback.webp) no-repeat center/cover; background-attachment: fixed; } 
.content-feedback { box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 20px; padding: 30px 40px 80px 40px; max-height: 200px; min-height: 200px; background-color: var(--color-white) !important; background: url(../images/set/webp/bg-items-feedback.webp) no-repeat right bottom; } 
.content-feedback .text { font-family: var(--font-regular); font-size: 15px; color: var(--color-title); line-height: 1.5; -webkit-line-clamp: 4; } 
.inner-feedback { margin-top: -65px; } 
.image-feedback { width: 160px; border: 1px solid var(--color-main); border-radius: 100px; padding: 7px; background: transparent; } 
.image-feedback span { display: block; position: relative; z-index: 1; border-radius: 100px; } 
.image-feedback img { border-radius: 100px; } 
.image-feedback span::after { border-radius: 100px; position: absolute; content: ''; border: 1px solid var(--color-white); width: 95%; height: 95%; top: 0; z-index: 2; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } 
.info-feedback { width: calc(100% - 180px); } 
.name-feedback { padding: 7px 50px 7px 30px; font-family: var(--font-custom-v2); font-size: 26px; color: var(--color-white); display: inline-block; background: url(../images/set/webp/bg-titile.webp) no-repeat; background-size: 100% 100%; } 
.desc-feedback { font-family: var(--font-regular); font-size: 13px; color: var(--color-title); } 

/* News */
.item-news { --tw-bg-opacity: 1; background-color: var(--color-white); box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; } 
.item-news:hover { transform: translateY(-0.25rem); box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); } 
.inner-news { border-radius: 5px; } 
.time-news { display: flex; align-items: center; color: #A7A7A7; margin-bottom: 0px; font-size: 14px; margin: 7px 0; font-family: var(--font-regular); } 
.time-news span { align-content: center; margin-left: 5px; } 
.info-news h3 { font-size: 16px; font-family: var(--font-semi); margin: 0; color: #000; line-height: 1.6; text-transform: capitalize; -webkit-line-clamp: 2 !important; } 
.info-news .desc-news { color: #333; -webkit-line-clamp: 3; font-size: 14px; font-family: var(--font-regular); margin-bottom: 0; } 

/* PARTNER */
.items-partner { border-radius: 10px; border: 1px solid #ccc } 

/* ALBUM */
.wrap-album { background: linear-gradient(180deg, #FFF 0%, #DFDFDF 100%); } 
.album-desktop { position: relative; height: 525px; } 
.album-desktop .items-album { position: absolute; } 
.album-desktop .items-album:nth-child(1) { left: 0; top: 0; } 
.album-desktop .items-album:nth-child(2) { left:314px; top: 0; } 
.album-desktop .items-album:nth-child(3) { right: 0; top: 0; } 
.album-desktop .items-album:nth-child(4) { left: 0; bottom: 0; } 
.album-desktop .items-album:nth-child(5) { right: 301px; bottom: 0; } 
.album-desktop .items-album:nth-child(6) { right: 0; bottom: 0; } 
.album-mobile { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } 
.album { cursor: pointer; } 
.album-image { margin-bottom: 0rem; position: relative; } 
.album-expand { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #00000033; opacity: 0; } 
.album-expand i { font-size: 35px; color: var(--color-white); } 
.album-image:hover .album-expand { opacity: 1; } 
.album .album-name { margin-bottom: 0px; text-align: center; } 
.album .album-name a { display: block; font-size: 16px; color: #212529; margin-bottom: 0px; } 


/* 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/set/webp/bg-form.webp) no-repeat center/cover; background-attachment: fixed; } 
.form-newsletter { width: 725px; margin: 0 auto; } 
.title-newsletter { margin-bottom: 1.5rem; } 
.title-newsletter h2 { font-family: var(--font-bold); font-size: 25px; color: var(--color-white); text-transform: uppercase; text-align: center; } 
.title-newsletter .slogan { font-size: 15px; color: var(--color-title); font-family: var(--font-regular); } 
.newsletter-input { position:relative } 
.newsletter-input i { position: absolute; right: 25px; top: 20px; } 
.newsletter-input input { height:51px; font-size:15px; color:#757575; border-radius: 100px; border: 1px solid #FFF; background: rgba(255, 255, 255, 0.70); } 
.newsletter-input .label { position:absolute; top:15px; left:20px; font-family: var(--font-regular); font-size:15px; color:#000; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0; transform-origin:0 0; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -webkit-transition:all .2s ease; -o-transition:all .2s ease; -moz-transition:all .2s ease; transition:all .2s ease; pointer-events:none } 
.newsletter-input input:not(:-moz-placeholder-shown) + .label { -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input input:not(:-ms-input-placeholder) + .label { transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; border-radius:.25rem; left:5px } 
.newsletter-input input:not(:placeholder-shown) + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input input:focus + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input { position:relative } 
.newsletter-input textarea { height:80px; font-size:15px; font-family: var(--font-regular); color:#666666; border-radius: 5px; background: #E9E9E9; } 
.newsletter-input textarea:not(:-moz-placeholder-shown) + .label { -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:not(:-ms-textarea-placeholder) + .label { transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:not(:placeholder-shown) + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:focus + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.btn-submit { border-radius: 100px; border: 1px solid #0682D2; background: linear-gradient(270deg, #FF9ECC 0%, #C53B84 100%); border-radius: 100px; font-family: var(--font-bold); color: var(--color-white); font-size: 14px; text-transform: uppercase; padding: 0.5rem 2rem; } 
.btn-submit:hover { background: var(--color-active); color: var(--color-white); } 


/* FOOTER */
footer .bg-footer { background:url(../images/set/webp/bg-ft.webp) no-repeat center/cover; background-attachment: fixed; } 
.name-footer { margin-bottom: -15px; color: var(--color-white); margin-left: -25px; font-family: var(--font-custom-v2); font-size: 72px; text-transform: capitalize; line-height: 1.5; } 
.footer-article { background: url(../images/set/line-ft.png) no-repeat center bottom; background-size: 100%; } 
.info-footer { color: var(--color-white); } 
.footer-ul li { padding: 0px; color: var(--color-white); } 
.footer-ul li a { color: var(--color-white); font-size: 15px; } 
.footer-ul li a:hover { text-decoration: underline; } 
.footer-ul li.line { font-size: 10px; } 
.footer-powered { background: linear-gradient(270deg, #FF9ECC 0%, #C53B84 100%); } 
.footer-powered .wrap-content { padding-top: 25px; padding-bottom: 25px; } 
.copyright { color: var(--color-white); font-size: 15px; } 
.copyright span { font-family: var(--font-bold); text-transform: uppercase; } 
.statistic { color: var(--color-white); font-size: 15px; } 
.setting-name { font-family: var(--font-custom); color: var(--color-title); text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
.social-footer li { display: flex; justify-content: center; align-items: center; width: 41px; height: 44px; background: url(../images/set/ellip-ft.png) no-repeat; background-size: 100% 100%; } 
.social-footer span { font-family: var(--font-regular); font-size: 15px; color: var(--color-white); text-transform: uppercase; } 
.social-footer li img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(106%) contrast(106%); } 
.desc-logo { font-family: var(--font-regular); font-size: 14px; color: var(--color-white); line-height: 1.6; -webkit-line-clamp: 4; margin-top: 15px; } 


/* VIDEO */
.wrap__videohome { background: var(--color-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(--color-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:288px; } 
.maps-iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; border-radius: 5px !important; box-shadow: 0px 0px 12px 0px #FFF0D9; } 
.items-map { border:none; color:var(--color-white); background:var(--color-main); } 
.items-map.active,.items-map:hover { background:var(--color-active); color:var(--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(--color-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; font-family: var(--font-regular); background: var(--color-white); text-align: center; border:1px solid var(--color-main); border-radius: 20px; color: var(--color-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(--color-main); } 
::-webkit-scrollbar-thumb:hover { background: var(--color-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 } 
.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(--color-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; } 
menu, ol, ul { list-style: unset; } 


/* Loading */
.mask { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 999999999; overflow: hidden; } 
.mask span:nth-child(1) { height: 30vh; top: 0; -webkit-transition-delay: .3s; transition-delay: .3s; } 
.mask span:nth-child(2) { height: 40vh; top: 30vh; -webkit-transition-delay: .5s; transition-delay: .5s; } 
.mask span:nth-child(3) { height: 30vh; top: 70vh; -webkit-transition-delay: .6s; transition-delay: .6s; } 
.mask span { width: 100%; position: absolute; right: 0; background: -webkit-linear-gradient(90deg,#fff 0,#fff 100%); background: linear-gradient(90deg,#fff 0,#fff 100%); -webkit-transition: width .9s ease-in-out; transition: width .9s ease-in-out; } 
.mask.hideg span { width: 0; } 
.mask.hideg { pointer-events: none; } 
.loadicon { position: fixed; top: 50%; left: 50%; width: 200px; height: 140px; margin: -70px 0 0 -100px; z-index: 110000; } 
#loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999999999; } 
#loading.finish { z-index: -9999; } 
#loading.finish .logo_2 span, #loading.finish .logo_2 img { display: none; } 
#loading .logo_2 { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: all ease 0.5s; } 
#loading .logo_2 span { display: block; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.5); -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); -webkit-animation: Ani 2s infinite; animation: Ani 2s infinite; width: 120px; height: 120px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; z-index: 2; z-index: 9999999999; } 
#loading .logo_2 img { position: relative; max-width: 80px; z-index: 4; } 