@import url("fonts.css");

body {
    font-family: arial,sans-serif;
    font-size: 13px;
    background: #93d5f6;
    margin: 0 auto;
    overflow-x: hidden;
}

.main-page {
    margin: auto;
    background: #fff;
    padding-top:10px;
}
.xulytaisan {
    border: 1px solid #ebebeb;
    background:#fff;
    margin-top:0px;
}
@font-face {
    font-family: TextOffice-Bold;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNTextOffice-Bold.css');
}

@font-face {
    font-family: TextOffice-Italic;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNTextOffice-Italic.css');
}

@font-face {
    font-family: TextOffice-Medium;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNTextOffice-Medium.css');
}

@font-face {
    font-family: TextOffice-Regula;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNTextOffice-Regular.css');
}

@font-face {
    font-family: HeadOffice-Bold;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNHeadOffice-Bold.css');
}

@font-face {
    font-family: HeadOffice-Light;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNHeadOffice-Light.css');
}

@font-face {
    font-family: HeadOffice-Medium;
    src: url('https://hyundai-thanhcong.vn/Content/fonthyundai/HyundaiVNFonts/HyundaiSansVNHeadOffice-Medium.css');
}

@font-face {
    font-family: ChakraPetchRegular;
    src: url('../fonts/ChakraPetch/ChakraPetch-Regular.ttf') format('truetype');
}

@font-face {
    font-family: ChakraPetchBold;
    src: url('../fonts/ChakraPetch/ChakraPetch-Bold.ttf') format('truetype');
}

@font-face {
    font-family: ModernHEcoLight;
    src: url('../fonts/ChakraPetch/ChakraPetch-Regular.ttf') format('truetype');
}

@font-face {
    font-family: ModernHBold;
    src: url('../fonts/ChakraPetch/ChakraPetch-Bold.ttf') format('truetype');
}

.modernHBold {
    font-family: ChakraPetchBold;
}

.modernHEcoLight {
    font-family: ChakraPetchRegular;
}

/*.content {
    margin-top:100px;
}*/
.rel {
    /*position: relative;*/
    z-index: 123;
    padding: 0px;
}

.rel-mobile {
    background: #93d5f6;
    /*position: fixed;*/
    z-index: 123;
}

a {
    text-decoration: none !important;
}

.blue {
    color: blue;
}

.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
}

.phantrang {
    margin-left: 15px;
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

    .link-transpare-border:hover:before {
        border: 5px solid rgba(255, 255, 255, 0.4);
    }

.tooltip-inner {
    border-radius: 0 !important;
}

.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}

.global-title h2:after, .title-global h2:after, .global-title h2:before, .title-global h2:before {
    content: "";
    position: absolute;
    width: 440px;
    right: 0;
    height: 44px;
    top: -1px;
    z-index: 1;
    background: url(../img/fix-title-left.png) no-repeat;
    opacity: 1;
}

.global-title h2:after, .title-global h2:after {
    background: url(../img/fix-title-right.png) no-repeat;
    right: 0;
    width: 860px;
}

.global-title h2, .title-global h2 {
    margin: 0 auto;
    font-family: Alter-gothic;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 39px;
    /* height: 40px; */
    padding: 10px 10px;
    margin-bottom: 2px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
    /* width: 390px; */
}

.title-global, .global-title {
    /* padding-bottom: 10px; */
    margin-top: 14px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.videoWrapper {
    position: relative;
    padding-bottom: 74.25%;
    /* 16:9 */
    /* margin-top:20px; */
    /* padding-top: 25px; */
    height: 0;
    /* margin-bottom: 25px; */
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: none;
        height: 100%;
    }
/* fb rp */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

header {
    width: 100%;
    /*background: url(../img/bg-header.png) top center;
    border-bottom: 5px solid #1565c0;*/
    position: fixed !Important;
    top: 0 !important;
    /*min-height:40px;*/
}

#form-search.search-menu input {
    border: 0;
    border-radius: 0;
    padding: 6px 4px;
    font-size: 13px;
    background-color: transparent;
    position: relative;
    top: 2px;
    padding-left: 11px;
    width: 73%;
}

#form-search.search-menu button {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 4px;
    right: 20px;
}

#page-wrapper {
    margin-top: 165px;
}

header .logo {
    padding: 7px 10px;
    text-align: center;
}

header .row-nav {
}

header nav {
    float: left;
    background: #93d5f6 url(../img/bgheader1.png);
    width: 100%;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    background-size: cover;
}

.menu-left {
    background: #1aa1dc;
    height: 50px;
    width: 40%;
    position: absolute;
    left: 0;
}

.menu-right {
    background: #d41317;
    height: 50px;
    width: 40%;
    position: absolute;
    right: 0;
}

ul#main-nav .logo {
    padding-top: 15px;
    padding-bottom: 4px;
}

ul#main-nav {
    margin: 0;
    /*position: relative;*/
    float: left;
    padding: 0px;
}

    ul#main-nav > li:hover > div > a, ul#main-nav li.active-menu > div > a {
        color: #000;
    }

    ul#main-nav > li:hover > a {
        color: #000;
    }

    ul#main-nav > li:hover, ul#main-nav li.active-menu {
        background: #fff;
    }

    ul#main-nav > li {
        display: table-cell;
        z-index: 1;
        overflow: hidden;
        text-align: center;
        padding: 0px 20px;
    }

    ul#main-nav li.last {
        background: transparent;
        margin-top: 8px;
    }

        ul#main-nav li.last:hover {
            background: transparent;
        }

    ul#main-nav li .icon {
        background: url(../img/icon.png);
        width: 30px;
        height: 30px;
        margin: auto;
        margin-bottom: 7px;
    }

    /* icon */
    ul#main-nav > li.last:after, ul#main-nav > li.last:before {
        margin-right: 0;
        display: none;
    }

    ul#main-nav > li:after, ul#main-nav > li:before {
        background: url(../img/afte.png)no-repeat center center;
        position: absolute;
        content: "";
        width: 1px;
        height: 60%;
        right: 0;
        top: 10px;
        opacity: 0;
        z-index: 2;
    }

    ul#main-nav > li:after {
    }

    ul#main-nav li a:hover {
        color: #005691;
    }

    ul#main-nav a {
        color: #fff;
    }

    ul#main-nav > li > a {
        padding: 15px 10px;
        position: relative;
        display: block;
        white-space: nowrap;
        text-transform: uppercase;
        color: #fff;
        font-size: 90%;
        font-weight: bold;
    }

    ul#main-nav > li a:hover, ul#main-nav > li.active-menu a {
        text-decoration: none;
        color: #005691;
    }

.menucon1 {
}

    .menucon1 > li a {
    }

ul#main-nav > li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    min-width: 300px;
    margin-left: -20px;
}

    ul#main-nav > li ul ul {
        left: 100%;
        top: 0;
    }

    ul#main-nav > li ul li {
        padding: 8px 6px;
        min-width: 265px;
        position: relative;
        /* background: url(../img/nav-bg.jpg); */
        background-color: #fff;
        text-align: left;
        border-bottom: 1px solid hsla(0, 0%, 20%, 0.2);
    }

        ul#main-nav > li ul li:hover {
            background: #fff;
        }

        ul#main-nav > li ul li a {
            line-height: 25px;
            padding: 5px;
            text-transform: inherit;
            color: #005691;
            top: 0;
            font-size:90%;
        }

ul#main-nav > li:hover > ul {
    display: block !important;
}

ul#main-nav > li > ul > li:hover ul {
    display: block !important;
}

.equal-height {
    display: flex;
}

.last-item {
    background: none !important;
}

.item-buycar {
    text-align: center;
    padding: 25px 53px 15px;
    /* padding: 25px 28px 15px 28px; */
    margin: 10px 0;
    text-transform: uppercase;
    background: url(../img/gach.png) no-repeat bottom right;
}

    .item-buycar img {
        margin-bottom: 10px;
    }

.tab-left {
    background: url(../img/215x5.png) left bottom no-repeat;
    background-color: #93d5f6;
    color: #005691;
    font-size: 90%;
    font-weight: bold;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px;
    background-size: contain;
}

.tab-900 {
    background: url(../img/915x5.png) left bottom no-repeat;
    background-color: #93d5f6;
    color: #005691;
    font-size: 90%;
    font-weight: bold;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px;
    background-size: contain;
}
/* end cart */
#social-air a {
    margin-right: 5px;
    position: relative;
}

    #social-air a span {
    }

    #social-air a:hover span {
    }
/* footer wrapper */
#bottom-page-wrapper {
    background: #FFD63E url(../img/sm-footer.jpg) no-repeat top center;
    padding: 20px 0;
}

    #bottom-page-wrapper .box .inner-box {
    }

        #bottom-page-wrapper .box .inner-box .title {
            font-size: 20px;
            font-weight: bold;
            color: red;
            text-align: center;
        }

    #bottom-page-wrapper .video-wrap .box .inner-box .content {
        width: 82%;
        margin: auto;
        margin-top: 20px;
    }

#video-controls {
    border-radius: 0;
    border: 1px solid rgb(255, 220, 84);
    margin-top: -1px;
}

#bottom-page-wrapper .box .inner-box .content {
}

#bottom-page-wrapper .box {
    background: url(../img/bg-box.png)no-repeat;
    width: 576px;
    height: 478px;
    padding: 0px 25px;
    padding-top: 40px;
}

/* footer wrapper */
/* end main */

/* footer */

footer {
}

    footer .title {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 20px;
        color: #FFFF00;
        font-family: Alter-gothic;
        font-weight: normal;
        margin-top: 8px;
    }

    footer .content {
        margin: 10px 0;
    }

        footer .content ul {
            padding: 0;
            list-style: none;
        }

        footer .content.news-content ul li {
            border-bottom: 1px dashed #fff;
            padding: 7px 0;
        }

        footer .content ul li {
            margin-bottom: 0px;
            font-size: 13px;
            font-family: ChakraPetchRegular;
            clear: both;
        }

            footer .content ul li a:hover {
                color: #41ADE2;
                text-decoration: none;
            }

            footer .content ul li a {
                color: #000;
                font-size: 15px;
            }

    
.bg-sch, nt-sch {
    outline: none;
    border: none;
}

.bg-sch {
    text-indent: 20px;
    width: 272px;
    height: 27px;
    border-radius: 5px;
    background: url(../img/bg-timkiem.png)no-repeat 0px 0px;
}

.bnt-sch {
    top: 0;
    width: 25px;
    background: url(../img/icon-search.png)no-repeat;
    height: 25px;
    border: none;
    position: absolute;
    right: 0;
}

.timkiem {
    top: 0;
    position: relative;
    width: 260px;
    float: right;
}

.img-noibat a {
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-noibat .ten {
    position: absolute;
    background: #002c5f;
    width: 100%;
    padding: 10px 15px;
    bottom: 0;
    /* text-align: center; */
    /*text-transform: uppercase;*/
    font-family: ChakraPetchRegular;
    font-size: 13px;
}

.img-noibat:hover .ten a {
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-noibat {
    position: relative;
    overflow: hidden;
}

    .img-noibat:hover img {
        transform: scale(1.1);
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .img-noibat img {
        width: 100%;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        height: 220px;
    }

.boxnoibat {
    margin: 10px 0px;
    padding: 10px 0px;
    /*background:#fff;*/
}

.item-contact .title {
    font-size: 17px;
    text-transform: uppercase;
    font-family: ChakraPetchBold;
    text-shadow: none;
    margin-bottom: 15px;
    color: #002c5f;
}

.item-contact .title-new {
    font-size: 17px;
    text-transform: uppercase;
    font-family: ChakraPetchBold;
    text-shadow: none;
    margin-bottom: 15px;
    background: #002c5f;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.wrap_contact {
    /*background: #E7E7E7;*/
    margin: 0 auto;
    max-width: 1366px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.item-contact {
    font-family: ChakraPetchRegular;
    color: #333;
    text-shadow: 0px 0px 0px;
}

    .item-contact ul {
        padding: 0;
    }

        .item-contact ul li i {
            position: absolute;
            top: 19%;
            font-size: 17px;
            left: 0px;
            width: 100%;
        }

        .item-contact ul li {
            list-style: none;
            /* color: #333; */
            position: relative;
            padding: 5px 0px;
            font-size: 13px;
            padding-left: 25px;
        }

        .item-contact ul .name {
            font-family: ChakraPetchBold;
            /*color: #002c5f;*/
            color: #333;
            font-size: 21px;
            /*margin: 5px 0px;*/
            padding: 0px;
            margin-left: 10px;
        }

.time_lamviec {
    /*margin: 15px 0px;*/
}

.title_hotline {
    text-align: center;
}

.wrap_hotline {
    position: relative;
    text-align: center;
    padding: 0px 15px;
}

    .wrap_hotline:after, .wrap_hotline:before {
        position: absolute;
        content: "";
        top: 0;
        background: url(../img/box-shadow.png)no-repeat left center;
        height: 100%;
        width: 22px;
    }

    .wrap_hotline:before {
        left: 0 !Important;
    }

    .wrap_hotline:after {
        right: 0 !Important;
    }

    .wrap_hotline .hotline_item {
        color: red;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .wrap_hotline p {
        font-size: 12px;
    }

.wrap-social:after {
    position: absolute;
    left: 0;
    content: "";
    background: rgba(51,51,51,0.2);
    width: 50%;
    height: 1px;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.wrap-social:before {
    position: absolute;
    top: 0;
    content: "";
    background: rgba(51,51,51,0.2);
    width: 50%;
    height: 1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.wrap-social {
    position: relative;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.dangky {
    margin-bottom: 20px;
}

    .dangky p {
    }

.bg-dk {
    width: 100%;
    border: none;
    height: 30px;
}

.btn-dk {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    background: #c89e4a;
    color: #fff;
    text-shadow: none;
    font-size: 12px;
}

#form-subcribe {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

footer .title_footer {
    font-size: 17px;
    text-transform: uppercase;
    font-family: ChakraPetchRegular;
    text-shadow: none;
    margin-bottom: 15px;
    font-weight: bold;
}

footer ul {
    padding: 0;
}

    footer ul li {
        list-style: none;
        font-size: 14px;
        color: #212529;
        background: url(../img/plus.png)no-repeat 0px 10px;
        padding-left: 15px;
        padding: 5px 0px;
        text-shadow: none;
        padding-left: 15px;
    }

        footer ul li a:hover {
            padding-left: 10px;
            color: #337ab7;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

        footer ul li a {
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            /*color: #212529;*/
        }

/*.form-control {
    display: block;
    margin: 5px 0px;
}*/

@media screen and (min-width: 992px) {
    #main-nav .navbar-nav > li > .dropdown-menu {
        display: block !important;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
}

.attach-info .nav-tabs {
    float: left;
    border-bottom: none;
    background: #f9f9f9;
}

    .attach-info .nav-tabs > li {
        float: none;
        padding: 0px !Important;
    }

        .attach-info .nav-tabs > li.active-menu > a, .attach-info .nav-tabs > li:hover > a, .attach-info .nav-tabs > li:focus > a {
            color: #000000;
            font-weight: bold;
            border-right: none;
            border-right: 2px solid #00aad2;
            background-color: #ececec;
        }

        .attach-info .nav-tabs > li > a {
            padding: 10px !important;
            border-radius: 0;
            text-transform: uppercase;
            min-width: 200px;
            display: inline-block;
            color: #333333;
            border: none;
            margin-right: 0;
        }

ul#main-nav > li:hover .attach-info {
    display: block;
}

.dropdown-menu.attach-info {
    position: absolute;
    top: 96%;
    border: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*border: 1px solid #ccc;
    border-top: 5px solid #1565c0;*/
}

.attach-info {
    display: block;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.menu_product {
}

.nav-tabs_menu li a {
    color: #000 !important;
}

ul#main-nav > .menu_product ul li:hover {
    background: transparent !important;
    border: none !important;
}

.tab-content-menu {
    float: right;
    width: calc(100% - 250px);
}

.nav-tabs_menu {
    top: 0 !important;
    border: none;
}

.xm-image a {
    padding: 0 !important;
}

.khampha a {
    padding: 0 !important;
}

.tab-content-menu {
    height: 400px;
    overflow: hidden;
}

.nav-tabs_menu li {
    background: #fff !important;
}

.dropdown-menu-product {
    display: none;
}

.menu_product:hover .dropdown-menu-product {
    display: block;
}

.nav-tabs_menu:hover {
    background: none !important;
}

.nav-tabs_menu li {
    border: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-right: 2px solid #00aad2;
}

.scrollable {
    height: 400px;
}

legend.gt {
    width: 100%;
}

legend {
    color: inherit;
    display: inline-block;
    white-space: normal;
}

.modCnt_groupbox_1 legend.gt > span {
    padding: 12px 16px 0;
    font-family: Durant-i4, Durant, 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    color: #323334;
    font-size: 16px;
}

legend.gt > span {
    display: block;
}

legend.gt > span {
    white-space: normal;
    width: auto;
    display: block;
    font-style: italic;
}

div.fck_authorsinput {
    display: inline;
}

.wrap_dangkylaithu select {
    width: 100%;
    height: 30px;
}

.wrap_dangkylaithu legend.gt > span sup {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    display: inline-block;
    background-color: #F4BC00;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 14px;
    margin: 0 3px 0 0;
    position: static;
}

.box_dangky {
    padding: 15px;
    border: 1px solid rgba(204,204,204,0.3);
    margin-bottom: 30px;
}

.input-opinion {
    outline: none;
}

.bnt-send {
    background: #f4bc00;
    color: #fff;
    border: none;
    padding: 7px 10px;
}

.lang {
    position: absolute;
    top: 100px;
    right: 0;
}

.title-global-product h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    background-color: #0071bc;
    margin-bottom: 20px;
}

.share_product {
    margin: 30px auto;
    max-width: 1366px;
}

.tab-pane-content img {
    width: 100%;
}

.tab-pane-content {
    width: 100%;
}

.thongketruycap {
    text-align: center;
    margin-bottom: 10px;
    margin-top:10px;
}

.xm-image img {
    display: inherit;
}

.border_li {
    border-bottom: 1px solid #ccc !Important;
    box-sizing: border-box;
    margin-bottom: 1px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    z-index: 999;
    position: relative;
}

/*DaNang*/
.all-products {
    position: relative;
    z-index: 60;
    margin-top: 40px;
}

    .all-products h2 {
        background: url(../img/find-new-roads-white.png) no-repeat bottom center;
        padding-bottom: 50px;
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        border-color: #ededed;
        background-color: #f5f5f5;
    }

.container-home {
    width: 100%;
    padding: 0 10%;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

.container-home .item-product .name-price {
    min-height: 85px;
    margin-bottom: 20px;
}

    .container-home .item-product .name-price h3 {
        /*font-family: "UTM Bebas";*/
        font-family: fantasy;
        font-size: 20px;
    }

    .container-home .item-product .name-price .price {
        line-height: 22px;
        font-size: 15px;
    }

        .container-home .item-product .name-price .price span {
            font-size: 17px;
            font-family: "UTM Bebas";
            color: #c9302c;
            font-weight: bold;
        }

    .container-home .item-product .name-price .price_discount {
        font-size: 14px;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.mnu-left {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 1px 1px 5px #dcdcdc;
    padding-bottom:5px;
}

/*TU BAN*/
.zone-tool {
    color: #FFF;
    background: #525153;
    margin: 10px 0px;
    padding: 20px 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    /*max-width: 1366px;*/
}

    .zone-tool .txt-head {
        font-family: ChakraPetchBold;
        text-transform: uppercase;
        font-size: 17px;
        /*color: #FFF;*/
    }

    .zone-tool .call-me-now input {
        border-color: transparent;
        height: 34px;
        box-shadow: none;
    }

    .zone-tool .call-me-now button {
        border-color: transparent;
        height: 34px;
        background: #1565c0;
        color: #FFF;
        border: 0px;
        width: 100%;
    }

        .zone-tool .call-me-now button:hover {
            background: #002c5f;
        }

    .zone-tool .has-error .form-control:focus {
        border: 0px;
    }

    .zone-tool .has-error .help-block {
        color: #FFF;
    }

    .zone-tool .btn_laithu, .zone-tool .btn_uoctinh {
        width: 100%;
        margin-bottom: 10px;
    }

    .zone-tool .phone-number {
        font-size: 36px;
        font-family: "UTM Bebas";
        color: #FFF;
        margin-top: 25px;
    }

    .zone-tool .btn.btn_uoctinh, .zone-tool .btn.btn_laithu {
        background: #f0ad20;
        background-image: -webkit-linear-gradient(top, #f0ad20, #cc931a);
        background-image: -moz-linear-gradient(top, #f0ad20, #cc931a);
        background-image: -ms-linear-gradient(top, #f0ad20, #cc931a);
        background-image: -o-linear-gradient(top, #f0ad20, #cc931a);
        background-image: linear-gradient(to bottom, #f0ad20, #cc931a);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #ffffff;
        font-size: 15px;
        font-family: robotocb;
        text-transform: uppercase;
        padding: 8px 0px;
        text-decoration: none;
        margin-top: 0px;
        border: 0px;
    }

/*box admin*/
.box {
    margin-bottom: 10px;
    margin-top: 100px;
}

    .box > .box-head {
        background: #ff6d00;
        height: 22px;
        color: #fff;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }

        .box > .box-head > h4 {
            padding: 0px;
            margin: 0px;
            line-height: 22px;
        }

    .box > .box-content {
        padding: 5px;
        border: 2px solid #ff6d00;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

span[class|="status"] {
    background: transparent url(../images/trim-compare-legend-sprite.png) 0 -35px no-repeat;
    width: 14px;
    height: 16px;
    margin-right: 3px;
}

main.css:1 span[class|="status"] {
    display: inline-block;
    overflow: hidden;
    text-indent: 20px;
}

.contact-info .ic_address {
    background: url(../img/ic_localtion.png) no-repeat;
    background-size: 20px;
    padding-left: 44px;
    margin-bottom: 20px;
}

.contact-info .ic_phone {
    background: url(../img/ic_contact_phone.png) no-repeat;
    background-size: 20px;
    padding-left: 44px;
    margin-bottom: 20px;
}

.contact-info .ic_timer {
    background: url(../img/ic_timer.png) no-repeat;
    background-size: 20px;
    padding-left: 44px;
    margin-bottom: 20px;
}

.contact-info .ic_mail {
    background: url(../img/ic_contact_mail.png) no-repeat;
    background-size: 20px;
    padding-left: 44px;
    margin-bottom: 20px;
}

.map-info, .contact-info {
    background: #FFF;
    box-shadow: 0px 0px 10px #d9d9d9;
    padding: 20px;
    margin-bottom: 30px;
}

/*Group Product*/

.accordion-box {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0px;
}

.accord-elem {
    background-color: #3c599b;
}

    .accord-elem.active {
        background: #002c5f;
    }

.accord-title {
    padding: 15px;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-top: none;
    position: relative;
}

    .accord-title h5,
    .accord-title h5 a {
        color: #fff;
        font-size: 16px;
        font-family: 'Times New Roman', sans-serif;
        text-decoration: none;
        font-weight: bold;
    }

a.accord-link {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
    text-decoration: none;
    top: 8px;
    right: 8px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    a.accord-link:after {
        content: '+';
        line-height: 30px;
        font-size: 20px;
        font-family: 'Times New Roman', sans-serif;
        color: #fff;
    }

.accord-elem.active a.accord-link:after {
    content: '-';
}

.accord-content {
    display: block;
    padding: 15px 17px;
    border: 1px solid #fff;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
}

.accord-elem.active .accord-content {
    display: block;
    background-color: #fff;
}

.recent-works {
    padding: 40px 0 0;
}
/*.accord-h3 {
    background: url(../img/find-new-roads-white.png) no-repeat bottom center;
    padding-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    border-color: #ededed;
    background-color: #f5f5f5;
}*/

#go_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 50px;
    display: none;
    color: #1565c0;
}

#fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#call-xs-sm {
    /*display: inline-block;*/
    background: #c92026;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

    #call-xs-sm a {
        color: #fff;
        font-weight: bold;
    }

#phone-top {
    margin-top: 80px;
    width: 100%;
    text-align: center;
}

#phone-xs-sm {
    /*display: inline-block;*/
    /*background: #c92026;*/
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

    #phone-xs-sm a {
        color: #fff;
        font-weight: bold;
    }

.top-slider-btn-next {
    right: 0;
}

.top-slider-btn-prev, .top-slider-btn-next {
    background: rgba(0,0,0,.8);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 40%;
    z-index: 99;
}

.block-inner {
    /*margin-top:50px;*/
}

.showprod {
    margin-left: 44%;
    background-color: #002c5f;
    color: #fff;
    font-size: 16px;
    width: 150px;
    height: 50px;
    margin-bottom: 2%;
}

.header-title {
    background: #003468;
    color: white;
    font-weight: bolder;
    margin-bottom: 15px;
}

    .header-title .title-buy-car {
        line-height: 4.5;
        text-align: center;
        font-weight: bolder;
        color: white;
        font-size: 14px;
    }

/*===BEGIN: TIN TUC===*/
.vnt-news {
    /*padding: 0px 0 40px 10px;
    background: #e9ecec;*/
}

    .vnt-news .wrap_news {
        margin-top: 5px;
    }

        .vnt-news .wrap_news .wrap_left {
            float: left;
            width: 100%;
            padding: 0 15px;
        }

        .vnt-news .wrap_news .wrap_right {
            float: right;
            width: 100%;
            padding: 0 15px;
        }

    .vnt-news .node_news .nn_title {
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        color: #000000;
        position: relative;
        margin-bottom: 15px;
    }

        .vnt-news .node_news .nn_title:after {
            position: absolute;
            left: 0;
            content: '';
            width: 100px;
            height: 3px;
            background: #ed1c24;
        }

        .vnt-news .node_news .nn_title h2 {
            font-size: 30px;
            line-height: 40px;
            font-weight: normal;
        }

.list_news .item {
    margin-bottom: 30px;
}

    .list_news .item .i-image {
        width: 170px;
        float: left;
    }

        .list_news .item .i-image img {
            border: 0px;
            max-width: 100%;
        }

    .list_news .item .i-desc {
        margin-left: 200px;
        overflow: hidden;
        height: 110px;
    }

        .list_news .item .i-desc .i-title {
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 10px;
            max-height: 50px;
            overflow: hidden;
        }

            .list_news .item .i-desc .i-title a {
                font-size: 18px;
                line-height: 25px;
                font-weight: bold;
                color: #000000;
            }

                .list_news .item .i-desc .i-title a:hover {
                    color: #de001d;
                }

        .list_news .item .i-desc .i-content {
            font-size: 14px;
            line-height: 25px;
            color: #666666;
        }

.vnt-news .link_all a {
    display: inline-block;
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #253993;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #253993;
}

    .vnt-news .link_all a:hover {
        color: #ffffff;
        background: #253993;
        border: 1px solid #253993;
    }
/*===END: TIN TUC===*/
/*============News Hone============================*/
.node_news {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 1px 1px 5px #dcdcdc;
    margin: 0px 5px 10px 0px;
}

.list_news .n-item {
    border-bottom: 1px dashed #ccc;
    padding: 5px 5px;
}

    .list_news .n-item .n-image {
        width: 200px;
        float: left;
    }

        .list_news .n-item .n-image img {
            border: 0px;
            max-width: 100%;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

        .list_news .n-item .n-image:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
            opacity: 0.5;
            transition: all 0.4s ease-in-out 0s;
        }

    .list_news .n-item .n-desc {
        overflow: hidden;
        text-align: justify;
        /* height: 110px; */
    }

        .list_news .n-item .n-desc .n-title {
            padding: 2px 10px 4px 15px;
            font: normal 85% arial,sans-serif;
            display: block;
            background: url(../img/bgall.png) left center no-repeat;
            background-position: -0px -101px;
        }

            .list_news .n-item .n-desc .n-title a {
                font-size: 13px;
                font-weight: normal;
                color: #000000;
            }

                .list_news .n-item .n-desc .n-title a:hover {
                    color: #337ab7;
                }

        .list_news .n-item .n-desc .n-content {
            font-size: 14px;
            line-height: 25px;
            color: #555;
        }

.link_all {
    text-align: center;
    font-weight: bold;
    margin: 20px 0px;
}

/* ======= First============*/

.n-item-f {
    border-bottom: none;
    margin: 10px 10px 20px 10px;
    padding-bottom: 10px;
}

.n-image-f img {
    border: 0px;
    max-width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.n-image-f img {
    border: 0px;
    max-width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.n-image-f:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.5;
    transition: all 0.4s ease-in-out 0s;
}

.n-desc-f .n-title-f {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 500px;
    overflow: hidden;
}

    .n-desc-f .n-title-f a {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        color: #000000;
        font-family: arial,sans-serif;
        text-align: justify;
    }

        .n-desc-f .n-title-f a:hover {
            color: #337ab7;
        }

        .hot-n-desc-f .hot-n-title-f a {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        color: #0622ea;
        font-family: arial,sans-serif;
        text-align: justify;
    }

        .hot-n-desc-f .hot-n-title-f a:hover {
            color: #337ab7;
        }

.n-desc-f .n-content-f {
    font-size: 14px;
    line-height: 25px;
    color: #555;
}
/*============End News Hone====================*/


.heading-index {
    margin-bottom: 35px;
    margin-top: 30px;
}

    .heading-index .title {
        padding-bottom: 35px;
        background: url('../img/acb.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        margin-bottom: 18px;
        text-align: center!important;
        font-family: ModernHBold;
    }

        .heading-index .title a {
            color: #333;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 24px;
        }

/* ================NEWS INDEX===============*/
.news-event-container {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 1px 1px 5px #dcdcdc;
    margin-bottom: 10px;
}
.news-event-container .head-title{
        height: 33px;
    padding: 0px;
    background: #93d5f6 url(../image/327x5.png) left bottom no-repeat;
}
.news-event-container .head-title>.title{
        height: 33px;
    padding: 7px 10px;
    font-size: 12px;
    color: #005691;
    font-weight: bold;
}

.news-event-container .list-news-event{
    padding:1px 10px;
    /*background: #fafaca;*/
}

.news-event-container .list-news-event .view-more {
    clear:both;
    text-align:right;
    padding-top:3px;
    height:23px;
}
.news-event-container .list-news-event .view-more a,
.news-event-container .list-news-event .view-more a:active,
.news-event-container .list-news-event .view-more a:visited{
    padding-left:10px;
    background: url('../img/icon-bulet.gif') no-repeat left center;
    color:#000;
    text-decoration:none;
}
.news-event-container .list-news-event .view-more a:hover {
    text-decoration:underline;
}

.news-event-container .list-news-event ul{
    list-style: none;
    display: block;
    padding:0;
    margin:0;
}



.news-event-container .list-news-event ul li{
    clear:both;
    padding: 0px;
    padding: 5px 3px;
    background: url('../img/news.png') no-repeat left center;
    padding-left:20px;
    border-bottom:1px dotted #ccc;
    text-align:justify;
}

.news-event-container .list-news-event ul li a,
.news-event-container .list-news-event ul li a:active,
.news-event-container .list-news-event ul li a:visited{
    color:#000;
    text-decoration:none;
}
.news-event-container .list-news-event ul li a:hover {
    color:#005691;
}

.news-event-container .list-news-event-one{
    padding:1px 10px;
    /*background: #fafaca;*/
}
.news-event-container .list-news-event-one ul{
    list-style: none;
    display: block;
    padding:0;
    margin:0;
}

.news-event-container .list-news-event-one ul li{
    clear:both;
    padding: 5px 3px;
    border-bottom:1px dotted #ccc;
    margin-top:4px;
}
    .news-event-container .list-news-event-one ul li img {
            width: 283px;
    height: 190px;
    padding: 2px;
    border: 1px solid #e8e6eb;
    }
    .news-event-container .list-news-event-one .divTitle{
        background: url('../image/news.png') no-repeat left center;
        padding: 5px 3px;
            margin-left: -3px;
            text-align:justify;
    }
.news-event-container .list-news-event-one ul li a,
.news-event-container .list-news-event-one ul li a:active,
.news-event-container .list-news-event-one ul li a:visited{
    color:#000;
    text-decoration:none;
}
.news-event-container .list-news-event-one ul li a:hover {
    color:#005691;
}
/* ==============ORTHER================*/
.view-more {
    clear:both;
    text-align:right;
    padding-top:3px;
}

.view-more a,
.view-more a:active,
.view-more a:visited{
    padding-left:10px;
    background: url('../img/icon-bulet.gif') no-repeat left center;
    color:#005691;
    text-decoration:none;
}
.view-more a:hover {
    text-decoration:underline;
}

span.new-record {
    display: inline-block;
    width: 23px;
    height: 12px;
    background: url(../img/new.gif) top left no-repeat;
}
span.hot-record {
    display: inline-block;
    width: 35px;
    height: 22px;
    background: url(../img/hot.gif) top left no-repeat;
}

.news-list-top {
   padding: 0px 5px
}


/*============FOOTER==============*/
footer{
    margin-top: 10px;
    height:70px;
    /*background: url('../image/footer-bg.png') repeat-x #005691;*/ 
    color: #005691;
    line-height:18px;
        margin-bottom: 5px;
}

    footer a {
        color:#005691;
        text-decoration:none;
    }
    footer a:hover  {
        text-decoration:none;
    }

footer .info {
    text-align:left;
    padding-top: 15px;
    }

footer .bank-name{
    font-weight:bold;
    text-transform:uppercase;
    font-size: 12px;
}

footer .company-name{
    font-weight:bold;
    text-transform:none;
    font-size: 12px;
}
footer .name{
    clear:left;
    float:left;
    width:80px;
}
footer .value{
    float:left;
}


footer .logo img{
    height: auto;
    float: left;
}

footer .copyright {
        margin-top: 5px;
        font-size: 13px;
        /*position: absolute;*/
        bottom: 40px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 10px;
    }

.footer-left {
    background: #1aa1dc;
    height: 10px;
    width: 40%;
    position: absolute;
    left: 0;
}
.footer-right {
    background: #d41317;
    height: 10px;
    width: 40%;
    position: absolute;
    right: 0;
}

#bgFooter980 {
    width: 1200px;
    height: 10px;
    margin: 0 auto;
    list-style: none;
    background: #93d5f6 url(../img/bgfooter1.png);
    position: relative;
    z-index: 99;
    background-size:cover;
}
home > a:hover {
    color:#005691;
}
.height10 {
    height: 10px;
    clear: both;
}
.line-bottom {
    height: 3px;
    background: url(../img/tab-content-line-bottom.png) repeat-x center center;
}

.wrap-box-news {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 1px 1px 5px #dcdcdc;
}
 .date {
    margin-top: 5px;
    color: #000;
    font-style: italic;
    background: url(../img/datepicker.gif) no-repeat;
    padding-left: 17px;
}

/* Pager */
.pager
{
	margin: 8px 3px;
	padding: 3px;
    text-align:center;
}

.pager .disabled
{
	border: 1px solid #ddd;
	color: #999;
	margin-top: 4px;
	padding: 3px;
	text-align: center;
}

.pager .current
{
	background-color: #005691;
	border: 1px solid #9b040b;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
	padding: 3px 5px;
	text-align: center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a
{
	border: 1px solid #aaa;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
}

/*===========TAB==============*/

.nav-tab2 {
    height: 45px;
    background: #93d5f6 url(../img/915x5.png) left bottom no-repeat;
    background-size: contain;
}
.nav-tab2 ul{
    list-style: none;
    display: block;
    padding:0;
    margin:0;
    height:42px;
}

.nav-tab2 ul a{
    color: #fff;
    text-decoration:none;
    
}
.nav-tab2 ul li{
    display: block;
    position: relative;
    float:left;
    padding:11px 15px;
    list-style-type: none;
    text-align: center;
    /*text-shadow: 1px 1px 1px #817e7e;*/
    font-weight:bold;
}
.nav-tab2 ul li.first {
    padding:0px;
    width:10px;
}
.nav-tab2 ul li.active{
    font-size:12px;
    color: #005691;
    text-decoration:none;
    background: url('../img/nav-tab-bg-hover.png') repeat-x;
}
.nav-tab2 ul li.active a{
    color:#005691;
}
span.tiento {
    padding: 2px 8px;
    margin-right: 3px;
    background: #3b9de1;
    color: #fff;
}

/*============Details================*/
.title-bar-box{
        padding: 10px 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #005691;
    background: #93d5f6 url(../img/915x5.png) left bottom no-repeat;
    text-align:justify;
}

.title-bar-box .date{
    float:right;
    text-transform:none;
    font-weight:normal;
    font-style:italic;
    padding-right:5px;
    font-size:10px;
    margin-left:10px;
}

.details-news-page{
    padding:10px; 
    text-align:justify; 
    line-height:18px;
}

.details-news-page .pic-image{
    padding:2px;
    border:1px solid #e8e6eb;
    width:120px; 
    height:120px;
    float:left;
    margin-right:5px;
}

.details-news-page .pic-image img{
    width:120px; 
    height:120px;
}

.details-news-page h2{
    color: #247db5;
}

.details-news-page .description{
    text-align:justify; 
    color:#000;
}

.details-news-page .contents{
    clear:left;
    padding-top: 5px;
    text-align:justify; 
    color:#000;
}
#chitiet-phiendaugia-container {
    margin:0px 5px;
    margin-top:0px;
}
.list-news-container{

}

.list-news-container > ul{
    list-style:none;
    display:block;
    padding:5px;
    margin:0;
}
.list-news-container > ul li{
    display:block;
    padding: 0px;
}
.list-news-container > ul .line-bottom{
    height: 3px;
    background: url('../image/tab-content-line-bottom.png') repeat-x center center;
}
.list-news-container > ul li .pic{
    width: 93px;
    height: 75px;
    padding:2px;
    border:1px solid #e8e6eb;
    float:left;
}
.list-news-container > ul li .pic img{
    width: 93px;
    height: 75px;
    border: 0px;
}

.list-news-container > ul li .info{
    float:right;
    padding-left: 5px;
    width: 540px;
    line-height:18px;
}

.list-news-container > ul li .info .title{
    color:#000;
    font-size:12px;
    text-wrap:normal;
    font-weight:bold;
}
.list-news-container > ul li .info .title a,
.list-news-container > ul li .info .title a:active,
.list-news-container > ul li .info .title a:visited{
    color:#000;
    text-decoration:none;
}
.list-news-container > ul li .info .title a:hover {
    color:#005691;
}

.list-news-container > ul li .info .decscription{
    color:#000;
    font-size:12px;
    padding-top:5px;
    text-wrap:normal;
    text-align:justify;
}

.list-news-container > ul li .info .date{
    margin-top:5px;
    color:#000;
    font-size:10px;
    font-style:italic;
    background: url('../image/datepicker.gif') no-repeat;
    padding-left:17px;
}

.details-phiengiaodich-page{
    padding:10px; 
    text-align:justify; 
    line-height:18px;
}

.details-phiengiaodich-page .pic-image{
    padding:2px;
    border:1px solid #e8e6eb;
    height:auto;
    float:left;
    margin-right:5px;
}

.details-phiengiaodich-page .info {
    float: left;
    line-height:18px;
    clear:both;
   padding:5px;
}
.details-phiengiaodich-page .info .nameTS{
   float:left;
   font-weight:bold;
}

.details-phiengiaodich-page .info .col1 {
    width: 140px;
}
.details-phiengiaodich-page .info .col2{
   float:right;
   font-weight:bold;
}

.details-phiengiaodich-page .info .desc{
    padding-top:5px;
   float:left;
   font-style:italic;
}

.clearfix{
    clear:both;
}

.details-phiengiaodich-page .btn-dangkydaugia{
    width: 120px;
    height:25px;
  	font-weight: bold;
  	font-family: Arial;
    font-size: 12px;
 	border: 1px solid #0688e6;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));
    background: -webkit-linear-gradient(#fff, #d4d4d4);
    background: -moz-linear-gradient(top, #fff, #d4d4d4);
    background: -ms-linear-gradient(#fff, #d4d4d4);
    background: -o-linear-gradient(#fff, #d4d4d4);
    background: linear-gradient(#fff, #d4d4d4);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d4d4d4');*/
    cursor:pointer;
}
.details-phiengiaodich-page .btn-dangkydaugia:hover{
    background: #78bdee;
    background: -webkit-gradient(linear, left top, left bottom, from(#78bdee), to(#d4d4d4));
    background: -webkit-linear-gradient(#78bdee, #d4d4d4);
    background: -moz-linear-gradient(top, #78bdee, #d4d4d4);
    background: -ms-linear-gradient(#78bdee, #d4d4d4);
    background: -o-linear-gradient(#78bdee, #d4d4d4);
    background: linear-gradient(#78bdee, #d4d4d4);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78bdee', endColorstr='#d4d4d4');*/
}

.content-tab-phiengiaodich{
    padding:10px;
}

.details-phiengiaodich-page .contact-info{
    
    font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #555;
	padding-left: 15px;
	font-family: Arial sans-serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
    margin-top:15px;
}

.details-phiengiaodich-page .info-taisan{
    margin-top:30px;
    /*font-family: Arial sans-serif ;
    font-size: 0.8125em;*/
}

.details-phiengiaodich-page .info-taisan > ul {
    list-style:square;
    padding:0px;
    margin:0px;
    margin-left:20px; 
}

.details-phiengiaodich-page .info-taisan > ul li{
    line-height:18px;
    padding:4px;
    font-weight:bold;    
}


.details-phiengiaodich-page .info-taisan > ul li span.label {
    /*font-weight:normal;*/
}

.details-phiengiaodich-page .time-rule{
    list-style:circle;
    padding:0px;
    margin:0px;
    margin-left:20px;    
}

.details-phiengiaodich-page .time-rule li{
    line-height:18px;
    padding:4px;
    font-weight:bold;    
}


.details-phiengiaodich-page .time-rule li span.label {
    font-weight:normal;
}

.p-details{
    font-weight:bold;
    text-decoration:underline;
}
.tabs {
    position: relative;
	margin: 10px auto;
    margin-bottom:10px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 140px;
	height: 30px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-1 {
    width: 190px;
}
.tabs input#tab-2{
	left: 190px;
}

.tabs label {
	background: #7cb9e5;	
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding: 0 5px;
    float: left;
	display: block;
	width: 130px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.tab-label-1 {
    width: 180px !important;
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #59ade9;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #0688e6;
	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

/*=======SEARCH TOP ========*/
#search-top{
    position:relative;
    width:515px;
    float:right;
    margin-top:40px;
}

#search-top #select-type-search{
    position:absolute;
    top:0px;
    left:3px;
    margin:3px 1px;
    padding:6px 5px;
    width:80px;
    border:0px;
    color:#8d8a8a;
}

#search-top #text-search{
    float:left;
    margin:1px;
    padding:10px 5px;
    width:515px;
    border:0px;
    color:#8d8a8a;
}
    #search-top #text-search :focus {
         border:1px solid #e8e6eb;
    }
#search-top #btn-search {
    position:absolute;
    top:0px;
    right:3px;
    margin:3px 1px;
    height:30px;
    width: 28px;
    background: url('../img/btn-search.png') no-repeat #fff; 
    border:0px;
}

/*==========SEARCH===========*/
.search-page-content {
    
}
.search-page-content .tab-container{
    padding:0px 10px;
    margin-top:10px;    
    border-bottom: 2px solid #0788e6;
}
.search-page-content .tab-container > ul{
   display: block;
    list-style-type: none;
    padding:0px;
    margin:0px;    
}
.search-page-content .tab-container > ul li{
    float:left;
    display:block;
    padding: 8px;
    margin-right: 2px;
    border:1px solid #fff;
    border-bottom: 2px solid #fff;
    background:#cadae4;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.search-page-content .tab-container > ul li a,
.search-page-content .tab-container > ul li a:active,
.search-page-content .tab-container > ul li a:visited {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
.search-page-content .tab-container > ul li.active {
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border:1px solid #0788e6;
    border-bottom: 2px solid #0788e6;
    background: #0788e6;
}
.search-page-content .tab-container > ul li.active a {
    color:#fff;
}

.search-page-content .option-search-pane{
    padding:10px;
    border-bottom:1px solid #f7f7bd;
    background: #fafacc;
}

.search-page-content .option-search-pane .row-option{
    padding:3px;
}
.search-page-content .option-search-pane .row-option span{
    width:120px;
    display: inline-block;
}

.input-search-tintuc{
    width: 300px;
    margin:0px;
    padding:2px;
}
.input-chuyenmuc-search{
    width: 180px;
    margin:0px;
    padding:2px;
}
.submit-search-tintuc{
    margin-left:6px;
    padding:5px;
    width:120px;
 	border: 1px solid #aca7a7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));
    background: -webkit-linear-gradient(#fff, #d4d4d4);
    background: -moz-linear-gradient(top, #fff, #d4d4d4);
    background: -ms-linear-gradient(#fff, #d4d4d4);
    background: -o-linear-gradient(#fff, #d4d4d4);
    background: linear-gradient(#fff, #93d5f6);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d4d4d4');*/
    cursor:pointer;
}

.result-search-tintuc{
    margin-top:10px;
}
.result-search-tintuc > ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.result-search-tintuc > ul li{
    display:block;
    border-bottom:1px dotted #bfbdbd;
    padding:5px 5px;
}

.result-search-tintuc > ul li .picture,
.result-search-tintuc > ul li .picture img{
    width:45px;
    height:45px;
}
.result-search-tintuc > ul li .picture{
    padding:2px;
    border: 1px solid #bfbdbd;
    float:left;
    margin-right:10px;
}
.result-search-tintuc > ul li .title a,
.result-search-tintuc > ul li .title a:active,
.result-search-tintuc > ul li .title a:visited{
    font-weight:bold;
    text-decoration:none;
    font-size:14px;
    line-height:18px;
}
.result-search-tintuc > ul li .description{
    margin-top:2px;
    color:#000;
}
.result-search-tintuc > ul li .date{
    margin-top:2px;
    color:#767676;
    font-size:11px;
    font-style:italic;
    float:right;
}

.result-count{
    padding:3px;
    font-size:11px;
    font-style:italic;
}
/*=========SLIDE FOOTER===========*/
.content-box{
    clear:both;
    text-align:left;
}
.banner-link-container{
    padding:5px 10px;
    background: #fff;
    margin: 0px 20px 0px 0px;
    position: relative;
}

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
    margin:0px !important;
    padding:0px;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

#demo3 {
	margin: 0px auto;
}

#demo3 .als-item {
	margin: 0px 8px;
	padding: 4px 0px;
	min-height: 62px;
	min-width: 140px;
	text-align: center;
    
}

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
    border:1px solid #ccc;
}

#demo3 .als-prev, #demo3 .als-next {
	top: 20px;
}

#demo3 .als-prev {
	left: 0px;
}

#demo3 .als-next {
	right: 0px;
}


/*============LOGIN=================*/
.box-container{
    border:1px solid #e8e6eb;
    background: #fff;
    margin-top:10px;
}

.account-col-left{
    width: 200px;
    float:left;
    min-height:200px;
}

.account-col-left .title-box {
    font-weight:bold;
    text-transform:uppercase;
    padding:5px;
    font-size:14px;
    border-bottom:1px solid #e21d41;
}

.account-col-right{
    width: 50%;
    min-height:200px;
    margin: 0 auto;
}

.account-col-right .info{
    background: #f8fed6;
    padding:10px;
}

.account-col-right .error-box{
    padding:10px;
    text-align:center;
    color:#f00;
    font-weight:bold;
}

.account-col-right .title-box {
    font-weight:bold;
    text-transform:uppercase;
    padding:5px;
    font-size:14px;
    border-bottom:1px solid #247db5;
}

.account-col-right .content-box {

}

.account-col-right .content-box .row-footer{
    background: #f8fed6;
    padding:10px;
    text-align:right;
}

.account-col-right .content-box .row-footer input[type="submit"] {
  	width: 120px;
      height:30px;
  	font-weight: bold;
  	font-family: Arial;
    font-size: 12px;
 	border: 1px solid #0688e6;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));
    background: -webkit-linear-gradient(#fff, #d4d4d4);
    background: -moz-linear-gradient(top, #fff, #d4d4d4);
    background: -ms-linear-gradient(#fff, #d4d4d4);
    background: -o-linear-gradient(#fff, #d4d4d4);
    background: linear-gradient(#fff, #d4d4d4);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d4d4d4');*/
    cursor:pointer;
}

.account-col-right .content-box .row {
    padding:3px;
    margin-bottom:2px;
    clear:both;
}

.account-col-right .content-box .row .div-hr{
    width: 400px;
    height: 1px;
    margin:auto;
    border-bottom: 1px solid #808080;
}


.account-col-right .content-box .row .label-field {
    float:left;
    width:200px;
    height: 20px;
    padding-top: 4px;
    padding-left:10px;
    padding-right:20px;
    text-align:right;
}

.account-col-right .content-box .row select{
    width: 150px;
    height: 24px;
    padding: 2px 5px;
    vertical-align: middle;
}

.account-col-right .content-box .row input[type="text"],
.account-col-right .content-box .row input[type="password"]{
    width: 300px;
    height: 20px;
    padding: 0px 5px;
    vertical-align: middle;
    margin-bottom:2px;
}

.account-col-right .content-box .row .value-field{
    margin-left:250px;
}
.account-col-right .content-box .row .value-field .label{
    margin-top:4px;
}

.account-col-right .content-box .row .btn-action-signin{
    text-align:right;
    width:565px;
}
.account-col-right .content-box .btn-action-signin input[type="submit"] {
  	width: 120px;
    height:25px;
  	font-weight: bold;
  	font-family: Arial;
    font-size: 12px;
 	border: 1px solid #0688e6;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4d4d4));
    background: -webkit-linear-gradient(#fff, #d4d4d4);
    background: -moz-linear-gradient(top, #fff, #d4d4d4);
    background: -ms-linear-gradient(#fff, #d4d4d4);
    background: -o-linear-gradient(#fff, #d4d4d4);
    background: linear-gradient(#fff, #d4d4d4);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d4d4d4');*/
    cursor:pointer;
}

.account-col-right .content-box .markrequired{
    color:#f00;
}

.account-col-right .content-box .field-validation-error{
    color:red;
    margin-top:2px;
}

.account-col-right .content-box .input-validation-error{
    border:1px solid red;
}

.account-col-right .content-box .validation-summary-errors{
    display: none;
}

.error-container .title-box {
    font-weight:bold;
    text-transform:uppercase;
    padding:5px;
    font-size:14px;
    border-bottom:1px solid #e21d41;
}

.error-container .info{
    background: #f8fed6;
    padding:10px;
}

