/* Header */
.text-gradient { background: linear-gradient(114deg, #1F8FFF 15.91%, #135699 147.18%); 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; } 


.w-phone { position: relative; max-width: 310px; } 

.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); } 

.header { padding: 0.1px 0 0 0; } 
.header-bottom { position: absolute; left: 0; right: 0; top: 30px; z-index: 2; } 
.header-bottom.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background: #333333b5; top: 0; padding: 20px 0;  z-index: 9;} 


/* MENU */
.menu { position: relative; z-index: 99; width:100%; padding: 5px 0; } 
.menu .wrap-content { position: relative; } 
.menu ul { width: 100%; padding: 0px; margin: 0; list-style: none; } 
.menu-line { width: 10px; height: 10px; background: var(--color-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: 19px; font-family: var(--font-medium); color: var(--color-white); margin: 0px; padding: 5px 0; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: normal; text-transform: capitalize; } 
.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; } 

/* 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, .swiper-button-prev { background: var(--color-main); color: var(--color-white); width: 40px; height: 40px; opacity: 0.5; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; } 

/* ABOUT US */
.wrap-aboutus { background: url(../images/set/webp/bg-aboutus.webp) no-repeat center bottom; background-position-x: 35%; } 
.btn-index { display: block; width: max-content; height: 45px; line-height: 45px; border: 1px solid var(--color-title); text-align: center; } 
.btn-index:hover { background: var(--color-hover); border: none; color: var(--color-white); } 
.desc-aboutus { padding-right: 50px; } 

.title-aboutus span { display: block; margin-bottom: -5px; } 
.icon-aboutus { margin-left: -178px; margin-top: 150px; align-content: end; } 
.image-aboutus { height: 375px; } 
.image-aboutus::after { position: absolute; content: ''; background: var(--color-main); width: 243px; height: 86px; border-radius: 0 0 0 20px; left: -15px; bottom: -15px; z-index: -1; } 

/* 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/webp/bg-criteria.webp) no-repeat center/cover; } 
.image-criteria { width: 55px; height: 55px; margin: auto; } 

/* CONSTRUCTION */
.grid-construction { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; } 
.item-construction { border-color: #f1f1f1; } 
.futured-construction { border-top: 1px solid #F1F1F1; } 

/* PROJECT */
.wrap-project { background: linear-gradient(180deg, #F9FBFF 0%, rgba(249, 251, 255, 0.00) 100%); } 
.btn-custom { line-height: normal; font-family: var(--font-regular); font-size: 17px; text-transform: capitalize; display: block; border: 1px solid var(--color-main); color: var(--color-title); background: var(--color-white); padding: 7px 30px; border-radius: 6px; cursor: pointer; } 
.btn-custom:hover,
.btn-custom.active { background: var(--color-main); color: var(--color-white); transition: ease-in-out 0.5s; } 
.line-project { width: 38px; height: 1.5px; background: #C7E3FF; margin: 10px auto 15px auto; } 

/* PROCESS */
.wrap-process{position: relative;z-index: 1;background: url(../images/set/webp/bg-process.webp) no-repeat center/cover;}
.wrap-process::after{position: absolute; content: ''; background: #C7E3FF; width: 100%; height: 2px; left: 0; right: 0; bottom: 70px; text-align: center; margin: auto; }
.items-process .numb { -webkit-text-stroke-width: 1px; color: transparent; -webkit-text-stroke-color: var(--color-main); font-family: var(--font-custom); font-size: 48px; } 
.line-process { width: 60px; height: 2px; border-radius: 10px; background: var(--color-main); } 
.image-process { width: 88px; height: 88px; background: var(--color-main); margin: 35px auto 25px auto; } 
.section-process .swiper-slide:nth-child(even) .image-process { background: #004E9B; } 
.section-process .swiper-slide:nth-child(even) .line-process { background: #004E9B; } 
.section-process .swiper-slide:nth-child(even) .name-process { color: #004E9B; } 
.section-process .swiper-slide:nth-child(even) .items-process .numb { -webkit-text-stroke-color: #004E9B; } 
.section-process .swiper-slide { padding-bottom: 115px !important; } 
.items-process { position: relative; } 
.items-process::after { position: absolute; content: ''; background: #C7E3FF; width: 12px; height: 12px; border-radius: 50%; left: 0; right: 0; bottom: -6px; text-align: center; margin: auto; } 
.items-process::before { position: absolute; content: ''; background: #C7E3FF; width: 2px; height: 115px; left: 0; right: 0; bottom: -115px; text-align: center; margin: auto; } 



/* News */
.item-news { --tw-bg-opacity: 1; background-color: var(--color-white);transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; } 
.item-news:hover { transform: translateY(-0.25rem); } 
.time-news { display: flex; align-items: center; color: #A7A7A7; margin-bottom: 0px; font-size: 14px; margin: 7px 0; font-family: var(--font-regular); } 

/* 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; background-size: 100% 100%; } 
.newsletter-input input { height:48px; } 

.newsletter-input .label { position:absolute; top:12px; left:20px; -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 textarea { height:115px; } 
.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 } 
.newsletter-input input::placeholder{color: var(--color-white);}
.newsletter-input textarea::placeholder{color: var(--color-white);}

.newsletter-button{width: 132px;height: 52px;border-radius: 6px; background: #DE6B06;}

/* FOOTER */
.bg-footer { background: url(../images/set/webp/bg-ft.webp) no-repeat center bottom; background-size: 100% 100%; }
.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; } 
.setting-name { font-family: var(--font-custom); color: var(--color-title); text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
.desc-logo{font-family: "Lato Medium Italic";}
.title-footer{position: relative; padding-bottom: 15px;}
.title-footer::after{content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: #81C0FF; }

/* 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; } 

/*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: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; } 

.social-footer li { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--color-white); } 
.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%; } 

::-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; } 
.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; } 


