﻿/**
 * Hon Rang - TABWEB
 * Copyright 2017
 * <www.tabweb.vn> *
 **/

.wrapper_about {
    max-width: 1280px;
    margin: 0 auto;
    width: 95%;
    /* float: left; */
    margin-top: 30px;
    width: 1150px;
}

.info_url {
    display: block;
    height: 47px;
    position: absolute;
    top: 9px;
}

.top_header_log > p {
    display: none;
}

.menu_mobile {
    width: 100% !important;
    position: absolute;
    background: #162133;
    z-index: 9999;
    left: 0;
    top: 65px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

li.menu_mobile_icon a {
    text-decoration: none;
    color: #ffffff;
    /* padding: 20px; */
}

li.menu_mobile_icon {
    /* padding: 20px; */
    position: relative;
    border-bottom: 1px solid #192b44;
}

    li.menu_mobile_icon:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 0;
        background: #0073d6;
        left: 0;
        top: 0;
        transition: 0.3s ease;
    }

    li.menu_mobile_icon:hover:after {
        height: 0;
    }

    li.menu_mobile_icon:hover > a {
        color: #0073d6;
    }



.top_header_log .info_url p:first-child {
    font-size: 23px;
    margin-bottom: 5px;
    line-height: 23px;
    height: 23px;
}

.menu_mobile {
    display: block !important;
}

li.menu_mobile_icon a i {
    float: right;
    font-size: 20px;
    padding-right: 20px;
}

section.content_left {
    z-index: 9;
    top: 65px;
    /* left: 7px; */
    width: 125px;
    height: 600px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    /* opacity: 0; */
    /* transition:opacity 0.5s linear; */
}

section.content_right {
    margin: 0 auto;
    width: 100%;
}

.body-light img {
    height: auto!important;
}

header.top_header > div {
    /* width: 33%; */
}

.top_header_menu {
    /* float: left; */
    /* max-width: 215px; */
    /* padding: 0; */
    /* margin: 0; */
}

    .top_header_menu > div {
        float: left;
        width: 50%;
    }
	.top_header_menu_logo{
		padding-top:10px;
	}

.top_header_log {
    /* padding: 27px 0; */
    /* font-size: 20px; */
    margin-left: 130px;
}

    .top_header_log a {
        /* font-size: 22px; */
        /* padding: 20px 0; */
    }

.top_header_contact {
    /* padding: 13px; */
}

.top_header_menu > div img {
    max-width: 100%;
}

.products_title {
    /* margin-top: 80px; */
}

    .products_title H2 {
        font-size: 30px;
        color: black;
        text-transform: uppercase;
    }

.contacts_title h2 {
    color: #333333;
    font-size: 30px;
}

header.top_header {
    /* height: 85px; */
    /* overflow: hidden; */
}

.top_header_menu {
    display: block !important;
    width: 125px;
    overflow: hidden;
    background: #162133;
    position: absolute;
}

.menu_left {
    margin-top: 60px;
}

section.content_left.active {
    max-height: 595px;
    overflow: visible;
    /* opacity: 1; */
    /* transition:opacity 0.5s linear; */
    position: absolute;
}

.range_bar ul li a {
    font-size: 18.3px;
    /* font-family: Helvetica-Light; */
    font-weight: 300;
}

.range_bar {
    background: #162133;
    margin-top: -5px;
    width: 100%;
    float: left;
}

    .range_bar ul li a {
        color: #ffffff;
        /* padding: 15px 25%; */
        /* box-sizing: border-box; */
        line-height: 30px;
        font-weight: lighter;
        font-size: 12px;
        text-transform: uppercase;
    }

    .range_bar ul li {
        float: left;
        width: 20%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        padding: 5px 0;
        position: relative;
    }

        .range_bar ul li:hover {
            background: #162133;
        }

            .range_bar ul li:hover a {
                /* font-weight: lighter; */
                font-family: Helvetica;
                font-weight: lighter;
            }

        .range_bar ul li:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #0073d6;
            transition: 0.3s ease;
        }

        .range_bar ul li:hover:after {
            width: 100%;
        }

        .range_bar ul li.active {
            background: white;
        }

            .range_bar ul li.active:hover a {
                color: #0073d6;
            }

            .range_bar ul li.active:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: #0073d6;
                transition: 0.3s ease;
            }

.products_content_text > span {
    font-family: Helvetica Neue;
    color: #808080;
    font-size: 14px;
}

.products_content_text {
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
}

.btn_content > DIV {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 4.5px 0px;
    margin-left: 25px;
}

.btn_content {
    max-width: 825px;
    margin: 50px auto 0;
    text-align: center;
}

    .btn_content > .item_info_more a {
        /* padding: 0; */
        font-size: 14px;
        padding: 15px 35px;
        box-sizing: border-box;
    }

.reason_item {
    width: 33.3333%;
    /* display: inline-block; */
    vertical-align: top;
    position: relative;
    float: left;
}

.reason_items_content.active.active2 {
    visibility: visible;
    opacity: 1;
}

.reason_item_title {
    position: absolute;
    background: rgba(18,70,130,.8);
    width: 100%;
    color: white;
    font-size: 17.5px;
    padding: 12px 20px 8px;
    BOX-SIZING: border-box;
    z-index: 2;
    text-transform: uppercase;
}

.reason_item:before {
    position: absolute;
    top: 44px;
    left:0;
    transition: opacity .25s;
    z-index: 1;
    background-color: rgba(18,70,130,.8);
    cursor: pointer;
    width: 100%;
    height: calc(100% - 44px);
    opacity: 0;
    content: "";
}

.reason_item:hover:before {
    opacity: 1;
}

.reason_item_sign:after {
    /* transform: rotate(90deg) translateZ(0) !important; */
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    transform: translateZ(0);
    border-radius: 0;
    background: #fff;
    width: 30px;
    height: 2px;
    content: "";
    z-index: 99;
}

.reason_item_sign:before {
    transform: rotate(90deg) translateZ(0) !important;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    transform: translateZ(0);
    border-radius: 0;
    background: #fff;
    width: 30px;
    height: 2px;
    content: "";
    z-index: 99;
}

.reason_item_sign {
    display: none;
}

.reason_item:hover .reason_item_sign {
    display: block;
}

.range_bar.product_range ul li {
    width: 16.666%;
}

.gallery_zoom {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(18,70,130,.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

    .gallery_zoom:active {
        display: none;
    }

.reason_items_content.active4 {
    max-height: 1000px !important;
}

div#links_product > ul > li:hover .gallery_zoom {
    opacity: 1;
}

.gallery_zoom i {
    background: none;
    color: white;
    font-size: 45px;
    margin-left: 48%;
    margin-top: 20%;
}

.style1_content {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.style1_text {
    text-align: justify;
    padding: 20px 0;
    color: #3c353f;
}

.reason_items_content.active.active3 {
    opacity: 1;
    visibility: visible;
}

.reason_item.active .reason_item_sign:before {
    display: none;
}

.reason_items {
    margin: 30px 0 60px;
    width: 100%;
    float: left;
    position:relative;
}

.reason_items_content {
    /* max-height: 0; */
    /* overflow: hidden; */
    /* transition: 0.3s ease; */
    /* width: 100%; */
    /* height: 100%; */
    display: none;
}

    .reason_items_content.active {
        /* max-height: 1000px; */
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
    }

    .reason_items_content .contacts_title {
        padding: 0 !important;
        /* margin: 0 36px 36px !important; */
    }

.list_reson {
    min-height: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

    .list_reson.active {
        max-height: 1000px;
        min-height: 300px;
    }


.blueimp-gallery > .next, .blueimp-gallery > .prev {
    font-family: Arial,sans-serif !important;
}

.demo-gallery > ul {
    margin-bottom: 0;
}

    .demo-gallery > ul > li {
        float: left;
        margin: 0;
        padding: 0;
        width: 32%;
        list-style: none;
        overflow: hidden;
        max-height: 211px;
    }

        .demo-gallery > ul > li a {
            /* border: 3px solid #FFF; */
            /* border-radius: 3px; */
            display: block;
            overflow: hidden;
            position: relative;
            float: left;
        }

            .demo-gallery > ul > li a > img {
                /* -webkit-transition: -webkit-transform 0.15s ease 0s; */
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                /* transition: transform 0.15s ease 0s; */
                /* -webkit-transform: scale3d(1, 1, 1); */
                /* transform: scale3d(1, 1, 1); */
                height: 100%;
                width: 100%;
            }

            .demo-gallery > ul > li a:hover > img {
                /* -webkit-transform: scale3d(1.1, 1.1, 1.1); */
                /* transform: scale3d(1.1, 1.1, 1.1); */
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(18,70,130,.8);
            }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.demo-gallery {
    /* padding-bottom: 80px; */
}

.button_backtotop.active {
    position: fixed;
}

.lightGallery_product {
    width: 100%;
    float: left;
}

.col768 .programs_content_col4 {
    width: 33.3333%;
    float: left;
    margin: 30px 0 0;
}

.demo-gallery > ul > li:first-child {
    width: 64%;
    max-height: 422px;
}

div#links_product > ul > li {
    cursor: pointer;
    list-style: none;
    width: 33.333333%;
    float: left;
    /* max-height: 238px; */
    /* overflow: hidden; */
    padding: 1px;
    box-sizing: border-box;
    position: relative;
}

.lightGallery_product .blueimp-gallery > .indicator > li {
    margin: 0 15px;
    border-radius: 0;
    background-size: cover;
    width: 78px;
    height: 78px;
}

div#links_product > ul > li:first-child {
    width: 66.66666666%;
    /* max-height: 475px; */
    /* overflow: hidden; */
}

div#links_product > ul > li:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(18,70,130,.8);
    position: absolute;
    /* top: 40px; */
    transition: opacity .25s;
    z-index: 1;
    /* background-color: rgba(18,70,130,.8); */
    cursor: pointer;
    /* width: 100%; */
    /* height: calc(100% - 44px); */
    opacity: 0;
    /* content: ""; */
}

div#links_product > ul > li:before {
    /* content: "\f002"; */
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    top: 47%;
    color: #fcfcfc;
    font-size: 43px;
    left: 48%;
    opacity: 0;
    transition: opacity .25s;
}

.blueimp-gallery {
    background: rgba(12,45,71,.95);
}

.close {
    font-size: 53px !important;
    display: block;
}

.next, .prev {
    border-radius: 0 !important;
    border: 0 !important;
    opacity: .8 !important;
    background: transparent !important;
    font-weight: lighter !important;
}

.customer_service_support_tag {
    margin: 60px auto 45px;
}

.ft-product {
    background: #ececee;
}

.ft_1 {
    max-width: 1140px;
    margin: 100px auto 0;
}

div#links_product > ul > li:hover:after {
    opacity: 1;
}

div#links_product > ul > li:hover:before {
    opacity: 1;
}

.range_bar.active {
    position: fixed;
    top: 4px;
    left: 0;
    width: 100%;
    z-index: 999999;
    max-width: 1330px;
    right: 0;
    margin: -4px auto;
    /* visibility: hidden; */
}

.customer_service_support_tag.active {
    position: fixed;
    z-index: 999999;
    left: 0;
    width: 100%;
    bottom: -46px;
    max-width: 1330px;
    right: 0;
}

.item_gallery {
    overflow: hidden;
    position: relative;
}

    .item_gallery a {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
    }

    .item_gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item_gallery:before {
        content: "";
        display: block;
        margin-top: 55%;
    }

.customer_service_support_title h2 {
    visibility: hidden;
}

.style2 .style1_content > div {
    width: 49%;
    float: right;
}

.style2 .style1_text {
    font-size: 17.5px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    font-family: Helvetica Neue;
}

.reason_items_content .contacts_title h2 {
    margin: 0;
}

.range_bar ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #0073d6;
}

.content_banner {
    position: absolute;
    bottom: 40px;
    right: 48px;
    width: 100%;
    max-width: 260px;
    background: rgba(0, 115, 214, 0.35);
    padding: 39px 0;
    transition: 0.6s ease;
}

section.banner_main {
    position: relative;
}

.c_title {
    font-size: 31px;
    color: white;
    text-align: center;
    font-family: Helvetica-Light;
    padding-bottom: 20px;
}

.content_banner .item_info_more {
    width: 210px;
    line-height: inherit;
    padding: 10px 0px;
    box-sizing: border-box;
    margin-bottom: 13px;
}

.item_info_more a {
    padding: 0;
}

.content_banner .item_info_more a p:first-child {
    font-size: 10.5px;
}

.content_banner .item_info_more a {
    font-size: 21.8px;
}

    .content_banner .item_info_more a span {
        font-size: 13px;
    }

.content_banner .item_info_more:nth-child(3) a {
    font-size: 17px;
    line-height: 38px;
}

.content_banner.active {
    transform: translateY(-30px);
}

.reason_item_img {
    text-align: center;
    cursor: pointer;
}

.reason_item .reason_items_content {
    display: none;
}

.range_bar_menu {
    display: none;
}

.top_header_log > A {
    display: none;
}

.top_header_log .info_url p {
    font-size: 14px;
    color: white;
    line-height: 14px;
    /* height: 14px; */
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    height: 14px;
}

    .info_url a {
        font-size: 14.6px;
        color: white;
    }

    .info_url p:first-child a {
        font-size: 26.5px;
        font-weight: bold;
    }

span.icon_right {
    padding: 0 3px 3px;
}

.layout_purchase section.programs {
    float: left;
    width: 100%;
}

.showroomInfo {
    width: 100%;
    float: left;
    padding-left: 3%;
    box-sizing: border-box;
}

@media screen and (max-width:1200px) {
    .wrapper_about {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .top_header_log {
        /* padding: 0; */
    }
}

@media screen and (max-width:1000px) {
    .info_url {
        font-size: 11.6px;
    }

    .programs_content > div {
        width: 31%;
        margin: 30px 8px 10px 0;
    }

    .programs_content_right {
        width: calc(40% - 19px) !important;
    }

    .customer_service p {
        font-size: 17px;
    }

    .customer_service a {
        font-size: 34px;
    }
}

@media screen and (max-width:900px) {
    .register_now_text {
        font-size: 19px;
    }

    .customer_service p {
        font-size: 16px;
    }

    .customer_service a {
        font-size: 30px;
    }
}

@media screen and (max-width:800px) {

    .programs_content_right {
        width: calc(40% - 20px) !important;
    }

    .customer_service p {
        font-size: 15px;
    }

    .customer_service a {
        font-size: 30px;
    }

    .range_bar {
        display: block;
    }

    .top_header_log > p {
        display: table;
    }

    .top_header_log {
        /* padding: 15px 0; */
    }

    .info_url {
        display: none;
    }

    .top_header_log > A {
        display: block;
    }

    .lightGallery_product ol.indicator {
        display: none !important;
    }

    .reason_item .reason_items_content {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: 0.5s ease;
        width: 100%;
    }

    .reason_item {
        width: 100%;
    }

    .btn_content > DIV {
        display: block;
        vertical-align: top;
        padding: 2px 40px;
        width: 100%;
        max-width: 100%;
        margin: 15px 0;
        box-sizing: border-box;
        clear: both;
    }

    .btn_content > .item_info_more a
    {
        padding:0;
    }

    .products_content_text {
        width: 80%;
    }

    div#links_product > ul > li {
        width: 50% !important;
    }

    section.contacts {
        display: block;
    }

    .layout_product footer {
        float: left;
        width: 100%;
    }

    .content_banner.active {
        position: inherit;
        margin: 0 auto;
        transform: none;
        background: none;
        bottom: 0;
        right: 0;
        padding: 25px;
    }

    .c_title {
        color: black;
        padding: 20px;
    }

    .content_banner .item_info_more:nth-child(3) {
        /* display: none; */
    }

    .reason_items_content {
        /* padding: 0 20px; */
    }

        .reason_items_content .contacts_title h2 {
            font-size: 4vw !important;
        }

    .list_reson.active {
        display: none;
    }


    .reason_item:before {
        display: none;
        background: none;
    }

    .reason_item_sign {
        width: 62px;
        height: 60px;
        position: absolute;
        top: 48%;
        left: calc(50% - 30px);
        background: rgba(18,70,130,.8);
    }

    .menu_mobile {
        top: 65px;
    }

    .range_bar_menu {
        display: block;
    }

    section.categories {
        position: absolute;
        width: 100%;
        top: 65px;
        z-index: 1;
    }

    .range_bar {
        cursor: pointer;
        margin: 0;
        background: rgba(22, 33, 51, 0.72);
    }

        .range_bar ul {
            max-height: 0;
            overflow: hidden;
            transition: 0.5s ease;
        }

    .range_bar_menu {
        color: white;
        font-size: 16px;
        padding: 14px 30px;
        /* background: rgba(22, 33, 51, 0.32); */
    }

    header.top_header {
        background: #162133;
    }

    .range_bar.active2 ul {
        max-height: 500px;
    }

    .range_bar ul li {
        width: 100%;
        text-align: left;
        background: none;
        border-top: 1px solid rgba(22, 33, 51, 0.25);
    }

        .range_bar ul li a {
            padding: 0 43px;
            color: white;
            font-weight: inherit;
            font-family: Helvetica;
            font-size: 15px;
        }

        .range_bar ul li.active a {
            /* font-weight: bold; */
            color: white;
        }

        .range_bar ul li:after {
            height: 0 !important;
        }

        .range_bar ul li.active {
            background: none;
        }
}


@media screen and (max-width:768px) {
    .gallery_zoom i {
        font-size: 30px;
    }

    .menu_mobile.active {
        /* top: 60px; */
    }

    .menu_mobile {
        top: 60px;
    }

    header.top_header {
        height: 85px;
    }

    section.categories {
        top: 65px;
    }

    .showroomInfo {
        padding-left: 0%;
    }
}

@media screen and (max-width:768px) {
    .wrapper_about {
        margin: 0;
    }

    .products_title H2 {
        margin-top: 0;
    }

    header.top_header {
        height: 50px;
    }

    section.categories {
        top: 60px;
    }

    .top_header_log > p {
        display: table;
    }
}

@media screen and (max-width:551px) {
    select.list_product_center {
        height: 35px;
        font-size: 16px;
        font-weight: bold;
    }

    input.count_km {
        font-size: 17px;
        height: 35px;
    }

    textarea.service_program_request {
        height: 80px;
        font-size: 17px;
        margin-bottom: 0;
    }

    .programs_content_left_from > input {
        font-size: 17px;
        height: 35px;
    }

    .pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
        font-size: 11px;
        padding: 7px 0 6px;
    }


    .top_header_log {
        padding: 0;
    }

    div#links_product > ul > li:before {
        display: none;
    }

    .menu_mobile {
        top: 50px;
    }

        .menu_mobile.active {
            top: 50px;
        }

    section.categories {
        display: block;
    }

    header.top_header {
        height: 30px;
    }

    section.categories {
        top: 50px;
    }

    .reason_item_sign {
        top: 48%;
    }

    .item_info_more {
        height: auto;
    }

    .range_bar ul li {
        padding: 5px 0;
    }

    .content_line p {
        font-size: 11px;
    }

    .range_bar.active2 .range_bar_menu > i {
        transition: 0.3s ease;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-179deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
}
