/* Flex Home slider */
.banner{
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.home-flexslider{
    position: relative;
    width: 100%;
    padding-top: 40.15625%;
    overflow: hidden;
}
.flexslider{
    border: 0;
    background: transparent;
    box-shadow: 0 2px 3px 1px #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
}
.flex-direction-nav a:before{
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    width: 40px;
    height: 40px;
    top: 45%;
    font-size: 30px;
    color: white;
    background: rgba(0,0,0, 0.6);
    text-align: center;
    line-height: 42px;
    text-shadow: none;
    border-radius: 50%;
}
.flex-direction-nav a.flex-next:before{
    content: '\f2fb' !important;
}
.flex-direction-nav a.flex-prev:before{
    content: '\f2fa' !important;
}
.flex-control-nav{
    bottom: 7px;
    z-index: 3;
}
.flex-control-paging li a{
    width: 13px;
    height: 13px;
    background: #fff;
    border: 0;
    box-shadow: none;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
    background: var(--orange-color);
}
.flexslider.loading{
    background: url("../libs/flexslider/images/slider-loader.gif") no-repeat center;
}
.flexslider.loading .slides, .flexslider.loading .flex-direction-nav, .flexslider.loading .flex-control-paging{
    display: none;
}
.flexslider .slides, .flexslider .flex-direction-nav, .flexslider .flex-control-paging{
    display: block;
}
.flex-direction-nav .flex-next{
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.flex-direction-nav .flex-prev{
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.flexslider:hover .flex-prev{
    left: 15px !important;
}
.flexslider:hover .flex-next{
    right: 15px !important;
}
.flexslider .slides > li{
    position: relative;
}
.flexslider .slides > li .banner-description{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flexslider .slides > li .banner-description h3{
    font-size: 50px;
    color: white;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.flexslider .slides > li .banner-description h4{
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
    border-bottom: 1px solid white;
    display: inline-block;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    position: relative;
}
.flexslider .slides > li .banner-description p{
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
}
.flexslider .slides > li .banner-description a{
    color: white;
    font-size: 14px;
    padding: 4px 30px 8px 30px;
    border-radius: 20px;
    border: 1px solid white;
    display: inline-block;
    background-color: #7ea643;
}
.flexslider .slides > li .banner-description a:hover{
    background-color: #258cca;
}
/*=================== Home banner product style ===================*/
#home_banner_product{
    overflow: hidden;
    padding-bottom: 50px;
}
#home_banner_product .box-thumbnail{
    padding-top: 100%;
}
#home_banner_product .ha_box_header > h2{
    margin: 50px 0 50px 0;
}
#home_banner_product .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home_banner_product .item > .box-thumbnail{
    border-radius: 50%;
}
#home_banner_product .item > h3{
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
}
/*#home_banner_product [class*=col]{
    margin: 0;
    padding: 0;
}
#home_banner_product .box-thumbnail .thumbnail-lazy{
    border: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-image: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}
#home_banner_product .box-thumbnail .thumbnail-lazy h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3% 0;
    color: var(--black-color-1);
}
#home_banner_product .box-thumbnail .thumbnail-lazy p{
    line-height: 1.5em;
    font-size: 15px;
    color: var(--gray-color-1);
    width: 80%;
}
#home_banner_product .child > [class*=col]:first-child .thumbnail-lazy, #home_banner_product .child > [class*=col]:last-child .thumbnail-lazy{
    background-color: #f8f8f8;
}
#home_banner_product .box-thumbnail .thumbnail-lazy img{
    width: auto;
}
#home_banner_product .box-thumbnail .thumbnail-lazy .image img:nth-child(2){
    display: none;
}
#home_banner_product .box-thumbnail .thumbnail-lazy:hover{
    background-color: var(--orange-color) !important;
}
#home_banner_product .box-thumbnail .thumbnail-lazy:hover *{
    color: var(--white-color) !important;
}*/
/*=================== Home comments style ===================*/
#home_comments{
    background: url("/public/uploads/images/background/comment_bg.jpg") no-repeat center;
    background-size: cover;
    color: var(--white-color);
    padding: 60px 0;
}
#home_comments .top > .left .head{
    margin-bottom: 20px;
    width: 100%;
}
#home_comments .top > .left .head > .left{
    float: left;
}
#home_comments .top > .left .head > .left h2{
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
#home_comments .top > .left .head > .left h3{
    margin: 5px 0 0 0;
    font-size: 32px;
    font-weight: 200;
    word-spacing: 5px;
    letter-spacing: 2px;
}
#home_comments .top > .left .head > .right{
    float: left;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.2);
    padding: 5px;
    text-align: center;
    margin: -10px 0 0 20px;
}
#home_comments .top > .left .head > .right h1{
    margin: 0;
    font-weight: 700;
    font-size: 50px;
}
#home_comments .top > .left .head > .right h4{
    margin: 0;
}
#home_comments .top > .left p{
    font-size: 14px;
}
#home_comments .top > .left span{
    color: var(--orange-color);
}
#home_comments .top > .right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
#home_comments .top > .right .nav-tabs{
    border: 0;
    width: 90%;
}
#home_comments .top > .right .nav-tabs>li{
    width: 25%;
    padding: 2px;
}
#home_comments .top > .right .nav-tabs>li>a{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: 3px solid var(--white-color) !important;
    border-radius: 0 !important;
}
#home_comments .top > .right .nav-tabs>li>a:hover, #home_comments .top > .right .nav-tabs>li.active>a{
    border: 3px solid var(--orange-color) !important;
}
#home_comments .top > .right .nav-tabs>li>a img{
    width: 100%;
    transition: all 0.5s;
}
#home_comments .top > .right .nav-tabs>li>a:hover img{
    transform: scale(1.2);
}
#home_comments .bot{
    margin-top: 40px;
}
#home_comments .bot .head h2{
    font-size: 42px;
    margin: 0;
    font-weight: 200;
}
#home_comments .bot .head h2 strong{
    font-size: 60px;
}
#home_comments .bot .head{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #949494;
}
#home_comments .bot .middle p{
    font-size: 15px;
}
#home_comments .bot .middle p:last-child{
    font-size: 14px;
    color: var(--white-color);
    margin-top: 20px;
    font-style: italic;
}
#home_comments .bot .footer{
    margin-top: 30px;
}
#home_comments .bot .footer img{
    margin-right: 6px;
}
#home_comments .bot .right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#home_comments .bot .footer span{
    display: inline-block;
    float: right;
    border-bottom: 1px solid #949494;
    border-top: 1px solid #949494;
    height: 44px;
    line-height: 44px;
    margin-top: 3px;
    font-weight: 600;
}
#home_comments .box-thumbnail{
    padding-top: 100%;
}
/*=================== Home news style ===================*/
#home_products{
    background: url("/public/uploads/images/background/product_bg_bg.jpg") top left;
    padding-bottom: 50px;
}
.product_category{
    padding: 40px 0;
}
.product_category .item .images{
    width: 75%;
}
.product_category .item ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.product_category .item .box-thumbnail{
    padding-top: 129.43%;
}
.product_container .item .box-thumbnail .thumbnail-lazy{
    background-color: transparent;
    border: 0;
    background-image: none;
}
.product_category .owl-carousel .item img{
    width: auto;
}
.product_category .owl-carousel .item li > div{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 15px 0;
    float: left;
}
.product_category .owl-carousel .item li > div:hover img{
    animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.product_category .row-eq-height > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_category .owl-carousel .item li > div > div{
    margin-left: 20px;
}
.product_category .owl-carousel .item li > div > div h4{
    margin: 0 0 10px 0;
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 600;
}
.product_category .owl-carousel .item li > div p{
    margin: 0;
    font-size: 16px;
    color: var(--black-color-2);
    line-height: 1.5em;
    font-style: italic;
}
.product_category .owl-theme .owl-dots .owl-dot.active span{
    background: var(--orange-color);
    width: 25px;
}
.read_more_1{
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: var(--white-color);
    padding: 7px 50px;
    display: inline-block;
    margin: 25px 0 60px 0;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.5s all;
}
.read_more_1:hover{
    background-color: transparent;
    color: var(--orange-color);
}
/*=================== Home news style ===================*/
#home_news {
    padding: 50px 0 90px 0;
    text-align: center;
}
#home_news .read-more {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: var(--white-color);
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 30px;
    transition: 0.5s all;
}
.read-more:hover{
    border-color: var(--orange-color) !important;
    background-color: var(--orange-color) !important;
}
.vtc-box-new .item h3{
    font-size: 14px;
}
.vtc-box-new .item .new_head .pull-left{
    font-size: 12px;
}
.vtc-box-new .item .new_head .pull-right > span{
    margin-left: 5px;
}
.vtc-box-new .item .new_head .pull-right > span img{
    margin-right: 5px;
    width: 15px;
}
.owl-tab-products .owl-nav [class*=owl-]{
    position: absolute;
    top: 45%;
    margin: 1px;
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 0;
    background-color: #949697;
}
.owl-tab-products .owl-nav .owl-prev{
    left: 0;
}
.owl-tab-products .owl-nav .owl-next{
    right: 0;
}
#home_products .nav-tabs{
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0 25px 0;
}
#home_products .nav-tabs > li > a{
    border-radius: 20px;
    background-color: white;
    border: 2px solid #ccc !important;
    margin: 0 10px;
    color: var(--black-color-1);
    font-size: 14px;
    min-width: 170px;
    text-align: center;
}
#home_products .nav-tabs > li.active a, #home_products .nav-tabs > li a:hover{
    border: 2px solid var(--orange-color) !important;
    color: var(--orange-color);
}
.grid_view_mode .item{
    margin: 0;
}
#home_register .row .col-sm-6 .bg{
    background-color: purple;
    padding: 30px;
    width: 100%;
    height: 100%;
}
#home_register .row .col-sm-6 .bg .heading{
    border-bottom: 1px solid #ffffff36;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#home_register .row .col-sm-6 .bg .heading .heading-title h3{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
#home_register .row .col-sm-6 .bg .heading .heading-title p{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin: 15px 0;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon{
    margin-bottom: 15px;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon a{
    margin-left: 15px;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon a .zmdi-facebook{
    background: #3b5999;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon a .zmdi-twitter{
    background: #1dcaff;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon a .zmdi-youtube-play{
    background: #ea4237;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon a:first-child{
    margin-left: 0;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon i{
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s all;
    border: 1px solid #fff;
}
#home_register .row .col-sm-6 .bg .heading .heading-icon i:hover{
    font-size: 1.1em;
}
#home_register .row .col-sm-6 .bg .content form{
    margin-top: 30px;
}
#home_register .form-group label{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
#home_register .row .col-sm-6 .bg .content form .form-group textarea{
    height: 80px;
}
#home_register .row .col-sm-6 .bg .content form .form-control{
    border: 0 !important;
    border-radius: 4px !important;
}
#home_register .row .col-sm-6 .bg .content form .form-control:focus{
    background-color: #ffe59c;
    color: #b26628;
}
#home_register .row .col-sm-6 .bg .content form button{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
    padding: 8px 30px;
    margin-top: 20px;
    transition: 0.5s all;
}
#home_register .row .col-sm-6 .bg .content form button:hover{
    background-color: #fff;
    color: var(--orange-color);
}
.page-contact-us > .row{
    margin: 0;
}
.page-contact-us > .row > [class*=col-] {
    padding: 0;
}
@media screen and (max-width: 991px){
    #home_comments .top > .left .head > .right h4{
        font-size: 16px;
    }
    #home_comments .top > .left .head > .right h1{
        font-size: 40px;
    }
    #home_comments .bot .head h2{
        font-size: 32px;
    }
    #home_comments .bot .head h2 strong{
        font-size: 44px;
    }
}

@media screen and (max-width: 480px){
    #home_comments .bot .footer span{
        width: 100%;
        margin: 20px 0;
    }
    #home_comments .top> .right{
        margin-top: 20px;
        justify-content: center;
    }
    #home_comments .top> .left .head> .left h2{
        font-size: 24px;
    }
    #home_comments .top> .left .head> .left h3, #home_comments .bot .head h2{
        font-size: 28px;
    }
    #home_comments .bot .head h2{
        font-size: 32px;
    }
    #home_products .nav-tabs{
        flex-direction: column;
    }
    #home_products .nav-tabs > li{
        width: 100%;
    }
    #home_products .nav-tabs > li > a{
        width: 100%;
        margin: 10px 0;
    }
}