﻿@font-face {
    font-family: robotocondensed-regular;
    src: url('/css/admin/fonts/robotocondensed-regular.ttf') format('truetype');
}

@font-face {
    font-family: opensans-light;
    src: url('/css/admin/fonts/opensans-light.ttf') format('truetype');
}

@font-face {
    font-family: BAUHS93;
    src: url('/css/admin/fonts/BAUHS93.ttf') format('truetype');
}

@font-face {
    font-family: RobotoCondensed;
    src: url('/css/admin/fonts/RobotoCondensed-Bold.woff') format('truetype');
}

@font-face {
    font-family: RobotoCondensed;
    src: url('/css/admin/fonts/RobotoCondensed-Bold.woff') format('woff');
}

img {
    max-width: 100%;
}

.dp-bl {
    display: inline-block;
    /*width: 100%;*/
}
/*[class*='col-']:first-child {
    padding-left: 0;
}

[class*='col-']:last-child {
    padding-right: 0;
}*/

.colormain {
    color: #cb002b;
}

.color-t {
    color: #ec268f;
    font-weight: bold;
    font-size: 18px;
    font-family: BAUHS93;
}

.color-x {
    color: #0a67a9;
    font-weight: bold;
    font-size: 18px;
    /*font-family: BAUHS93;*/
}

.backcolormain {
    background-color: #cb002b;
}

.bg-d2d2d2 {
    background-color: #d2d2d2;
}

.btn-cher {
    background-color: #F0AD00;
    color: #fff;
    border-radius: 0px;
    padding: 5px 12px !important;
}

.btn-cher-can {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 4px 11px !important;
    border: 1px #d2d2d2 solid;
}

.fl-right {
    float: right;
}

.tbl-nopad tr td {
    padding: 0px !important;
}

.div-menu {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 40px;
    /*background: rgba(255, 255, 255, 0.8) !important;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-color: #fff;
}

.div-content-main {
}

.div-content-footer {
    margin-bottom: 30px;
}

.img-logo {
    float: left;
    padding: 0px 15px 0px 0px;
    max-height: 60px;
}

    .img-logo img {
        display: inline-block;
        max-height: 60px;
    }

.navbar-nav li .line-right {
    border-right: 1px solid #d2d2d2;
    position: absolute;
    right: -1px;
    z-index: 1000;
    top: 19px;
    height: 15px;
    text-shadow: 0px 1px #eee;
}

#Slide-main {
    margin-bottom: 25px;
    position: relative;
    /*margin-top: 10px;*/
    /*padding: 9px 0px;*/
    /*border-bottom: 6px solid #cb002b;*/
    /*border-top: 2px solid #cb002b;*/
    opacity: 1;
    display: block;
    border-radius: 0;
    overflow: hidden;
    max-height: 450px;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
}

.float-right {
    float: right;
}

.div-icon-share {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

.div-link-footer {
    padding-bottom: 10px;
}

    .div-link-footer a {
        font-size: 11px;
        color: #7F7F7F;
        padding: 3px 10px;
    }

        /*.div-link-footer a:hover {
            color: #F0AD00;
            text-decoration: underline;
        }*/

        .div-link-footer a:first-child {
            padding-left: 0px !important;
        }

.none-sty, .none-sty1 {
    font-size: 11px;
    color: #7F7F7F;
    padding: 3px 10px 3px 0px;
}

    .none-sty:hover {
        color: #7F7F7F;
        text-decoration: none;
    }

.menu-sub-child {
    /*position: fixed;*/
    z-index: 10;
    left: 0;
    top: 52px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    background: #FCFEFE;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    text-align: right;
    margin-bottom: 15px;
}

    .menu-sub-child ul {
        display: block;
        list-style-type: none;
        float: right;
        margin: 0px;
        padding: 0px;
    }

        .menu-sub-child ul li {
            display: block;
            list-style-type: none;
            float: left;
            margin: 0px;
        }

            .menu-sub-child ul li a {
                float: left;
                padding: 6px 10px;
                display: block;
                height: 30px;
            }

                .menu-sub-child ul li a:hover, .menu-sub-child ul li .active {
                    background-color: #f2f2f2;
                    color: #F0AD00;
                    border-bottom: 3px solid #f0ad00;
                }

.div-dathang {
    margin-top: 0px !important;
}

    .div-dathang .form-group, .div-dathang .form-group .controls {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.div-btn-dathang {
    margin-top: 5px;
}

.title-SP {
    text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #323334;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.mr-b-25 {
    margin-bottom: 25px !important;
}

.mr-t-30 {
    margin-top: 30px;
}

.m-h-500 {
    max-height: 500px;
    overflow: hidden;
}

.m-h-250 {
    max-height: 250px;
    overflow: hidden;
}

.title-khuyenmai {
    font-family: 'robotocondensed-regular', tahoma;
    font-weight: bold;
    color: #323334;
    margin: -3px 0 -7px;
    text-transform: capitalize;
    font-size: 2.17em;
    line-height: 1.23;
    display: inline-block;
}

.part-khuyenmai {
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    padding-bottom: 30px;
}

.title-uudai {
    -ms-transform: skew(-20deg, 0deg); /* IE 9 */
    -webkit-transform: skew(-20deg,0deg); /* Safari */
    transform: skew(-20deg, 0deg); /* Standard syntax */
    padding: 5px 10px 5px 25px;
    margin-left: 10px;
}

    .title-uudai a {
        font-weight: bold;
        font-style: italic;
        color: #FFFFFF;
        font-size: 28px;
        -ms-transform: skew( 20deg, 0deg); /* IE 9 */
        -webkit-transform: skew( 20deg,0deg); /* Safari */
        transform: skew( 20deg, 0deg); /* Standard syntax */
        display: block;
    }

.view-more-sp {
    float: right;
    color: #fff;
    border-radius: 0px;
    padding: 3px 7px !important;
}

.part-cars {
    border: 1px solid #d2d2d2;
    text-align: center;
}

    .part-cars .a-sp {
        display: block;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .part-cars .img-sp {
        padding: 2px;
    }

.title-car {
    font-weight: bold;
    display: block;
    padding: 3px 0px;
}

    .title-car:hover {
        color: #F0AD00;
    }

.price-car {
    display: block;
    padding: 3px 0px;
}

.btn-car {
    margin-bottom: 10px;
}

.img-menu {
    width: 50px;
    height: 25px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 0px;
}

    .img-menu img {
        max-width: 30px;
        max-height: 25px;
    }

.title-menu {
    padding-left: 55px !important;
    display: inline-block;
}

.dropdown-menu li {
    padding: 1px 3px;
    display: inline-block;
    width: 100%;
}

.jssora02l, .jssora02r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('img/a02.png') no-repeat;
    overflow: hidden;
}

.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
    background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
    background-position: -63px -33px;
}

/* jssor slider thumbnail navigator skin 03 css */
/*
        .jssort03 .p            (normal)
        .jssort03 .p:hover      (normal mouseover)
        .jssort03 .pav          (active)
        .jssort03 .pdn          (mousedown)
        */
.jssort03 {
    bottom: 17px !important;
}

    .jssort03 .p {
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 32px;
    }

    .jssort03 .t {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .jssort03 .w, .jssort03 .pav:hover .w {
        position: absolute;
        width: 60px;
        height: 30px;
        border: white 1px solid;
        box-sizing: content-box;
    }

    .jssort03 .pdn .w, .jssort03 .pav .w {
        border-style: solid;
    }

    .jssort03 .c {
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 32px;
        background-color: #000;
        filter: alpha(opacity=45);
        opacity: .45;
        transition: opacity .6s;
        -moz-transition: opacity .6s;
        -webkit-transition: opacity .6s;
        -o-transition: opacity .6s;
    }

    .jssort03 .p:hover .c, .jssort03 .pav .c {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .jssort03 .p:hover .c {
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    * html .jssort03 .w {
        width /**/: 62px;
        height /**/: 32px;
    }

#jssor_1 img {
    max-width: 100% !important;
}

#myNavbar {
    float: left;
}

.logo {
    float: left;
}

.col-footer {
    margin-top: 15px;
}

.hover-effect-img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tiles:hover .hover-effect-img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    opacity: 0.6;
    filter: contrast(130%);
    -webkit-filter: contrast(130%);
}


.div-icon-share .col-lg-9 {
    padding-left: 0px;
}

.div-link-footer {
    padding-left: 0px;
}

    .div-link-footer .none-sty {
        padding-left: 0px;
    }

.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    height: 60px;
    background: url(../Images/icon/prev-icon.png) no-repeat center center !important;
    left: 15px;
    top: 0;
    height: 100%;
    width: 100px;
}

.owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 15px;
    background: url(../Images/icon/next-icon.png) no-repeat center center !important;
    top: 0;
    height: 100%;
    width: 100px;
}

#Slide-main .clickable .owl-pagination {
    bottom: 20px;
    position: absolute;
    left: 45%;
}

.div-dathang {
    padding-right: 0px;
    position: relative;
}

.title-Sanpham {
    text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #323334;
    display: inline-block;
    margin: 10px 0px;
}

.silde-album .owl-prev, .silde-album .owl-next {
    top: 45%;
}

.div-noidung {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.div-tomluot {
    display: inline-block;
    margin-bottom: 15px;
}

.div-content-sp {
    margin-bottom: 10px;
}

#div-LienHe {
    display: inline-block;
    width: 100%;
    position: relative;
}

.updating {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 45%;
    background: url(../images/icon/Loading_icon.gif) no-repeat center center;
    z-index: 1000;
}

.btnSend {
    background-color: #F0AD00;
    color: #fff;
    border-radius: 0px;
}

.caption-image {
    background-color: #444;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
}



/*thông tin dịch vụ*/
.part-thuonghieu {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.part-dichvu {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.title-noibat {
    display: inline-block;
    border-bottom: 2px solid #cb002b;
    padding-bottom: 7px;
    color: #cb002b;
    font-family: 'robotocondensed-regular', tahoma;
    font-size: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.imgJtour {
    text-align: center;
}

    .imgJtour img {
        /*width: 100%;*/
    }

.div-infothuonghieu {
    background-color: #ff9c00;
    padding: 35px 25px;
    color: #fff;
    text-align: justify;
    font-size: 15px;
}

    .div-infothuonghieu .fa-quote-left {
        margin-right: 5px;
        position: absolute;
        font-size: 13px;
        left: 8px;
    }

    .div-infothuonghieu .fa-quote-right {
        font-size: 13px;
        position: absolute;
    }

.info1 {
    display: inline-block;
}

.info2 {
    clear: both;
    margin-top: 15px;
    display: inline-block;
}

.dich-vu {
    /*background-color: #f2f2f2;
     background-image: url("../images/bg_noise.png");*/
    padding: 20px;
}

    .dich-vu .title-dichvu {
        padding-bottom: 15px;
    }

        .dich-vu .title-dichvu a {
            font-family: 'robotocondensed-regular', tahoma;
            font-size: 25px;
        }

.no-pd {
    padding: 0px !important;
}

.text-dichvu {
    text-shadow: 0px 1px #fff;
    color: #444;
    font-family: 'opensans-light', tahoma;
    display: inline-block;
    FONT-SIZE: 14px;
}

.div-thuonghieu {
    background-image: url("../images/bg_noise.png");
    background-color: #f2f2f2;
}

.info-dichvu {
    padding: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
}

    .info-dichvu a {
        display: inline-block;
        color: #444;
        font-family: 'opensans-light', tahoma;
        line-height: 20px;
    }

        .info-dichvu a span {
            color: #f60;
            padding-right: 5px;
        }

.dich-vu .col-lg-4:first-child {
    padding-left: 0px;
}

.dich-vu .col-lg-4:last-child {
    padding-right: 0px;
}

.btn-tour {
    text-align: center;
}

    .btn-tour a {
        background-color: #cb002b;
        color: #fff !important;
        display: block;
        width: 100%;
        padding: 10px 0px;
        font-size: 16px;
    }

        .btn-tour a:hover {
            background-color: #f60;
        }

.div-footer-master {
    background-color: #f2f2f2;
    padding-top: 15px !important;
    border-top: 1px solid #f3f3f3;
}

    .div-footer-master a {
        /*color: #fff;*/
    }

.phone-line {
    font-size: 20px;
    line-height: 35px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #f60 !important;
}

.div-chinhanh {
    background-color: #f2f2f2;
    background-image: url("../images/bg_noise.png");
    padding: 20px;
    border-radius: 5px;
}

    .div-chinhanh .form-group {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 13px;
        padding-top: 0px;
    }

        .div-chinhanh .form-group:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px !important;
        }

        .div-chinhanh .form-group .title-chinhanh {
            font-family: 'robotocondensed-regular', tahoma;
            font-size: 15px;
        }

.div-hotro {
    background-color: #f2f2f2;
    background-image: url("../images/bg_noise.png");
    padding: 15px 20px 20px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.div-hotro-child {
    display: inline-block;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.div-hotro .div-hotro-child:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
}

.title-hotro-kh {
    font-family: 'robotocondensed-regular', tahoma;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    /*font-weight:bold;*/
    text-shadow: 0px 1px #fff;
    margin-bottom: 15px;
    color: #000;
}

.phone-line-ht {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #f60 !important;
    display: inline-block;
    width: 100%;
    text-shadow: 0px 1px #fff;
}

    .phone-line-ht span {
        margin-right: 5px;
    }

.title-chinhanh {
    display: inline-block;
    width: 100%;
    text-shadow: 0px 1px #fff;
    color: #333;
}

.phongban-chinhanh {
    display: inline-block;
    width: 100%;
    color: #7F7F7F;
}

.phone-line-ht {
    display: inline-block;
    width: 100%;
}

.info-dichvu a {
    width: 100%;
    display: inline-block;
}

.col-chinhanh {
    padding-left: 0px;
}

.div-header {
    background-image: url("../images/bg_noise1.png");
    background-color: #f8f8f8;
}
/*PART THONG TIN KHACH HANG*/

.part-thongtin {
    padding: 30px 0px 0px 0px;
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
    background: url(../images/bg-info.jpg) no-repeat bottom center;
}

    .part-thongtin .number-home {
        margin-bottom: 5px;
        position: relative;
        padding: 15px 15px 0px 15px;
        width: 100%;
    }

        .part-thongtin .number-home .bg-circle {
            border: 3px solid #0a67a9;
            margin-bottom: 5px;
            border-radius: 50%;
            width: 87px;
            height: 87px;
            margin-left: auto;
            margin-right: auto;
            z-index: -1;
            background-color: #fff;
            background: url(../images/bg-tran.png);
        }

            .part-thongtin .number-home .bg-circle a {
                display: inline-block;
                vertical-align: middle;
                line-height: 75px !important;
                font-size: 20px;
                z-index: 2000;
                color: #cb002b;
                font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #0a67a9 !important;
                font-family: RobotoCondensed;
            }

        .part-thongtin .number-home a {
            font-size: 20px;
            display: block;
            z-index: 2000;
            color: #cb002b;
            font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        }

        .part-thongtin .number-home:hover .bg-circle {
            /*background-color: #cb002b;*/
            /*opacity: 0.5;
            filter: alpha(opacity=50); /* For IE8 and earlier */ */ cursor: pointer;
            transition: 0.2s;
        }

        .part-thongtin .number-home:hover {
            cursor: pointer;
            font-size: 26px;
        }

    .part-thongtin .name-home a {
        text-shadow: 0px 1px #d2d2d2;
        text-transform: uppercase;
        font-family: 'robotocondensed-regular', tahoma;
        font-size: 22px;
        color: #fff;
    }

.title_thongtin {
    display: inline-block;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    /* width: 100%; */
    background-color: #fff;
    opacity: 0.8;
    border-radius: 5px;
    filter: alpha(opacity=50);
    margin-bottom: 80px;
    text-align: left;
}

    .title_thongtin p {
        opacity: 1;
        color: #000;
    }

    .title_thongtin a {
        color: #fff;
        font-size: 14px;
    }

    .title_thongtin .fa-quote-left {
        margin-right: 5px;
        /* margin-bottom: 6px; */
        position: absolute;
        left: -11px;
    }

    .title_thongtin .fa-quote-right {
        margin-left: 5px;
        /* margin-bottom: 6px; */
        position: absolute;
    }

/*ĐỊNH DẠNG BANNER SLIDE HOME*/
#Slide-main .items-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

#Slide-main .owl-controls .owl-pagination {
    /* margin-top: 10px; */
    text-align: center;
    position: absolute;
    bottom: 6px;
    width: 100%;
    left: 0px;
}
