/* Header */
.header { position: relative; z-index: 9999; } 
.info-header p { margin:0px; color:#333333; font-size:15px; } 
.header__bottom-left { width: 15%; margin-bottom: -55px; } 
.header__bottom-right { width: 20%; } 
.btn__hotline-header P { font-size: 17px; text-transform: uppercase; color: var(--color-main); font-family: var(--font-bold); } 
.btn__hotline-header span { font-family: var(--font-bold-v2); font-size: 25px; color: var(--color-main-v2); margin-bottom: -10px; } 
.mailHeader { display: block; font-size: 15px; color: #000; font-family: var(--font-regular); margin-top: 3px; } 
.cart__header P { font-size: 15px; color: #333333; text-transform: capitalize; } 
.cart__header span { font-size: 13px; color: #757575; } 

/* ProductList */
.wrap__ProductList { background: #F5F5F5; } 
.image__productList { border-radius: 50%; padding: 15px; display: block; overflow: hidden; width: 270px; height: 270px; margin: 0 auto; background: url(../images/set/bg-list.png) no-repeat center center; background-size: 100% 100%; } 
.image__productList span { border-radius: 50%; } 
.name__productList { margin-top: 15px; } 
.name__productList a { font-family: var(--font-medium); font-size: 18px; color: var(--color-title); font-size: 18px; text-transform: uppercase; -webkit-line-clamp: 1; } 
.name__productList a:hover { color: var(--color-hover); } 


 /*ABOUTUS*/
.aboutus__right { padding-left: 55px; } 
.title__aboutus p { font-family: "Oswald"; font-size: 35px; text-transform: uppercase; font-size: 35px; color: var(--color-main); padding-top: 10px; } 
.title__aboutus p::after { position: absolute; content: ''; width: 60px; height: 3px; background: var(--color-main); left: 0; top: 0; } 
.title__aboutus h2 { text-transform: uppercase; color:var(--color-main-v2); font-size:33px; line-height:normal; font-family:var(--font-bold-v2); margin-bottom:0.25rem; } 
.title__aboutus .slogan { color: #979797; font-size: 23px; } 
.desc__aboutus { color: #2F2F2F; line-height: 26px; text-align: justify; } 
.desc__aboutus.text-split { -webkit-line-clamp: 7; } 
.btn__aboutus { position: relative; padding: 0.9rem 2.2rem; text-transform: uppercase; color: var(--color-white); font-family: var(--font-medium); font-size: 15px; background-color: var(--color-main-v2); border: none; } 
.btn__aboutus:hover { background-color: var(--color-main); border: none; } 
.aboutus__left::after { position: absolute; content: url(../images/set/after-aboutus.png); right: 60px; top: 0; } 
.image__aboutus { position: relative; } 
.image__aboutus::after { content: ''; z-index: 1; position: absolute; width: 380px; height: 400px; border: 4px solid var(--color-main); border-left: transparent; border-bottom: transparent; top: -20px; right: -20px; } 
.image__aboutus__v2 { margin-top: -140px; } 



/*PRODUCT BC*/

.wrap_product { background: #f5f5f5; } 
.wrap_product .pagination { margin: 20px 0px 50px 0; } 
.product__code { font-family: var(--font-regular); font-size: 15px; color: var(--color-main); text-transform: uppercase; } 
.title__product { margin-bottom: 2.5rem; text-align: center; } 
.title__product h2 { display: inline-block; position: relative; margin-bottom: 0px; } 
.title__product h2 span { display: inline-block; background-color: var(--color-main); font-size: 36px; font-weight: bold; color: #fff; font-family: var(--font-custom); text-transform: uppercase; padding: 1rem 2rem 0.75rem 2rem; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; position: relative; z-index: 2; } 
.title__product h2 i { font-size: 20px; } 
.title__product__cat {flex: 1;}
/*Product Category Tab*/
.btn__list-item { font-family: var(--font-medium); color: #333333; font-size: 14px; cursor: default; } 
.btn__list-item svg { margin: -5px 0 0 5px; } 
.btn__list-item.active,.btn__list-item:hover { color: var(--color-main); } 
.title__product-list { background-color: #fff; margin-bottom: 1.5rem; } 
.title__product-list .tit { background: var(--color-main); clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%); position: relative; padding: 12px 20px 12px 70px; color: var(--color-white); font-size: 22px; font-family: var(--font-custom); text-transform: uppercase; } 
.title__product-list .tit::after { position: absolute; content: ''; background: url(../images/set/title.png); width: 50px; height: 100%; left: 0; top: 0; } 


/* NEWS */
.grid-news { display: grid; gap: 25px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 1.5rem; } 
.slick-vertical { margin-top: -20px; } 
.slick-vertical .news { margin-top: 20px; } 
.news__image { position: relative; width: 215px; } 
.info__news { position: relative; z-index: 3; width: calc(100% - 235px); } 
.news__time { color:#333; width: 67px; background: var(--color-main-v2); border-radius: 0 0 5px 5px; padding:5px; text-align: center; } 
.news__time p { font-family: var(--font-semi-v2); color: #fff; font-size: 27px; text-align: center; margin-bottom: 10px; } 
.news__time span { font-family: var(--font-medium); color: #fff; font-size: 13px; text-align: center; border-top: 1px solid #fff; padding-top: 10px; } 
.news__name { margin-bottom: 0.25rem; width: calc(100% - 85px); } 
.news__name a { font-size: 14px; color: var(--color-title); font-family: var(--font-medium); line-height: 24px; text-transform: uppercase; } 
.news__name a:hover { color: var(--color-hover); } 
.news__name a.text-split { -webkit-line-clamp: 2; } 
.news__desc { color: #464646; font-size: 14px; line-height: 24px; margin-top: 10px; } 


/*CRITERIA*/
.wrap__criteria .wrap__content { position: relative; } 
.criteria { position: relative; } 
.section__criteria { display: grid; gap: 25px 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1.5rem; } 
.criteria__image { width: 50px; height: 50px; } 
.criteria__info { width: calc(100% - 70px); } 
.criteria__name { margin-bottom: 0.25rem; } 
.criteria__name a { font-size: 22px; color: var(--color-main); font-family: var(--font-custom-v2); line-height: normal; text-transform: capitalize; -webkit-line-clamp: 1; } 
.criteria__name a.text-split { -webkit-line-clamp: 1; } 
.criteria__desc { color: var(--color-title); font-size: 15px; line-height: 26px; -webkit-line-clamp: 1; } 
.criteria__image img { -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; } 
.criteria__image:hover img { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; } 
@media only screen and (max-width: 991px){
 .title__choosewhy { min-height:205px; padding-top:30px; padding-left:0px; } 
 .title__choosewhy span { font-size: 30px; } 
 .title__choosewhy span:nth-child(2) { font-size: 40px; } 
 .grid__choosewhy { grid-template-columns:repeat(2,minmax(0,1fr)); } 
 .bannervisaochon { grid-column:2 span; position: relative; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } 
 .choosewhy__name a { font-size: 14px; } 
 }

/* ALBUM */
.album { cursor: pointer; } 
.album .album__image { margin-bottom: 0rem; position: relative; } 
.album__expand { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: #00000033; opacity: 0; } 
.album__expand i { font-size: 35px; color: #fff; } 
.album: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; } 

/*NEWSLETTER*/
.bg__newsletter { box-shadow: 0px 0px 20px 0px #CBCBCB; max-width: 515px; margin: 0 0 0 auto; } 
.title__newsletter { margin-bottom: 0; background: var(--color-main); padding: 45px 20px 30px 20px; position: relative; z-index: 1; } 
.title__newsletter::after { position: absolute; content: url(../images/set/after-form.png); left: 0; right: 0; top: 20px; z-index: -1; margin: auto; text-align: center; } 
.title__newsletter h2 { font: var(--font-semi-v2); font-size: 30px; color: #fff; text-transform: uppercase; text-align: center; position: relative; } 
.title__newsletter h2::after { position: absolute; content: ''; width: 39px; height: 2px; background: #fff; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; } 
.inner__form { background: #fff; padding: 20px 30px; } 
.slogan__form {font-family: var(--font-regular);font-size: 16px;text-transform: uppercase;text-align: center;line-height: 35px; margin-bottom: 10px;}
.title__newsletter .slogan { font-size: 15px; color: #333333; } 
.newsletter__input { position:relative } 
.newsletter__input input { height:55px; font-size:15px; color:#757575; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #D0D0D0;} 
.newsletter__input .label { position:absolute; top:12px; left:20px; font-size:15px; color:#757575; -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-color:#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-color:#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-color:#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-color:#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:125px; font-size:15px; color:#757575; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #D0D0D0;} 
.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-color:#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-color:#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-color:#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-color:#fff; padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.btn__submit { background-color: var(--color-main-v2); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: var(--font-bold); color: #fff; font-size: 17px; text-transform: uppercase; padding: 0.5rem 1rem; } 
.btn__submit:hover { background-color: var(--color-main); color: #fff; } 


/* FOOTER */
footer .bg__footer { background: url(../images/set/bg-ft.png); background-size: 100% 100%; } 
.title__footer { margin-bottom: 1rem; color: var(--color-white); font-family: var(--font-bold); font-size: 15px; text-transform: uppercase; line-height: 1.5; } 
.name__footer { margin-bottom: 1rem; color:var(--color-white); font-size:25px; line-height:normal; font-family:var(--font-bold-v2);  text-transform: uppercase; } 
.info__footer { color: #fff; } 
.footer__ul {padding-left: 20px;}
.footer__ul li { padding: 0px; color: #fff; } 
.footer__ul li a { color: #fff; font-size: 15px; } 
.footer__ul li a:hover { text-decoration: underline; } 
.footer__ul li.line { font-size: 10px; } 
.footer__powered .wrap__content { border-top: solid 1px #ffffff40; padding-top: 15px; padding-bottom: 15px; } 
.copyright { color: #fff; font-size: 14px; } 
.copyright span { font-family: var(--font-black); text-transform: uppercase; } 


/*ADS*/
.banner_qc-left { width: 61%; } 
.banner_qc-right { width: -webkit-calc(39% - 10px); width: -moz-calc(39% - 10px); width: calc(39% - 10px); } 
.banner_qc-2 { margin-bottom: 10px; } 

/*WHYCHOUSE*/
.wrap__choosewhy { background-color: #fff9eb; } 
.grid__choosewhy { display: grid; gap: 25px; grid-template-columns: repeat(5, minmax(0, 1fr)); } 
.bannervisaochon { grid-column: 3 span; grid-row: 3 span; text-align: center; } 
.title__choosewhy span { text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff; display: block; color:var(--color-main); font-size: 55px; font-weight: bold; font-family: var(--font-custom); text-transform: uppercase; line-height: 1; } 
.title__choosewhy span:nth-child(2) { color: var(--color-main); font-size: 75px; } 
.box__choosewhy { max-width: 120px; margin: auto; } 
.choosewhy__image { background: url('../images/set/bgitemwhy.png') no-repeat; width: 108px; height: 105px; margin-bottom: 0.75rem; } 
.choosewhy__name { margin-bottom: 0rem; } 
.choosewhy__name a { font-size: 15px; color: #333333; font-family: var(--font-bold); line-height: 1.6; text-transform: uppercase; } 
.choosewhy__name a.text-split { -webkit-line-clamp: 2; } 
.choosewhy__image img { -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; } 
.choosewhy__image:hover img { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; } 

/*BRAND*/
.w_brand .brand:nth-child(1) { margin-bottom: 10px; } 

/*FEEDBACK*/
.gr__feedback__for { max-width: 560px; margin: auto; } 
.gr__feedback__image { position: relative; margin: 5px 12px; } 
.feedback__image-1 { position: absolute; left: 0px; top: 0px; -webkit-transform: rotate(-7deg); -moz-transform: rotate(-7deg); -ms-transform: rotate(-7deg); -o-transform: rotate(-7deg); transform: rotate(-7deg); } 
.feedback__image-2 { position: relative; z-index: 2; } 
.feedback__image { display: inline-block; -webkit-box-shadow: 0px 0px 5px #ccc; -moz-box-shadow: 0px 0px 5px #ccc; box-shadow: 0px 0px 5px #ccc; padding: 7px 7px 15px 7px; background-color: #fff; } 
.feedback__name { margin-bottom: 0.25rem; } 
.feedback__name a { font-size: 18px; color: var(--color-main); font-family: var(--font-bold); line-height: 1.6; } 
.feedback__name a.text-split { -webkit-line-clamp: 1; } 
.feedback__desc { color: #333333; font-size: 14px; line-height: 1.8; margin-bottom: 0.5rem; } 
.feedback__desc.text-split { -webkit-line-clamp: 1; } 
.feedback__content { color: #333333; font-size: 14px; line-height: 1.8; } 
.slick-prev:before, .slick-next:before { color: #000; } 
.gr__feedback__nav { max-width: 420px; margin: auto; } 
.feedback__nav { margin: 0px 20px; } 

/* 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-color: 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; } 
.map__iframe { position:relative; height:400px; } 
.map__iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; } 
.button__maps{position: absolute;left: 10px;top: 10px;z-index: 1;}

 /* CSS CUSTOM */
::-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; } 
