/* 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: #fff; 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: #fff; 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 .logo-header { margin-bottom: 0; } 


.header-top { background: var(--color-main-v2); padding: 5px 0; } 
.header-bottom { padding: 5px 0; background: url(../images/set/bg-header.webp); background-size: cover; } 
.header-top marquee { font-family: var(--font-bold); font-size: 14px; color: #fff; text-transform: uppercase; } 
.info-header { font-family: var(--font-regular); font-size: 14px; color: #fff; } 
.info-header span { font-family: var(--font-bold); } 
.w-phone { position: relative; max-width: 310px; } 
.w-phone::after { position: absolute; content: url(../images/set/line-hotline.png); top: 20px; left: -10px; } 
.w-phone p { font-family: var(--font-regular); font-size: 15px; 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); } 

.social-header li { width: 36px; height: 36px; background: var(--color-main); border-radius: 50%; } 
.logo-header img { border-radius: 50%; } 

/* MENU */
@media screen and (max-width: 991px) {
    .menu{display: none !important;}
}
.menu { position: relative; z-index: 99; width:100%; } 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background: #fff; padding: 10px 0; } 
.menu.fixed .wrap-content:after { display: none; } 
.menu .wrap-content { position: relative; } 
.menu .wrap-content:after { position: absolute; content: url(../images/set/webp/after-menu.webp); left: 0; bottom: -6px; } 
.menu ul { width: 100%; padding: 0px; margin: 0 auto; list-style: none; max-width: 770px; } 
.menu-line { width: 10px; height: 10px; border: 3px solid var(--color-main); flex: unset !important; border-radius: 50%; } 
.menu ul li { position: relative; z-index: 99; } 
/* .menu ul.ulmn > li { flex: auto; } */
.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; padding: 3px 20px; font-family: var(--font-bold); z-index: 1; color: var(--color-title); margin: 0px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 45px; text-transform: uppercase; } 
.menu ul li a img { vertical-align: middle; } 
.menu ul li a::after { position: absolute; z-index: -1; content: ''; width: 100%; height: 100%; background: var(--color-main-v2); border-radius: 14px 14px 0px 0px; 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: #fff; 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 #fff; 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, .swiper-button-prev { background: var(--color-main); color: #fff; width: 40px; height: 40px; opacity: 0.5; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; } 

/* ADS */
.image-ads { border-radius: 20px; overflow: hidden; } 

/* Best Seller */
.section-bestSeller { background: url(../images/set/webp/bg-seller.webp); background-size: cover; padding: 30px; border-radius: 20px } 
.section-bestSeller h2 { color: #FFF; text-align: center; text-shadow: 0px 0px 20px #FF506E; font-family: var(--font-custom); font-size: 50px; text-transform: uppercase; } 
.icon-cart:hover { background: var(--color-main-v2); } 
.icon-cart:hover svg path { fill: var(--color-title); } 

/* PRODUCT */
.wrap-product:nth-child(even) { background: #F6EBD7; border-radius: 160px 160px 0px 0px; } 
.title-productList { display: inline-block; background: url(../images/set/webp/bg-title.webp) no-repeat; background-size: 100% 100%; padding: 5px 40px; margin: auto; text-align: center; } 
.title-productList h2 { text-align: center; margin-bottom: 0; color: var(--color-white); font-family: var(--font-custom); font-size: 40px; text-transform: uppercase; line-height: 1.5; } 

/* Aboutus */
.title-aboutus p { font-family: var(--font-custom); text-transform: uppercase; font-size: 30px; line-height: 1.5; color: var(--color-title); } 
.title-aboutus h2 { font-family: var(--font-custom); text-transform: uppercase; color: var(--color-main); font-size: 60px; line-height: 1.5; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #FFF; } 
.title-aboutus .mark-text { font-family: var(--font-custom); left: -4px; top: -8px; text-transform: uppercase; color: var(--color-main); font-size: 62px; line-height: 1.7; z-index: -1; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: #902D3E; } 
.desc-aboutus { border-left: 4px solid var(--color-main-v2); text-align: justify; margin-bottom: 30px; padding-left: 30px; font-family: var(--font-regular); font-size: 15px; line-height: 2; -webkit-line-clamp: 8; } 
.aboutus-left .img { position: relative; z-index: 1; } 
.aboutus-left .img::after { position: absolute; z-index: -1; content: url(../images/set/webp/after-image.webp); left: 0; top: 0; z-index: 2; } 
.aboutus-left .img::before { position: absolute; z-index: -1; content: url(../images/set/webp/before-image.webp); right: 20px; bottom: 0; z-index: 2; } 
.aboutus-right { position: relative; } 
.aboutus-right::after { position: absolute; content: url(../images/set/webp/after-aboutus.webp); right: 0; top:-15px; z-index: 1; } 
.aboutus-right::before { position: absolute; content: url(../images/set/webp/before-aboutus.webp); right: 180px; bottom: 0; z-index: 1; } 



.btn-index { display: flex; align-items: center; padding: 5px 5px 5px 30px; background: var(--color-main); color: var(--color-white); font-family: var(--font-medium); font-size: 15px; text-transform: capitalize; width: max-content; height: 45px; line-height: 45px; border-radius: 50px; text-align: center; } 
.btn-index i { margin-left: 10px; width: 36px; height: 36px; display: flex; justify-content: center; align-items: center; background: var(--color-white); border-radius: 50%; } 
.btn-index:hover { background: var(--color-main-v2); border: none; color: var(--color-title); } 




/* STATISTIC */
.wrap-statistic { background: #f5f5f5; background-size: cover; } 
.desc-statistic { margin: auto; font-family: var(--font-custom); font-size: 34px; color: var(--color-main); background: var(--color-white); border-radius: 200px; max-width: 86px; width: max-content; padding: 5px 32px; } 
.desc-statistic p { margin-top: 20px; } 
.desc-statistic span { margin-top: -20px; } 
.name-statistic { font-family: var(--font-medium); font-size: 20px; margin-top: 10px; text-transform: capitalize; } 

/* CRITERIA */
.wrap-criteria { background: url(../images/set/bg-criteria.jpg) no-repeat; background-size: 100% 100%; } 
.image-criteria { width: 120px; height: 107px; background: url(../images/set/webp/bg-items.webp) no-repeat; background-size: 100% 100%; } 
.info-criteria { padding: 10px 20px 15px 70px; width: 320px; background: url(../images/set/webp/bg-items-v2.webp) no-repeat; background-size: 100% 100%; margin-left: -57px; } 
.image-criteria { width: 120px; height: 107px; background: url(../images/set/webp/bg-items.webp) no-repeat; background-size: 100% 100%; position: relative; z-index: 1; } 
.desc-criteria { font-family: var(--font-medium); font-size: 14px; color: #666666; line-height: 1.7; -webkit-line-clamp: 2; } 
.name-criteria { font-family: var(--font-bold); font-size: 18px; color: var(--color-title); -webkit-line-clamp: 1; } 
/* SOCIAL */
.wrap-social { background: url(../images/set/webp/bg-social.webp) no-repeat; background-size: 100% 100%; } 
.title-tiktok { font-size: 50px; font-family: var(--font-custom); color: var(--color-main); transform: rotate(90deg); position: absolute; right: -115px; top: 30px; } 
.col-tiktokm .col-fanpage { width: 540px; } 
.image-tiktok { border-radius: 20px; } 
.image-fanpage { border-radius: 20px; } 
.title-fanpage { font-size: 50px; font-family: var(--font-custom); color: var(--color-main); transform: rotate(-90deg); position: absolute; left: -120px; bottom: 50px; } 


/* SERVICE */
.inner-service { border-radius: 10px; } 
.info-service { padding: 10px 30px; background: linear-gradient(91deg, #727272 -25.26%, #BCBCBC 93.8%, #A26B13 252.74%); } 
.inner-service:hover .info-service { background: linear-gradient(91deg, #A26B13 1.1%, #F3E778 117.15%, #A26B13 233.2%); } 
.info-service h3 { width: calc(100% - 60px); -webkit-line-clamp: 1; margin-bottom: 0; font-family: var(--font-semi); font-size: 20px; color: var(--color-white); text-transform: uppercase; } 
.info-service img { width: 52px; } 

/* PRICE */
.wrap-price { background:#f5f5f5; background-size: cover; } 
.section-price { background: linear-gradient(106deg, #C5C5C5 2.21%, #ACACAC 97.64%); padding: 30px 130px 30px 30px; border-radius: 62.374px 0px; position: relative; } 
.section-price .swiper-slide-active img { border-radius: 0px 0px 0px 62.374px; } 
.section-price .swiper-slide-next img { border-radius: 0px 62.374px 0px 0px; } 





/* News */
.wrap-news .title-main h2 { font-size: 70px; color: #FFF; text-shadow: 0px 6px 0px #902D3E; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #A11810; } 
.vertical-news { max-height: 170px; } 
.item-news { --tw-bg-opacity: 1; background-color: #fff; 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%); } 
.news-time { display: flex; align-items: center; color: var(--color-main); margin-bottom: 0px; font-size: 15px; margin: 7px 0; font-family: var(--font-medium); } 
.news-time span { align-content: center; margin-left: 5px; } 
.info-news h3 { font-size: 17px; font-family: var(--font-bold); margin: 0; color: #000; line-height: 1.6; text-transform: capitalize; -webkit-line-clamp: 1 !important; } 
.info-news .desc-news { color: #333; -webkit-line-clamp: 2; -webkit-line-clamp: 3; font-size: 15px; font-family: var(--font-medium); margin-bottom: 0; } 
.image-news { width: 220px; border-radius: 15px; } 
.info-news { width: calc(100% - 240px); } 


/* PARTNER */
.items-partner { border-radius: 10px; border: 1px solid #ccc } 

/* ALBUM */
.section-album { background: #fff; padding: 20px; border-radius: 15px; } 
.album-destop { position: relative; height: 525px; } 
.album-destop .items-album { position: absolute; } 
.album-destop .items-album:nth-child(1) { left: 0; top: 0; } 
.album-destop .items-album:nth-child(2) { left:314px; top: 0; } 
.album-destop .items-album:nth-child(3) { right: 0; top: 0; } 
.album-destop .items-album:nth-child(4) { left: 0; bottom: 0; } 
.album-destop .items-album:nth-child(5) { right: 301px; bottom: 0; } 
.album-destop .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; border-radius: 15px; } 
.album-expand { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #00000033; opacity: 0; } 
.album-expand i { font-size: 35px; color: #fff; } 
.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; } 

/* FEEDBACK */
.image-feedback { border-radius: 10px; overflow: hidden; border: 1px solid #818181; } 

/* 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:#f5f5f5; background-size: cover; } 
.section-newsletter { padding: 50px 75px; border-radius: 20px; background: linear-gradient(297deg, #FFF 17.42%, rgba(255, 255, 255, 0.00) 29.16%, rgba(255, 255, 255, 0.71) 48.87%, rgba(255, 255, 255, 0.72) 77.41%, #FFF 95.08%); -webkit-border-radius: 1rem; -moz-border-radius: 1rem; border-radius: 1rem; } 
.title-newsletter { margin-bottom: 1.5rem; } 
.title-newsletter h2 { font-family: var(--font-bold); font-size: 25px; color: #fff; 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 input { height:44px; font-size:15px; color:#757575; border-radius: 5px; background: #E9E9E9; } 
.newsletter-input .label { position:absolute; top:12px; left:20px; font-family: var(--font-regular); font-size:15px; color:#666666; -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:#fff; 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:#fff; 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:#fff; 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:#fff; 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:#fff; 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:#fff; 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:#fff; 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:#fff; padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.btn-submit { background: var(--color-white); border-radius: 30px; background: linear-gradient(90deg, #A26B13 -24.6%, #F3E778 50.67%, #A26B13 125.94%); font-family: var(--font-bold); color: var(--color-title); font-size: 15px; text-transform: uppercase; padding: 0.5rem 2rem; } 
.btn-submit:hover { background: var(--color-active); color: #fff; } 

.section-contact .icon { width: 85px; height: 85px; border-radius: 50%; margin: -85px auto 20px auto; background: linear-gradient(143deg, #A26B13 15.48%, #D4B751 36.05%, #A26B13 87.97%); } 
.section-contact a { font-family: var(--font-bold); font-size: 20px; color: var(--color-main); } 
.section-contact span { font-family: var(--font-regular); font-size: 20px; color: var(--color-title); } 
.section-contact { padding: 50px 40px; border-radius: 20px; background: linear-gradient(117deg, #FFF 4.92%, rgba(255, 255, 255, 0.00) 16.66%, rgba(255, 255, 255, 0.71) 36.37%, rgba(255, 255, 255, 0.72) 64.92%, #FFF 82.58%); } 
.section-contact:nth-child(1) { margin-bottom: 80px; } 

/* FOOTER */
footer .bg-footer { background: url(../images/set/webp/bg-ft.webp) no-repeat; background-size: 100% 100%; } 
.footer-article .wrap-content { position: relative; } 
.footer-article .wrap-content::after { position: absolute; content: url(../images/set/webp/after-footer.webp); right: 0; bottom: 0; } 
.title-footer { margin-bottom: 1rem; color: var(--color-white); font-family: var(--font-bold); font-size: 18px; text-transform: uppercase; line-height: 1.5; } 
.name-footer { margin-bottom: 1rem; color:var(--color-white); font-size:40px; line-height:1.2; font-family:var(--font-custom); text-transform: uppercase; } 
.info-footer { color: #fff; } 
.footer-ul li { padding: 0px; color: #fff; } 
.footer-ul li a { color: #fff; font-size: 15px; font-family: var(--font-medium); } 
.footer-ul li a:hover { text-decoration: underline; } 
.footer-ul li.line { font-size: 10px; } 
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.copyright { color: var(--color-white); font-size: 15px; } 
.copyright span { font-family: var(--font-bold); text-transform: uppercase; } 
.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: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--color-main); } 


.image-social { width: 36px; height: 36px !important; overflow: hidden; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; } 
.social-items { border: 1px solid #fff; border-radius: 50px; padding: 4px; margin-bottom: 10px; } 
.name-iconSocial { text-transform: capitalize; margin-left: 10px; } 

/* 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:300px; } 
.maps-iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; } 
.items-map { border:none; color:#fff; background:var(--color-main); } 
.items-map.active,.items-map:hover { background:var(--color-active); color:#ffffff !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: #fff; 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; } 

.swiper-vertical { height: 855px; } 
.swiper-pagination { display: flex; flex-direction: column; align-items: center; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } 
.swiper-pagination span { display: block; color: white; font-size: 14px; padding: 5px 10px; background: rgba(0, 0, 0, 0.6); border-radius: 3px; margin: 5px 0; cursor: pointer; } 
.swiper-pagination .swiper-pagination-bullet-active { background: red; color: white; font-weight: bold; } 

.-pagination { } 


::-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 } 
.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(--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; } 


