@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Averta';
    src: url('fonts/Averta-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  

:root{
    --main-color: #0068B5;
    --sub-color: #361206;
}
body{
    font-family: 'Averta', sans-serif;
    font-size:13px;
    /* font-weight: 300; */
    background: #f1f1f1;
}
/* MOBILE HEADER */
.mobile-header{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.09);
}
.moblie-menu-btn>:after, .moblie-menu-btn>:before,
.moblie-menu-btn>*{
    background: #000;
}

.mobile-header.active{
    left: 270px;
}

.mobile-header .topbar {
    background: #f34111;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.mobile-header .topbar p {margin: 0;}

.mobile-header .upper {
    padding: 7px 10px;
    background: #fff;
    position: relative;
    text-align: center;
}
.mobile-header .logo {display: inline-block;}
.mobile-header .logo a {width: 100px;}
.mobile-header .lower {
    position: relative;
    padding: 7px 10px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.mobile-header .lower.fixed{
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.mobile-search .form {
    position: relative;
}
.mobile-search .form .input-text {
    display: block;
    height: 32px;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    color: #000;
    border: 1px solid #ff4208;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,.12);
    box-shadow: inset 0 0 5px rgba(0,0,0,.12);
}
.mobile-search .form .btn-submit {
    display: block;
    position: absolute;
    height: 32px;
    width: 60px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #ff4208  url(img/search-2.png) 50% 50% no-repeat;
    border: 1px solid #ff4208 ;
    cursor: pointer;
    text-indent: -99999em;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text::-moz-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-search .form .input-text:-moz-placeholder {
    color: #999;
    font-size: 13px;
}
.mobile-cart {
    display: block;
    position: absolute;
    left: initial;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(img/cart/icon-cart.png) 0px 0px no-repeat;
    -webkit-background-size: 40px 36px;
    -moz-background-size: 40px 36px;
    -o-background-size: 40px 36px;
    background-size: 40px 36px;
}
.mobile-cart .quantity {
    display: block;
    position: absolute;
    top: -1px;
    left: initial;
    right: 10px;
    font-size: 10px;
    color: #fff;
}

.mobile-header .lower.catalog-page{
    padding-right: 50px;
}

.mobile-header .lower .btn-open-aside{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0 , -50%);
    width: 32px;
    height: 32px;
    background: #ff4208;
    color: #fff;


}
.mobile-header .lower .btn-open-aside>*{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate( -50% , -50%);
    width: 20px;
    height: 3px;
    background: #fff;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    text-indent: -9999px;
}

.mobile-header .lower .btn-open-aside>*:before,
.mobile-header .lower .btn-open-aside>*:after{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: 0;
}

.mobile-header .lower .btn-open-aside>*:before{
    top: -6px;
}
.mobile-header .lower .btn-open-aside>*:after{
    top: 6px;
}

.mobile-header .lower .btn-open-aside.active>*{
    background: transparent;
}

.mobile-header .lower .btn-open-aside.active>*:before,
.mobile-header .lower .btn-open-aside.active>*:after{
    top: 0;
    transform: translate(-50% , -50%);
}
.mobile-header .lower .btn-open-aside.active>*:before{
    transform: rotate(45deg);
}
.mobile-header .lower .btn-open-aside.active>*:after{
    transform: rotate(-45deg);
}

.mobile-header .lower .btn-open-aside{
    display: block !important;
    visibility: visible !important;
}

ul li{
    list-style: none;
}

.line-4 {
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-1 {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-3 {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* MAIN CSS */

@media (min-width: 1220px){ 
    .uk-container{
        max-width: 1320px;
        padding:0;
    }
}



/* HEADER UPPER */

.header-upper{
    background: #FF4C00;
}
.header-upper .image{
    height:75px;
}
/* END HEADER UPPER */
/* ============================================== */
/* HEADER MIDDLE */
.header-middle{
    padding:20px 0;
    background: #fff;

}

.header-middle .logo .image{
    max-width: 80%;
}

.header-form{
    width: 400px !important;
    position: relative;
}
.header-form .input-text{
    width:100%;
    height:40px !important;
    border-radius: 5px;
    padding: 0 22px !important;
    color: #000!important;
    background: transparent!important;
    border: 1px solid #1e4797!important;
}

.header-form .input-text::placeholder{
    color: #1e4797;
}

.header-select .nice-select{
    border:1px solid #1e4797!important;
    color: #1e4797;
    width: 200px;
}

.header-select .nice-select ul {
    width: 100%;
}

.header-hotline{
    position: relative;
    color: #fff;
}

.header-hotline span{
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 15px;
}

.header-hotline .text b{
    font-size: 18px;
    text-transform: uppercase;
}


.header-hotline span{
    color: #fff;
}

.header-hotline i{
    font-size: 20px;
    transform: rotate(-45deg);
    margin-right: 10px;
}

.header-form button{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
    background-color: transparent;
    border:0;
    /*filter: brightness(0) invert(1);*/
}

.header-form button img{
    max-width: 80%;
}

.header-notice .light-text{
    font-size:14px;
}
.header-notice .bold-text{
    font-weight:bold;
    padding-left:28px;
    position: relative;
}
.header-notice .bold-text:before{
    content:'\f08a';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top:0;
    left:0;
    font-size:18px;
}
/* END HEADER UPPER */

/* ============================================== */
/* HEADER LOWER */
.header-lower{
     background: #1e4797;
}


.header-lower__hotline{
    background: #005182;
    padding: 10px;
    color:#fff;
    padding-left: 50px;
    position: relative;
}

.header-lower__hotline:before{
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(0, -50%);
    color: #fff;
    content: "\f095";
    font: normal normal normal 25px/1 FontAwesome;
}

.header-lower__hotline .hotline-number{
    font-size:20px;
    font-weight: bold;
}

.header-category{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #1e4797;
    font-weight: 700;
    padding-right: 50px;
    position: relative;
    margin-right: 20px;
}

.header-category:before{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}

.header-category i{
    margin-right: 10px;
}

.navigation{
    border-radius: 10px 0 0 0;
}
.navigation li{
    position: relative;
}
.navigation .main-menu{
    margin-bottom: 0;
}

.navigation .main-menu  li{
    transition: all 0.5s ease;
    
}
.navigation .main-menu >li{
    position: relative;

}
.navigation .main-menu >li:not(:last-child){
    margin-right: 10px;
}

.navigation .main-menu >li> a{
    display: inline-block;
    color:#fff;
    font-size:15px;
    position: relative;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    
}
.navigation .main-menu >li:hover a,
.navigation .main-menu >li> a:hover{
    text-decoration: none;
}



.navigation .main-menu >li:before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: transparent;
    height: 3px;
    width: 60%;
    content: "";
}

.navigation .main-menu >li:hover>a{
    color: #ffed77;
    /* text-decoration: underline; */
}

.navigation .main-menu >li:hover:before{
    background: #ffed77;
}

.navigation .children{
    position: relative;
}
/*navigation .children > a:before{
    content:'\f107';
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    font-family: 'FontAwesome';
}*/

.dropdown-menu{
    position: absolute;
    top: 100%;
    left:0;
    background-color: #fff;
    width:500px;
    padding: 20px;
    opacity: 0;
    visibility: hidden; 
    border: 1px solid #e3e3e3;
    z-index: 99;
}
.dropdown-menu .menu-level_2{
    margin-bottom: 0;
    width: 100%;
}

.dropdown-menu .menu-level_2 > li{
    width: calc( 50% - 20px );
    margin-right: 20px;
    margin-top: 10px;
}

.dropdown-menu .menu-level_2 > li:nth-child(2),
.dropdown-menu .menu-level_2 > li:nth-child(1){
    margin-top: 0;
}

.dropdown-menu .menu-level_2 > li:nth-child(even){
    margin-right: 0;
}

.dropdown-menu .menu-level_2 > li > a{
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #ff9c00;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease;
    position: relative;
}

.dropdown-menu .menu-level_2 > li > a:hover{
    color: #1e4797;
    text-decoration: underline;
}

.dropdown-menu .menu-level_2 > li > a:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: "\f0da";
    color: #000;
    font: normal normal normal 20px/1 FontAwesome;
}

.navigation .main-menu > li:hover .dropdown-menu{
   opacity: 1;
   visibility: visible;
}
.sub-children a{
    position: relative;
}
.sub-children > a:before{
    content:'\f105';
    display: block;
    position: absolute;
    top:10px;
    right:10px;
    font-family: 'FontAwesome';
}
.menu-level_3{
    position: absolute;
    top:0;
    left:100%;
    width:250px;
    background-color: var(--main-color);
    display: none;
}
.menu-level_3 a{
    padding:10px 20px;
    color:#fff;
    font-size:16px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.dropdown-menu .menu-level_2 > li:hover .menu-level_3{
    display: block;
}


/*Footer*/
.footer .footer-top{
    position: relative;
    z-index: 99;    
}
.footer .footer-top .top-container{
    background: #1e4797 !important;
    padding: 20px 20px;
}

.footer .footer-top .top-container .footer-description{
    color: #fff;
    padding-right: 10px;
    position: relative;
    font-size: 12px;
    padding-top: 15px;


}

.footer .footer-top .top-container .footer-description:before{
    position: absolute;
    top: 0;
    left: 0;
    background: #59A3D9;
    height: 1px;
    width: calc(100% - 20px);
    content: "";
}


.footer-description p{
    position: relative;
    padding-left:27px;
    font-size:14px;
}
.footer-description p:before{
    content:'';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width:24px;
    height:24px;
    color: #fff;
    filter: brightness(0) invert(1);
}
.footer-description p:nth-child(1):before{
    background: url('img/map.png');
}

.footer .footer-top .top-container .col-heading{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
}


.footer-description p:nth-child(2):before{
    background: url('img/phone.png');
    width:17px;
    height:17px;
}

.footer-description p:nth-child(3):before{
    background: url('img/mail.png');
    width:18px;
    height:14px;
}

.footer .footer-top .top-container .top-heading h2{
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
}


@media(max-width: 756px){
    .footer .footer-top .top-item:not(:last-child){
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer .footer-top .top-col{
        margin-bottom: 20px;
    }
}

@media(min-width: 1200px){
    .footer .footer-top .top-item:not(:last-child){
        margin-right: 100px;
    }

    .footer .footer-top .top-container .top-heading h2{
        padding: 0 25%;
    }

    .footer .footer-top .top-container .top-wrap:not(:last-child) .footer-description{
        border-right: 1px solid #fff;
    }
}



.footer .footer-top .top-item .info p{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
}


.footer .footer-body {
    padding: 200px 0 60px 0;
    margin-top: -150px;
    background: #fff;
}


.footer .footer-body .footer-col .footer-title h3{
    font-size: 18px;
    line-height: 1.4;
    color: #1e4797;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .footer-body .footer-col .footer-description ul li{
    
}

.footer .footer-body .footer-col .footer-description ul li:nth-child(1){
    margin-top: 0;
}

.footer .footer-body .footer-col .footer-description ul li{
    margin-top: 10px;

}
.footer .footer-body .footer-col .footer-description ul li a,
.footer .footer-body .footer-col .footer-description p{
    font-size: 16px;
    line-height: 1.4;
    color: #7D8492;
    font-weight: 400;
}

.footer .footer-body .footer-col .footer-description ul li a:hover{
    color: #1e4797;
    text-decoration: underline;
}

.footer .footer-body .footer-col .footer-description p span{
    font-weight: 700;
}

.footer-description{
    font-size: 14px;
    line-height: 1.5;
    color: #7D8492;

}

.footer .copyright{
    padding: 10px 0;
    border-top: 1px solid #E8E8E8;
    background: #fff;
}

.media-copyright ul li{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

/* ========= BODY =============== */
.uk-width-large-1-8{
    width:12.5%;
}


@media(min-width: 1200px){
    .panel-slide .swiper-slide a{
        height: 550px
    }
}
.panel-slide .swiper-button-next,
.panel-slide .swiper-button-prev{
    background-image: none!important;
    color: #fff;
    height: 40px!important;
    width: 40px!important;
    background: #0068B5;
}

.panel-slide .swiper-button-next:after,
.panel-slide .swiper-button-prev:after{
    font-size: 20px!important;
    line-height: 40px;
    color: #fff;
}

.panel-slide .swiper-button-next{
    right: 0;
    border-radius: 5px 0 0 5px;
}

.panel-slide .swiper-button-prev{
    left: 0;
    border-radius: 0 5px 5px 0;
}

.panel-slide .pic-list .swiper-slide{
    padding: 20px 30px;
    background: #fff;
    margin-right: 0!important;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;

}

.swiper-container-thumbs{
    background: #fff;
}

.swiper-container-thumbs .swiper-slide{
    padding:15px;
    text-align: center;
    font-weight:600;
    border-right:1px solid #eaeaea;
    font-size:15px;
    cursor: pointer;
    font-weight:bold;
}
.swiper-slide-thumb-active{
    color:#0068B5;
}

.panel-slide .pic-list .swiper-slide-thumb-active{
    font-weight: 700;
    color: #0068B5;
}

.panel-slide .category-list{
    background: #fff;
    padding: 10px;
}
.panel-slide .category-list .category-item a{
    padding: 10px;
    font-size: 16px;
    color: #000;
}

.panel-slide .category-list .category-item:not(:last-child){
    border-bottom: 1px solid #eee;
}
.panel-slide .category-list .category-item a img{
    width: 12%;
    margin-right: 10px;
}

.home-description{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;

}

.panel-block{
    padding: 30px 0;
}

#homepage .heading{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0px;
    display: block;
    text-align: left;
}

#homepage .panel-head{
    
    margin-bottom: 10px;
   
}

.text-center{
    text-align: center;
}
.panel-service .panel-body .service-item{
    padding: 10px;
    border-radius: 10px;
    transition: transform .5s ease-in-out;

}

.panel-service .panel-body .service-item .thumb{
    border-radius: 10px;
    overflow: hidden;
    height: 160px;

    
}

.panel-service .panel-body .service-item .thumb .image{
    transition: transform .5s ease-in-out;

}

.panel-service .panel-body .service-item .info .title a{
    
    font-size: 16px;
    font-weight: 700;
    color: #1e4797;
    line-height: 1.4;
    text-transform: uppercase;
}

.panel-service .panel-body .service-item .info .home-description>p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-service .panel-body .service-item:hover{
    box-shadow: #1e4797 0px 3px 8px;
    transition: transform .5s ease-in-out;
}

.panel-service .panel-body .service-item:hover .thumb .image{
    transform: scale(1.2);
    transition: transform .5s ease-in-out;
}

.before-section {
    position: relative;
    width: 220px;
    margin: 0 auto;
    height: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 15px;
}

.before-section:before, .before-section:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #1e4797;
}

.before-section:after {
    top: 7px;
}

.before-section span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1;
    width: 15px;
    height: 14px;
    transform: rotate(20deg);
}


.before-section span:before, .before-section span:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    top: -5px;
    left: 5px;
    right: 0;
    margin: 0 auto;
    background: #1e4797;
}

.before-section span:before {
    left: -7px;
}
/*smooth scroll*/
.slider-category {
    display: flex;
    /* -webkit-animation: smooth scroll 32s linear infinite; */
    animation: smooth scroll 32s linear infinite;
}

.slider-category-mobile .category-wrap:nth-child(2),
.slider-category-mobile .category-wrap:nth-child(1){
    margin-top: 0;
}

.slider-category-mobile .category-wrap{
    margin-top: 20px;
}

.category-block {
    position: relative;
    min-width: auto;
    
}

@media(min-width: 1200px){
    .category-block {
        margin: 0px 15px 30px;
        min-width: 475px;
        
    }
}



.category-block .inner-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.category-block .image {
    position: relative;
    overflow: hidden;
    padding-top: 64%;
}

.category-block .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1e4797;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.category-block .image img {
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.category-block .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.category-block .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 50px;
    opacity: 0;
    padding: 20px 25px;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #fff;
    transform: scale(1,0.3);
    z-index: 2;
}

.category-block .content a{
    font-weight: 600;
    font-size: 20px;
}

.category-block .content i{
    position: absolute;
    right: 12px;
    top: 8px;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-radius: 50px 0px 50px 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
    color: #fff;
    background: linear-gradient(to left, #187ab5 0%, #1e4797 100%);
}

.category-block:hover .content{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.category-block:hover .image:before{
    visibility: visible;
    opacity: 0.5;
}

.panel-category .slider-category:nth-child(3){
    margin-left: 200px;
}

/*.smooth scroll:hover div {
  animation-play-state: paused;
}*/


@media(max-width: 768px){
    .category-block .content a {
        font-weight: 600;
        font-size: 16px;
    }
    .category-block .content {
        position: absolute;
        left: 10px;
        bottom: 10px;
        right: 10px;
        opacity: 0;
        padding: 10px 25px 10px 10px;
        border-radius: 4px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        background-color: #fff;
        transform: scale(1,0.3);
        z-index: 2;
    }
    .category-block .content i {
        position: absolute;
        right: 7px;
        top: 6px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #000;
        border-radius: 35px 0px 35px 35px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        z-index: 1;
        color: #fff;
        background: linear-gradient(to left, #187ab5 0%, #1e4797 100%);
    }

    #homepage .heading{
        font-size: 20px;
    }

    .panel-service .panel-body .service-item .thumb {
        height: 100px;
    }
}

.product-item{
    padding: 10px;
    background: #fff;
    position: relative;
    padding-top: 50px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-item .tag{
    position: absolute;
    top: 10px;
}
.product-item .tag ul li span{
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 11px;
    font-weight:600;
}

.product-item .tag ul li.khuyen-mai span{
    background: #0A9B18;
}

.product-item .tag ul li.hot span{
    background: red;
}

.product-item .tag ul li.best-sale span{
    background: #0068B5;
}


.product-item .thumb{
    overflow: hidden;
    border-radius: 10px;
    height: 220px;
}
@media (max-width: 768px){
    .uk-container{
        padding:0 10px;
    }
    /* .product-item .thumb{
        height:125px;
    } */
}

.product-item .info .title a{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
    height:45px;
    overflow: hidden;
}
.product-item .info .price{
    height: 50px;
    position: relative;
}
.product-item .info .price .price-value{
    display: block;
    color: #FF4C00;
    font-size: 20px;
    font-weight: 700;
}

.price .old-value{
    font-size: 13px;
    color: #B4B4B4;
    position: relative;
    margin-right: 50px;
}
.nice-select.open .list{
    z-index: 100;
}

.price .old-value:before{
    content: "";
    height: 1px;
    width: 100%;
    background: #b1abab;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);

}



.price .tag-sale{
    padding: 2px 5px;
    color: #fff;
    background: #FF4C00;
    font-size: 11px;
    border-radius: 5px;
}

.home-more{
    text-align: center;
    margin-top: 20px;
}

.home-more a{
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    font-weight:bold;

}

.panel-product .category-list{
    margin-bottom: 30px;
}
.panel-product .category-list ul li a{
    line-height: 27px;
    color: #7E7E7E;
    border: 1px solid #7E7E7E;
    padding: 4px 15px;
    border-radius: 6px;
    display: block;
    transition: transform .5s ease-in-out;
}

.panel-product .category-list ul li a:hover{
    background: #1e4797;
    color: #fff;
    border-color: #1e4797;
    transition: transform .5s ease-in-out;
}

.panel-product .category-list ul li:not(:last-child){
    margin-right: 20px;
}

@media(max-width: 768px){
    .panel-product .category-list ul li{
        margin-bottom: 10px;
    }
}
.panel-top .panel-head{
    margin-bottom: 0!important;
}
.panel-top .panel-body{
    padding: 10px;
    background: #0068B5;
    position: relative;
}

.panel-top .panel-body .owl-nav .owl-next,
.panel-top .panel-body .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    width: 18px;
    margin: 0;
    background: rgba(0, 104, 181, 0.8);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.panel-top .panel-body .owl-nav .owl-next{
    right: 0;
    border-radius: 0px 5px 5px 0px;
}

.panel-top .panel-body .owl-nav .owl-prev{
    left: 0;
    border-radius: 5px 0px 0px 5px;
}



.panel-top .panel-body .owl-nav .owl-next i,
.panel-top .panel-body .owl-nav .owl-prev i{
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

.panel-news .panel-head{
    margin-bottom: 25px!important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.panel-news .news-container{
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 10px;
}

.panel-news .panel-body .slide-item{
    border : 1px solid #eee;
    border-radius: 10px;
}

.panel-news .panel-body .slide-item .container{
    padding: 15px;
}

.panel-news .panel-body .slide-item .thumb{
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    
}
.panel-news .panel-body .slide-item .title{
    margin-top: 10px;
}
.panel-news .panel-body .slide-item .title h3 a{
    font-size: 16px;
    
    line-height: 1.4;
    font-weight: 700;
}

.panel-news .panel-body .slide-item .title h3 a:hover{
    text-decoration: underline;
}

.panel-news .panel-body .slide-item .more a{
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
}

.panel-news .panel-body .slide-item .more a:hover i,
.panel-news .panel-body .slide-item .more a:hover{
    text-decoration: underline;
}

.panel-news .panel-body .slide-item .date{
   
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.panel-news .panel-body .slide-item .date:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "\f073";
    transform: translate(0, -50%);
    font: normal normal normal 14px/1 FontAwesome;
}
.panel-brand .panel-body .owl-dots,
.panel-news .panel-body .owl-dots{
    margin-top: 20px!important;
}

.panel-brand .panel-body .owl-dot,
.panel-news .panel-body .owl-dot{
    margin-right: 10px;
    text-align: center;
    height: 20px;
    width: 20px;
}
.panel-brand .panel-body .owl-dot span,
.panel-news .panel-body .owl-dot span{
    margin: 0 auto;

}
.panel-brand .panel-body .owl-dot span:hover,
.panel-news .panel-body .owl-dot span:hover{
    background: #000;
}
.panel-brand .panel-body .owl-dot.active,
.panel-news .panel-body .owl-dot.active{
    background: rgba(0, 104, 181, 0.45);;
    border-radius: 50%;
    overflow: hidden;
}
.panel-brand .panel-body .owl-dot.active span,
.panel-news .panel-body .owl-dot.active span{
    background-color: #1e4797;
}

.panel-project .project-container{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px;
    position: relative;
    z-index: 10;

}

.panel-project .project-container:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0068B5;
    z-index: 1;
    opacity: 0.6;
}

.panel-project .project-container .panel-head,
.panel-project .project-container .panel-body{
    position: relative;
    z-index: 10;
}

.panel-project .project-container .panel-head .heading{
    color: #fff!important;
    text-align: center!important;
    padding-bottom: 20px;
    margin-bottom: 20px!important;
    border-bottom: 1px dashed #DDDDDD;
    font-size:25px;
    text-transform: uppercase;
}

.panel-project .project-container .panel-body .container{
    padding: 10px;
    background: #fff;
}

.panel-project .project-container .panel-body .container .title{
    height: 40px;
}

.panel-project .project-container .panel-body .thumb{
    height: 230px;
}

.panel-project .panel-body .owl-dots{
    margin-top: 20px!important;
}

.panel-project .panel-body .owl-dot{
    margin-right: 10px;
    text-align: center;
    height: 20px;
    width: 20px;
}
.panel-project .panel-body .owl-dot span{
    margin: 0 auto;

}
.panel-project .panel-body .owl-dot span:hover{
    background: #000;
}
.panel-project .panel-body .owl-dot.active{
    background: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    overflow: hidden;
}
.panel-project .panel-body .owl-dot.active span{
    background-color: #fff;
}

.panel-project .panel-body .owl-nav .owl-next,
.panel-project .panel-body .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
    margin: 0;
    background: rgba(0, 104, 181, 0.8);
    
}

.panel-project .panel-body .owl-nav .owl-next{
    right: -70px;
    border-radius: 0px 5px 5px 0px;
}

.panel-project .panel-body .owl-nav .owl-prev{
    left: -70px;
    border-radius: 5px 0px 0px 5px;
}



.panel-project .panel-body .owl-nav .owl-next i,
.panel-project .panel-body .owl-nav .owl-prev i{
    display: block;
    color: #fff!important;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
}
.panel-brand .brand-container .panel-body .slide-item{
    background: #fff;
    border-right: 1px solid #EDEDED;
}
.panel-brand .brand-container .panel-body .slide-item .thumb{
    height: 120px;
    border-bottom:1px solid #ededed;
}

.breadcrumb ul li a{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    text-transform: none;
}

.breadcrumb ul li a:hover{
    color: #1e4797;
    text-decoration: underline;

}

.breadcrumb ul li:nth-last-child(1) a{
    font-weight: 700;
    color: #1e4797;
}

.product-detail .heading-1,
.article-catalogue .heading-1,
.product-catalogue .heading-1{
    margin-bottom: 0;
}

.product-detail .heading-1 span,
.product-catalogue .heading-1 span,
.article-catalogue .heading-1 span{
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; 
}

.product-detail .heading-1 span,
.product-catalogue .heading-1 span,
.article-catalogue .heading-1 span{
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-detail .heading-1.aside span:before,
.product-catalogue .heading-1.aside span:before,
.article-catalogue .heading-1.aside span:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #1e4797;
}

.article-catalogue .article-item{
    background: #fff;
}

.article-catalogue .article-item .info{
    padding: 10px;
}

.product-catalogue .product-item .image,
.article-catalogue .article-item .image{
    height: 205px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    margin-bottom: 10px;
}
.product-catalogue .product-item,
.article-catalogue .article-item{
    margin-bottom: 20px;
}
.product-catalogue .product-item .image:hover img,
.article-catalogue .article-item .image:hover img{
    transform: scale(1.2);
    transition: transform .5s ease-in-out;
}
.product-catalogue .product-item .title a{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
.article-catalogue .article-item .title a{
    font-size: 16px;
    line-height: 1.4;
    color: #1e4797;
    font-weight: 700;
}
.product-catalogue .product-item .title a:hover,
.article-catalogue .article-item .title a:hover {
    text-decoration: underline;
    color: #1e4797;
}
.product-catalogue .panel-slide .owl-slide .slide-item{
    border-right: 1px solid #EDEDED;
}
.product-catalogue .panel-slide .owl-slide .slide-item .thumb{
    background: #fff;
    height: 60px;

}

.product-catalogue .panel-slide{
    padding-top: 0;
    margin-bottom: 20px;
    
}

.product-catalogue .panel-slide .owl-slide{
    border-radius: 5px;
    overflow: hidden;
}

.product-catalogue .breadcrumb{
    background: #E9E9E9;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;

}
.product-catalogue .breadcrumb ul{
    margin-bottom: 0;

}

.product-catalogue .nice-select{
    padding-right: 60px;
}

.product-catalogue .nice-select .list{
    width: 100%;
}

.article-catalogue .date{
   margin-bottom: 5px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.article-catalogue .date:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "\f073";
    transform: translate(0, -50%);
    font: normal normal normal 14px/1 FontAwesome;
}

.aside-heading a{
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    position: relative;
}
.aside-heading{
    margin-bottom: 10px;
}

.aside-heading a:hover:before,
.aside-heading a:hover{
    text-decoration: underline;
    color: #1e4797;
}

.aside-heading a:before{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    content: "\f178";
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
}

.product-catalogue .aside-heading a:before{
    content: "\f0da";
}
.most-view{
    background: #fff;
    padding: 15px;
}
.most-view-item:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.most-view-item .thumb{
    border-radius: 5px;
    overflow: hidden;
    transition: transform .5s ease-in-out;
}

.most-view-item .thumb:hover .image{
    transform: scale(1.2);
    transition: transform .5s ease-in-out;
}

.most-view-item .info .title a{
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.wanted-panel{
    background: #fff;
    padding: 15px;
}

.wanted-panel .wanted-container .wanted-item:not(:last-child){
    margin-bottom: 20px;
}
.wanted-panel .wanted-container .wanted-item .title{
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.wanted-panel .wanted-container .wanted-item .title a{
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight:bold;
}

.wanted-panel .wanted-container .wanted-item .price .price-value span{
    color: red;
    font-size: 15px;
    font-weight: 700;
}

.wanted-panel .wanted-container .wanted-item .price .old-price span{
    font-size: 13px;
    color: #b1abab;
    position: relative;
    display: inline-block;
}

.wanted-panel .wanted-container .wanted-item .price .old-price span:before{
    content: "";
    height: 1px;
    width: 100%;
    background: #b1abab;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);

}


.productCatalogueContent{
    border-top: 1px solid #dee2e6 !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 50px;
}   

.article-wrapper p{
    font-size: 14px;
    line-height: 1.4;
}

.heading-3 span{
    color: #1e4797;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
}

.box-table-nav .uk-accordion-title{
    padding: 10px 10px 7px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.box-table-nav .uk-accordion-title i{
    font-size: 20px;
    margin-right: 10px;
}

.box-table-nav {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.uk-accordion-content{
    background-color: #f8f8f8;
    padding: 10px 10px 15px;
    border-top: 1px solid #ddd;

}


.uk-accordion-content .toc-list  li a{
    font-size: 14px;
    line-height: 1.4;
    color: #cc3333;
    font-weight: 600;
}

.uk-accordion-content .toc-list  li a:hover{
    text-decoration: underline;
}

.share span{
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.share .share-list ul li a{
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: block;
    text-align: center;
}

.share .share-list ul li a i{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.share .share-list ul li:nth-child(1) a{
   background-color: #365493;
}

.share .share-list ul li:nth-child(2) a{
        background-color: #3cf;
}

.share .share-list ul li:nth-child(3) a{
    background-color: #d44132;
}

.share .share-list ul li:nth-child(4) a{
    background-color: #cb2027;
}

.share .share-list ul li:nth-child(5) a{
    background-color: #0274b3;
}

.productCore .product-info-panel .panel-contact{
    background: transparent!important;
    padding: 0!important;
}

.product_title.entry-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;

}
.amount.sale{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.4;
}
.amount .sale-price{
    color: #FF0100;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    
}

.amount.old{
    color: #8C8C8C;
    font-size: 16px;
    display: inline-block;
    line-height: 1.4;
}

.amount .old-price{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.buy-benefit .panel-head{
    position: relative;
    z-index: 10;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 10px;

}

.buy-benefit .panel-head .heading{
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    font-size: 15px;
}

.buy-benefit .panel-head:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 104, 181, 0.84);
    z-index: 1;
    
    content: "";
}
.buy-benefit .panel-body{
    background: #fff;
}

.buy-benefit .benefit-item{
    padding: 10px 15px;
}
.buy-benefit .benefit-item .image{
    max-width: 50px;
    margin-right: 10px;
}

.buy-benefit .benefit-item .title h3{
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
}

.buy-benefit .benefit-item .title span{
    color: #878787;
    font-size: 12px;
    line-height: 1.4;
}

.product-description{
    font-size: 16px;
    line-height: 1.4;
}

.product-header p{
    margin-bottom: 0;
}
.product-header .product-description{
     border-bottom: 1px solid #dee2e6 !important;
     margin-bottom: 20px;
     padding-bottom: 20px;
}
.product-header .more a{
   
    font-size: 16px;
    color: #1e4797;
    font-weight: 500;
}

.product-header .more a i{
    font-size: 16px;
    color: #1e4797;
}
.contact-chat .chat-list li:nth-child(1) a i{
    margin-right: 5px;
    transform: rotate(-35deg);
}
.contact-chat .chat-list li:nth-child(1) a{
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    z-index: 1;
    font-size: 16px;
    border-radius: 6px;
    background: #fd5b4e;
    margin-right: 10px;
    
}

.contact-chat .chat-list  li:not(:first-child) a{
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.contact-chat .chat-list li:not(:first-child) a i{
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.contact-chat .chat-list li:nth-child(2) a{
        background: #3b599a;
}

.contact-chat .chat-list li:nth-child(3) a{
    background: #0fabed;
}
.policy-container{
    border-radius: 5px;
    background: #fff;
}
.policy-container .heading{
    padding: 20px;
    font-weight: 700 !important;
    font-size: 16px;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom:  1px dashed #EAEAEA;
    display: block;
    text-transform: uppercase;
    color: #3D3D3D;
}
.policy-container .home-description{
    padding: 20px;
    padding-top: 0;
}
.policy-container .home-description ul li{
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #474747;
}
.container-gallery .swiper-slide{
    height:550px !important;
}
.container-gallery .swiper-thumbs .swiper-slide{
    height:80px !important;
}
.policy-container .home-description ul li:last-child{
    margin:0;
}
.policy-container .home-description ul li:before{
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font: normal normal normal 13px/1 FontAwesome;
    color: #fff !important;
    background: #0A9B18;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}

.easy-read p >a{
    color: #FF0000;
}   

.easy-read p{
    padding-left: 20px;
    position: relative;
}

.easy-read p:before{
    content: "\f0da";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font: normal normal normal 25px/1 FontAwesome;
    color: #1e4797 !important;
}

.related.products .product-item .image{
    border-radius: 10px;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    margin-bottom: 10px;
}

.related.products .product-item .image:hover img{
    transform: scale(1.2;);
    transition: transform .5s ease-in-out;
}

.related.products .product-item .title a{
    color: #000;
}

.related.products .product-item .title a:hover{
    text-decoration: underline;
}

.panel-our-info{
    background: #dcf6ff;
    margin-bottom: 30px;
    padding: 20px !important;
    border-radius: 10px;
}

.panel-our-info .panel-head{
    margin-bottom: 15px;
}
.panel-our-info .panel-head .heading{
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
}

.panel-our-info .panel-head span{
    font-size: 15px;

}

.panel-our-info .panel-body p{
    margin-bottom: 15px;
    font-size: 15px;
}

.text-red{
    color: red;
    font-weight: 700;
}

.panel-our-info .panel-body p a{
    font-weight: 700;
}

.contact-container iframe{
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1e4797!important;
}

.contact-infor .title{
    color: #1e4797;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase !important;
    font-size: 18px;
}

.contact-infor .footer-contact p{
    font-size: 14px;
    color: #000;
}

.wpcf7-form-control {
    width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    height: 40px;
    outline: none;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

 .contact-form label{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
}

 .contact-form textarea{
    height: 80px;
    padding: 10px;
 }

 .contact-form .btn-submit input{
    background: #D0091C;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

 .contact-form .heading{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: capitalize;
 }



.contact-page .contact-address{
    position: relative;
}

.contact-page .contact-address .address-list .address-wrap .address-item{
    padding: 20px;
}
.contact-page .contact-address .address-list .address-wrap.uk-active .address-item{
    background: #0068B5;
    border-radius: 10px 10px 0 0;
    
}

.contact-page .contact-address .address-list .address-wrap.uk-active .address-item .footer-contact p:before{
    filter: brightness(0) invert(1);
}
.contact-page .contact-address .address-list .address-wrap.uk-active .address-item .footer-contact p,
.contact-page .contact-address .address-list .address-wrap.uk-active .address-item .title h3{
    color: #fff;
}
.contact-page .contact-address .phone-list{
    position: absolute;
    bottom: 40px;
    left: 40px;
    
}
.contact-page .contact-address .phone-list .contact-item{
    display: inline-block;
    margin-bottom: 10px;
    background: #0068B5;
    padding: 13px 20px;
    padding-left: 70px;
    position: relative;
    border-radius: 60px;
    margin-right: 20px;
}

.contact-page .contact-address .phone-list .contact-item .image{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}

.contact-page .contact-address .phone-list .contact-item .main-text{
    font-size: 13px;
    color: #fff;
}

.contact-page .contact-address .phone-list .contact-item .sub-text{
    font-size: 15px;
    color: #fff;
}
.contact-page .footer-contact p{
    position: relative;
    padding-left: 30px;
}
.contact-page .contact-address .address-list .address-wrap .address-item .footer-contact p:before {
    filter: brightness(0) invert(0);
}


.contact-page .contact-address .address-list .address-wrap.uk-active .address-item .footer-contact p:before {
    filter: brightness(0) invert(1);
}

.footer-contact p.address:before {
    left: -4px;
}

.footer-contact p:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/map.png);
    width: 24px;
    height: 24px;
}

.footer-contact p.phone:before {
    background: url(img/phone.png);
    width: 17px;
    height: 17px;
}

.footer-contact p.email:before {
    background: url(img/mail.png);
    width: 18px;
    height: 14px;
}

.contact-form{
    background: #F8F8F8;
    padding: 30px 20px;
    border-radius: 10px;
}

@media(max-width: 768px){
    .product-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .product_title.entry-title{
        font-size: 25px;
    }

    .panel-our-info .panel-head span,
    .panel-our-info .panel-head .heading,
    .panel-our-info .panel-body p{
        font-size: 14px;
    }

    .woocommerce-Tabs-panel{
        padding: 10px!important;
    }

}

.tech-info{
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;

}


.tech-info p{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.tech-info table{
    width: 100%;
}
.tech-info table tr td,
.tech-info table tr th{
    padding: 10px;
    text-align: left;
}

.tech-info table tr:nth-child(odd){
    background: #F0EFEF;
}

.catalogue-search {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}

@media (max-width: 768px){
    .catalogue-search{
        overflow-y: scroll;
    }
}

.catalogue-search .catalogue-search-body .left-side .nice-select{
    margin-right: 20px;
}

.stocking span{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

.stocking span.have{
    color: #0A9B18;
    font-size: 18px;
    font-weight: 700;
}

.stocking span.no-have{
    color: #FF0100;
    font-size: 18px;
    font-weight: 700;
}

.variant-list .variant-item{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
}

.variant-list .variant-item:before{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 2px;
    content: "\f00c";
    border:1px solid #E0E0E0;
    border-radius: 50%;
    font-size: 11px;
    font-family: 'FontAwesome';
    text-align: center;
    color: #fff;

}

.variant-list .variant-item.active:before{
    background: #0A9B18;
}

.variant-list .variant-item .title{
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 5px;
    /* height:31px; */
    overflow: hidden;
    font-weight:bold;
}
.product .info .price > *{
    font-family: 'QuickSand' !important;
    font-size:15px;
    font-weight:500;
}
.product-info{
    border-radius: 5px;
}

.variant-list .variant-item .price{
    color: #FF0100;
    font-size: 15px;
    font-weight: 700;
}

.product-info-panel .product-info .info-item{
    background: #fff;
    border-right: 1px solid #F1F1F1;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
}

.product-info-panel .product-info .info-item .title{
    font-size: 15px;
}

.product-info-panel .product-info .info-item span{
    display: block;
    color: #0068B5;
    font-weight: 600;
}
.panel-general{
    padding-top:20px;
}

.categories .icon{
    max-width:24px;
    margin-right:10px;
}
.categories ul li > a{
    padding:9.4px;
    color:#000;
    font-size:15px;
    transition: all 0.2s ease;
}
.categories a:hover{
    background-color: var(--main-color);
    color:#fff;
}
.categories{
    background-color: #fff;
}
.categories ul li:not(:last-child){
    border-bottom:1px solid #F1F1F1;
}
.panel-product .panel-head{
    margin-bottom:25px;
}
.panel-product .panel-head .heading{
    font-size:22px;
}
.brand-container .heading,
.news-container .heading{
    font-size:22px;
    text-transform: uppercase;
}

.footer-col .footer-description{
    line-height:27px;
}
.product .info .title{
    text-align: left !important;
}
.product-catalogue .article-wrapper {
    padding:20px;
    background: #fff;
    border-radius: 5px;
}
.article-wrapper .heading-3 > *{
    color:#000;
}
.created-at{
    color:#666;
}
.contact-list{
    margin-bottom: 15px;
}
.contact-list span{
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4;
}
.contact-list ul{
    margin-bottom: 0;
}
.contact-list ul li:not(:last-child){
    margin-right: 20px;
}

.header-category{
    position: relative;
}

/*.homepage .categories{
    width: 290px;
    position: absolute;
    top: 156%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.homepage .categories.active{
    opacity: 0;
    visibility: hidden;
}*/
.header-category{
    position: relative;
}
.header-category:hover .dropdown-category{
    display: block;
}
.header-category .dropdown-category{
    position: absolute;
    top:100%;
    display: none;
    left:0;
    z-index: 10000;
}
.header-category .dropdown-category a{
    font-weight:normal;
    text-transform: unset;
}
.input-text{
    color:#000;
}
.swiper-container-thumbs{
    overflow: hidden;
}
@media (max-width: 415px){
    .price .old-value{
        margin-right:10px;
    }
    .panel-product .panel-head .heading{
        line-height:30px;
    }
    .panel-project .project-container .panel-body .thumb{
        height:135px;
    }
    .panel-project .project-container .panel-body .container .title *{
        font-size:13px;
    }
    .container-gallery .swiper-slide{
        height:auto !important;
    }
    .categories{
        background-color: transparent !important;
    }
    .categories li > *{
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .categories li{
        margin-bottom:25px !important;
    }
    .categories .cat_title{
        font-size:13px;
        height:60px;
        overflow: hidden;
    }
    .categories .img-scaledown{
        height:95px !important;
    }
    .copyright  .uk-flex{
        display: block;
    }
    .media-copyright{
        margin-top:20px;
    }

}

.header-form{
    position: relative;
}
.header-form .search-result{
    position: absolute;
    left:0;
    top:100%;
    width:500px;
    background-color: #fff;
    z-index: 10000;
    padding:10px;
    opacity: 0;
}
.product-search-item .image{
    width:40px;
    height:40px;
    float:left;
}
.product-search-item .info{
    width:calc(100% - 75px);
    float:left;
    padding-left:10px;
}
.product-search-item{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eaeaea;
}
.product-search-item .title > *{
    color:#000;
    font-size:14px;
}
.product-search-item .price{
    color:var(--main-color)
}
.product-search-item:last-child{
    margin:0;
    padding:0;
    border:0;
}
.ulimited-contact-method-list-icons {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 999999 !important;
}

.ulimited-contact-method-list-icons .ucm-icon-wrap {
    position: relative !important;
    height: 44px !important;
}

.ulimited-contact-method-list-icons .ucm-icon-wrap:not(:last-child) {
    margin-bottom: 10px !important;
}

.ulimited-contact-method-list-icons a {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    display: inline-block !important;
    font-size: 18px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
  color: #fff !important;
  position: relative !important;
  text-align: center !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.11) !important;
  border: none !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ulimited-contact-method-list-icons .ucm-icon-wrap .ucm-tooltip {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    left: 120% !important;
    top: 4px !important;
    font-size: 12px !important;
    width: auto !important;
    height: 35px !important;
    line-height: 25px !important;
    padding: 5px 10px !important;
    white-space: nowrap !important;
    font-family: arial,sans-serif !important;
    z-index: 1 !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: #fff !important;
    cursor: pointer !important;
    background-color: rgba(29, 36, 62, 0.7) !important;
    box-sizing: border-box !important;
}

.ulimited-contact-method-list-icons .ucm-icon-wrap:hover .ucm-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
}

.ulimited-contact-method-list-icons .ucm-icon-wrap .ucm-tooltip:after {
    content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 100% !important;
  margin-top: -5px !important;
  border-width: 5px !important;
  border-style: solid !important;
  border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
}

.ucm-close {
  position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    height: 22px !important;
  width: 22px !important;
  background: url('../images/close.png') !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  color: #333 !important;
  cursor: pointer !important;
}

.ulimited-contact-method-popup-mail {
    opacity: 0 !important;
    visibility: hidden !important;
    position: fixed !important;
    width: 366px !important;
    max-width: 80% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 366px !important;
    min-height: 50px !important;
    z-index: 99910 !important;
    border-radius: 5px !important;
    background: #f5f6fa !important;
    padding: 26px 15px 15px 15px !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2), 0 5px 5px 0 rgba(0,0,0,.24) !important;
    -moz-transition: opacity .5s ease-in-out !important;
    -o-transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s ease-in-out !important;
    transition: opacity .5s ease-in-out !important;
    box-sizing: content-box !important;
}

.ulimited-contact-method-popup-mail.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.ucm-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    position: fixed !important;
    background: rgba(0,0,0,.6) !important;
  z-index: 99900 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}

.ucm-overlay.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.ucm-popup-mail input,
.ucm-popup-mail textarea {
    display: block;
    width: 100% !important;
    padding: 12px 5px !important;
    height: 96px !important;
  line-height: 22px !important;
  margin: 10px 0 0 0 !important;
  border: 1px solid #d8dde6 !important;
  font-family: arial,sans-serif !important;
  font-size: 14px !important;
  color: #444 !important;
  background: #fff !important;
  outline: 0 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  max-width: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.ucm-popup-mail input {
  height: 30px !important;
  min-height: 30px !important;
    padding: 23px 5px !important;
}

.ucm-popup-mail button {
    background: #007FFF !important;
    color: #FFFFFF !important;
    min-width: 100px !important;
  min-height: 40px !important;
  margin: 10px 0 0 0 !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-family: arial,sans-serif !important;
  width: 100% !important;
  outline: none !important;
  border: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.ulimited-contact-method-popup-mail h3 {
    text-align: center !important;
    color: #1d243e !important;
    font-weight: 700 !important;
  font-family: arial,sans-serif !important;
  font-size: 20px !important;
  margin-top: 10px !important;
}

.ulimited-contact-method-popup-phone {
    opacity: 0 !important;
    visibility: hidden !important;
    position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 370px !important;
    max-width: 80% !important;
    padding: 48px 56px !important;
    z-index: 99910 !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 4px 6px rgba(0,0,0,.2) !important;
  -moz-transition: opacity .5s ease-in-out !important;
  -o-transition: opacity .5s ease-in-out !important;
  -webkit-transition: opacity .5s ease-in-out !important;
  transition: opacity .5s ease-in-out !important;
  box-sizing: content-box !important;
  letter-spacing: normal !important;
  font-family: arial,sans-serif !important;
}

.ulimited-contact-method-popup-phone.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.ulimited-contact-method-popup-phone h4 {
    font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #1d243e !important;
  margin-bottom: 10px !important;
}

.ulimited-contact-method-popup-phone h3 {
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.ucm-divider {
    border-bottom: 1px solid #e9ebf1 !important;
  height: 15px !important;
  opacity: .74 !important;
  text-align: center !important;
}

.ucm-divider span {
    font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  padding-left: 10px !important;
  background: #fff !important;
  color: #d8dde6 !important;
}

.ucm-popup-phone {
    height: 48px !important;
  background: #fff !important;
  border: 1px solid #d8dde6 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  margin: 16px 0 !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: space-between !important;
}

.ucm-popup-phone input {
    width: calc(100% - 128px) !important;
    font-size: 14px !important;
    font-family: arial !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 10px !important;
    outline: none !important;
}

.ucm-popup-phone input:focus {
    outline: none !important;
}

.ucm-popup-phone button {
    background: #00b151 !important;
  width: 118px !important;
  cursor: pointer !important;
  height: 40px !important;
  border-radius: 4px !important;
  border: 0 !important;
  margin: 3px !important;
  padding: 0 !important;
  color: #fff !important;
  text-transform: unset !important;
  line-height: unset !important;
  font-size: 14px !important;
}

@media (max-width: 1024px) {
    .ucm-tooltip {
    display: none !important;
    }
}

.ulimited-contact-method-popup-success {
    opacity: 0 !important;
    visibility: hidden !important;
    position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 370px !important;
    max-width: 80% !important;
    padding: 48px 56px !important;
    z-index: 99910 !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 4px 6px rgba(0,0,0,.2) !important;
  -moz-transition: opacity .5s ease-in-out !important;
  -o-transition: opacity .5s ease-in-out !important;
  -webkit-transition: opacity .5s ease-in-out !important;
  transition: opacity .5s ease-in-out !important;
  box-sizing: content-box !important;
  letter-spacing: normal !important;
  font-family: arial,sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
}

.ulimited-contact-method-popup-success.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.last-line {
    color: #929aae !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

@media (max-width: 500px){
    .categories .icon{
        display: block;
        width:100%;
        max-width:100%;
    }
    .categories .cat_title{
        display: block;
        margin-top:10px;
        text-align: center;
    }
    .categories ul li a{
        display: block;
    }
    .panel-general .uk-width-large-1-4{
        order:2;
    }
    .panel-general .uk-width-large-3-4{
        order:1;
        margin-bottom:20px !important;
    }
}

.categories{
    position: relative;
}
.categories .mega-menu{
    position: absolute;
    left:100%;
    top:0;
    width:1000px;
    background-color: #fff;
    height:100%;
    z-index: 20;
    padding:20px;
    display: none;
}
.categories .mega-menu .menu-item{
    margin-bottom:15px;
}
.categories .mega-menu *{
    color:#000;
    font-size:14px;
}
.categories li:hover > .mega-menu{
    display: block;
}

.media-copyright ul li{
    display: inline-block;
}
.tech-info table{
    width:100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}