@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

*{padding: 0; margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
body {background-color: #fff;font-family: roboto, sans-serif;font-size: 14px;margin:0;padding:0;margin-right:15px;color:black;font-weight:400}
h1,h2,h3,h4,h5,h6{font-family: inherit; margin: 0;line-height: 1.4;font-weight: 400;}
h4{font-size:16px}
h5{font-size:14px}
h1{font-size:30px}
h2{font-size:24px}
h3{font-size:20px}
h6{font-size:12px}
a {outline: none;text-decoration: none;font-weight: 400;}
a:hover,a:focus{text-decoration: none;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
img { border:none;max-height: 100%;max-width: 100%;width: auto;height: auto}

section {
    margin-left: -15px;
    margin-right: -15px;
}
#histats_counter{display: none;}
#goTop{
    display:none;
    width:50px;
    height: 50px;
    text-align: center;
    position:fixed;
    bottom:20px;
    right:20px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background: black;
}
#goTop:hover {
    background-color:#fbaf1e; /* Add a dark-grey background on hover */
}

.logo{
    width: 200px;
    position: relative;
}  

.logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.category-header {
    width: calc(100% - 230px);
    height: 100px;
    overflow: hidden;
}

.category-header ul {
    text-align: right;
}

.header-top{
    background-color:#e1e1e1;
}
.header-top .container{
    display: flex;
}
.hotline {
    width: 200px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #fbaf1e;
    margin: 10px 0;
}
.hotline a {
    color: #fbaf1e;
}
.menu {
    width: calc(100% - 200px);
}
.toggleMenu {
    display: none;
    
}

.nav {
    list-style: none;
    *zoom: 1;
    position: relative;
}
.nav:before, .nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 215px;

}
.nav a {
    padding: 10px 20px;
    color:black;
    *zoom: 1;
}
.nav > li {;
    z-index: 200;
    display: inline-block;
}
.nav > li > a {
    display: block;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    margin:5px;
    transition: 500ms;
}
.nav > li > a.active {
    color: #fbaf1e;
}
.nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
    text-align: left;
}
.nav li li a {
    display: block;
    background: #252525;
    position: relative;
    z-index:100;
    border-top:1px solid #383838;
    border-left:1px solid #383838;
    color:#fff;
    padding-left:30px;
    transition: 500ms;
    padding-right:10px;
}

.nav li li i{
    margin-right:10px;
    transition: 500ms;
    margin-left:10px;
}

.nav li {
    position: relative;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.header-bottom {
    background: #f4f4f4;
}
.header-bottom .container {
    display: flex;
}

.logo

.header-bottom ul {
    text-align: right;
}

.header-bottom ul li {
    display: inline-block;
    margin: 40px 5px;
}
.header-bottom ul li a {
    color: black;
    font-weight: 600;
    padding: 12px 5px;
    background: none;
    text-transform: uppercase;
}
.header-bottom ul li a:hover, .header-bottom ul li a.active {
    background: #fbaf1e;
    color: black;
}
@media screen and (max-width: 992px) {
    .nav > li {
        float: none;
        display: block;
        text-align: left;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav{
        float:none;
    }
    
    .header-bottom {
        display: none;
    }
    
    .header-top {
        height: 50px;
        background: black;
    }
    
    .hotline {
        width: 100%;
    }
}
    

@media screen and (max-width: 992px) {
    .nav > li > a{
        font-size:16px;
        font-weight: bold;
        padding:15px 0;
        border-bottom:1px solid #e1e1e1;
        margin: 0;
    }
    .logo{
        text-align: center;
    }
}
.nav > li > a:hover{
    color:#fbaf1e;
    background:none;
}
.nav li li a:hover{
    color:#fbaf1e;
}
.nav li li:hover i{
    margin-left:20px;
    color:#fbaf1e;
}
@media(max-width:1200px){
    .nav > li > a{
        font-size:14px;
        padding:15px 10px;
    }
    .nav-tabs-2 a{
        font-size:14px;
    }
    body {
        margin-right: 0px;
    }
    
    .category-header {
        width: 100%;
    }
    .logo {
        display: none;
    }
}
.slider{
    margin-bottom:-20px;

}
.slider-text{
    position: absolute;
    margin-left:200px;
    animation-name: slider;
    animation-duration: 1s;
}
@keyframes slider{
    from{
        margin-top:-500px;
    }
    to{
        margin-top:0px
    }
}
@media (max-width:1500px){
    .slider-text{
        margin-top:-70px;
        margin-left:50px;
     }
     @keyframes slider{
         from{
             margin-top:-500px;
         }
         to{
             margin-top:-70px
         }
     }
}
@media (max-width:1200px){
    .slider-text{
       margin-top:-100px;
       margin-left:50px;
    }
    @keyframes slider{
        from{
            margin-top:-500px;
        }
        to{
            margin-top:-100px
        }
    }
}
@media (max-width:922px){
    .slider-text{
       margin-top:-120px;
    }
    .slider-text h1{
        font-size:20px;
        padding-bottom:-20px;
    }
    .slider-text h4{
        font-size:14px;
       
    }
    @keyframes slider{
        from{
            margin-top:-500px;
        }
        to{
            margin-top:-120px
        }
    }
    
}
.slider-text h1{
    color:#fbaf1e;
    font-weight: bold;
    margin-top:150px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.slider-text h4{
    color:#fff;
    font-weight: 400;
    margin-top:20px;
    margin-bottom:30px;
    text-transform: uppercase
}
.slider-text h3 a{
    font-weight: bold;
    color:black;
    background:#fff;
    padding:15px 40px;
    transition: 500ms;
}
.slider-text h3 a:hover{

    background: #fbaf1e;
}
.category-home{
    margin-top:50px;
    margin-bottom:20px;
}
.box-category-home{
    margin-bottom:30px;
}
.box-category-home-img img {
    width: 100%;
}
.middle{
    transition: 0.7s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 300px;
}
.middle a{
    padding:15px 30px;
    color:black;
    background:#fff;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 500ms;
    position: relative;
}
.middle a:before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 3px solid white;
    position: absolute;
    top: -10px;
    left: -10px;
    transition: .5s;
}
.box-category-home:hover .middle a{
    background:#fbaf1e;
    color:#fff;
    padding:22px 38px;
}
.box-category-home:hover .middle a:before{
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#menu-2{
    display: none;
    position: fixed;
    background-color:#f4f4f4;
    width: 100%;
    height: 50px;
    top: 0;
    left:50%;
    z-index: 100000;
}

canvas{
    position: absolute;
    width:100%;
    height: 350px;
    background-image: -webkit-gradient(
        linear,
        right bottom,
        right top,
        color-stop(0,black),
        color-stop(0.1,black)
    );
   margin-bottom:50px;
}

.box-banner-mid{
    position: relative;
    background: url('../img/snowdown.png');
    background-attachment: fixed;
}
.box-banner-mid p{
    color:#fbaf1e;
    font-size:60px;
    font-weight: bold;
    margin-top:100px;

}
.box-banner-mid h3{
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:120px;
}
@media(max-width:992px){
    .box-banner-mid h3{
        font-size:14px;
    }
    .box-banner-mid p{
        font-size:30px;
        margin-top:50px;
    }
    .menu {
        position: absolute;
        top: -80px;
        left: 20px;
    }
    .logo {
        text-align: right;
    }
    .toggleMenu {
        display: block;
        color: white;
        position: absolute;
        z-index: 100000;
        top: 85px;
        left: 0;
    }
    .toggleMenu i{
        font-size:26px;
    }
    .toggleMenu:hover{
        color:#fbaf1e;
    }
    .nav {
        width: 250px;
        background: #f4f4f4;
        z-index: 10;
        top: 130px;
        transition: .3s;
        transform: translateX(-100%);
        left: -5px;
        min-height: 100vh;
    }
    .nav.active {
        transform: none;
    }
    
    .nav li ul.down {
        position: static;
    }
    
    .nav li ul li ul li a {
        background: #444;
        border-top-color: #555;
        border-bottom-color: #555;
    }
}
.title-category h1 a{
    color:black;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom:2px solid #fbaf1e;
}
.title-category h1 {
    margin-top:10px;
    margin-bottom:40px;
}
.nav-tabs{
    display: inline-block;
    border:none;
    margin-top:-20px;
    margin-bottom:20px;
    text-align: center;
    width: 100%;
}
.nav-tabs>li {
    float: none;
    display: inline-block
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background:none;
    color:#fbaf1e;
    border:none;
    border:1px solid #fff;

}
.nav-tabs>li a:hover{
    border:1px solid #fff;
}
.nav-tabs > li > a{
    margin:5px 20px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}


.middle-2{
    display: none;
}
.box-product-img {
     border: 1px solid #e1e1e1;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
}

.box-product-img img {
    transition: .3s;
    border-radius: 5px;
}
.box-product-img:hover img {
    transform: scale(1.2);
}

.box-product{
    margin-bottom:30px;
}
.middle-2 a:hover{
    color:#fff;
    background-color:#fbaf1e;
}
.box-product-name, .box-product-desc {
    text-align: center;
}

.box-product-name h4 a{
    color:black;
    font-weight: bold;
    transition: all 500ms;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-product-name h4{
    margin-top:15px;
    margin-bottom:5px;
}
.box-product-name h4:hover a{
    color:#fbaf1e;
}

.product-button a{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    background-color:black;
    padding:15px 30px;
    text-transform: uppercase;
    transition: 500ms;
}
.product-button{
    padding-top:10px;
    margin-bottom:50px;
}
.product-button a:hover{
    background-color:#fbaf1e;
}

.partner{
    background-color:white;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 30px 0;
}


.banner-bot{
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    padding: 50px 0;
    margin-bottom: 50px;
}
.box-banner-bot:hover{
    background-color:#fbaf1e;
}
.box-banner-bot:hover i{
    color:black;
}
.box-banner-bot:hover h5{
    color:black;
}
.box-banner-bot{
    background: #f4f4f4;
    transition: 500ms;
    display: flex;
    padding: 20px 15px;
    border: 1px dashed #fbaf1e;
}
.box-banner-bot i{
    font-size:50px;
    color:#fbaf1e;
    transition: 500ms;
    width: 70px;
}
.box-banner-bot-detail {
    width: calc(100% - 70px);
}
.box-banner-bot h4{
    font-weight: bold;
    color:black;
    margin-bottom:5px;
    text-transform: uppercase;
    transition: 500ms;
}
.box-banner-bot h5{
    font-weight: 600;
    color:#585858
}
@media (max-width:992px){
    .box-banner-bot h2{
        font-size:16px;
    }
    .box-banner-bot h4{
        font-size:12px;
    }

}
@media (max-width:767px){
    .box-banner-bot h2{
        font-size:24px;
    }
    .box-banner-bot h4{
        font-size:16px;
    }
    .footer-bot h4{
        font-size:13px;
    }
    .contact-content h2{
        font-size:20px;
    }
    .middle-2{
        margin-left:-45px;
        margin-top:-30px;
    }
    body {
        margin: 0 15px;
    }
    .title-category h1 {
        font-size: 20px;
    }
    
    .nav-tabs li a {
        font-size: 14px;
        margin: 5px 10px;
    }
    

}
footer{
    margin-left:-15px;
    margin-right:-15px;
    background-color:#f4f4f4;
}
footer ul li a{
    color:black;
    font-weight: 500;
}
footer ul li a:hover{
    color:#fbaf1e;

}
.title-footer h4 a{
    font-weight: bold;
    color:black;
    border-bottom:5px solid #fbaf1e;
    text-transform: uppercase;
}
.title-footer h4{
    margin-top:50px;
    margin-bottom:30px;
}
footer ul li{
    padding-bottom:20px;
    font-weight: 450;
    transition: 500ms;
}
footer ul li i{
    margin-right:5px;
    transition: 500ms;
}
footer ul li:hover i{
    margin-right:15px;
    color:#fbaf1e;
}
footer ul li:hover{
    color:#fbaf1e;
}
.footer-bot h4{
    color:#fff;
    padding:15px 0;
}
.footer-bot{
    background: #fbaf1e;
    margin-top:20px;
}

.breadcrumb{
    background:none;
    margin-bottom:20px;
    margin-left:-8px;
    margin-top:0px;
    position: relative;
    z-index: 9;
}
.breadcrumb .breadcrumb-item.active {
    color: #fbaf1e;
}
.titleLeft a{
    color:black;
}
.title-menu-left h3{
    margin-bottom:10px;
    border-bottom:1px solid #ebebeb;
    padding-bottom:10px;
}
.title-menu-left h3 a{
    color:#fbaf1e;

    font-weight: bold;
    text-transform: uppercase;
}
.menu-left ul li{
    padding:10px 0;
}
.menu-left ul li a{
    color:black;
    transition: 500ms;
}
.menu-left{
    margin-bottom:30px;
}
.menu-left ul li i{
    margin-right:10px;
    transition: 500ms;
}
.menu-left ul li:hover i{
    margin-right:20px;
    color:#fbaf1e;
}
.menu-left ul li:hover a{
    color:#fbaf1e;
}

.box-bs-product-img{
    transition: 500ms;
}
.box-bs-product-img:hover .middle-2{
    opacity: 1;
    transform: translate(15%, 500%);
    transition: 500ms;
}
.box-bs-product{
    margin-top:10px;
    margin-bottom:10px;
}
.product-content{
    margin-top:-50px;
    margin-bottom:50px;
}
.pagination>li>a, .pagination>li>span{
    color:#fbaf1e;
}
.pagination>li>a.active {
    background: #fbaf1e;
    color: white;
    border-color:#fbaf1e;
}
.pagination{
    margin-right:15px;
    margin-top:0px;
    float:right;
}
.pagination>li>a:hover{
    color:#fff;
    background-color:#fbaf1e;
    border-color:#fbaf1e;
}
.pagination>.active>a{
    background-color:#fbaf1e;
    border-color: #fbaf1e;
}
.pagination>.active>a:hover{
    background-color:#fbaf1e;
    border-color:#fbaf1e;
}
.pagination>.disabled>a{
    color:#fbaf1e;
}
.construction-content{
    margin-top:-50px;
    margin-bottom:50px;
}
.aboutus-content{
    margin-top:-50px;
    margin-bottom:50px;
}
.contact-content{
    margin-top:-50px;
    margin-bottom:50px;
}
.box-construction-img{
    margin-bottom:20px;
    transition: 500ms;
}
.box-construction-name h4 a{
    color:black;
    font-weight: bold;
    transition: 500ms;
}
.box-construction-img:hover{
    filter: brightness(80%)
}
.box-construction-name h4 a:hover{
    color:#fbaf1e;
}
.box-construction{
    margin-bottom:40px;
}
.construction-content h2{
    margin-top:50px;
    margin-bottom:30px;
    font-weight: bold;
}
.contact-content h2{
    font-weight: bold;
    margin-bottom:20px;
}
.contact-content ul li{
    padding-bottom:20px;
    font-weight: 450;
    transition: 500ms;
}
.contact-content ul li i{
    margin-right:5px;
    transition: 500ms;
}
.contact-content ul li:hover i{
    margin-right:15px;
    color:#fbaf1e;
}
.contact-content ul li:hover{
    color:#fbaf1e;
}
.banner-mid {
    margin-left: 0;
}

aside {
    margin-right: 15px;
}
.xzoom-thumbs {
    text-align: left!important;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.xzoom-thumbs a {
    text-align: center;
    color: black;
     margin: 0 10px;
    margin-bottom: 20px;
     width: calc(100% / 4 - 20px);
}

.xzoom-thumbs img {
    width: 100%!important;
}
.xactive {
    box-shadow: 0px 0px 3px 0px #fbaf1e!important;
    border: 2px solid #fbaf1e!important;
}
.form-horizontal .control-label{
    text-align: left;   
}
.send{
    color:#fff;
    background-color:black;
    width:150px;
    height: 50px;
    border:none;
    font-size:16px;
    font-weight: bold;
    margin:10px;
    transition: 500ms;
}
.reset{
    color:#fff;
    background-color:black;
    width:150px;
    height: 50px;
    border:none;
    font-size:16px;
    font-weight: bold;
    margin:10px;
    transition: 500ms;
}
.send:hover{
    background-color:#fbaf1e;
}
.reset:hover{
    background-color:#fbaf1e;
}
.control-label{
    padding-bottom:15px;
}
.contact-form h4{
    margin-bottom:20px;
}
.color-red{
    width:50px;
    height: 50px;
    float:left;
    background: red;
    margin:10px;
}
.color-blue{
    width:50px;
    height: 50px;
    float:left;
    background: blue;
    margin:10px;
}
.color-green{
    width:50px;
    height: 50px;
    float:left;
    background: green;
    margin:10px;
}
.color-yellow{
    width:50px;
    height: 50px;
    float:left;
    background: yellow;
    margin:10px;
}
.nav-tabs-2 li a{
    color:black;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px;
    padding: 10px;
    border:1px solid #ebebeb;
    border-radius: 0;
}
.nav-tabs-2 li.active a, .nav-tabs-2 li a:hover{
    color: black!important;
    background: #fbaf1e!important;
}
.nav-tabs-2 li{
    margin-bottom:5px;
    
}
.nav-tabs-2{
    margin-left:-5px;
    margin-top:-5px;
}
.product-detail-img{
    margin-bottom:30px;
}
.product-detail-info-tab{
    margin-bottom:30px;
}
#info h2{
    font-weight: bold;
    margin-bottom:20px;
}
#info h5{

    padding-bottom:10px;
}
#info h5:last-child{

    margin-bottom:20px;
}
.product-detail-info ul li a{
    font-size:14px;
}
.product-detail-desc{
    margin-top:-50px;
    margin-bottom:100px;
    margin-left:15px;
    margin-right:15px;
}
.product-similar{
    margin-top:-50px;
}
#color{
    padding-bottom:50px;
}
.product-detail{
    border-bottom:1px solid #e8e8e8;
    margin: 0 -15px;
    margin-bottom:60px;
}
.construction-similar{
    margin-top:-50px;
    margin-bottom:50px;
}
#color img:hover{
    border:2px solid #fbaf1e;
}
#color img{
    transition: 100ms;
    display: block;
}

@media (max-width:767px){
    .xzoom-thumbs a {
        width: calc(100% / 3 - 20px);
    }
}