
@keyframes spin{to{transform:rotate(360deg);}
}
@keyframes blink{0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@keyframes shake-anim{0%{transform:rotate(0) scale(1) skew(1deg);}
10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg);}
20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg);}
100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg);}
}
@keyframes rotate{from{transform:rotate(0);}
to{transform:rotate(360deg);}
}
@keyframes fadeup{from{opacity:0;transform:translateX(-20px);}
to{opacity:1;transform:translateX(0);}
}
@keyframes pulse-animation{0%{transform:scale3d(1,1,1);opacity:0;}
10%{transform:scale3d(1.1,1.1,1.1);opacity:1;}
100%{transform:scale3d(1.6,1.6,1.6);opacity:0;}
}
@keyframes border-animation{0%{transform:scale3d(0.6,0.6,0.6);opacity:0;}
20%{transform:scale3d(1.2,1.2,1.2);opacity:1;}
100%{transform:scale3d(1.4,1.4,1.4);opacity:0;}
}

:root{
    --color-main:#FF1744;
    --color-main-2:#5C3221;
    --color-main-3:#49FDFF;
    --m1: #E4CE75;
    --m2: #f00;
}
body{
    font-size:14px;
    font-family:'Chivo_r';
}
strong,b{font-family:'Chivo_b' !important;}
.top_content{display:flex;align-items:center;justify-content:center;flex-direction:column;}
.martop20{margin-top:20px;}
.martop30{margin-top:30px;}

.gradient_bg{
    background: rgb(214,167,60);
    background: linear-gradient(236deg, rgba(214,167,60,1) 13%, rgba(255,240,162,1) 47%, rgba(220,176,69,1) 88%);
}
.gradient_text{
    background: rgb(214,167,60);
    background: linear-gradient(0deg, rgba(214,167,60,1) 13%, rgba(255,240,162,1) 47%, rgba(220,176,69,1) 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-split-5{-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.text-split-4{-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.text-split-3{-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.text-split-2{-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.text-split-1{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
tbody,td,tfoot,th,thead,tr{border-width:1px;}

.white_text{color:#fff !important;}
.white_img{filter:brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(149%) hue-rotate(180deg) brightness(117%) contrast(100%);}
.black_text{color:#000 !important;}
.black_img{filter:brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);}

.padding50{padding:50px 0px;}
.padding30{padding:30px 0px;}
.pos_rev{position: relative;}

.flex_center_col{display:flex;align-items:center;justify-content:center;flex-direction:column;}
.text-left{text-align:left;}
.text-right{text-align:right;}

*::-webkit-scrollbar{width:4px;}
*::-webkit-scrollbar-track{background:rgba(128,128,128,0.564);}
*::-webkit-scrollbar-thumb{background:var(--color-main);}
*::-webkit-scrollbar-thumb:hover{background:var(--color-main-2);}

.owl-theme .owl-dots .owl-dot span{
    width:11px;
    height:11px;
    margin:5px 7px;
    background:transparent
    ;border:var(--color-main) solid 1px;
    border-radius:50%;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:var(--color-main);
}

.wrap__container{overflow:hidden;margin:auto;max-width:1920px;background-color: #000;}
.wrap__content{margin:auto;max-width:1230px;padding-left: 15px;padding-right: 15px;}
.wrap__main{margin:auto;max-width:1230px;padding-left: 15px;padding-right: 15px;}
.wrap__container.internal-page{overflow:unset;}
.max-width{max-width:1230px;margin: auto;padding-left: 15px;padding-right: 15px;}
img{display:inline-block;max-width:100% !important;height:auto !important;}
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:10px;}
.social-plugin iframe{z-index: 1 !important;}
.a2a_kit .a2a_svg {width: 20px;height: 20px;line-height: 20px;}
.content-main table{width:100% !important;}
tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:1px;}

/* Lazyload */
img.lazy { opacity: 0; }
img:not(.initial) { -webkit-transition: opacity 1s; transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.hover-img{position:relative;overflow:hidden;display:block;}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp: 3;}

/* Transition All */
.transition,.btn-frame .kenit-alo-circle-fill,.control-owl button,.carousel-comment-media .carousel-control a span,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover > ul,.scale-img img,.scale-img:hover > img,.support-online .kenit-alo-circle-fill{transition:0.3s all;}

/* mixin */
.btn__outline__custom{border:solid 1px var(--color-main);color:var(--color-main);}
.btn__outline__custom.active,.btn__outline__custom:hover{border:solid 1px var(--color-main);background-color:var(--color-main);color:#ffffff !important;}
.btn__custom{border:solid 1px var(--color-main);color:#fff;background-color:var(--color-main);}
.btn__custom.active,.btn__custom:hover{border:solid 1px var(--color-main-2);background-color:var(--color-main);color:#000 !important;}
/* main */
.title__main{margin-bottom:1rem;text-align:center;}
.title__main h1,.title__main h2,.title__main span{
    margin-bottom: 0px;
    font-family: 'Chivo_semi';
    color: var(--color-main);
    font-size: 35px;
    font-weight: bold; 
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 5px;
}
/*media all*/
.py-50{padding-top: 50px !important;padding-bottom: 50px !important;}
.py-30{padding-top: 30px !important;padding-bottom: 30px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-30{margin-bottom: 30px !important;}
.rounded-50{border-radius: 50px !important;}

/* Header */
.header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_top{
    padding: 10px 0px;
    background-color: var(--color-main);
}
.header_gr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

/*option select custom-select*/
.select-Translator{height:35px;outline:none;border:none;border-radius:50px;min-width:35px;font-size:15px !important;color:var(--main-color4);}
.select-Translator option{min-width:35px;}
.btn__hotline-header P{font-size: 15px;text-transform: capitalize;color: #333333;}
.btn__hotline-header span{font-family: var(--f-bold);font-size: 18px;color: var(--color-main-2);}
.cart__header P{font-size: 15px;color: #333333;text-transform: capitalize;}
.cart__header span{font-size: 13px;color: #757575;}

/* Menu */
.menu { 
    position:relative;
    z-index:999;
    background-color: #000;
}

.menu.external-page{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0px;
}
.menu.external-page.fixed{
    background-color: #0000008a;
}
.menu_gr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_item{
    display: flex;
    align-items: center;
}
.logo__menu{
    margin-right: 20px;
}
.logo_info p:first-child {
    font-size: 35px;
    font-family: 'RumRaisin';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -6px;
}
.logo_info p:last-child{
    font-size: 16px;
    font-family: 'Chivo_b';
    padding: 5px;
    border: #fff solid 1px;
    color: var(--color-main);
}
.menu_item{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.menu_right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.but_gr{
    display: flex;
    align-items: center;
}
.menu_but{
    cursor: pointer;
}

/* .menu ul { width: 100%; padding: 0px; margin: auto; list-style: none; }
.menu ul li { position: relative; z-index: 1;margin: 0px;}
.menu ul li.menu-line { width: 4px; height: 4px; background-color:#fff;border-radius: 50%;}
.menu ul li a{font-size:16px;color:#fff;margin:0px;padding:10px 18px;text-transform:capitalize;position:relative;z-index:1;text-align:center;text-decoration:none !important;display:block;line-height:1.6;}
*/
.bor {
	position:relative;
    left: 0;
    transition: .3s ease;
}
.bor:hover,.bor.active{
	left: -15px;
    transition: .3s ease;
    color: var(--color-main) !important;
}

.navigation {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	width:100%;
	height:800px;
	text-align:right;
	opacity:0;
	pointer-events:none;
	overflow:hidden;
	z-index:555;
}
.nav-click-close{position:absolute;top:67px;right:131px;z-index:1101;cursor:pointer;color:#fff!important;font-size:2rem;text-shadow:1px 1px 1px #000;}
.tencty{color:#fff;z-index:100;text-align:left;position:absolute;font-family:'RumRaisin' !important;top:20px;left:20px;font-size:60px;text-shadow:1px 1px 0px #000;font-family:'ip';}
.menu-show{margin:0;padding:15vh 130px;z-index:100;width:100%;height:100%;text-align:right;position:relative;}
.menu-show ul{display:inline-block;min-width:200px;padding:0;}
.menu-show ul li{width:auto;height:auto;padding:10px 0px;text-align:right;list-style:none;position:relative;display:block;}
.menu-show ul li a{color:#fff;font-size:1.25rem;text-shadow:1px 1px 1px #000;text-transform:capitalize;letter-spacing:2px;font-weight:600;}
.svg-menu{height:100%;pointer-events:none;z-index:-1;position:fixed;}
#scene,.svg-menu{top:0;right:0;width:100%;}
.open-nav{pointer-events:auto;opacity:1;z-index:9999;}
.style-1{--color-stop:var(--color-main);}
.gradient{transform-origin:center center;}
.gradient path:first-of-type{fill-opacity:.7;transform-origin:top right;transform:translate(50%,-180%);}
.gradient path:nth-of-type(2){fill-opacity:.3;transform-origin:center left;transform:translate(50%,-100%);}
.gradient path:nth-of-type(3){fill-opacity:.4;transform-origin:center left;transform:translate(50%,-50%);}
.gradient path:nth-of-type(4){fill-opacity:.5;transform-origin:top right;transform:translate(50%,-50%);}
.gradient path:nth-of-type(5){fill-opacity:.6;transform-origin:top right;transform:translate(100%,-50%);}
.gradient path{fill:url(#ColorGradient);}





/* .menu ul li.active_li > a{background-color: var(--color-main-2);padding:12px 35px;border-radius: 0px 50px 50px 0px;} */
/* .menu ul li a::before{position: absolute;content: '';width: 100%;height: 2px;background-color: var(--color-main);border-radius: 5px;left: 0px;bottom: 0px; transform-origin: right;transform: scaleX(0); transition: transform 0.5s;}
.menu ul li a.active::before,.menu ul li:hover > a::before{transform-origin: left;transform: scaleX(1);} */
/* .menu ul li a.active,.menu ul li:hover > a{color:#fff;}
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ""; position: absolute; bottom: calc(50% - 4px / 2); right: 5px; width: 5px; height: 5px; border: 1px solid #fff; border-top: 0px; border-left: 0px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after {border: 1px solid var(--color-main);} */
/* .menu ul li ul { position: absolute; min-width: 250px; margin-top: 0px; padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: #fafafa; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); -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; } */
/* .menu ul li ul{position:absolute;min-width:250px;left:0;background:var(--color-main);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 .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 .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:#fff;}
.menu ul li ul li ul{top:0px;left:100%;}
.menu ul li ul li a:before{position:absolute;content:'';top:50%;left:0;width:0;height:1px;background:#fff;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .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:20px;}
.menu ul li ul li a.active,.menu ul li ul li a:hover{padding-left:30px;color:#fff;} */

/* search */
.search{
    width:368px;
    background:#fff;
    position:relative;
    right:0;
    top:0;
    border:none;
    border-radius:5px;
    overflow:hidden;
}
.search input{
    width:calc(100% - 44px);height:44px;outline:none;padding:0px;
    border:0px;background:transparent;text-indent:10px;font-size:17px;
    color:#8E8E8E;
    border-radius: 50px;
}
.search p{
    width:44px;
    height:44px;cursor:pointer;line-height:44px;text-align:center;
    font-size:17px;background:transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #da103a;
}
/* Mmenu */
.menu-res { height: 55px; z-index: 501; background: var(--color-main); position: relative; display: none; }
.menu-bar-res { height: 55px; padding: 0px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 35px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; content: ""; display: block; width: 100%; height: 3px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }

.search-res-w100{width: calc(100% - 45px) !important;border-radius: 0.25rem !important;}
.search-res-w100 input{width:calc(100% - 35px);height:35px;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size:13px;color:#131313;border-radius: 50px;}
.search-res-w100 p{width:35px;height:35px;cursor:pointer;line-height:35px;text-align:center;font-size:13px;background:var(--color-main);border-radius: 50px;color: #fff;}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
/* Search Responsive */
.search-res { position: relative; }
.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    background-color: var(--color-main);
    border-radius: 50%;
}
.search-res .icon-search.active { color: var(--color-main); background: #ffffff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search-res .search-grid p { 
    float: left; width: 35px; height: 38px; 
    cursor: pointer; outline: none; border: none; 
    margin: 0px; font-size: 17px; display: block; 
    color: var(--color-main); 
    line-height: 40px; text-align: center; 
}
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }

/* SLider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22px);opacity: 0;}
.position-relative:hover .control-owl{opacity: 1;}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:0px;border-radius: 50% !important; padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:45px;height:45px;text-align:center;font-size:25px;margin:0px;background-color:var(--color-main);border-radius:3px;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;}
.title__main{margin-bottom:1.5rem;text-align:center;}
.title__main h4{text-transform:uppercase;color:var(--color-main);font-weight:700;font-size:30px;display:block;margin-bottom:0;}
.banner__slideshow{position: absolute !important;top: 5px;left: 50%;transform: translateX(-50%);z-index: 99;}
.slideshow .owl-theme .owl-dots{position:absolute;left:50%;transform:translateX(-50%);}


/* wrap__spacehome */
.wrap__spacehome{
    background: url(../images/space_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.top_content1{
    font-size: 32px;
    font-family: 'Chivo_ex';
    text-transform: uppercase;
    color: #fff;
}
.top_content2 {
    font-size: 15px;
    font-family: 'RumRaisin';
    text-transform: uppercase;
    color: var(--color-main);
    margin: 1px 0px 8px 0px;
    letter-spacing: 8px;
}
.btn_gr a {
    display: flex;
    align-items: center;
    background: url(../images/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 23px 45px;
    font-size: 18px;
    color: #fff !important;
    font-family: 'Gilroy_r';
    justify-content: space-between;
}
.space_slogan {
    font-size: 25px;
    font-family: 'Gilroy_b';
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-shadow: var(--color-main) 1px 1px 5px;
    margin-top: 20px;
}

/*wrap__aboutus*/
.wrap__aboutus{
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
}
.aboutus__gr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutus__left{
    width: calc(100% - 615px - 45px);
}
.aboutus__right{
    width: 615px;
    margin-left: 45px;
}
.title__aboutus_name{
    font-size: 50px;
    font-family: 'RumRaisin';
    color: #fff;
    text-transform: uppercase;
}
.desc__aboutus.text-split {
    -webkit-line-clamp: 8;
    line-height: 28px;
    font-size: 15px;
    color: #FFF;
    font-family: 'Gilroy_r';
    text-align: justify;
    min-height: 224px;
}
.aboutus__left .btn_gr a {
    padding: 23px 34px;
    max-width: 190px;
}
.image__aboutus{
    z-index: 0;
}
.image__aboutus::after {
    position: absolute;
    content: '';
    background: url(../images/about_dot.png) no-repeat;
    width: 174px;
    height: 269px;
    bottom: -30px;
    right: -45px;
    z-index: -1;
}
/*wrap__feedbackhome*/
.wrap__feedbackhome{
    background: url(../images/feedback_bg.jpg) no-repeat;
    background-size: cover;
}
.feedbackhome_gr{
    margin-top: 40px;
}
.feedback_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.feedback_content{
    margin-bottom: 20px;
    color: #f7f7f899;
    border: #252233 solid 1px;
    padding: 20px 20px 50px 20px;
}
.feedback_content .text-split {
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-family: 'Gilroy_r';
    line-height: 25px;
}
.feedback_img{
    margin: 10px 0px 10px 0px;
    width: 64px;
    height: 74px;
}
.feedback_img img{
    -webkit-mask-image: url(../images/feedmask.png);
    mask-image: url(../images/feedmask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.feedback_name.text-split{
    -webkit-line-clamp: 1;
    color:#fff;
    font-family: 'Gilroy_r';
}
.feedback_info{
    position: relative;
    margin-top: -47px;
    left: 38px;
}

.owl-item.active.center .feedback_item{
    transform:scale(1.05) ;
    transition: .3s;
}
.owl-item .feedback_item{
    transform:scale(0.9) ;
    transition: .3s;
}
.owl-item.active.center .feedback_item .feedback_name.text-split{
    color:var(--color-main);
    font-family: 'Gilroy_b';
}
.owl-item.active.center .feedback_item .feedback_content .text-split {
    -webkit-line-clamp: 5;
    line-height: 25px;
}
.owl-item.active.center .feedback_item .feedback_content{
    color: #fff;
}
.control-feedbackhome.control-owl {
    position: absolute;
    width: 11%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    top: 284px;
}
.control-feedbackhome.control-owl button {
    opacity: 1;
    width: 36px;
    height: 36px;
    background-color:transparent;
}
.wrap__feedbackhome.py-50{
    padding-bottom: 90px !important;
}

/*wrap__banner*/
.wrap__banner{
    background-color: #0B0B0B;
    z-index: 0;
}
.wrap__banner::after{
    position: absolute;
    content: '';
    background: url(../images/banner_after.png) no-repeat;
    width: 1920px;
    height: 299px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Album */
.album_info{text-align:center;font-size:18px;color:#000;text-transform:capitalize;}

/* wrap__videohome */
.wrap__videohome{
    background-color: #060F19;
}
.video_gr{
    display: flex;
    justify-content: space-between;
}
.video_main{
    width: 800px;
    margin-right: 20px;
}
.video_sub{
    width: calc(100% - 800px - 20px);
    background-color: #182028;
    padding: 20px;
}
.video_main .video-item::after{
    position: absolute;
    content: '';
    background: url(../images/video_after.png) no-repeat;
    background-size: 100% 100%;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;

}
.video-image::before{
    position: absolute;
    content: '';
    background: url(../images/play_but.png);
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:10;
}
.video_sub{overflow: hidden;}
.video_sub .video-image::before{
    display: none;
}
.video_sub .video-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.video_sub .video-item:last-child{
    margin-bottom: 0px;
}
.video_sub .video-image{
    width: 115px;
    margin-right: 20px;
}
.video_sub .video_info{
    width: calc(100% - 20px - 115px);
    position: relative;
    top: 5px;
    font-size: 15px;
    color: #fff;
}
.video_sub .video_info p:first-child.text-split {
    font-family: 'Gilroy_semi';
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
}
.video_sub .video_info p:last-child{
    font-family: 'Gilroy_l';
    -webkit-line-clamp: 1;
    margin-bottom: 0;
 }
 .video_top_sub {
    display: flex;
    align-items: center;
    padding: 8px 20px 35px 0px;
    font-size: 24px;
    font-family: 'Gilroy_b';
    color: #fff;
    position: relative;
}
.video-nav .slick-list.draggable{
    margin-bottom: -20px;
}
.video_top_sub::after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 137%;
    height: 1px;
    bottom: 18px;
    left: -26px;
    right: 0;
}

.video_info{
    min-height: 45px;
    font-size: 15px;
    margin-top: 10px;
}
.video-image{
    position: relative;
}

.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{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;}

/*wrap__newshome*/
.wrap__newshome{
    background: url(../images/tt_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.news_item{
    background-color: #111111;
}
.news_info {
    padding: 14px 30px;
    color: #fff;
}
.date_box{
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
}
.news_name.text-split {
    margin-bottom: 10px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-family: 'Gilroy_semi';
    line-height: 25px;
    color: var(--color-main);
}
.news_desc.text-split{
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-family: 'Gilroy_r';
}
.news_but {
    display: flex;
    align-items: center;
    padding: 10px 23px;
    border: var(--color-main) solid 1px;
    text-align: center;
    max-width: 154px;
    justify-content: space-between;
    color: var(--color-main) !important;
}
.control-newshome.control-owl {
    position: absolute;
    width: 10%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    top: 532px;
}
.control-newshome.control-owl button {
    opacity: 1;
    width: 36px;
    height: 36px;
    background-color:transparent;
}
.control-newshome.control-owl button.owl-prev {
    left: 65px;
}
.control-newshome.control-owl button.owl-next {
    right: 65px;
}
.wrap__newshome.py-50{
    padding-bottom: 100px !important;
}

/*wrap__newsletter*/
.wrap__newsletter{
    background: url(../images/form_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 656px;
    overflow: hidden;
}
.bg__newsletter{
    display: flex;
    justify-content: space-between;
}
.bg__newsletter_left {
    position: relative;
    bottom: -72px;
    margin-left: -50px;
}
.bg__newsletter_right{
    width: 523px;
}
.form-newsletter{
    background-color: #0D0C12;
    padding: 50px 45px;
    position: relative;
    top: 52px;
}
.title__newsletter {
    margin-bottom: 6px;
    font-family: 'Barlow_ex';
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}
.newsletter__input{position:relative}
.newsletter__input i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #fff;
}
.newsletter__input input{
    height:55px;
    font-size:17px;
    font-family: 'Gilroy_r';
    color:#fff;
    border-radius: 10px;
    padding-left: 10px;
    border: var(--color-main) solid 1px;
    background-color: transparent;
}
.newsletter__input textarea{
    height:150px;
    font-size:15px;
    color:#757575;
    border-radius:1rem;
}
.btn__submit {
    border-radius: 0px;
    font-family: 'Gilroy_b';
    color: #fff;
    background-color: var(--color-main);
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 30px;border: none;
    width: 100%;
    height:55px;
    border-radius: 10px;
    border: var(--color-main) solid 2px;
    transition: .3s;
}
.btn__submit:hover{
    background-color: #fff;
    color: var(--color-main);
    transition: .3s;
}


/* .btn__submit:hover{
    border:#000 solid 2px;
    background-color:#fff;
    color:#000;
} */
.newsletter-input input::placeholder{font-size:17px;color:#fff !important;font-family:'Gilroy_r';}
.newsletter__input .label {
	display: none;
}
.newsletter__input input:not(:-moz-placeholder-shown) + .label{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;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{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;border-radius:.25rem;left:5px}
.newsletter__input input:focus + .label{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;border-radius:.25rem;left:5px}
.newsletter__input textarea:not(:-moz-placeholder-shown) + .label{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;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{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;border-radius:.25rem;left:5px}
.newsletter__input textarea:focus + .label{transform:translate3d(0,-22px,0) scale(0.85);background-color:#fff;padding:0 .5rem;border-radius:.25rem;left:5px}


/* News_inside */
.pic-news{width:210px;}
.pic-news img{width:100%;}
.info-news{width:calc(100% - 210px);padding-left:20px;}
.name-news{color:#252525;font-size:17px;line-height:normal;font-weight:600;}
.name-news.text-split{-webkit-line-clamp:2;}
.name-news:hover{color:var(--main-color);}
.time-news{color:var(--color-gray);margin-bottom:10px;}
.desc-news{color:#676767;margin-top:5px;line-height:22px;}
.news .news-name{margin-bottom:0.5rem;}
.news .news-name a{color:#333;font-size:16px;}
.news .news-name a.text-split{-webkit-line-clamp:2;}
.news .news-name a:hover{color:#ec2d3f;}
.news .news-time{color:#84878a;margin-bottom:0.25rem;}
.news .news-desc{color:#333333;margin-top:5px;line-height:22px;}
.othernews b{margin-bottom:10px;font-size:15px;}

.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.othernews{position:sticky;top:60px;z-index:11;}
.news-other{margin-bottom:15px;}
.pic-news-other{width:40%;}
.info-news-other{width:60%;padding-left:10px;}
.name-news-other{color:#fff;font-size:14px;line-height:normal;font-weight:600;}
.name-news-other:hover{color:var(--main-color);}

.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:var(--color-main);}

/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul>li{margin:0;margin-bottom:8px}
.box-readmore li ul>li:before{content:counters(item,".") " "}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px !important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px}
.box-readmore ul li:before{content:counters(item,".") ". ";display:table-cell;padding-right:5px}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}

/* Footer */
.footer__article {
    position: relative;
    z-index: 5;
    background: url(../images/footer_2.jpg) no-repeat;
    background-size:cover;
}
.footer__article{
    padding-top: 70px;
    padding-bottom: 0px !important;
}
.footer__article .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)* -1);margin-right:calc(var(--bs-gutter-x)* -.5);margin-left:calc(var(--bs-gutter-x)* -.5);justify-content:space-between;align-content:flex-start;align-items:flex-start;}

.title__footer{
    margin-bottom: 1rem;
    color: var(--color-main);
    font-family:'Gilroy_b';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
}
.name__footer{
    margin-bottom: 1rem;
    line-height:1.2;
    text-transform: uppercase;
    font-family: 'RumRaisin';
    font-size: 50px;
    color: #fff;
    text-shadow: var(--color-main) 1px 1px 10px;
}
.info__footer{
    max-width: 365px;text-align: justify;
}
.info__footer .text-split{
    -webkit-line-clamp: 6;
    line-height: 28px;
}

.info__footer{color:#fff;}
.info__footer p {
    margin-bottom: 12px;
}
.info__footer p:last-child{margin-bottom:0;}

.footer__ul{
    padding-left: 20px;
    color: var(--color-main-2);
}
.footer__ul li{
    padding: 0px;
    color: #000;
    margin-bottom: 12px;
}
.footer__ul li a{color: #000;font-size: 15px;}
.footer__ul li a:hover{text-decoration: underline;}

.social-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px !important;
    margin-bottom: 0;
}
.footer_map iframe{
    border-radius: 10px;
}
.footer_map{
    margin: 20px 0px 10px 0px;
}
.footer__news:nth-child(2){
    padding: 0px 40px;
}
.footer__news:nth-child(2),.footer__news:nth-child(3){
    margin-top: 22px;
}

.footer__powered .wrap__content{padding-top:15px;padding-bottom:15px;padding-left:0 !important;padding-right:0 !important;}
.copyright{color: #fff;font-size: 14px;}
.copyright span{text-transform: uppercase;font-family: 'Gilroy_b';}
.statistic{color:#fff;}

/*maps*/
.footer__map-title{position: absolute;top: 10px;left: 50%;transform: translateX(-50%);z-index: 10;}
.map__iframe{position:relative;height:420px;}
.map__iframe iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/**/
.title__home{margin-bottom: 1.5rem;}
.title__home h2{margin-bottom: 0px;font-family: var(--f-bold);font-size: 24px;color: var(--color-main);text-transform: uppercase;}
.w_brand .brand:nth-child(1){margin-bottom: 10px;}
/**/
.product__left{width: 38%;}
.product__right{width: calc(62% - 25px);}
.title__product{margin-bottom: 2.5rem;text-align: center;}
.title__product h2{display: inline-block;position: relative;margin-bottom: 0px;}
.title__product h2::after{position: absolute;content: '';border: dashed 2px var(--color-main-2);left: -8px;top: 8px;right: 8px;bottom: -8px;border-radius: 50px;margin: 0;z-index: 3;}
.title__product h2::before{position: absolute;content: '';background-color: #fee1a4; left: 8px;top: 8px;right: -8px;bottom: -8px;border-radius: 50px;margin: 0;}
.title__product h2 span{display: inline-block; background-color: var(--color-main); font-size: 36px;font-weight: bold; color: #fff;font-family: 'SVNBublont';text-transform: uppercase;padding: 1rem 2rem 0.75rem 2rem;border-radius: 50px;position: relative;z-index: 2;}
.title__product h2 i{font-size: 20px;}
/**/
.btn__list-item{font-family: var(--f-bold);color: #333333;font-size: 14px;text-transform: uppercase;cursor: default;}
.btn__list-item.active,.btn__list-item:hover{color: var(--color-main);}
/**/
.title__product-list{background-color: #feefce;border-radius: 50px;margin-bottom: 1.5rem;}
.title__product-list .tit{border-radius: 50px 0 0 50px;position: relative;margin-top: -5px; padding: 3px; background: var(--color-main);color: #fff; font-size: 36px;font-weight: bold; color: #fff;font-family: 'SVNBublont';text-transform: uppercase;}
.title__product-list .tit::after{position: absolute;content: '';background: url('../images/aftit.png') no-repeat;background-size: cover;width: 66px;height: 58px; right: -65px;top: 0px;bottom: -8px;}


/* Product */
.grid__product{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}
.spacehome_gr{
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}
.product {
	display:block;
	position:relative;
}
.product__name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Chivo_semi';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 20px;
    background-color: #000000ae;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}
.product_contact{
    color: var(--color-main) !important;
    margin-top: 10px;
    display: block;
}
.product .product__name .text-split{-webkit-line-clamp:2;}
.product_info{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/space_item.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: .3s;
}
.product__name_sub{
    font-family: 'Chivo_semi';
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}
.product_info_desc{
    color: #fff;
    min-height: 111px;
}
.product_info_desc p:last-child{
    margin-bottom: 0;
}
.box__product:hover .product_info{
    opacity: 1;
    transition: .3s ;
}
.box__product:hover .product__name{
    opacity: 0;
    transition: .3s;
}

.cart-product{margin:5px 0 0 0px;}
.cart-product span{cursor:pointer;color:#fff;text-align:center;padding:0px 5px;border-radius:5px;display:inline-block;line-height:34px;font-size:13px;font-weight:700;}
.cart-add{margin-left:10px;background-color:#00A5D9;width:155px;}
.cart-add:hover{background-color:var(--color-main);}
.cart-buy{background-color:#FF2E00;width:93px;height:33px;}
.cart-buy:hover{background-color:var(--color-main);}
.btn__product{background-color: var(--color-main-2);color: #fff !important;text-transform: capitalize;font-family: var(--f-bold);font-size: 15px; padding: 0.5rem 1.5rem;}
.btn__product:hover{background-color: var(--color-main);}
.sort__select{margin-bottom: 1.5rem;}
.sort__select__main{max-width: 160px;font-size: 14px;}

.cart-fixed{position:fixed;top:50%;left:30px;transform:translateY(-50%);}
.cart-fixed i{font-size:20px;color:#fff;}
.cart-fixed span{position:absolute;top:0px;right:-5px;color:#ffffff;width:25px;height:25px;background:var(--color-main-2);text-align:center;line-height:25px;font-size:11px;border-radius:100%;z-index:55;}
.cart-fixed.btn-frame i{background:var(--color-main);}
.cart-fixed.btn-frame .kenit-alo-circle{border:2px solid rgba(7,41,103,0.8);border-color:var(--color-main);}

.them_ul{list-style:none;padding:0px;}
.social-pro a:not(:last-child){margin-right:5px;}
.social-pro a{border-radius:5px;display:inline-block;padding:10px 15px;margin:5px 0px;background:linear-gradient(180deg,#F3B860 0%,#FFC86B 36.5%,#FBC066 70%,#DF9D51 100%);color:#000 !important;cursor:pointer;}
.tags-pro-detail{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
.label-tags-pro-detail{margin-right:5px;}
.tags-pro-detail a{vertical-align:middle;margin:2px 0px;padding:unset !important;color:blue !important;text-decoration:underline !important;}
.tags-pro-detail span{vertical-align:middle;margin:2px 5px;}

/* Product Detail */
.grid-pro-detail{margin-bottom:3rem;}
.left-pro-detail{position:relative;text-align:center;}
.left-pro-detail .MagicZoom{border:1px solid #eee;padding:7px;border-radius:5px;background-color:#ffffff;}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-pro-detail{padding:0px 30px;}
.control-owl.control-pro-detail{top:calc(50% - 12.5px);opacity: 1;}
.control-pro-detail button{color:#222222;opacity:1;width:25px;height:25px;font-size:23px;}
.control-pro-detail button:hover{opacity:0.7;}
.control-pro-detail button.owl-prev{left:0px;}
.control-pro-detail button.owl-next{right:0px;}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;background-color:#ffffff;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2;}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.title-pro-detail{text-transform:capitalize;font-size:20px;display:block;font-weight:700;color: #fff;}
.comment-pro-detail{display:flex;align-items:center;justify-content:flex-start;}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin-bottom:1rem;color: #fff;}
.attr-pro-detail{list-style:none;padding:0px;color: #fff;}
.attr-pro-detail li{margin-bottom:0.5rem;}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:20px;color:#000;}
.price-old-pro-detail{font-weight:500;color:#ccc;text-decoration:line-through;padding-left:10px;}
.color-pro-detail{cursor:pointer;display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;background-repeat:no-repeat;background-size:contain;background-position:center center;}
.size-pro-detail{cursor:pointer;border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.size-pro-detail.active:after,.color-pro-detail.active:after{content:'';position:absolute;bottom:0px;right:0px;width:13px;height:13px;background-repeat:no-repeat;background-image:url(../images/check-cart.png);}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{display:none;}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center;}
.quantity-pro-detail span{line-height:25px;padding:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;}
.cart-pro-detail .btn__custom{border-radius:0 !important;text-transform:uppercase;}
/* .cart-pro-detail a{font-size:14px;color:#000!important;text-transform:uppercase;} */
/* .tags-pro-detail a{float:left;font-size:13px;padding-bottom:0.375rem;margin:0px 5px 5px 0px;} */
.tags-pro-detail a i{font-size:11px;margin:5px 5px 0px 0px;}
.tabs-pro-detail{margin-top:2rem;}
.tabs-pro-detail .nav-tabs .nav-link{border-top-width:3px;font-size:13px;color: #333;}
.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link{border-top-color:#555555;}

/* Contact */
.contact-form textarea,.contact-form input{border: solid 1px #eee;}
.text__label{font-size: 14px;}

.contact-map{position:relative;height:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/* breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#f2f2f2;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:#f00;}
/* paging */
.pagination{margin:20px 0px;}
.pagination li a{cursor:pointer;}
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background:#1182fc;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.grid-properties{display:flex;gap:10px;margin:10px 0px;}
.grid-properties span{position:relative;border:1px solid #ddd;padding:5px 15px;cursor:pointer;overflow: hidden;}
.grid-properties span:hover,.grid-properties span.active{border:1px solid #f00;color:#f00;}
.grid-properties span:hover:after,.grid-properties span.active:after{content:"";border:0.9375rem solid transparent;border-bottom:0.9375rem solid #f00;bottom:0;position:absolute;right:-0.9375rem;}
.grid-properties span.outstock{pointer-events:none;background-color:#fafafa;color:rgba(0,0,0,0.26);cursor:not-allowed;}
.page-link{color:var(--color-main) !important;}
.page-item.active .page-link{background-color:var(--color-main);border-color:var(--color-main);color: #fff !important;}
.page-link:hover{color: var(--color-hover) !important;}

/* scrollToTop */
/* .scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer;} */
.scrollToTop{position:fixed;bottom:65px;right:35px;height:50px;width:50px;cursor:pointer;display:block;border-radius:50px;z-index:1001010;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all 400ms linear;-o-transition:all 400ms linear;transition:all 400ms linear}
.scrollToTop.active-progress{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.scrollToTop::before{position:absolute;font-family: "Font Awesome 6 Pro";content:"\f102";text-align:center;line-height:50px;font-size:20px;color:var(--color-main);left:0;top:0;height:50px;width:50px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 400ms linear;-o-transition:all 400ms linear;transition:all 400ms linear}
.scrollToTop svg path{fill:none}
.scrollToTop svg.progress-circle path{stroke:var(--color-main);stroke-width:4;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 400ms linear;-o-transition:all 400ms linear;transition:all 400ms linear}


/* Hidden Google Captcha */
.grecaptcha-badge{display:none !important;width:0px !important;height:0px !important;visibility:hidden !important;overflow:hidden;}
/*filter css*/
.w__filter .btn__outline__custom{font-size:13px;}
.btn__filter{border:solid 1px #e5e7eb;color:#333;background-color:#f3f4f6;border-radius:0.5rem;padding:7px 12px;font-size:12px;margin:0px 10px 10px 0px;position:relative;}
.btn__filter.active_im,.btn__filter.active,.btn__filter:hover{background:#fef2f2;border:1px solid #d70018;color:#d70018;}
.filter__show{display:block;}
.filter__hide{display:none !important;}
.content__filter{background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 20px rgba(0,0,0,.5);padding:10px 10px;position:absolute;max-width:350px;width:100%;z-index:2;}
.content__filter.filter__all{max-width:800px;}
.content__filter:after{border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;content:"";left:30px;position:absolute;top:-10px;}
.btn__filter.btn__filter-children.active:after{background-color:#d70018;border-radius:8px 0 10px 0;color:#fff;content:"✓";font-size:7px;height:10px;left:0;padding-bottom:8px;padding-left:0;position:absolute;top:0;width:15px;}
/**/
.box__sticky{position:sticky;position:-webkit-sticky;top:80px;}
.category__box .title__category{margin:0;text-align:left;padding:8px 15px;background-color:var(--color-main);border-radius:5px 5px 0px 0px;}
.title__category span{color:#fff!important;font-size:16px;text-transform:uppercase;font-family:var(--f-bold);}
.category__box ul{padding:0px;margin:0;list-style:none;}
.category__box i{margin-right:5px;}
.category__list{max-height:500px;overflow-y:auto;padding:0;list-style:inside;background-color:#fff;border:solid 1px #eee;border-top:none;border-radius:0px 0px 5px 5px;}
.category__list li{/*border-top:solid 1px #ccc;*/position:relative;list-style:none;}
.category__list > li:first-child{border-top:none;}
.category__list li a{font-size:14px;color:#666;;text-transform:capitalize;line-height:1.5;padding:5px 15px;}
.category__list li a:hover{color:var(--color-hover);}
.category__list li span{margin-top:5px;}
.category__list li span i{color:#ccc !important;}
.category__list li .toggle{position:absolute;right:0;text-align:center;top:0;right:5px;cursor:pointer}
.category__list li .toggle i{color:#ccc}
.category__list li ul{display:block;}
.category__list li ul li{padding:0px 15px;}
.category__list li ul li a{text-transform:capitalize;}
/* width */
.box__sticky::-webkit-scrollbar{width:3px;}
/* Track */
.box__sticky::-webkit-scrollbar-track{background:#ccc;}
/* Handle */
.box__sticky::-webkit-scrollbar-thumb{background:var(--color-main);}
/* Handle on hover */
.box__sticky::-webkit-scrollbar-thumb:hover{background:var(--color-hover);}

.goog-te-gadget,.skiptranslate{display:none;}
body{top:0px !important;}

