@charset "utf-8";
/* CSS Document */
a:focus, a:hover{
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

iframe{
    width: 100% !important;
}

section{
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

a:focus {
    outline: none;
}

.p50b{
    padding-bottom: 50px;
}

.p50t{
    padding-top: 50px;
}

.p100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.p100t{
    padding-top: 100px;
}

.p100b{
    padding-bottom: 100px;
}

.p70{
    padding-top: 70px;
    padding-bottom: 70px;
}

button{
    background-color: unset;
}

@media(max-width:768px){
    .p100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .p70{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p100t{
        padding-top: 50px;
    }

    .p100b{
        padding-bottom: 50px;
    }

}

.txtc{
    text-align: center;
}

img{
    max-width: 100%;
}

section{
    display: block;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h3{
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
}

h2{
    font-size: 40px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 700;
    margin-top: 0;
}

.specal-button{
    text-transform: uppercase;
    padding: 12px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.specal-button button, .specal-button .button{
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 3;
}

.specal-button:before, .specal-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.specal-button:after {
    background-color: #253241;
    width: 140%;
    left: -20%;
    z-index: 1;
    transform-origin: 0 50%;
    transform: skew(-35deg) scaleX(0);
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.specal-button:hover:after {
    transform: skew(-35deg) scaleX(1);
}

.sec-title h2:last-child{
    padding-right: 0;
}

.info-right{
    z-index: 5;
}

.info-area .content-inner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-area .title{
    padding: 100px 150px 100px 80px;
}

.info-area .info-inner{
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: 2;
    margin-left: 10%;
}

.info-area .info-inner:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(16,22,29,0.85);
    transform: skew(15deg);
    top: 0;
    z-index: -1;
 }

.info-area .content-box{
    position: relative;
    height: 100%;
}

.info-area .link-box{
    margin-top: 30px;
}

.info-area .link-box span{
    float: right;
    width: 150px;
    height: 4px;
    margin: 5px 20px;
    margin-top: 50px;
}

.info-area .link-box a{
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    padding-right: 15%;
    margin-top: 50px;
}

.info-area h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}

.info-area h2 span{
    display: block;
}

.info-area .text{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.info-area .car-left{
    position: absolute;
    bottom: 100px;
    left: -65px;
    z-index: 4;
}

.info-area .car-right{
    position: absolute;
    bottom: 40px;
    right: -90px;
    z-index: 4;
}

@media(max-width: 1907px){
    .info-area .title{
        padding: 100px 150px 150px 80px;
    }

    .info-area .car-left img{
        width: 75%;
    }

    .info-area .car-right img{
        width: 70%;
    }

    .info-area .car-right{
        right: -27%;
    }

    .info-area .car-left{
        bottom: 50px;
    }
}

@media(max-width: 1365px){
    .info-area .car-left img{
        display: none;
    }

    .info-area .car-right img{
        display: none;
    }
}
/*Header*/

header .goog-te-gadget .goog-te-combo {
    margin: 6px 0 0;
    background: #0e141e;
    color: #fff;
    outline: none!important;
    border: 1px solid #2d48c3;
    padding: 5px 2px;
    border-radius: 3px;
    cursor: pointer;
}

header .goog-te-gadget {
    font-size: 0;
}

header .goog-te-gadget span {
    display: none;
}

#translate_select {
    position: absolute;
    right: 10px;
    top: 0;
}

.header-info{
    font-size: 13px;
    font-weight: 500;
}

.header-info:before {
    content: '';
    position: absolute;
    width: 800px;
    left: 0;
    top: 0;
    bottom: 0;
}

.header-info .info{
    z-index: 1;
}

.header-info ul{
    float: right;
}

.header-info li{
    display: inline-block;
    position: relative;
    float: left;
}

.header-info li.email{
    padding: 10px 0;
}

.header-info li.email:after {
    content: '';
    position: absolute;
    left: -45px;
    border-style: solid;
    border-width: 28px;
    bottom: 0;
    top: -11px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-color: #253241 #253241 transparent transparent;
}

.header-info li.email a, .header-info li.address a{
    border-right: 1px solid rgba(255,255,255,.5);
    padding: 0 20px;
}

.header-info li.address{
    padding: 10px 230px 10px 0;
}

.header-info li.telephone{
    padding: 10px 20px;
    margin-left: 20px;
}

.header-info li.telephone i{
    padding-right: 10px;
}

.menu-header .logo img{
    max-width: 135px;
}

.menu-header.menu-header-fix .logo img{
    padding: 15px 0;
}

@media(max-width: 768px){
    .menu-header .logo img{
        padding: 15px 0;
    }
}

.main-menu {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-menu li a{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
/*End Header*/
.about-us-area h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-us-inner{
    margin-bottom: 30px;
}

.about-us-inner .icon{
    margin-bottom: 30px;
}

@media (min-width: 992px){
    .about-us-inner{
        border-right: 1px solid #ddd;
    }

    .about-us-inner:last-child{
        border-right: unset;
    }

    .about-us-area .details{
        width: 80%;
        margin: auto;
    }
}



.main-product figure{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s ease;
    position: relative;
}

.main-product .product-detail .button-link{
    position: absolute;
    top: 40%;
    left: 30%;
    opacity: 0;
    transform: translateX(-7px);
    transition: 0.3s ease .1s;
}

.main-product .product-detail .button-link a{
    padding: 10px 20px;
    float: left;
}

.main-product .product-detail:hover .button-link{
    opacity: 1;
    transform: translateX(0);
}

.main-product .product-box .button-link .info{
    position: relative;
    transition: .2s ease;
}

.main-product .product-detail .image-box{
    position: relative;
    transition: .2s ease;
}

.main-product .product-detail:hover .image-box:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #253241;
    opacity: 0.8;
}

.main-product .product-name{
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    transition: .2s ease;
}

.main-product .product-info {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    transition: .2s ease;
}

.main-product .product-detail:hover .product-info{
    border-top: 1px solid #dddddd36;
}

.main-product .product-detail:hover .product-info a{
    border-right: 1px solid #dddddd36;
}

.main-product .product-detail:hover .product-info :last-child{
    border-right: unset;
}

.main-product .product-info a{
    border-right: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    transition: .2s ease;
}

.main-product .product-info i{
    padding-right: 10px;
    padding-left: 0;
}

.main-product i, .button-link i{
    padding-left: 10px;
}

.main-product .product-info a:last-child, .product-by-type .main-product .product-info a:last-child{
    border-right: unset;
}

.main-product.owl-carousel .owl-buttons div i{
    margin: 0;
    font-size: 23px;
}

.main-product.owl-carousel .owl-controls i{
    padding-left: 0;
}

.main-product.owl-carousel .owl-buttons .owl-prev, .main-product.owl-carousel:hover .owl-buttons .owl-prev{
    right: 455px;
    left: unset;
    opacity: 1;
    top: -120px;
}

.main-product.owl-carousel .owl-buttons .owl-next, .main-product.owl-carousel:hover .owl-buttons .owl-next{
    right: 400px;
    left: unset;
    opacity: 1;
    top: -120px;
}

.main-product.owl-carousel .owl-buttons .owl-prev, .main-product.owl-carousel .owl-buttons .owl-next{
    padding: 10px 20px;
}

@media(max-width: 1366px){
    .main-product.owl-carousel .owl-buttons .owl-prev, .main-product.owl-carousel:hover .owl-buttons .owl-prev{
        right: 200px;
    }

    .main-product.owl-carousel .owl-buttons .owl-next, .main-product.owl-carousel:hover .owl-buttons .owl-next{
        right: 145px;
    }
}

.specialization-slide{
    margin-bottom: 30px;
}

.button-all{
    margin-top: 20px;
}

.button-all .button-link{
    display: inline-block;
    margin-top: 30px;
}

.button-all a{
    padding: 10px 20px;
    float: left;
}

.products-title{
    margin-bottom: 50px;
}

.product-by-type figure{
    margin: 0;
    margin-bottom: 30px;
}

.product-by-type .main-product .product-info{
    border-top: unset;
}

.product-by-type .main-product .product-name{
    padding-bottom: 0;
}

.product-by-type .main-product .product-price {
    border-top: 1px solid #4e4e4e;
}

.product-by-type .main-product .product-info a {
    border-right: 1px solid #4e4e4e;
    opacity: 0.7;
}

.product-by-type .main-product .product-detail:hover .product-info {
    border-top: unset;
}

.product-by-type .main-product .product-detail:hover .product-price {
    border-top: 1px solid #dddddd36;
}

.product-by-type .product-price {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-block a h4{
    font-size: 17px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    float: left;
}

.news-block .caption-box{
    text-align: justify;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}

.news-block .caption-box ul{
    float: left;
}

.news-block .caption-box ul li{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    opacity: 0.8;
}

.news-block .button-link{
    background-color: unset;
    text-align: left;
}

.news-block .button-link a{
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    transition: .2s ease-out;
    font-weight: 700;
}

.news-block .button-link a:before {
    -webkit-transition: -webkit-transform .2s ease-out .2s;
    transition: -webkit-transform .2s ease-out .2s;
    -o-transition: transform .2s ease-out .2s;
    transition: transform .2s ease-out .2s;
    transition: transform .2s ease-out .2s,-webkit-transform .2s ease-out .2s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #1c68c5;
}

.news-block .button-link a:hover:before {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.news-block .button-link a:after {
    background-color: #253241;
    content: '';
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 2;
}

.news-block .button-link a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.news-block .button-link a:hover:before{
    background-color: #253241;
}

.form-change .act-car-img{
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 35%;
}

.form-change .new-car, .form-change .old-car{
    position: relative;
    padding: 155px 0 55px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.form-change .new-car{
    background-image: url(images/banner-custom-bg-1-min.png);
}

.form-change .old-car{
    background-image: url(images/banner-custom-bg-2-min.png);
}

.form-change .new-car:before {
    position: absolute;
    border-width: 17px;
    border-style: solid;
    content: '';
    bottom: 0;
    left: 0;
    border-color: transparent transparent #fff #fff;
}

.form-change .old-car:before {
    position: absolute;
    border-width: 17px;
    border-style: solid;
    content: '';
    top: 0;
    right: 0;
    border-color: #fff #fff transparent transparent;
}

.box.module-carousel .owl-wrapper-outer .owl-item .item img{
    width: 100%;
}

.work-area .details{
    position: relative;
    padding-top: 130px;
}

.fancy-text-number:before{
    content: '';
    position: absolute;
    font-size: 100px;
    line-height: 1;
    top: 0;
    left: 30%;
    font-weight: 700;
}

.work-inner:first-child .fancy-text-number:before{
    content: '01';
}

.work-inner:nth-child(2) .fancy-text-number:before{
    content: '02';
}

.work-inner:nth-child(3) .fancy-text-number:before{
    content: '03';
}

.work-inner:nth-child(4) .fancy-text-number:before{
    content: '04';
}

.fancy-text-number:after {
    opacity: 1;
    content: '';
    position: absolute;
    left: 50%;
    top: 20%;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    transform: translate3d(-50%,-50%,0);
}

.work-inner {
    position: relative;
}

.work-inner .details:before {
    content: '';
    position: absolute;
    width: 160px;
    top: 20%;
    height: 2px;
    left: -30%;
    overflow: hidden;
    background-position: bottom;
    -webkit-background-size: 5px 3px;
    background-size: 5px 3px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,#253241 40%,rgba(255,255,255,0) 0);
}

.work-inner:first-child .details:before{
    display: none;
}

.work-inner .info{
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    display: inline-block;
}

.form-change{
    margin-top: 100px;
}

footer{
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.footer-type{
    text-align: center;
}

.logo-footer img{
    max-height: 65px;
    margin-bottom: 30px;
}

.owl-carousel{
    margin: 0 !important;
}

.social-links li{
    display: inline-block;
    padding-right: 5px;
}

.social-icon-two a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: .3s ease;
    float: left;
    padding: 10px;
}

.info-footer .name{
    margin-bottom: 35px;
}


.ic{
    margin-right: 10px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

footer h2{
    font-size: 17px;
    margin-bottom: 35px;
}

.menu-footer li{
    margin-bottom: 15px;
}

.menu-footer a:before{
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}

.module-carousel .owl-carousel .owl-buttons, .module-carousel .owl-carousel:hover .owl-buttons{
    display: none;
}

.footer-top{
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footer-bottom{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}


.over-form-info{
    box-shadow: 0 5px 35px 5px rgb(0 0 0 / 12%);
    border-bottom: 3px solid;
    padding: 60px 50px;
    margin-top: -100px;
    z-index: 10;
}

.title-form{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.title-form span{
    margin-right: 7px;
    font-size: 17px
}

.bottom-form-info .title-form{
    opacity: 0;
}

.info-right input{
    background: #f2f6f7 !important;
    color: #666;
    border: none;
    min-height: 60px;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    transition: unset;
}

.page-title {
    background-image: url(images/title-bg.jpg);
    text-align: center;
}

.page-title a{
    font-size: 14px;
}

.title-box{
    padding: 100px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.title-box:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(16,22,29,0.8);
    transform: skew(15deg);
    top: 0;
    left: 0;
    z-index: -1;
}

.page-title a{
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    opacity: 0.7;
    font-weight: 400;
}

.page-title a:first-child{
    padding-left: 0;
}

.page-title a:last-child{
    padding-right: 0;
    opacity: 1;
    font-weight: 500;
}

.page-title a:first-child:before{
    display: none;
}

.page-title a:before{
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.page-title .bread-crumb{
    margin-top: 15px;
}

.filter{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.product-filter{
    text-align: right;
}

.product-filter .limit, .product-filter .sort{
    display: inline-block;
}

.product-filter .limit select, .product-filter .sort select{
    border: 1px solid #dadada;
}

.product-filter .limit{
    margin-right: 30px;
}

.product-detail h5{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #253241;
    margin-top: 0;
}

.car-description{
    margin-bottom: 30px;
    color: #253241;
    font-family: 'Roboto', sans-serif;
}

.car-specifications li{
    font-size: 13px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    float: left;
}


.car-specifications li:nth-child(odd){
    width: 60%;
}

@media(max-width: 768px){
    .car-specifications li{
        width: 100% !important;
    }
}

.button-content{
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.button-content span{
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}

.button-content a{
    display: block;
    background-color: #f1f5fa;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.button-content a i{
    padding-left: 10px;
}

.product-box .clearfix{
    position: relative;
}

.border-box{
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}

.border-box .product-image image{
    padding: 0 15px;
}

.info-product-details .price{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

body:not(.common-home) .specifications button, body:not(.common-home) .desc-short{
    margin-top: 26px;
}

.title-info-product h2{
    display: block;
    font-size: 25px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    margin-top: 50px;
    border-bottom: 1px solid #eee;
}

.blog-list-inner figure{
    position: relative;
}

figure img{
    width: 100% !important;
}

.blog-list-inner .caption-box h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 30px;
}

.blog-list-inner .desc-short{
    font-family: 'Roboto', sans-serif;
}

.blog-list-inner .inner-box{
    width: 100%;
}

.blog-list-inner .info.date{
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 20px;
    font-weight: 600;
}

#column-right{
    margin-top: 70px;
}

.right-title{
    position: relative;
    overflow: hidden;
    padding: 20px 30px 20px 50px;
    font-size: 15px;
    line-height: 38px;
    box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
    text-transform: uppercase;
}

.right-title:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    border-left-color: #2c8bff;
    border-top-color: #2c8bff;
}

.right-title h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.main-blog .border-box:first-child{
    padding-top: 0;
}

.background-box{
    background-color: #f1f5fa;
    padding: 20px 40px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.box-box a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.border-box-box{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.border-box-box:last-child{
    border-bottom: unset;
}

.item-pro-column figcaption, .item-column figcaption .name{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
}

.item-column figure{
    margin-bottom: 0;
}

.item-column .price{
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.item-column .image{
    padding: 0;
}

@media(min-width: 768px){
    .blog-list-inner{
        padding-right: 50px;
    }
}

.contact-content{
    background-color: #f1f5fa;
    padding: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
    height: 178px;
}

.contact-content h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}

.contact-content p{
    margin-bottom: 0;
}

.contact i {
    color: #fff;
    font-size: 25px;
}

.linearicons-font {
    position: relative;
}

.contact-content p a{
    color: #333;
}

.linearicons-font:before{
    font-family: 'LineariconsFree', sans-serif;
    font-weight: 400;
    position: absolute;
    top: -65px;
    width: 80px;
    height: 80px;
    left: calc(100% - 40px );
    vertical-align: middle;
    padding: 25px;
    font-style: normal;
}

.linearicons-map-marker:before {
    content: "\e833";
    background-color: #253241;
}

.linearicons-map:before {
    content: "\e834";
    background-color: #1c68c5;
}

.linearicons-envelope:before {
    content: "\e818";
    background-color: #253241;
}

.linearicons-phone-handset:before {
    content: "\e830";
    background-color: #1c68c5;
}

.contact .buttons .specal-button{
    display: inline-block;
    padding: 10px 30px;
}

.contact input, .contact textarea{
    border: 1px solid #ddd;
    width: 100%;
    color: #aaa;
    line-height: 1;
    padding: 13px 20px;
    border: 1px solid;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 13px;
}

.contact .write-comment p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.contact h2{
    margin-bottom: 20px;
    font-size: 28px;
}

.news-description{
    float: left;
    width: 100%;
}

.news-description h3, .desc-back h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 30px;
    text-transform: capitalize;
}

.news-description h3{
    padding-top: 50px;
}

.desc-back p,.news-description p, .news-description img {
    text-align: justify;
    padding: 10px 0;
    margin: 0;
}

.news-description ul li {
    list-style: disc;
    padding-left: 10px;
    margin-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.desc-back{
    float: left;
    width: 100%;
}

.main-product-details .reputable-supplier{
    margin-bottom: 70px;
}

#info-product{
    margin-top: 80px;
}

#info-product section, section.reputable-supplier {
    background-color: rgb(246, 246, 246);
    margin-bottom: 30px;
}

#info-product .txt, .reputable-supplier .txt {
    padding: 30px;
}

#info-product p{
    font-family: 'Roboto', sans-serif;
}

#info-product h2, .reputable-supplier h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#info-product h2:before, .reputable-supplier h2:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #228dcb;
    left: 0;
    bottom: 0;
}

#info-product h3 {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}

#info-product .imgb {
    padding: 0;
}

#info-product figure {
    margin: 0;
}

#info-product figcaption {
    text-align: justify;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}

#info-product figcaption:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ddd;
    top: 0;
    left: 0;
}

#info-product figcaption p:first-child {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

#info-product .gal {
    margin-top: 20px;
}

#info-product .gal div {
    padding-left: 5px;
    padding-right: 5px;
}

#info-product .gal figure {
    margin-top: 10px;
}

#info-product .set {
    text-align: center;
    padding: 30px 0;
}

#info-product .set h2, .reputable-supplier h2 {
    margin-bottom: 40px;
}

#info-product .set h2:before {
    left: 48%;
}

#info-product .nav, #info-product #nav1 {
    display: inline-block;
}

#info-product .set .container{
    width: 100%;
}

#info-product .set a.drop-button {
    padding: 10px 20px;
}

#info-product .set a.drop-button:after{
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

#info-product .set a {
    border-radius: 5px;
    background-color: #fff;
    margin: 0 20px;
    color: #333;
}

.drop-box .drop-button {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 6px 12px #4e4e4e5c;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
    left: 0;
    right: 0;
    margin-top: 5px;
}

.drop-box .drop-content .drop-description ul.list-link {
    list-style: none;
    padding: 0;
}

.drop-box .drop-content .drop-description ul.list-link li {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
}

.drop-box .drop-content .drop-description ul.list-link li:first-child{
    padding-top: 10px;
}

.drop-box .drop-content .drop-description ul.list-link li:hover{
    background-color: #228dcb;
}

.drop-box .drop-content .drop-description ul.list-link li:hover a{
    color: #fff;
}

#info-product .nav-tabs>li.active>a, #info-product .nav-tabs>li.active>a:hover, #info-product .nav-tabs>li.active>a:focus, #info-product .tab-content, #info-product .nav-tabs {
    border: none;
}

#info-product .nav, #info-product #nav1 {
    display: inline-block;
    margin-bottom: 20px;
}

#info-product .nav-tabs>li.active>a {
    background-color: #102b4e;
    color: #fff;
}

#info-product .tab-content table {
    background-color: #fff;
    width: 100%;
    font-size: 13px;
    color: #666;
    text-align: left;
}

#info-product .tab-content table .title {
    font-size: 14px;
    font-weight: 700;
}

#info-product .tab-content table td {
    padding: 15px 25px;
    border: 1px solid #ddd;
}

.news-description{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.news-description figure{
    text-align: center;
}

.news-description figure figcaption{
    font-style: italic;
    padding: 10px 0;
}

.news-description h4 {
    font-size: 23px;
    font-weight: 500;
    padding-top: 20px;
}

.news-description table {
    width: 100%;
    margin: 20px 0;
}

.news-description table tr:nth-child(odd) {
    background-color: #fff!important;
}

.news-description table tr:nth-child(even) {
    background-color: #f9f9f9!important;
}

.news-description table tr:first-child {
    font-weight: bold;
}

.news-description table td {
    padding: 20px 10px;
    border: 1px solid #ececec;
}

.order-form tr:nth-child(even){
    border: 1px solid #ddd;
}

.order-form .title-form{
    display: block;
    background-color: #1c68c5;
    color: #fff;
    padding: 20px 0;
}

.order-form .title-form h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.order-form .title-form p{
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
    font-weight: 500;
}

.order-form .table{
    padding: 20px;
}

.order-form table{
    width: 100%;
}

.modal-body{
    padding: 0;
}

.modal-body button span{
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.order-form .specal-button{
    width: 30%;
    margin: 30px auto;
}

.menuFixed {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translate(0%,-50%);
    z-index: 999;
    cursor: pointer;
    pointer-events: none;
}

.menuFixed li {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    color: #fff;
    width: 100%;
    height: 0;
    right: 0;
    clear: both;
}

.menuFixed li a {
    color: #fff;
}

.menuFixed li .divText {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding-right: 50px;
    z-index: 1;
    background-color: #24292f;
    border-top: solid 1px #666;
    transform: translateX(100%);
    transition: all 0.5s ease;
    pointer-events: auto;
}

.menuFixed li:hover .divIcon {
    background-color: #102b4e;
}

.menuFixed li:hover .divText{
    background-color: #1c68c5;
}

#menuFixed:hover li .divText {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.menuFixed li .divText>span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding: 13px 10px 0 25px;
}

.menuFixed li .divIcon {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 49px;
    height: 50px;
    top: 0;
    right: 0;
    background-color: #4d4d4d;
    border-top: solid 1px #666;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: auto;
    font-size: 22px;
    line-height: 30px;
}

img {
    transition: opacity 1s;
    opacity: 1;
}

.module_banner .col-md-4{
    padding: 0;
} 

.price-list .specal-button{
    display: inline-block;
    padding: 12px 20px;
    width: 45%;
}

.price-list .note{
    display: inline-block;
    width: 50%;
    float: right;
}

.price-list a{
    color: #333;
}

.price-list table td:last-child{
    text-align: center;
}

.price-list span{
    font-size: 13px;
    font-style: italic;
}

.price-list .col-md-6{
    padding: 0;
}

.contents.desc figure, .contents.desc .item, .contents.desc .items, .contents.desc .video_about, hr {
    float: left;
    width: 100%;
}

.main-blog .desc-short{
    margin-top: 0 !important;
    margin-bottom: 50px;
}

.contents.desc section{
    margin-bottom: 30px;
}

.contents.desc h3{
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000;
}

.contents.desc h4{
    font-size: 33px;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px;
    font-weight: 400;
    margin-top: 50px;
    color: #000;
    float: left;
    width: 100%;
}

.contents.desc h4:before{
    content: '';
    width: 100px;
    height: 5px;
    background-color: #1c68c5;
    position: absolute;
    top: 0;
    left: 0;
}

.contents.desc h5{
    font-size: 27px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}

.contents.desc .item{
    margin-top: 50px;
    margin-bottom: 50px;
}

.contents.desc .items{
    margin-top: 0;
    margin-bottom: 50px;
}

.contents.desc .scroll_tab{
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.contents.desc .scroll_tab a{
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.contents.desc .scroll_tab ul{
    display: block;
}

.contents.desc .scroll_tab ul li {
    display: inline-block;
    padding: 0 15px;
}

.contents.desc .scroll_tab ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.contents.desc .scroll_tab a:after{
    content: '\f078';
    color: #C1C1C1;
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    padding-top: 5px;
}

.contents.desc .scroll_tab a:hover:after{
    color: #1c68c5;
}

.contents.desc figure p{
    color: #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.contents.desc figure span{
    display: block;
    text-align: center;
}

.contents.desc .gallery_img .col-md-6{
    padding-right: 5px;
    padding-left: 5px;
}

.contents.desc .gallery_img .col-xs-6:first-child{
    padding-right: 5px;
    padding-left: 0;
}

.contents.desc .gallery_img .col-xs-6:last-child{
    padding-right: 0;
    padding-left: 5px;
}

.contents.desc .gallery_img img{
    margin-bottom: 10px;
}

.contents.desc .slide-details img{
    width: 100%;
}

.contents.desc .owl-controls .owl-page span{
    border-radius: unset;
    width: 50px;
    height: 5px;
}

.contents.desc .owl-controls .owl-pagination{
    margin-bottom: 50px;
}

.contents.desc .drag_image{
    text-align: center;
}

.contents.desc ul {
    margin-left: 30px;
}

.contents.desc ul li{
    list-style-type: disc;
    padding-left: 10px;
}

@media (min-width: 1910px){
    .container{
        width: 1370px;
    }
}

@media (min-width: 1367px){
    .news-block .inner-box{
        width: 95%;
        margin: auto;
    }
}

@media (min-width: 768px){
    .work-inner .info{
        width: 90%;
    }

    .info-footer{
        padding-right: 60px;
    }
    .contact .content{
        padding-left: 30px;
    }
}

@media(max-width: 1366px){
    .over-form-info{
        margin-top: -50px;
    }

@media (max-width: 992px){
    .main-product.owl-carousel .owl-buttons{
        text-align: center;
        margin-top: 20px;
    }

    .main-product.owl-carousel .owl-buttons .owl-prev, .main-product.owl-carousel .owl-buttons .owl-next{
        display: inline-block;
        position: relative;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 768px){
    h2{
        font-size: 24px;
        line-height: 30px;
    }

    .products-title{
        margin-bottom: 30px;
    }

    .contact-content{
        margin-top: 70px;
    }

    .main-menu-mb{
        padding-right: 30px;
        padding-top: 15px;
    }

    .bread-crumb{
        display: none;
    }

    .title-box{
        padding: 20px 0;
    }

    .title-box:before{
        display: none;
    }

    .product-filter{
        text-align: left;
    }

    .product-filter div{
        margin-bottom: 10px;
    }

    .button-content{
        top: 20px;
        right: 20px;
    }

    .product-box .product-detail{
        margin-top: 30px;
    }

    .button-content a{
        display: none;
    }

    .over-form-info{
        margin-top: 30px;
        border-bottom: unset;
        width: 85%;
    }

    .info-area .car-left, .info-area .car-right{
        display: none;
    }

    .info-area .info-inner:before{
        transform: unset;
    }

    .info-area .info-inner{
        margin-left: 0;
        width: 100%;
    }

    .info-area .content-box{
        padding: 0;
    }

    .info-area .title{
        padding: 30px;
    }

    .info-area .background{
        display: none;
    }

    .info-area .content-inner{
        position: relative;
        width: 100%;
    }

    .info-area h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .info-area .text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .info-area .link-box a{
        font-size: 14px;
    }

    .info-area .link-box span{
        width: 100px;
    }

    .info-area .link-box{
        margin-top: 0;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

    .work-inner .details:before{
        display: none;
    }

    .work-inner{
        margin-bottom: 40px;
    }

    .work-inner .info{
        margin-top: 0;
    }

    .form-change .act-car-img{
        display: none;
    }

    .form-change .new-car, .form-change .old-car{
        padding: 50px;
        margin-bottom: 50px;
    }

    .form-change{
        margin-top: 0;
        padding-bottom: 0;
    }

    .blog-area {
        padding-bottom: 0;
    }

    .blog-area .news-block{
        margin-bottom: 50px;
    }

    .news-info .news-heading h1{
        font-size: 26px;
        line-height: 35px;
    }

    .news-description h3, .desc-back h2{
        font-size: 24px;
        line-height: 35px;
    }

    .desc-short h3{
        font-size: 17px;
        font-weight: 600;
        line-height: 30px;
    }

    #info-product h2, .reputable-supplier h2{
        font-size: 25px;
    }

    #info-product h3{
        font-size: 17px;
    }

    #info-product .set .col-xs-12{
        padding: 0;
    }

    .button-content{
        height: auto;
    }

    .main-product-details .slick-arrow{
        display: none !important;
    }
}

