/* Header */
.text-gradient { background:linear-gradient(180deg, #D3A54E 0%, #F6DC88 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.cart-button { position: fixed; bottom: 140px; right: 35px; z-index: 999; width: 50px; height: 50px; border-radius: 50%; padding: 0; display: flex; justify-content: center; align-items: center; background: white; border: 1px solid var(--main); color: var(--main); font-family: var(--bold); text-transform: capitalize; } 
.cart-button:hover { color: var(--active); border-color: var(--active); } 
.cart-button i { font-size: 20px; } 
.cart-button .count-cart { position: absolute; z-index: 999; color: white; background: #f00; border-radius: 50%; top: -10px; right: 5px; width: 20px; height: 20px; text-align: center; } 
.social-header li { width: 30px; height: 30px; text-align: center; display: flex; justify-content: center; align-items: center; background: white; border-radius: 50%; } 


.header {padding: 50px 0;} 
.btn__hotline-header{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;}
.btn__hotline-header p{font-size: 18px;color: var(--title);}
.btn__hotline-header span{font-size: 18px; color: var(--active);font-family: var(--semi); line-height: 1.5;}  
.btn__hotline-header-icon{height: 50px;width: 50px !important;display: flex; align-items: center; justify-content: center; border: 1px solid var(--main); color: var(--main); border-radius: 50%; margin-right: 5px; }

/* MENU */
.menu { position: relative; z-index: 99; width:100%;background: white;border-bottom: 1px solid var(--line);padding: 10px 0; } 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding: 0;} 
.menu .wrap-content { position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between; } 
.menu ul { width: fit-content; padding: 0px; margin: 0; list-style: none; } 
.menu-line { width: 10px; height: 10px; background: var(--main); flex: unset !important; } 
.menu ul li { position: relative; z-index: 99; } 
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; } 
.menu ul li a { font-size: 17px; font-family: var(--regular); color: var(--title); margin: 0px; padding: 20px 15px 18px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 1.25; text-transform: uppercase; } 
.menu ul li a.active { font-family: var(--bold);}
.menu ul li a img { vertical-align: middle; } 
.menu ul li a::after { position: absolute; content: ''; width: 100%; height: 1px; background: white; border-radius: 5px; left: 0px; bottom: 0px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; } 
.menu ul li ul { position: absolute; min-width: 220px; right: 0; background: white; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; } 
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; } 
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); } 
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left;} 
.menu ul li ul li ul { top: 0px; right: 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 { padding-left: 10px; } 

.lang.flex__main{gap: 2px;}
.lang a{opacity: 0.5;color: var(--title);text-transform: uppercase;font-family: var(--bold);}
.lang a.active{opacity: 1;}


.ds-news h3 { font-family: var(--medium); font-size: 16px;} 

/* slideshow */
.slideshow { position: relative; margin-top: 20px;} 
.info-slideshow{padding-top: 30px;text-align: center;width: 70%;margin: auto;}
.info-slideshow h3 {font-size: 20px; font-family: var(--bold); margin-bottom: 10px; color: var(--title); line-height: 1.5;}
.info-slideshow p {font-size: 14px; font-family: var(--regular); margin-bottom: 0; color: var(--title1); line-height: 1.5;}
.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 white; padding: 0px; margin: 0px; display: block; cursor: pointer; color: white; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: var(--amin); 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: black; color: white; width: 40px; height: 40px; opacity: 0.5; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; } 
    

.wrap-newshomes .wrap-content{background: black;padding: 25px;}
.item-news-home .info-news .name-news{color: white;}
.item-news-home .newsname-list {position: absolute;bottom: 0;left: 0;right: 0;margin: 0;} 
.item-news-home .newsname-list a{color: white;background: #00000070;padding: 8px 1rem 6px;margin: auto;width: fit-content;}
.item-news-home .newsname-list a:hover{color: white;}
.item-news-detail .info-news {padding-top: 10px;}
.item-news-detail .info-news .name-news{color: var(--title);font-size: 14px;font-family: var(--regular);}
.item-news-detail .newsname-list {position: absolute;bottom: 0;left: 0;right: 0;margin: 0;} 
.item-news-detail .newsname-list a{color: white;font-size: 13px;font-family: var(--medium);background: #00000070;padding: 8px 1rem 6px;margin: auto;width: fit-content;}
.item-news-detail .newsname-list a:hover{color: white;}
  
/* News */ 
.info-travel {padding-top: 20px;} 
.info-travel h3 { font-size: 14px; font-family: var(--bold); margin: 0; color: var(--title); line-height: 1.25;} 
.info-travel p { color: var(--title);font-size: 14px; font-family: var(--regular); margin-bottom: 0; } 
.info-travel .btn__news{margin-left: 0 !important;}
/* News */ 
.btn-insta2{gap:5px;padding: 10px 1rem 8px;margin: auto;border: 1px solid var(--title);border-radius: 5px; background: white;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;-moz-transition:all 0.4s linear;transition:all 0.4s linear;}
.btn-insta2 span{color: var(--title);font-size: 14px;text-transform: capitalize;font-family: var(--regular);line-height: 1.5;transition: all 0.3s linear;}
.btn-insta2 i{color: var(--title);}   
.btn-insta2:hover {border-color: transparent; background: linear-gradient(44deg, rgba(6, 149, 255, 1) 0%, rgba(163, 52, 250, 1) 50%, rgba(255, 105, 104, 1) 100%);-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;-moz-transition:all 0.4s linear;transition:all 0.4s linear;}
.btn-insta2:hover span,.btn-insta2:hover i{color:white;letter-spacing: 2px;transition: all 0.3s linear;}

.item-news-one{padding-top: 40px;}
.item-vertical .item-news {display: flex;justify-content: space-between;padding: 40px 0;border-bottom: 1px solid var(--line);} 
.item-vertical .item-news .img-news { width: 52%; }
.item-vertical .item-news .info-news { width: 46%; padding-top: 0;}
 
.img-news {width: 100%;position: relative;} 
.info-news { padding-top: 30px;text-align: center;display: flex;flex-direction: column;}  
.newsname-list { margin-bottom: 1rem;transition: all 0.3s linear;}
.newsname-list a{ display: block; color: var(--title);font-size: 15px; font-family: var(--medium);text-transform: uppercase;letter-spacing: 1px;transition: all 0.3s linear;}
.newsname-list a:hover{color: var(--title);text-decoration: underline; transition: all 0.3s linear;}


.info-news .name-news {font-family: var(--bold); margin-bottom: 1rem;line-height: 1.5;font-size: 18px; color: var(--title); text-transform: capitalize;} 
.info-news p { color: var(--title);line-height: 1.75; font-size: 14px; font-family: var(--regular); margin-bottom: 0;}
.info-news span { display: block; color: var(--line); font-size: 17px; font-family: var(--regular);text-align: end; margin-bottom: 0px;} 
.btn-insta {border-radius: 10px;background: #00000070;font-size: 25px;color: white; width: 36px;height: 36px;display: flex;align-items: center;justify-content: center; position: absolute;top: 10px;right: 10px;transform: scale(1);cursor: pointer;transition: all 0.3s linear; } 
.btn-insta:hover {color: white;background: linear-gradient(44deg, rgba(6, 149, 255, 1) 0%, rgba(163, 52, 250, 1) 50%, rgba(255, 105, 104, 1) 100%); transform: scale(1.3);transition: all 0.3s linear;}

.btn__news{gap:5px;padding: 4px;padding-left: 15px;margin: 1rem auto 0; background: white;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;-moz-transition:all 0.4s linear;transition:all 0.4s linear;}
.btn__news b{color: #848484;width: 100px;text-transform: uppercase;font-size: 14px;font-family: var(--regular);line-height: 1.5;transition: all 0.3s linear;}
.btn__news span{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;background: transparent;overflow: hidden;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
.btn__news span i{color: #848484;}  
.btn__news:hover span i{color:white;-webkit-animation:moveArrow 1500ms;-moz-animation:moveArrow 1500ms;-o-animation:moveArrow 1500ms;animation:moveArrow 1500ms;} 
.btn__news:hover{color:white;-webkit-transition:all 0.4s linear;-o-transition:all 0.4s linear;-moz-transition:all 0.4s linear;transition:all 0.4s linear;}
.btn__news:hover b{color:white;letter-spacing: 2px;transition: all 0.3s linear;}
 
.detail-right .item-news{display: flex;align-items: center;justify-content: space-between;}
.detail-right .img-news {width: 35%; border-radius: 10px;} 
.detail-right .info-news { width: calc(65% - 10px);padding-top: 0;} 
.detail-right .info-news h3 { font-size: 15px; } 
.detail-right .info-news p {font-size: 13px; } 


/* PARTNER */
.items-partner { border-radius: 10px; border: 1px solid #ccc } 

/* ALBUM */
.wrap-album { background: linear-gradient(180deg, #FFF 0%, #DFDFDF 100%); } 
.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; } 
.album-expand { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #00000033; opacity: 0; } 
.album-expand i { font-size: 35px; 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; } 

/* 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*/ 
.form-newsletter{width: 50%;margin: auto;}
.title-newsletter { text-align: center;margin-bottom: 1.5rem;}
.title-newsletter h2 {margin-bottom: 0px;font-family: var(--bold);color: var(--title);font-size: 26px;line-height: 1.5;  }

.newsletter__input{margin-bottom: 10px;background: transparent;border: none; border-bottom: 1px solid var(--line);border-radius: 0;}
.newsletter__input .form-control{height: -webkit-calc(1em + 1.5rem + 8px);height: -moz-calc(1em + 1.5rem + 8px);height: calc(1em + 1.5rem + 8px);color: var(--title);background:transparent;border: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.newsletter__input svg{color: var(--title);margin-left: 5px;}
.newsletter__input textarea{height: 100px !important;} 
.newsletter__input textarea::-webkit-input-placeholder,.newsletter__input input::-webkit-input-placeholder{color:var(--title);}
.newsletter__input textarea:-moz-placeholder,.newsletter__input input:-moz-placeholder{color:var(--title);}
.newsletter__input textarea::-moz-placeholder,.newsletter__input input::-moz-placeholder{color:var(--title);}
.newsletter__input textarea:-ms-input-placeholder,.newsletter__input input:-ms-input-placeholder{color:var(--title);}
.newsletter__button {cursor: pointer;background: black;position: relative;overflow: hidden;display: block;width: 100%;margin: auto;}
.newsletter__button input.btn__submit{font-size: 18px;text-transform: capitalize;font-family:var(--semi); text-align: center;width: 100%;text-align: center; color: white;width: 100%;padding: 14px 35px 12px 15px;position: relative;} 
/* .newsletter__button::after {width: 20px; height: 16px;position: absolute;content: '';top: calc(50% - 16px / 2);right: 10px; background: url(../images/d7.webp) no-repeat; background-size: 100% 100%;} */
/* .newsletter__button:hover:before,.newsletter__button:hover:after{-webkit-animation: moveArrow 1500ms;-moz-animation: moveArrow 1500ms;-o-animation: moveArrow 1500ms;animation: moveArrow 1500ms;} */
.newsletter__button:hover input.btn__submit{color: white;}


/* FOOTER */
footer .bg-footer { background: white;border-top: 1px solid #dee2e6; } 
.linef{position: relative;width: 70px;height: 3px;margin-bottom: 1rem;}
.linef::before{position: absolute;content: '';background: white;height: 3px;-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(--title); font-family: var(--bold); font-size: 20px; text-transform: uppercase; line-height: 1.5; } 
.name-footer { margin-bottom: 1rem; color:var(--title); font-size:25px; line-height:1.2; font-family:var(--custom);  text-transform: uppercase; } 
.info-footer { color: var(--title); } 
.footer-ul  { padding: 0px; color: var(--title);} 
.footer-ul a { color: var(--title); font-size: 17px;text-transform: uppercase;} 
.footer-ul a:hover { text-decoration: underline;}

.maps{width: 0;height: 0;} 

.footer-powered {background: var(--main2);}
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.copyright,.statistic { color: var(--title); font-size: 14px; } 
.copyright span, .statistic span { font-family: var(--bold); text-transform: uppercase; } 
.setting-name { font-family: var(--bold); color: var(--title); text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
 
/* Fanpage Facebook */  
.fanpage__footer {position: relative;display: flex;justify-content: center;align-items: center;} 
.fanpage__footer::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.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;}

/* social */
ul.social-footer{ display:-webkit-box; display:-webkit-flex; display:-moz-box;display:-ms-flexbox;display: flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center; -webkit-justify-content:center; -moz-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -webkit-align-items:center; -moz-box-align:center; -ms-flex-align:center; align-items:center; list-style-type: none; padding: 0; margin: 0;}


/* 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; 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; font-family: var(--regular); 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; } 

/* .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;} 

::-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; }  
.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; }

 