/* Minification failed. Returning unminified contents.
(186,1): run-time error CSS1019: Unexpected token, found '}'
(188,2): run-time error CSS1031: Expected selector, found '/'
(188,2): run-time error CSS1025: Expected comma or open brace, found '/'
(4407,11): run-time error CSS1035: Expected colon, found 'align'
(4872,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4873,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4889,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4890,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4906,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4907,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* style 21/08/17 */
#icic_lc_button {
    display: none;
}
/* generalinebottom-product styles */
/*@font-face {
    font-family: ModernHEcoLight;
    src: url('/Content/fontHyundai/ModernH-EcoLight.v1.0.css');
}

@font-face {
    font-family: ModernHBold;
    src: url('/Content/fontHyundai/ModernH-Bold.v1.0.css');
}*/
@font-face {
    font-family: ModernHEcoLight;
    /*src: url('/Content/hdm/worldwide/fonts/HyundaiSansVNHeadOffice-Light.ttf');*/
    src: url('/Content/hdm/worldwide/fonts/HyundaiSansVNTextOffice-Regular.ttf');
}

@font-face {
    font-family: ModernHBold;
    /*src: url('/Content/hdm/worldwide/fonts/HyundaiSansVNHeadOffice-Medium.ttf');*/
    src: url('/Content/hdm/worldwide/fonts/HyundaiSansVNHeadOffice-Bold.ttf');
}

/* New fonts */
@font-face {
    font-family: ChakraPetchBold;
    src: url('/Content/hdm/worldwide/fonts/ChakraPetch-Bold.ttf');
}

@font-face {
    font-family: ChakraPetchRegular;
    src: url('/Content/hdm/worldwide/fonts/ChakraPetch-Regular.ttf');
}

.modernHBold {
    font-family: ModernHBold;
}

.modernHEcoLight {
    font-family: ModernHEcoLight;
}

h1, h2, h3, h4, h5, strong, strong > span, h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
    font-family: ModernHBold !important;
}

ul li {
    list-style: none;
}

.txt {
    font-size: 1rem !important;
}
/*h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}*/

.paddingright5 {
    padding-right: 5px;
}

.paddingleft5 {
    padding-left: 5px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    #dropdown-mem {
        width: 1024px;
    }
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.no-border-left {
    border-left: 0;
}

.no-border-right {
    border-right: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-margin {
    margin: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.marginbot10 {
    margin-bottom: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.margintop20 {
    margin-top: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.margintop30 {
    margin-top: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.marginbot50 {
    margin-bottom: 50px;
}

.idn-service .col-xs-12 {
    height: 200px;
}
/*.container {
    padding:0;
}*/
/*@media (min-width: 992px) {
    
    .container {
        width:940px;
        padding:0;
    }
    /*.header-menu .container {
        width:960px;
    }*/

}

*/ #floatMenuLeft, #floatMenuRight {
    top: 116px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

    #floatMenuLeft img, #floatMenuRight img {
        width: 100%;
    }

#floatMenuLeft {
    left: 25px;
}

#floatMenuRight {
    right: 25px;
}

@media (max-width: 1280px) {
    #floatMenuLeft, #floatMenuRight {
        top: 116px;
        width: 145px;
    }

        #floatMenuLeft img, #floatMenuRight img {
            height: 340px;
        }

    #floatMenuLeft {
        left: 5px;
    }

    #floatMenuRight {
        right: 5px;
    }
}

.slide-content {
    width: 100%;
    position: relative;
}

.search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    padding: 6px 15px;
    display: inline-block;
}

.logo-hd {
    margin: 11px 8px 0;
    font-size: 21px;
    text-shadow: 0 0 1px #3076b7, 0 0 1px #FFFFFF;
}

.search-open {
    right: 3px;
    top: 3px;
    display: none;
    /* padding: 14px; */
    position: absolute;
    /* background: #fcfcfc; */
    width: 230px;
    /* box-shadow: 0 1px 3px #ddd; */
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 1px 13px;
    position: relative;
    background: #3076b7;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
}

.btn-minier, .btn-group-minier > .btn {
    padding: 0 12px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.text-seach {
    height: 22px;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a {
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11.5px 18px;
    font-size: 13px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
        color: black;
    }
/*End*/
a {
    text-decoration: none;
    color: #737373;
    background-color: transparent;
}

    a:hover {
        text-decoration: none;
        color: #004b8d;
    }

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #575757;
    background-color: #eeeff7;
}

/* padded section */
.pad-section {
    padding: 50px 0;
}

    .pad-section img {
        width: 100%;
    }

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

    .text-vcenter h1 {
        font-size: 4.5em;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

/* additional sections */
#home {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-table;
    overflow: auto;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: auto;
}
/**Fix bootstrap*/
.navbar {
    min-height: initial !important;
    margin-bottom: 0;
    border: none;
    z-index: 10;
    background-color: transparent;
}

.topheader {
    background-color: #2b2b2b;
    opacity: 0.9;
    color: #bff830;
}

table.contactheader {
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #4b5059;
}

    table.contactheader td .item {
        text-align: center;
        border-left: 1px solid #4b5059;
        border-right: 1px solid #000;
    }

    table.contactheader td .item2 {
        border-bottom: 1px solid #000;
    }

    table.contactheader td .item3 {
        border-top: 1px solid #4b5059;
    }


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

    .carousel-inner .item-slide {
        padding-top: 20px;
    }

        .carousel-inner .item-slide .carname {
            padding-top: 40px;
        }

@media (max-width: 991px) {
    .carousel-inner .item-slide {
        padding-top: 10px;
    }

        .carousel-inner .item-slide .carname {
            padding-top: 0px;
        }
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
    text-transform: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: "ModernHBold";
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
        /*background-color:#3076B7;
        color:white;*/
        border-bottom: solid 2px #243d8e;
    }

.navbar.navbar-default .img-logo {
    margin: 24px 0;
}

.navbar.navbar-default ul.icon > li {
    float: right;
    margin-right: 20px;
    text-align: left;
    list-style: none;
    padding: 12px 0;
}

    .navbar.navbar-default ul.icon > li:first-child {
        margin: 0;
    }

    .navbar.navbar-default ul.icon > li h3 {
        font-family: ModernHBold;
        font-size: 19px;
        color: #fff;
    }

.navbar.navbar-default h3 {
    font-size: 12px;
    margin-top: 15px;
    line-height: 10px;
    text-align: center;
}

.dropdown-menu {
    background-color: #FFFFFF;
    padding: 0;
}

    .dropdown-menu > li > a {
        color: #737373;
    }

        .dropdown-menu > li > a:hover {
            background-color: #337ab7;
            color: #FFFFFF;
        }

/*Home*/
.home-content {
    /*top: 0px;
    background-color: #f2f3f3;
    min-height: 440px;
    position: relative;*/
    background-color: #fff;
    padding-bottom: 20px;
}

    .home-content .icon-home {
        text-align: center;
        padding: 20px 0 10px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .home-content .home-detail {
        position: relative;
        padding: 0 0 50px;
        margin-bottom: 40px;
    }

    .home-content .icon-home .icon-img {
        margin: 10px 31px;
        width: 50px;
    }

    .home-content .icon-home .title-icon {
        margin-top: 5px;
    }

.slide-content.home .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 37%;
    margin-top: -16px;
    outline: 0;
    width: 26px;
    height: 60px;
    text-indent: -9999px;
    z-index: 2;
}

.slide-content.home .bx-wrapper .bx-prev {
    left: 30px;
    background: url(/images/iconslidepre.png) no-repeat top left;
}

.slide-content.home .bx-wrapper .bx-next {
    right: 30px;
    background: url(/images/iconslidenext.png) no-repeat top left;
}

@media (max-width: 674px) {
    .slide-content.home .bx-wrapper .bx-prev {
        left: 0;
        display: none;
    }

    .slide-content.home .bx-wrapper .bx-next {
        right: 0;
        display: none;
    }
}

.home-content .slidenews img {
    height: 280px;
    width: 100%;
}

.home-content .home-detail .home-left {
    width: 58%;
    padding: 0;
    float: left;
}


.slidenews .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 47%;
    outline: 0;
    width: 27px;
    height: 45px;
    text-indent: -9999px;
    z-index: 2;
}

.slidenews .bx-wrapper .bx-prev {
    left: 0;
    background: url(/images/news-pre.png) no-repeat top left;
}

.slidenews .bx-wrapper .bx-next {
    right: 0;
    background: url(/images/news-next.png) no-repeat top left;
}

.slidenews .bx-wrapper .bx-pager .bx-pager-item, .slidenews .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}

.slidenews h1 {
    margin-top: -55px;
    font-size: 24px;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    font-family: ModernHBold;
    position: relative;
}

@media (max-width: 674px) {
    .home-content {
    }

        .home-content .home-detail {
            position: relative;
            width: 100%;
            padding: 0 0 30px;
            margin-bottom: 0;
        }

            .home-content .home-detail .home-left {
                width: 58%;
                padding: 0;
                float: left;
            }

        .home-content .slidenews img {
            height: 180px;
        }

        .home-content .home-detail .home-left {
            width: 100%;
            padding: 0;
            float: left;
        }

    .slidenews .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 85px;
        width: 27px;
        height: 45px;
    }

    .slidenews h1 {
        margin-top: -40px;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
    }
}

@media (max-width: 380px) {
    .home-content .slidenews img {
        height: 140px;
    }

    .slidenews .bx-wrapper .bx-controls-direction a {
        top: 65px;
    }
}

.slide {
    text-align: center;
}

    .slide .carname {
        margin-top: -10px;
        font-size: 13px;
        font-weight: bold;
    }

.home-content .service-warranty, .home-content .service-parts, .home-content .service-center, .home-content .service-faq {
    height: 168px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    width: 48.5%;
    margin-top: 20px;
    border: 1px solid #757575;
    color: #2B2B2B;
}

    .home-content .service-warranty:hover, .home-content .service-parts:hover, .home-content .service-center:hover, .home-content .service-faq:hover {
        border-bottom: 3px #004b8d solid;
    }

.home-content .service-warranty {
    background: #f2f3f3 url(/images/service_warranty.png) center 70px no-repeat;
    margin-right: 3%;
}

.home-content .service-center {
    background: #f2f3f3 url(/images/service_center.png) center 70px no-repeat;
}

.home-content .service-parts {
    background: #f2f3f3 url(/images/service_parts.png) center 70px no-repeat;
    margin-right: 3%;
}

.home-content .service-faq {
    background: #f2f3f3 url(/images/service_faq.png) center 70px no-repeat;
}

@media (max-width: 674px) {
    .home-content .service-warranty, .home-content .service-parts, .home-content .service-center, .home-content .service-faq {
        height: 100px;
        font-size: 10px;
        padding: 10px 5px;
        width: 23%;
        margin: 20px 0;
    }

    .home-content .service-warranty {
        background: #f2f3f3 url(/images/service_warranty-mb.png) center 45px no-repeat;
        margin-right: 2%;
        margin-left: 1%;
    }

    .home-content .service-center {
        background: #f2f3f3 url(/images/service_center-mb.png) center 45px no-repeat;
        margin-right: 2%;
    }

    .home-content .service-parts {
        background: #f2f3f3 url(/images/service_parts-mb.png) center 45px no-repeat;
        margin-right: 2%;
    }

    .home-content .service-faq {
        background: #f2f3f3 url(/images/service_faq-mb.png) center 45px no-repeat;
    }
}
/*List hotnews*/
.list-hotnews {
    padding: 0;
    width: 35%;
    float: right;
}

    .list-hotnews .item-hotnews {
        width: 100%;
        float: right;
    }

        .list-hotnews .item-hotnews .lable-hotnews {
            position: absolute;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            width: 92px;
            text-align: center;
            background-color: #004b8d;
        }

        .list-hotnews .item-hotnews img {
            width: 100%;
            height: 210px;
        }

        .list-hotnews .item-hotnews .detail-hotnews {
            padding: 20px 0;
        }

            .list-hotnews .item-hotnews .detail-hotnews h2 {
                font-size: 17px;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                line-height: 1.5;
                color: #333333;
            }

            .list-hotnews .item-hotnews .detail-hotnews a > h2:hover, .list-hotnews .item-hotnews2 .detail-hotnews2 a > h2:hover {
                color: #004b8d;
            }

            .list-hotnews .item-hotnews .detail-hotnews h4 {
                font-size: 13px;
                color: #666666;
                margin-top: 7px;
            }

            .list-hotnews .item-hotnews .detail-hotnews h3 {
                font-size: 13px;
                color: #666666;
                margin-top: 17px;
                text-align: justify;
            }

@media (max-width: 674px) {
    .list-hotnews {
        width: 100%;
        float: right;
    }
}

.list-hotnews .item-hotnews2 {
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

    .list-hotnews .item-hotnews2 .img-hotnews2 {
        width: 41%;
        float: left;
    }

        .list-hotnews .item-hotnews2 .img-hotnews2 img {
            width: 100%;
            height: 82px;
        }

    .list-hotnews .item-hotnews2 .detail-hotnews2 {
        float: left;
        width: 59%;
        padding-left: 17px;
    }

        .list-hotnews .item-hotnews2 .detail-hotnews2 h2 {
            font-size: 14px;
            font-weight: bold;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.2;
            color: #333333;
        }

        .list-hotnews .item-hotnews2 .detail-hotnews2 h4 {
            font-size: 12px;
            color: #666666;
            margin-top: 5px;
        }

@media (max-width: 674px) {
    .list-hotnews .item-hotnews2 .detail-hotnews2 {
        height: 82px;
        margin-bottom: 10px;
    }

    .list-hotnews .item-hotnews img {
        width: 100%;
        height: 180px;
    }

    .list-hotnews .item-hotnews .detail-hotnews {
        padding: 20px 10px 5px;
    }

        .list-hotnews .item-hotnews .detail-hotnews h2 {
            font-size: 14px;
        }

        .list-hotnews .item-hotnews .detail-hotnews h4 {
            font-size: 11px;
            margin-top: 1px;
        }

        .list-hotnews .item-hotnews .detail-hotnews h3 {
            font-size: 11px;
            margin-top: 1px;
        }

    .list-hotnews .item-hotnews2 {
        padding: 0 10px;
        margin-bottom: 10px;
    }

        .list-hotnews .item-hotnews2 .detail-hotnews2 {
            height: 85px;
            margin-bottom: 0px;
        }

        .list-hotnews .item-hotnews2 .img-hotnews2 img {
            height: 85px;
        }

        .list-hotnews .item-hotnews2 .detail-hotnews2 h4 {
            font-size: 10px;
        }

        .list-hotnews .item-hotnews2 .detail-hotnews2 h2 {
            font-size: 12px;
        }
}

@media (max-width: 380px) {
    .list-hotnews .item-hotnews img {
        height: 160px;
    }

    .list-hotnews .item-hotnews2 .detail-hotnews2 {
        height: 75px;
    }

    .list-hotnews .item-hotnews2 .img-hotnews2 img {
        height: 75px;
    }
}

.header-menu {
    background-color: #f2f3f3;
    color: white;
    z-index: 100000;
}

.right-banner, .left-banner {
    width: 155px;
    position: absolute;
    top: 10px;
}

    .right-banner img, .left-banner img {
        margin-bottom: 40px;
        width: 100%;
    }

.left-banner {
    left: -180px;
}

.right-banner {
    right: -180px;
}

.navbar-shrink {
    position: fixed;
    top: 10px;
    left: 15px;
}
/*Product Cate*/
.prcate-body {
    width: 100%;
    float: left;
    padding-top: 55px;
}

    .prcate-body .title-prcate {
        width: 30%;
        padding: 0;
        float: left;
    }

    .prcate-body .detail-prcate {
        width: 70%;
        padding: 0;
        float: left;
    }

ul.product-cate {
    list-style: none;
    width: 100%;
    -webkit-padding-start: 0;
}

    ul.product-cate li {
        margin-bottom: 10px;
        width: 100%;
        height: 60px;
        padding: 0 0 0 105px;
    }

        ul.product-cate li.product-cate1 {
            background: #fff url(/images/listpage1.png) left no-repeat;
        }

        ul.product-cate li.product-cate2 {
            background: #fff url(/images/listpage2.png) left no-repeat;
        }

        ul.product-cate li.product-cate3 {
            background: #fff url(/images/listpage3.png) left no-repeat;
        }

        ul.product-cate li.active {
            color: white;
        }

        ul.product-cate li.product-cate1.active {
            background: #243D8E url(/images/listpage-active1.png) left no-repeat;
        }

        ul.product-cate li.product-cate2.active {
            background: #243D8E url(/images/listpage-active2.png) left no-repeat;
        }

        ul.product-cate li.product-cate3.active {
            background: #243D8E url(/images/listpage-active3.png) left no-repeat;
        }

        ul.product-cate li h2 {
            line-height: 60px;
            font-size: 14px;
            font-family: ModernHBold;
            color: #525051;
            margin: 0;
        }

        ul.product-cate li.active a {
            color: white;
        }

@media (max-width: 674px) {
    .prcate-body {
        padding-top: 10px;
    }

        .prcate-body .title-prcate {
            width: 100%;
            padding: 0;
            float: left;
        }

        .prcate-body .detail-prcate {
            width: 100%;
            padding: 0;
            float: left;
        }

    ul.product-cate li.product-cate1 {
        background: #fff url(/images/listpage1-mb.png) 3px no-repeat;
    }

    ul.product-cate li.product-cate2 {
        background: #fff url(/images/listpage2-mb.png) 3px no-repeat;
    }

    ul.product-cate li.product-cate3 {
        background: #fff url(/images/listpage3-mb.png) 5px no-repeat;
    }

    ul.product-cate li.product-cate1.active {
        background: #243D8E url(/images/listpage-active1-mb.png) 5px no-repeat;
    }

    ul.product-cate li.product-cate2.active {
        background: #243D8E url(/images/listpage-active2-mb.png) 5px no-repeat;
    }

    ul.product-cate li.product-cate3.active {
        background: #243D8E url(/images/listpage-active3-mb.png) 5px no-repeat;
    }

    ul.product-cate li {
        width: 32%;
        float: left;
        margin-bottom: 10px;
        padding: 7px 10px 0 30px;
    }

        ul.product-cate li:first-child, ul.product-cate li:nth-child(2) {
            margin-right: 1.5%;
        }

        ul.product-cate li h2 {
            line-height: 1.2;
            font-size: 13px;
            text-align: center;
        }

        ul.product-cate li:first-child h2 {
            padding-top: 5px;
        }
}

@media (max-width: 380px) {
    ul.product-cate li {
        padding: 8px 5px 0 30px;
    }

        ul.product-cate li h2 {
            font-size: 12px;
        }
}

.prcate-body .itemproduct {
    margin: 0 0 20px;
    height: 210px;
    padding: 0 0 0 15px;
}

    .prcate-body .itemproduct .detail-prd {
        background: #fff;
        height: 215px;
        width: 100%;
        float: left;
        padding-top: 25px;
        text-align: center;
    }

        .prcate-body .itemproduct .detail-prd:hover {
            border-bottom: 3px solid #243d8e;
        }

    .prcate-body .itemproduct .carname {
        font-size: 23px;
        font-family: ModernHBold;
        color: #333333;
        margin-top: -10px;
    }

    .prcate-body .itemproduct .slogan {
        font-size: 14px;
        padding: 0 10px;
        color: #333333;
        font-family: ModernHEcoLight !important;
    }

@media (max-width: 674px) {
    .prcate-body .itemproduct {
        margin: 0 0 10px;
        height: 150px;
        padding: 0;
    }

        .prcate-body .itemproduct .detail-prd {
            height: 150px;
            padding-top: 15px;
        }

        .prcate-body .itemproduct img {
            width: 110px;
        }

        .prcate-body .itemproduct .carname {
            font-size: 19px;
            margin-top: -12px;
        }

        .prcate-body .itemproduct .slogan {
            font-size: 12px;
        }
}
/*Service*/

.htmlpage-detail {
    margin: 60px 0 30px;
}

ul.listpage {
    list-style: none;
}

    ul.listpage li {
        border-bottom: 1px solid #ccc;
        position: relative;
        margin-bottom: 10px;
    }

        ul.listpage li a {
            margin: 10px;
            position: relative;
        }

ul.listpage-new {
    list-style: none;
    -webkit-padding-start: 0;
}

    ul.listpage-new li {
        position: relative;
        margin-bottom: 10px;
        width: 280px;
        height: 45px;
        background: url(/images/listpage.png) center no-repeat;
    }

        ul.listpage-new li.active {
            color: white;
            background: url(/images/listpage-active.png) center no-repeat;
        }

        ul.listpage-new li h2 {
            line-height: 45px;
            margin-left: 10px;
        }

            ul.listpage-new li h2.line2 {
                width: 250px;
                line-height: 22px;
                margin-left: 7px;
                text-align: center;
            }

        ul.listpage-new li a {
            margin: 10px;
            position: relative;
        }

        ul.listpage-new li.active a {
            color: white;
        }

@media (max-width: 674px) {
    .htmlpage-detail {
        margin: 10px 0 30px;
    }

    ul.listpage-new li {
        margin: 0 auto 5px;
        background: none;
        border-bottom: 1px #ccc solid;
        width: 80%;
    }

        ul.listpage-new li.active {
            color: #243d8e;
            border-bottom: 1px #243d8e solid;
            background: none;
        }

        ul.listpage-new li a {
            margin: 0;
        }

        ul.listpage-new li h2 {
            margin-left: 0;
            text-align: center;
            font-size: 12px;
            line-height: 40px;
        }

            ul.listpage-new li h2.line2 {
                width: 100%;
                margin: 0 auto;
                text-align: center;
            }

        ul.listpage-new li.active a {
            color: #243d8e;
        }
}
/*Category news */
.newscate {
    width: 100%;
    float: left;
    margin-top: 70px;
}

    .newscate .itemnews1 {
        width: 65%;
        float: left;
        height: 200px;
        display: table;
        background: #fff;
    }

        .newscate .itemnews1 img {
            width: 54%;
            float: left;
            /*height: 200px;*/
        }

        .newscate .itemnews1 .newsdetail {
            width: 46%;
            float: left;
            padding: 0 25px;
        }

            .newscate .itemnews1 .newsdetail h2 {
                font-size: 18px;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                line-height: 1.5;
                color: #333333;
                margin-top: 0;
            }

            .newscate .itemnews1 .newsdetail a:hover h2 {
                color: #004b8d;
            }

            .newscate .itemnews1 .newsdetail .datecount {
                padding: 4px 0;
            }

            .newscate .itemnews1 .newsdetail h3 {
                font-size: 13px;
                color: #666666;
                line-height: 1.9;
                text-align: justify;
                margin: 0;
            }

    .newscate .itemnews2 {
        width: 35%;
        float: left;
        height: 100px;
        display: table;
        background: #fff;
    }

    .newscate .itemnews21 {
        padding-top: 17px;
    }

    .newscate .itemnews2 img {
        width: 41%;
        float: left;
        /*height: 83px;*/
    }

    .newscate .itemnews2 .newsdetail {
        width: 59%;
        float: left;
        padding: 0 10px 0 15px;
    }

        .newscate .itemnews2 .newsdetail h2 {
            font-size: 14px;
            font-weight: bold;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.5;
            color: #333333;
            margin-top: 0;
        }

        .newscate .itemnews2 .newsdetail a:hover h2 {
            color: #004b8d;
        }

        .newscate .itemnews2 .newsdetail .datecount {
            margin-top: 5px;
        }

        .newscate .itemnews2 .newsdetail h3 {
            font-size: 11px;
            color: #666666;
            line-height: 1.9;
            text-align: left;
        }

    .newscate .itemnews3 {
        width: 100%;
        float: left;
        margin-top: 50px;
        height: 200px;
        display: table;
    }

        .newscate .itemnews3 img {
            width: 35%;
            float: left;
            height: 200px;
        }

        .newscate .itemnews3 .newsdetail {
            width: 65%;
            float: left;
            padding: 40px;
        }

            .newscate .itemnews3 .newsdetail h2 {
                font-size: 18px;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                line-height: 1.5;
                color: #333333;
            }

            .newscate .itemnews3 .newsdetail a:hover h2 {
                color: #004b8d;
            }

            .newscate .itemnews3 .newsdetail .datecount {
                padding: 4px 0;
            }

            .newscate .itemnews3 .newsdetail h3 {
                font-size: 13px;
                color: #666666;
                line-height: 1.9;
                text-align: justify;
            }

@media (max-width: 674px) {
    .newscate {
        margin-top: 20px;
    }

        .newscate .itemnews1 {
            width: 100%;
        }

            .newscate .itemnews1 img {
                width: 100%;
                float: left;
                /*height: 180px;*/
            }

            .newscate .itemnews1 .newsdetail {
                width: 100%;
                float: left;
                padding: 10px;
            }

                .newscate .itemnews1 .newsdetail h2 {
                    font-size: 16px;
                    margin-top: 0;
                }

        .newscate .itemnews2 {
            width: 50%;
            height: 100px;
            margin-top: 10px;
            padding-top: 0 !important;
        }

        .newscate .itemnews21 {
            padding-top: 0;
        }

        .newscate .itemnews2 img {
            width: 100%;
            /*height: 83px;*/
        }

        .newscate .itemnews2 .newsdetail {
            width: 100%;
            padding: 10px 5px;
        }

            .newscate .itemnews2 .newsdetail h2 {
                font-size: 14px;
                margin-top: -5px;
            }

        .newscate .itemnews3 {
            width: 100%;
            margin-top: 10px;
            height: 200px;
        }

            .newscate .itemnews3 img {
                width: 100%;
                height: 170px;
            }

            .newscate .itemnews3 .newsdetail {
                width: 100%;
                padding: 10px;
            }

                .newscate .itemnews3 .newsdetail h2 {
                    font-size: 16px;
                }

                .newscate .itemnews3 .newsdetail h3 {
                    font-size: 11px;
                    line-height: 1.5;
                }
}

.item-services {
    padding: 20px 20px;
    padding-left: 10px;
    padding-right: 25px;
    margin-top: 5px;
    background-color: #f9f9f9;
    height: 75px;
}

    .item-services a {
        margin-left: 0px;
        font-family: ModernHBold;
        text-transform: uppercase;
    }

        .item-services a img {
            width: 37px;
            margin: 0 30px;
        }

.news-detail {
    margin: 67px 0 55px;
    padding: 0;
    float: left;
    width: 100%;
}

.news-container {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    min-height: 610px;
    width: 59%;
    margin-right: 7%;
    float: left;
}

    .news-container .titlenewsdetail {
        font-size: 21px;
        font-weight: bold;
        font-family: ModernHBold !important;
        line-height: 1.5;
        color: #333333;
    }

    .news-container .datecount {
        font-size: 13px;
        color: #666666;
        margin-top: 7px;
        font-family: ModernHEcoLight !important;
    }

    .news-container .newscontent {
        font-size: 14px;
        width: 100%;
        float: left;
        text-align: justify;
        padding: 30px 0;
        font-family: ModernHEcoLight !important;
    }

@media (max-width: 674px) {
    .news-detail {
        margin: 20px 0 0;
    }

    .news-container {
        padding: 0 10px;
        min-height: 400px;
        width: 100%;
        margin-right: 0;
    }
}

.list-othernews {
    padding: 0;
    width: 33%;
    float: right;
}

    .list-othernews .item-othernews {
        width: 100%;
        float: right;
    }

        .list-othernews .item-othernews .lable-othernews {
            position: absolute;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            width: 145px;
            text-align: center;
            background-color: #004b8d;
        }

        .list-othernews .item-othernews img {
            width: 100%;
            /*height: 210px;*/
        }

        .list-othernews .item-othernews .detail-other {
            padding: 22px 0;
        }

            .list-othernews .item-othernews .detail-other h2 {
                font-size: 17px;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                line-height: 1.9;
                color: #333333;
            }

            .list-othernews .item-othernews .detail-other a > h2:hover, .list-othernews .item-othernews2 .detail-other2 a > h2:hover {
                color: #243d8e;
            }

            .list-othernews .item-othernews .detail-other h4 {
                font-size: 13px;
                color: #666666;
                margin-top: 7px;
            }

            .list-othernews .item-othernews .detail-other h3 {
                font-size: 13px;
                color: #666666;
                margin-top: 17px;
                text-align: justify;
            }

@media (max-width: 674px) {
    .list-othernews {
        padding: 0 10px;
        width: 100%;
    }

        .list-othernews .item-othernews .lable-othernews {
            font-size: 12px;
            line-height: 30px;
            width: 35%;
        }

        .list-othernews .item-othernews img {
            width: 100%;
            /*height: 160px;*/
        }

        .list-othernews .item-othernews .detail-other h2 {
            font-size: 15px;
            line-height: 1.6;
        }

        .list-othernews .item-othernews .detail-other h4 {
            font-size: 12px;
            margin-top: 5px;
        }

        .list-othernews .item-othernews .detail-other h3 {
            font-size: 11px;
            margin-top: 0px;
        }
}

.list-othernews .item-othernews2 {
    padding: 17px 0;
}

    .list-othernews .item-othernews2 .img-other2 {
        width: 42%;
        float: left;
    }

        .list-othernews .item-othernews2 .img-other2 img {
            width: 100%;
            /*height: 81px;*/
        }

    .list-othernews .item-othernews2 .detail-other2 {
        float: left;
        width: 58%;
        padding-left: 17px;
    }

        .list-othernews .item-othernews2 .detail-other2 h2 {
            font-size: 15px;
            font-weight: bold;
            font-family: 'Open Sans', sans-serif;
            line-height: 1.2;
            color: #333333;
        }

        .list-othernews .item-othernews2 .detail-other2 h4 {
            font-size: 12px;
            color: #666666;
            margin-top: 10px;
        }

@media (max-width: 674px) {
    .list-othernews .item-othernews2 {
        padding: 5px 0;
        width: 100%;
        float: left;
    }

        .list-othernews .item-othernews2 .img-other2 {
            width: 40%;
            float: left;
        }

        .list-othernews .item-othernews2 .detail-other2 {
            float: left;
            width: 60%;
            padding: 0 10px;
        }

            .list-othernews .item-othernews2 .detail-other2 h2 {
                font-size: 14px;
                line-height: 1.2;
            }

            .list-othernews .item-othernews2 .detail-other2 h4 {
                font-size: 11px;
                margin-top: 10px;
            }

        .list-othernews .item-othernews2 .img-other2 img {
            /*height: 75px;*/
        }
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.itemvideo {
    height: 160px;
    margin-bottom: 20px;
}

.htmlpage-content {
    font-family: 'Open Sans', sans-serif;
}

    .htmlpage-content h1 {
        margin: -18px 0 10px;
        font-size: 19px;
        font-weight: bold;
        padding-bottom: 20px;
        text-align: left;
        color: #333333;
    }

@media (max-width: 674px) {
    .itemvideo {
        height: 160px;
        margin-top: 20px;
    }

    .htmlpage-content h1 {
        margin: 20px 0 10px;
        text-align: center;
        padding-bottom: 0;
        font-size: 17px;
    }
}
/*-Product-*/
.img-logo {
    padding-top: 22px;
    min-height: 20px;
    max-width: 198px;
}

.slidehotproduct .bx-wrapper .bx-controls-direction a {
    width: 15px;
    height: 26px;
    top: 50px;
}

.slidehotproduct .bx-wrapper .bx-next {
    right: -3px;
    background: url(/images/pr-next.png) no-repeat top left;
}

.slidehotproduct .bx-wrapper .bx-prev {
    left: -3px;
    background: url(/images/pr-pre.png) no-repeat top left;
}

.home-content .slidehotproduct {
    margin: 50px 0 60px;
}

.topcar-img {
    width: 90%;
    height: auto;
    padding: 0 3px;
    margin: 0 auto;
}

    .topcar-img img {
        width: 100%;
    }

.topcarname {
    text-align: center;
    font-size: 15px;
    margin-top: -7px;
    color: #333;
    text-transform: none;
    font-family: 'ModernHBold';
}

.topslogan {
    text-align: center;
    font-size: 13px;
    color: #666;
    text-transform: none;
}

@media (max-width: 674px) {
    .slidehotproduct .bx-wrapper .bx-controls-direction a {
        width: 15px;
        height: 26px;
        top: 50px;
        display: none;
    }

    .slidehotproduct .bx-wrapper .bx-next {
        right: -3px;
        background: url(/images/pr-next.png) no-repeat top left;
    }

    .slidehotproduct .bx-wrapper .bx-prev {
        left: -3px;
        background: url(/images/pr-pre.png) no-repeat top left;
    }

    .home-content .slidehotproduct {
        margin: 20px 0;
    }

    .topcar-img {
        width: 105px;
        height: auto;
        margin-left: -10px;
        padding: 0;
    }

    .topcarname {
        font-size: 12px;
        margin-left: -5px;
        margin-top: -6px;
        width: 90px;
    }
}

@media (max-width: 380px) {
    .topcar-img {
        width: 80px;
        margin-left: -10px;
        height: auto;
        padding: 0;
    }

    .topcarname {
        font-size: 9px;
        margin-top: -6px;
        width: 70px;
    }
}

.itemlistproduct .price {
    text-align: center;
    color: #3076b7;
    font-weight: bold;
}

.item-productprice {
    font-size: 15px;
    font-weight: bold;
}

    .item-productprice a.btn-primary {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 60px;
        font-family: ModernHBold !important;
    }

.itemproduct {
    margin: 20px 10px;
    height: 210px;
}



    .itemproduct img {
        margin: 0 auto;
    }

.pricecar .itemproduct .carname {
    text-align: center;
    font-size: 17px;
    /*font-weight:bold;*/
    margin-top: -25px;
}

.pricecar .itemproduct .slogan {
    text-align: center;
}

.itemproduct .price {
    text-align: center;
    color: #3076b7;
    font-weight: bold;
}

.item-productprice {
    font-size: 15px;
    font-weight: bold;
}

    .item-productprice a.btn-primary {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 60px;
    }

.price-product {
    margin-top: 30px;
}

.summary-product {
    padding-top: 30px;
}

.buycar-version {
    padding: 15px 10px;
}

.buycar-price {
    font-weight: bold;
}

.properties-content {
    font-family: modernHBold;
}

    .properties-content table {
        border-collapse: inherit;
        border-spacing: inherit;
    }

    .properties-content .slide-content {
        /*border-top: 1px #a8a8a8 solid;*/
    }

        .properties-content .slide-content .content_header {
            border-top: 1px #a8a8a8 solid;
        }

    .properties-content .titlecate-detail {
        background: url(/images/label-detailprd.png) left no-repeat;
        line-height: 125px;
        margin-left: -18px;
        color: #fff;
        width: 100%;
        padding-left: 45px;
        float: left;
        font-size: 20px;
    }

@media (max-width: 674px) {
    .properties-content .titlecate-detail {
        background: url(/images/label-detailprd-mb.png) left no-repeat;
        line-height: 70px;
        margin-left: 0px;
        padding-left: 26px;
        font-size: 14px;
    }
}

.othernews ul li {
    list-style: square;
}

/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    vertical-align: middle;
}*/
/*Submenu*/
.sub-menu {
    background: #fff;
    padding: 0;
    margin-top: 40px;
}

.title-submenu {
    line-height: 60px;
    font-size: 14.5px;
    font-family: 'ModernHBold';
    border-bottom: 2px #c7c7c7 solid;
    text-align: center;
    padding: 0;
    margin-top: 45px;
    background: #fff;
    border-left: 2px #f2f3f3 solid;
}

    .title-submenu a.submenu {
        color: #737373;
    }

    .title-submenu:hover, .title-submenu.active {
        border-bottom: 2px #243d8e solid;
        color: #243d8e;
    }

@media (max-width: 674px) {
    .sub-menu {
        background: #fff;
        padding: 0;
        margin-top: 40px;
    }

    .title-submenu {
        line-height: 42px;
        font-size: 12.5px;
        margin-top: 10px;
    }
}

/*Footer*/
.title-copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 45px;
    background-color: #474747;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

.footer {
    width: 100%;
    background-color: #e4e8ea;
    padding-top: 45px;
}

    .footer h1 {
        color: #333333;
        font-size: 17px;
        font-weight: bold;
    }

    .footer h2 {
        color: #474747;
        font-size: 14px;
    }

    .footer .footermenu {
        border-left: 1px solid #b4b7b8;
        padding: 15px 25px 0;
        min-height: 160px;
    }

        .footer .footermenu .title {
            color: #464646;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
            padding-bottom: 10px;
        }

        .footer .footermenu ul {
            padding: 3px 0 0;
            list-style-type: none;
        }

            .footer .footermenu ul li a h5 {
                font-size: 13px;
            }

    .footer .copyright {
        padding: 35px 0px;
        border-top: 2px solid #c7c7c7;
    }

        .footer .copyright .list-inline {
            display: inline;
            list-style-type: none;
            font-size: 12px;
        }

        .footer .copyright h1 {
            font-size: 15.5px;
            font-weight: bold;
            font-family: ModernHBold;
        }

        .footer .copyright h2 {
            font-size: 13px;
            line-height: 2.5;
            font-family: ModernHBold;
        }

@media (max-width: 674px) {
    .footer {
        padding-top: 10px;
        border-top: 1px solid #c7c7c7;
    }

        .footer .container {
            padding: 0 10px;
        }

        .footer h1 {
            font-size: 13px;
        }

        .footer h2 {
            font-size: 10px;
        }

    .title-copyright {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        line-height: 35px;
        margin-top: 10px;
    }
}

/*BuyCar*/
.table-product {
    padding-bottom: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #a3a3a3;
    float: left;
    display: inherit;
}

    .table-product .itemproduct {
        width: 20%;
        padding: 0;
        border-right: 1px solid #a3a3a3;
        text-align: center;
    }

        .table-product .itemproduct img {
            margin: 0 auto;
            width: 100%;
        }

        .table-product .itemproduct .btn-buycar {
            width: 157px;
            background: #243d8e;
            border-radius: 0;
            margin-top: 30px;
            font-weight: bold;
        }

        .table-product .itemproduct .carname {
            text-align: center;
            font-size: 25px;
            font-weight: normal;
            margin-top: -10px;
            color: #333333;
        }

        .table-product .itemproduct .slogan {
            text-align: center;
        }

        .table-product .itemproduct .price {
            text-align: center;
            color: #3076b7;
            font-weight: bold;
        }

@media (max-width: 674px) {
    .table-product {
        padding-bottom: 15px;
        margin-top: 15px;
    }

        .table-product .itemproduct {
            margin: 0;
            min-height: 170px;
            width: 30%;
        }

            .table-product .itemproduct .carname {
                font-size: 18px;
                font-weight: bold;
                margin-top: -5px;
            }

            .table-product .itemproduct .btn-buycar {
                width: 80%;
                margin: 30px auto;
            }
}

.itemproduct-version {
    width: 80%;
    padding: 0;
}

    .itemproduct-version tr {
        margin-bottom: 30px;
        width: 100%;
        display: inherit;
        float: left;
    }

        .itemproduct-version tr > td:first-child {
            padding: 0 10px 0 30px;
            /*width: 30%;*/
            float: left;
        }

        .itemproduct-version tr > td:nth-child(2) {
            padding: 0 20px;
            /*width: 45%;*/
            color: #555555;
            float: left;
        }

        .itemproduct-version tr > td:nth-child(3) {
            padding: 0;
            padding-left: 15px;
            width: 25%;
            font-weight: bold;
            color: #333333;
            text-align: right;
            font-size: 15px;
            float: left;
        }

        .itemproduct-version tr > td.version-title {
            font-family: ModernHBold !important;
        }

        .itemproduct-version tr > td.price {
            font-family: ModernHBold !important;
        }


        .itemproduct-version tr > td.version-description {
            font-family: ModernHEcoLight !important;
            font-size: 18px;
            font-weight: 700;
        }

@media (max-width: 674px) {
    .itemproduct-version {
        width: 70%;
        padding: 0 10px;
    }

        .itemproduct-version tr > td:first-child {
            padding: 0 5px;
            width: 60%;
            float: left;
        }

        .itemproduct-version tr > td:nth-child(3) {
            padding: 0;
            width: 40%;
            text-align: center;
            font-size: 13px;
            font-weight: normal;
        }
}

.item-productprice {
    font-size: 15px;
    font-weight: bold;
}

    .item-productprice a.btn-primary {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 60px;
    }

.version-title {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}

.version-description {
}

.version-price {
    font-weight: bold;
}

.price-product {
    margin-top: 30px;
}

@media (max-width: 674px) {
    .itemproduct-version .version-title {
        font-size: 13px;
    }
}

.guide-content {
    font-family: ModernHEcoLight !important;
}
/*estimate-price*/
.estimate-price {
    margin: 25px 0 75px;
    float: left;
    width: 100%;
}

    .estimate-price .control-label, .estimate-price .form-control, .support-buycar .control-label, .support-buycar .form-control {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        padding: 0 10px;
        line-height: 40px;
        font-family: ModernHBold !important;
    }

    .estimate-price .form-control, .support-buycar .form-control {
        border-radius: 0;
        border: 0;
        line-height: 45px;
        height: 45px;
        padding: 0 30px;
        font-family: ModernHBold !important;
    }

.support-buycar .form-control {
    padding: 0 15px;
}

.estimate-price .btn-primary, .support-buycar .btn-primary {
    background: #243d8e;
    border-radius: 0;
    font-weight: bold;
    font-family: 'ModernHBold';
}

.estimate h1 {
    color: #243d8e;
    font-size: 25px;
    font-weight: bold;
}

.estimate h2 {
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 674px) {
    .estimate-price, .support-buycar {
        margin: 10px 0 50px;
        padding: 0 10px;
    }
}
/*Register*/
.register {
    margin: 50px 0;
}

    .register .header-register {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 63px;
        padding: 0 45px;
        background: #6f717b;
    }

    .register .body-register {
        padding: 0 0 80px;
        float: right;
        width: 100%;
    }

        .register .body-register .form-horizontal .form-group {
            margin: 16px 0;
        }

            .register .body-register .form-horizontal .form-group .form-control, .register .body-register .form-horizontal .form-group .form-control-select {
                border-radius: 0;
                border: 1px solid #e4e4e4;
                color: #999999;
                font-weight: bold;
                font-family: 'ModernHBold';
                font-size: 14px;
                line-height: 50px;
                min-height: 50px;
                padding: 0 24px;
            }

            .register .body-register .form-horizontal .form-group .form-control-select {
                width: 100%;
            }

        .register .body-register .prd-reg h1 {
            font-size: 30px;
            font-family: 'ModernHBold';
            color: #333333;
            text-align: center;
        }

        .register .body-register .prd-reg h2 {
            font-size: 14px;
            font-family: 'ModernHBold';
            color: #555555;
            text-align: center;
        }

@media (max-width: 674px) {
    .register {
        margin: 20px 0;
    }

        .register .body-register {
            padding: 0 0 20px;
        }

            .register .body-register .form-horizontal .form-group .form-control, .register .body-register .form-horizontal .form-group .form-control-select {
                font-size: 13px;
                line-height: 40px;
                min-height: 40px;
                padding: 0 10px;
            }
}
/*Contact*/
.boddy-contact {
    margin-top: 34px;
    padding: 0;
}

    .boddy-contact .map-contact {
        padding: 0;
        margin-top: 16px;
        width: 90%;
        float: left;
        height: 350px;
    }

    .boddy-contact .form-contact {
        padding: 0;
    }

    .boddy-contact .bnt-contact {
        margin: 0;
        float: right;
    }

    .boddy-contact .form-horizontal .form-group {
        margin: 16px 0;
    }

        .boddy-contact .form-horizontal .form-group .form-control, .register .body-register .form-horizontal .form-group .form-control-select {
            border-radius: 0;
            border: 1px solid #e4e4e4;
            color: #999999;
            font-weight: normal;
            font-family: 'ModernHBold';
            font-size: 14px;
            line-height: 50px;
            min-height: 50px;
            padding: 0 24px;
        }

        .boddy-contact .form-horizontal .form-group .form-control-select {
            width: 100%;
        }

    .boddy-contact .prd-reg h1 {
        font-size: 30px;
        font-family: 'ModernHBold';
        color: #333333;
        text-align: center;
    }

    .boddy-contact .prd-reg h2 {
        font-size: 14px;
        font-family: 'ModernHBold';
        color: #555555;
        text-align: center;
    }

@media (max-width: 674px) {
    .boddy-contact {
        margin-top: 10px;
        padding: 0;
    }

        .boddy-contact .form-contact {
            padding: 0 10px;
        }

        .boddy-contact .map-contact {
            display: none;
        }

        .boddy-contact .form-horizontal .form-group .form-control, .register .body-register .form-horizontal .form-group .form-control-select {
            font-size: 13px;
            line-height: 40px;
            min-height: 40px;
            padding: 0 10px;
        }

        .boddy-contact .bnt-contact {
            margin-right: 10px;
            line-height: 37px;
            font-size: 15px;
            width: 30%;
        }
}

.bnt-contact, .bnt-del-contact {
    width: 140px;
    line-height: 42px;
    font-family: 'ModernHBold';
    font-size: 16px;
    padding: 0;
    float: right;
    color: white;
    background-color: #243d8e;
    border-color: #243d8e;
    border-radius: 0;
    margin-right: 25px;
    margin-top: 100px;
}

.bnt-del-contact {
    margin-right: 25px;
    margin-left: 10px;
}

.bnt-del-service {
    margin-left: 450px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    background-color: #164fb6;
    border-color: #164fb6;
    text-decoration: none;
}
/*Pruduct detail*/
.item-slide {
    height: 440px;
    position: relative;
}

@media (max-width: 674px) {
    .item-slide {
        height: 230px;
    }
}

.carousel-control.left, .carousel-control.right {
    background-color: transparent;
    background-image: none;
}

.affix {
    top: 0;
    z-index: 1000;
    max-width: 940px;
    min-width: 940px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.item-affixcontrol {
    text-align: center;
    font-size: 10px;
}

ul.submenu {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

    ul.submenu li {
        display: inline;
        padding: 0 10px;
    }

ul.sub_gallery_category {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    ul.sub_gallery_category li {
        display: inline;
        padding: 0 10px;
    }

        ul.sub_gallery_category li.on a {
            color: #3076b7;
        }

ul.gallerylist {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    ul.gallerylist li {
        display: inline;
    }

        ul.gallerylist li.paging {
            padding: 50px;
        }

.experience_category ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

    .experience_category ul li a {
        padding: 0 15px;
    }

        .experience_category ul li a.on {
            color: #3076b7;
        }

.carousel .carname {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.carousel .slogan {
    font-size: 23px;
    text-transform: uppercase;
}

.carousel .summary {
    font-size: 15px;
    margin-top: 10px;
    font-family: ModernHEcoLight !important;
}

.review_list ul {
    padding: 0;
    margin: 0;
}

    .review_list ul li {
        display: inline;
        list-style: none;
    }
/*Fix boostrap*/
@media (min-width: 768px) {
    /*.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0 15px;
    }*/

    .navbar-collapse.collapse {
        border-radius: 0px;
    }

    .navbar-nav > li > a {
        padding: 0;
        line-height: 32px;
    }

    .navbar-brand {
        height: 28px;
        padding: 17px 0;
        line-height: 28px;
        margin-left: 15px;
    }
}

.label-servicescontact {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.label-contact {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-align: left;
    font-size: 11.5px;
    padding-right: 0px;
}

.bnt-contact, .bnt-del-contact {
    width: 140px;
    line-height: 42px;
    font-family: 'ModernHBold';
    font-size: 16px;
    padding: 0;
    float: right;
    color: white;
    background-color: #243d8e;
    border-color: #243d8e;
    border-radius: 0;
    margin-right: 25px;
    margin-top: 25px;
}

@media (max-width: 674px) {
    .bnt-contact, .bnt-del-contact {
        width: 40%;
        margin: 10px 5% 0;
    }
}

.bnt-del-contact {
    margin-right: 25px;
    margin-left: 10px;
}

.bnt-del-service {
    margin-left: 450px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    background-color: #164fb6;
    border-color: #164fb6;
    text-decoration: none;
}

.bnt-register {
    padding: 5px 45px;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-buycar {
}

.btn-detail-product {
    margin-top: 55px;
    font-size: 14px;
    width: 155px;
    color: white;
    background-color: #243d8e;
    border-radius: 0;
    font-family: 'ModernHBold';
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
}

.btn-estimate-price {
    width: 110px;
    color: white;
    background-color: #8a582e;
    border-color: white;
}

.btn-support-buycar {
    width: 90px;
    color: white;
    background-color: #8a582e;
    border-color: white;
}


.phone {
    margin-top: 18px;
    margin-left: -110px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

.title-phone {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    padding: 0 0;
    padding-top: 5px;
}
/*Slide*/
.slide-content.home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #454545;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    border: 3px #fff solid;
}

    .slide-content.home .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide-content.home .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #3753C8;
    }

.slide-content.home .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0;
}

@media (max-width: 674px) {
    .slide-content.home .bx-wrapper .bx-pager {
        bottom: 2px;
    }

        .slide-content.home .bx-wrapper .bx-pager.bx-default-pager a {
            width: 12px;
            height: 12px;
            margin: 0 3px;
            border-radius: 6px;
            border: 2px #fff solid;
        }
}

.icon-nav {
    padding: 0;
    height: 55px;
}

    .icon-nav a img {
        padding-left: 0px;
    }

.phone-service {
    text-align: left;
    padding-left: 40px;
    padding-top: 7px;
    color: #348BCD;
    font-weight: bold;
}

.floating-top {
    display: block;
    width: 25px;
    height: 62px;
    background: url("/images/icon_top_dark.png") top no-repeat;
    position: fixed;
    top: 150px;
    margin-left: 1100px;
    cursor: pointer;
    stop-opacity: 0;
    z-index: 1000;
}

.floating-top1 {
    display: block;
    width: 44px;
    height: 44px;
    background: url("/images/icon_top_dark1.png") top no-repeat;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 1000;
    right: 0;
    bottom: 40px !important;
}

.slide-title-header .title-prd {
    padding: 8px;
    font-size: 14px;
}

.slide-title-header {
    line-height: 60px;
}

@media (max-width: 674px) {
    .slide-title-header .title-detail {
        text-align: center;
    }
}

.table1 {
    margin: 0;
}

.pagination {
    float: right;
    border-radius: 0;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #fff;
        background-color: #004b8d;
        border: none;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #004b8d;
        border-color: #004b8d;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 0;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-weight: bold;
        /* line-height: 1.42857143; */
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: none;
        margin-left: 1px;
    }

@media (max-width: 674px) {
    .slide-content {
        margin-top: -50px;
    }

    .news-container .newscontent img {
        /*width: 100%;*/
    }
}

@media (max-width: 1100px) and (min-width: 991px) {
    table.contactheader {
        font-size: 10px;
    }

    .affix {
        min-width: 991px;
        max-width: 991px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    table.contactheader {
        font-size: 10px;
    }

    .affix {
        min-width: 750px;
        max-width: 750px;
    }
}

@media (min-width: 674px) and (max-width: 768px) {
    .affix {
        min-width: 674px;
        max-width: 674px;
    }

    .slide-content {
        margin-top: 0;
    }
}

@media (min-width: 539px) and (max-width: 674px) {
    .affix {
        min-width: 539px;
        max-width: 539px;
    }

    .home-content .icon-home .icon-img {
        margin: 10px 31px;
        width: 22px;
    }

    .home-content .icon-home .title-icon {
        font-size: 8px;
    }

    .slide-content {
        margin-top: -50px;
    }
}

.affix-menu {
}

@media (min-width: 450px) and (max-width: 539px) {
    .affix {
        min-width: 450px;
        max-width: 450px;
    }

    .home-content .icon-home .icon-img {
        margin: 10px 31px;
        width: 22px;
    }

    .home-content .icon-home .title-icon {
        font-size: 7px;
    }

    .slide-content {
        margin-top: -50px;
    }

    .affix-menu {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .affix {
        min-width: 100%;
        max-width: 100%;
        font-size: 11px;
    }

    .home-content .icon-home .icon-img {
        margin: 10px 31px;
        width: 22px;
    }

    .home-content .icon-home .title-icon {
        font-size: 7px;
    }

    .slide-content {
        margin-top: 0;
    }

    .affix-menu {
        padding: 0;
    }

    .contact .affix {
        left: 65%;
    }

    .title-contact a h2 {
        line-height: 25px;
        font-size: 12px;
    }

    .item-affixcontrol {
        padding: 0 0 5px;
    }

        .item-affixcontrol img {
            width: 55%;
        }

    ul.submenu {
        margin: 0;
    }

    .slide-title-header {
        line-height: 20px;
    }

        .slide-title-header .title-prd {
            padding: 4px 2px;
            font-size: 12px;
        }

    .carousel-inner {
        padding: 0 10px;
    }

    .carousel .carname {
        font-size: 23px;
        margin-top: 10px;
    }

    .carousel .slogan {
        font-size: 14px;
        margin-top: 15px;
    }

    .carousel .summary {
        font-size: 11px;
        text-align: justify;
        margin-top: 10px;
    }

    .carousel img.htccar {
        max-width: 135px;
        margin-top: 15px;
    }

    .carousel .btn-detail-product {
        margin-top: 25px;
        font-size: 12px;
        width: 75%;
        line-height: 30px;
    }

    .affix-top {
        font-size: 11px;
        margin-top: 20px;
    }

    .slide-title-header {
        padding: 10px 0;
    }

    .floating-top {
        opacity: 0;
    }

    .itemnews1-4 {
        width: 80%;
    }

    .itemnews1-2 .carousel-caption {
        left: 0px;
    }

    .imgnews {
        height: auto;
        width: 100%;
    }

    .textnew {
        padding: 0;
    }


    .itemproduct img {
        width: 90px;
        padding: 0;
    }

    .itemproduct .carname {
        padding: 0;
        font-size: 15px;
        margin-top: -12px;
    }

    .itemproduct .slogan {
        font-size: 0;
    }

    .buycar-version {
        font-size: 12px;
    }

    .buycar-price {
        font-size: 12px;
        font-weight: normal;
    }

    .btn-buycar {
        width: 50px;
        height: 35px;
        padding: 2px;
        margin-left: 0;
        white-space: normal;
        font-size: 11px;
    }

    .floating-top1 {
        opacity: 1;
    }
}


/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]


/*Navbar Toggle*/
.header .navbar-toggle {
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header .navbar-toggle {
        display: block;
        margin-bottom: 0;
    }
}

.header .navbar-toggle .fa {
    color: #fff;
    font-size: 19px;
}
/*Navbar Collapse*/
.header .navbar-collapse {
    position: relative;
}

/*Navbar Collapse*/
@media (max-width: 991px) {
    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0;
        padding-right: 0;
    }
}
/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/

    .header .navbar-header {
        float: none;
        border-bottom: 1px solid #e4e4e4;
    }

        .header .navbar-header .navbar-toggle {
            margin-right: 7px;
        }

        .header .navbar-header img {
            width: 96%;
            margin: 0 auto;
        }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

        .header .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
        }

    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
    }

        .header .navbar-nav > li {
            float: none;
        }

            .header .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 40px;
            }
    /*Pull Right*/
    .header .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header .navbar-nav .open > a,
    .header .navbar-nav .open > a:hover,
    .header .navbar-nav .open > a:focus {
        border-bottom-color: #eee;
    }

    .header .navbar-nav .open .dropdown-menu > li > a,
    .header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

        .header .navbar-nav .open .dropdown-menu > li > a:hover,
        .header .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none;
        }

    .header .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .header .navbar-nav .open .dropdown-menu > li > a:hover,
        .header .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #337ab7;
        }

    .header .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .header .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }

    .header .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-nav > li > a:hover {
        color: #fff;
        background: #243d8e;
    }

    .header .navbar-nav > .active > a,
    .header .navbar-nav > .active > a:hover,
    .header .navbar-nav > .active > a:focus {
        background: #243d8e;
        color: #fff !important;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 11px;
        color: #555 !important;
        text-transform: uppercase;
    }

        .header .dropdown .dropdown-submenu > a:hover {
            color: #fff !important;
            background-color: #243d8e;
        }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
        border-bottom: 2px solid #c7c7c7;
    }

    /*Navbar*/
    .header .container > .navbar-header,
    .header .container-fluid > .navbar-header,
    .header .container > .navbar-collapse,
    .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

        .header .navbar-nav > li > a {
            bottom: -2px;
            position: relative;
            padding: 7px 18px;
        }

        .header .navbar-nav > li > a {
            bottom: -2px;
            position: relative;
            padding: 7px 16px;
            margin: 0 2px;
            border-bottom: 2px solid transparent;
        }

            .header .navbar-nav > li.dropdown > a.active,
            .header .navbar-nav > li > a:hover {
                border-bottom: 2px solid #243d8e;
            }


    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: 2px solid #243d8e;
        /*border-bottom: 3px solid #243d8e;*/
    }

        .header .dropdown-menu li a {
            color: #687074;
            font-size: 13px;
            font-weight: 400;
            padding: 10px 15px;
            border-bottom: solid 1px #eee;
        }

        .header .dropdown-menu .active > a,
        .header .dropdown-menu li > a:hover {
            color: white;
            background-color: #337ab7;
            filter: none !important;
            border-bottom: solid 1px #687074;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .header .dropdown-menu li > a:focus {
            /*background: none;*/
            filter: none !important;
        }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .open > .dropdown-menu {
        display: none;
    }

    /*Search*/
    .header .navbar-nav .search-open {
        width: 330px;
    }
}


/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
    position: relative;
}

    .header .dropdown > a:after,
    .header .dropdown-submenu > a:after {
        top: 8px;
        right: 9px;
        font-size: 12px;
        content: "\f105";
        position: absolute;
        font-weight: bold;
        display: none;
        font-family: FontAwesome;
    }

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }

    .header .dropdown > a:after,
    .header .dropdown-submenu > a:after {
        display: inline-block;
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 5px;
    content: "\f107";
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

    /*Submenu comes from LEFT side*/
    .header .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100%;
    }

.header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header .dropdown-submenu.pull-left {
    float: none;
}

    .header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

    .header .dropdown-menu li [class^="fa-"].fa-lg,
    .header .dropdown-menu li [class*=" fa-"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }

/*duong*/
.navbar-default .navbar-nav > li > a {
    padding: 8px 15px !important;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        padding: 0;
    }
}

.header-logo h1 {
    margin: 10px 0;
}

.header-info {
    color: #666666;
    height: 68px;
    padding-right: 0;
}

    .header-info .hotline {
        padding-top: 7px;
    }

        .header-info .hotline p span {
            font-family: ModernHBold;
        }

    .header-info .no-hotline {
        color: #666666;
        text-decoration: none;
        font-size: 23px;
    }

.social ul li {
    padding: 0;
}

.header-menu .container {
    background-color: #333333;
}

.header-menu ul li a {
    color: #fff;
    height: 45px;
    font-size: 14px;
    font-weight: normal;
    font-family: "ModernHBold";
}

.header-menu .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #666;
}

.footer {
    background-color: #eeeff7;
}

.footer-top {
    color: #3c599b;
    font-family: "ModernHBold";
    border-bottom: 1px solid #d5d6db;
}

    .footer-top .name-com {
        text-align: center;
    }

    .footer-top .info-com {
        padding: 15px;
    }

        .footer-top .info-com p {
            margin: 0;
        }

.footer .footer-menu {
    padding: 30px 15px;
}

    .footer .footer-menu .footer-item {
        width: 20%;
        float: left;
    }

        .footer .footer-menu .footer-item .title {
            color: #464646;
            font-weight: bold;
            font-size: 14px;
            padding-bottom: 10px;
            font-family: ModernHBold;
        }

        .footer .footer-menu .footer-item ul {
            padding: 3px 0 0;
            list-style-type: none;
        }

            .footer .footer-menu .footer-item ul li a {
                font-size: 13px;
                color: #8f8f8f;
                font-family: ModernHBold;
            }

.footer .footer-copyright {
    color: #9a9b9c;
    font-family: ModernHBold;
}

    .footer .footer-copyright h5 {
        margin-bottom: 0;
        float: left;
    }

    .footer .footer-copyright hr {
        margin-top: 21px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #d5d6db;
    }

    .footer .footer-copyright ul li {
        padding: 0;
    }


.header {
    background-color: #fff !important;
}

    .header .header-top {
        padding: 10px 0;
    }

        .header .header-top .right-info table {
            width: 100%;
        }

        .header .header-top .no-hotline {
            font-weight: bold;
            font-size: 20px;
            color: #555555;
        }


.header-idn-menu {
    background-color: #eeeff7;
}

    .header-idn-menu .navbar-default {
        background: none !important;
        border: 0 !important;
        margin-bottom: 0 !important;
    }

        .header-idn-menu .navbar-default .navbar-collapse,
        .header-idn-menu .navbar-default .navbar-form {
            background: #272727 !important;
        }

        .header-idn-menu .navbar-default .navbar-nav > li > a {
            color: #fff;
        }

            .header-idn-menu .navbar-default .navbar-nav > li > a.active,
            .header-idn-menu .navbar-default .navbar-nav > li > a:focus,
            .header-idn-menu .navbar-default .navbar-nav > li > a:hover {
                color: #333 !important;
                background-color: #fff !important;
            }

.navbar-brand {
    padding: 0 !important;
    margin-left: 0 !important;
}

    .navbar-brand img {
        height: 100% !important;
    }

.dropdown-menu {
    border: 0 !important;
    box-shadow: 0 !important;
    border-radius: 0 !important;
}

.warranty-list ul.tablist > li > div > a {
    font-family: ModernHBold !important;
}

.btn-search a {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #e1e1e1 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.form-control, .btn {
    border-radius: 0 !important;
}

.li-service.dropdown.open {
    position: static;
}

.nav > li.dropdown.open .menu-fullwidth {
    display: table;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.menu-fullwidth > li {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .menu-fullwidth > li {
        display: block;
    }
}

@media (max-width: 767px) {
    .footer .footer-menu .footer-item {
        width: 100% !important;
        margin-bottom: 10px;
    }

        .footer .footer-menu .footer-item .title {
            padding-bottom: 0 !important;
        }

    .footer .footer-copyright > div {
        clear: both !important;
        text-align: center;
    }

    .top-logo {
        margin-bottom: 10px;
    }

    .info-com {
        text-align: center;
    }


    .navbar-brand {
        padding: 10px !important;
    }
}

.service-item {
    text-align: center !important;
    border: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: 0;
    border-top: 0;
    padding: 20px 0;
}

.service-image {
}

.service-name {
    font-size: 12px;
    padding-top: 10px;
}

.warranty {
    width: 100%;
    background: #eeeff7;
    padding: 20px 0;
}

.select-font {
    font-family: ModernHEcoLight !important;
}

.warranty-list, .warranty-detail {
    padding: 25px;
    background: #fff;
}

    .warranty-detail .htmlpage-content p {
        font-family: ModernHEcoLight !important;
    }
    .warranty-detail .htmlpage-content span {
        font-family: ModernHEcoLight !important;
    }

.warranty-list {
    padding-left: 0;
    padding-right: 0;
}

    .warranty-list ul {
        list-style: none;
    }

        .warranty-list ul li {
            padding-left: 25px;
            padding-right: 25px;
            height: 40px;
            line-height: 40px;
        }

            .warranty-list ul li div {
                width: 100%;
                height: 100%;
                border-bottom: 1px #b0b0b0 solid;
            }

            .warranty-list ul li:last-child div {
                border-bottom: 0 !important;
            }

            .warranty-list ul li.active {
                background-image: url('../../Images/li-active.png');
                background-position: left center;
                background-repeat: no-repeat;
            }

                .warranty-list ul li.active a {
                    color: #3c599b !important;
                }

            .warranty-list ul li a {
                width: 100%;
                color: #444444 !important;
                text-decoration: none;
            }

                .warranty-list ul li a:hover {
                    color: #3c599b !important;
                }

.warranty-detail {
    line-height: 25px;
    text-align: justify;
}

    .warranty-detail h3 {
        text-transform: uppercase;
        padding-bottom: 10px;
    }

/*home*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-family: ModernHBold !important;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 15px;
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 10px 0 0;
        padding: 5px 20px;
        background-color: #fff;
        border-radius: 20px;
        color: #333;
        font-size: 12px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

/* Section new */
.idn-new-tab {
    margin-top: 20px;
}

    .idn-new-tab .nav-tabs {
        border-bottom: 0 !important;
        background-image: url('../../Images/img-inActivePrd.png');
        background-repeat: repeat-x;
        background-position: center bottom;
    }

    .idn-new-tab .nav > li > a {
        padding-bottom: 30px;
        background-image: url('../../Images/img-inActivePrd.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        margin-right: 0 !important;
    }

    .idn-new-tab .header-menu .nav > li > a:focus, .nav > li > a:hover,
    .idn-new-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
    .idn-new-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .idn-new-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    }

    .idn-new-tab .nav-tabs .active a {
        background-color: none !important;
        background-image: url('../../Images/img-activePrd.png') !important;
    }

.idn-product-item {
    padding: 30px 0px;
}

    .idn-product-item .idn-product-image {
        min-height: 70px;
    }

    .idn-product-item .idn-product-name {
        font-weight: bold;
        padding-top: 15px;
        color: #333;
        text-decoration: none;
        font-family: ModernHBold !important;
    }

    .idn-product-item .idn-product-price {
        height: 30px;
        font-size: 11px;
        color: #3c599b;
        padding: 3px 0;
    }

/* Section service */
.idn-service {
    margin: 20px 0;
}

    .idn-service .col-xs-12 {
        margin-bottom: 10px;
    }

    .idn-service img {
        width: 100%;
    }
/**/
/**/

/*navbar.less*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.nav > li {
    position: relative;
    display: block;
}
/**/

/*new*/
.news, .news-details {
    margin: 20px 0;
    width: 100%;
    background: #eeeff7;
}

.news-popular {
    height: 340px;
    background: #fff;
    margin-bottom: 20px;
}

.news-top {
    width: 100%;
}

.news-item {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    display: inline-block;
}
    .news-item .news-item-title {
        font-family: ModernHBold !important;
    }
    .news-item .news-item-published {
        font-family: ModernHEcoLight !important;
    }

    .news-item .news-item-descript {
        font-family: ModernHEcoLight !important;
    }


    .news-item-image img {
        width: 100%;
    }

.news-item-title {
    padding: 20px 0 10px 0;
    font-weight: bold;
}

.news-item-published {
    font-size: 11px;
    color: #a1a1a1;
}

.news-item-descript {
    padding: 10px 0;
    text-align: justify;
}

.news_item_detail {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

    .news_item_detail h4 {
        text-transform: uppercase;
        padding-bottom: 10px;
    }

.idn-alert {
    padding: 15px;
    background-color: #ebebeb;
}

.news_item_detail-description {
    font-weight: bold;
    padding: 10px 0;
    text-align: justify;
}

.news_item_detail-content {
    padding-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.news-details-bottom a {
    border: 1px #ccc solid;
    border-radius: 0 !important;
    background: 0 !important;
    text-align: center !important;
    height: 45px !important;
    line-height: 30px !important;
}

@media (max-width: 767px) {
    .news_item_detail {
        margin-bottom: 20px;
    }
}
/**/

/*Support Buycar*/
.idn-product {
    width: 100%;
    padding: 20px 0;
}

    .idn-product .table-bordered td {
        text-align: right;
        padding-right: 20px;
    }

    .idn-product .table-bordered th {
        text-align: center;
    }

    .idn-product .table-form tr td {
        border: 0 !important;
    }

    .idn-product .form-label {
        width: 80px;
    }

    .idn-product input, .idn-product textarea, .idn-product select {
        width: 100% !important;
    }

.product-demo {
    padding: 20px;
}

.product-demo-image {
    text-align: center;
}

.product-demo-name {
    font-weight: bold;
    font-size: 25px !important;
    padding-top: 10px;
}

.product-demo-description {
    font-size: 12px;
}

.product-demo-view {
    padding-top: 10px;
}
/**/

/*Contact*/
.contact-form {
    padding-bottom: 40px;
}

    .contact-form table {
        margin: 20px 0;
    }

        .contact-form table tr td {
            border: 0 !important;
        }

    .contact-form input, .contact-form textarea {
        width: 100% !important;
    }

    .contact-form .form-label {
        width: 80px;
    }

    .contact-form .btn {
        padding: 0;
        margin: 0;
    }

.contact-info {
    width: 100%;
    height: 80px;
    clear: both;
    padding: 25px 0;
    color: #77777b;
}

.contact-info-icon {
    width: 15%;
    float: left;
    padding-top: 5px;
}

.contact-info-text {
    width: 85%;
    padding-bottom: 15px;
    float: left;
    border-bottom: 1px #d2d3d7 solid;
}

    .contact-info-text strong {
        font-size: 16px;
    }

.map-embeded {
    width: 100%;
    height: 290px;
    border: 3px #fff solid;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .contact-form .btn {
        width: 100% !important;
    }
}

/**/
@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (max-width: 991px) {
    .header-idn-menu .navbar-default {
        min-height: 0;
    }
}

@media screen and (max-width: 425px) {
    .sub_wrap.col-xs-6, .clearfix .col-xs-4, .row .col-xs-4, .row .col-xs-3 {
        width: 100%;
    }

    .fancybox img {
        max-width: 100%;
        height: auto;
    }
}
/* Content Accent-2018 */
.PhiloShowList .item .btnShow {
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    width: 40px;
    height: 40px;
    background: url(../images/btn_show_sp.png) no-repeat;
    margin: 0 auto;
    border: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}

.PhiloShowList .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6% 0 0 0;
}

@media screen and (max-width: 425px) {
    .PhiloShowList .item .info {
        padding: 0;
    }

    .PhiloShowList .item .btnShow {
        top: 50px;
    }
}

.item .info .subTit {
    color: #fff;
}

.subTit {
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
    font-weight: bolder;
    text-align: -webkit-center;
    margin: 10px 0;
}

.PhiloShowList .item .info .conArea {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
}

.PhiloShowList .item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.text_play {
    padding: 20px 0;
}
/* End Content Accent-2018 */
#floating-phone {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    background: #46C11E url(http://callnowbutton.com/phone/callbutton01.png) center / 30px no-repeat;
    z-index: 99;
    color: #FFF;
    font-size: 35px;
    line-height: 55px;
    text- align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

@media (max-width: 650px) {
    #floating-phone {
        display: block;
    }

    .hotline-phone-ring-wrap {
        bottom: -27px !important;
        left: -19px;
    }
}


/* ----- Sửa header Navbar theo chuẩn mới 2019/08/27 */

.header {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

    .header .top-logo img {
        padding: 9% 0;
    }

    .header .container {
        max-width: 90%;
        width: 90%;
    }

    .header ul {
        margin: 0;
    }


        .header ul.navbar > li {
            float: left;
            font-size: 14px;
        }

            .header ul.navbar > li > a {
                font-family: ModernHBold !important;
                display: inline;
            }

            .header ul.navbar > li > a {
                padding: 0 12px;
                line-height: 36px;
            }

            .header ul.navbar > li:not(:last-child) > a {
                border-right: 1px solid #ccc;
            }

        .header ul.navbar a {
            font-family: ModernHBold !important;
        }

.idn-new-tab ul.nav-tabs > li > a {
    font-family: ModernHBold !important;
}


.warranty-list ul > li > div > a {
    font-family: ModernHBold !important;
}

.top-logo img {
    width: 12em;
}

.header ul.dropdown-menu > li {
    float: none;
    padding: 0;
}

.header ul.dropdown-menu a {
    line-height: inherit !important;
    padding: 10px 15px;
}

.header li.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu > li h5 {
    margin: 0;
}

.dropdown-menu {
    z-index: 100;
}

.menu-fullwidth {
    width: 546px;
    border-bottom: none;
    /*min-width: 625px !important;*/
    min-width: 546px !important;
}

    .menu-fullwidth a {
        border-bottom: none;
    }

.header .dropdown-menu.menu-fullwidth li > a:hover {
    background-color: inherit !important;
    border-bottom: none;
    color: #004b8d;
}



.menu-fullwidth h5 {
    font-family: ModernHBold !important;
}

.header .logo-daily {
    float: right;
    width: 12rem;
}

    .header .logo-daily img {
        padding: 6% 0;
    }

@media(min-width: 992px) {
    .header {
        display: block;
    }

    .header-mobile {
        display: none;
    }
}

@media(max-width: 991px) {
    .header {
        display: none;
    }

    .header-mobile {
        /*display: block;*/
        display: flex;
        justify-content: space-between;
        min-height: 45px;
        height: 45px;
    }

    .navbar-toggle {
        display: block;
        float: left;
        margin: 0;
        padding: 15px !important;
    }

        .navbar-toggle .icon-bar {
            border: 1px solid #004b8d;
            width: 25px;
            height: 1px;
        }
}

.header-mobile {
    background-color: #fff;
}


    .header-mobile .navbar-left {
        max-width: 100% !important;
        width: 100%;
    }

    .header-mobile .navbar-nav, .header-mobile .navbar-nav > li {
        float: none;
    }

    .header-mobile .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 250px;
        overflow: auto !important;
        transform: translateX(-250px);
        overflow-x: hidden;
        overflow-y: hidden;
        transition: 0.5s;
        background-color: #fff;
        border-right: 1px solid #ccc;
        z-index: 9999;
    }

    .header-mobile i {
        position: absolute;
        left: 205px;
        margin: 15px;
        z-index: 999;
        font-size: 20px;
        color: #333;
        float: right;
    }

    .header-mobile a {
        font-family: ChakraPetchBold !important;
    }

    .header-mobile i:hover {
        cursor: pointer;
    }

    .header-mobile #li-logo-collapse a {
        padding: 0;
    }

    .header-mobile #li-logo-collapse img {
        max-width: 60%;
    }

    .header-mobile ul.navbar-nav > li:first-child a {
        border-bottom: 1px solid #ccc;
        line-height: 48px;
        margin: 0 15px;
        border-color: #ccc !important;
    }

    .header-mobile ul.navbar-nav > li:not(:first-child) > a {
        padding: 0;
        margin: 0 15px;
        line-height: 48px;
        border-bottom: 1px solid #ccc;
        border-color: #ccc !important;
    }

    .header-mobile ul.dropdown-menu a {
        margin: 0 15px;
        border-bottom: 1px solid #ccc;
        line-height: 32px;
    }

    .header-mobile .menu-fullwidth a {
        text-align: left;
    }

    .header-mobile .logo-daily {
        float: right;
        padding-right: 15px;
    }

        .header-mobile .logo-daily img {
            max-width: 9em;
            width: 9em;
            padding: 6% 0;
        }

    .header-mobile .logo-hyundai img {
        /*float: left;*/
        height: 100%;
        max-width: 9em;
        width: 9em;
        padding: 14px 0;
    }

.warranty {
    background: none;
}

@media(max-width: 374px) {
    .navbar-toggle {
        padding: 15px 10px !important;
    }

        .navbar-toggle .icon-bar {
            width: 20px;
        }

    .header-mobile .logo-daily {
        padding-right: 10px;
    }
}

@media(max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.d-inline-block {
    display: inline-block;
}

.header .navbar-logo {
    line-height: 60px;
}

    .header .navbar-logo.dealer-logo {
        width: 175px;
        max-width: 175px;
        line-height: 53px;
    }

@media(max-width: 768px) {
    .header-mobile .logo-hyundai img {
        max-width: 14em;
        width: 14em;
    }

    .header-mobile .logo-daily img {
        max-width: 10em;
        width: 10em;
        padding: 8% 0;
    }
}

@media(max-width: 425px) {
    .navbar-toggle {
        padding: 15px 10px !important;
    }

    .header-mobile .logo-hyundai img {
        max-width: 12em;
        width: 12em;
    }

    .header-mobile .logo-daily img {
        max-width: 8em;
        width: 8em;
        padding: 12% 0;
    }
}


/* Chen them css 2022-03-17*/

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: rgba(230,8,8,.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e4212a;
    width: 33px;
    height: 33px;
    top: 33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px
        }



.hotline-bar {
    position: absolute;
    background: #e88a25;
    background: -webkit-linear-gradient(left,#e88a25,#d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right,#e88a25,#e4212a);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
    border-radius: 50px !important;
    border: 2px solid #fff;
    left: 33px;
    bottom: 37px
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 900;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 38px;
        font-family: Arial
    }

        .hotline-bar > a:hover, .hotline-bar > a:active {
            color: #fff
        }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (max-width:768px) {
    .hotline-bar {
        display: none
    }
}



.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

img {
    border: none;
}





.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    right: 145px;
    z-index: 1111111;
}



.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}





.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 85px;
    right: 33px;
    z-index: 999999;
}





    .float-icon-hotline ul {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }

        .float-icon-hotline ul li {
            display: block;
            width: 100%;
            position: relative;
            margin-bottom: 10px;
            cursor: pointer;
        }

            .float-icon-hotline ul li a#messengerButton {
                padding: 0px !important;
                background: transparent !important;
                border: 0px !important;
            }

@media only screen and (min-width: 960px) {

    .float-icon-hotline ul li .fa {
        background-size: contain !important;
    }
}

.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tada {
    animation-name: tada;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}



ul.left-icon.hotline {
    margin-left: 0px !important;
}





.float-icon-hotline ul li .fa-zalo {
    background: url(/images/Zalo-2.png) center center no-repeat;
}

    .float-icon-hotline ul li .fa-zalo:hover {
        background: #ef0303 url(/images/Zalo-2.png) center center no-repeat;
        opacity: .5;
    }

.float-icon-hotline ul li .fa-messenger {
    background: url(/images/fb.png) center center no-repeat;
}

    .float-icon-hotline ul li .fa-messenger:hover {
        background: #168efb url(/images/fb.png) center center no-repeat;
        opacity: .5;
    }

.properties-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.properties__item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.properties__item-text {
  margin-bottom: 40px;
  text-align: center;
}

.properties__item-title {
    text-align: center;
    width: 80%;
    margin-top: 0 !important;
    margin: 0 auto 40px;
}

.properties__item-title h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.properties__item-titleslide h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
}

.properties__item-descript {
    display: inline-block;
    font-size: 16px;
}

.properties__item-descriptslide {
    font-size: 14px;
}

.properties__item-imgfull {
  width: 100%;
}

.properties__collapse {
  position: relative;
}

.properties__collapse-imgcenter img {
  width: 100%;
  height: auto;
}

.properties__collapse-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  color: #fff;
}

.properties__collapse-groupbtn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.properties__btnCollapse {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(/tempfiles/uploads/products/properties/common/close_toggle.png) no-repeat;
  margin: 0 auto;
  cursor: pointer;
  text-transform: none;
  -webkit-appearance: button;
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}

.properties__btnCollapse.collapsed {
  background-position: 50%;
  background: url(/tempfiles/uploads/products/properties/common/btn_show_sp.jpg) no-repeat;
}

.properties__collapse-content {
  padding-top: 70px;
  padding-bottom: 40px;
}

.collapse__block {
  padding-right: 12px !important;
}

.collapse__block .img-blog {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
}

.collapse__block-2 .img-blog {
  height: 360px;
}

.collapse__block-3 .img-blog {
  height: 240px;
}

.img-blog img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.collapse__block-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5em;
  padding: 10px 0;
}

.collapse__block-descript {
  padding-right: 20px;
  display: inline-block;
  line-height: 1.5em;
}

.spec__table-custom table {
  width: 100%;
}

.spec__table-custom thead th,
.tblhead-main {
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle !important;
  color: rgb(43, 25, 7);
}

.spec__table-custom td {
  text-align: center;
}

.tblhead-main {
  border-bottom: 2px solid #aaa !important;
}

.tbltr__last td {
  border-bottom: 2px solid #aaa !important;
}

.tblhead-sub {
    font-weight: bold !important;
    padding-left: 24px !important;
    text-align: left !important;
    color: rgb(103, 103, 103);
}

@media only screen and (max-width: 768px) {
    .properties__collapse-title {
        font-size: 34px !important;
        font-weight: 700;
    }

    .properties__collapse-groupbtn {
        bottom: 20px;
    }

    .img-blog {
        height: auto !important;
    }

    .properties__item-title {
        width: 100%;
    }

    .collapse__block {
        padding-right: 12px;
        padding-left: 12px;
    }

    .collapse__block-title,
    .collapse__block-descript {
        text-align: center;
    }

    .collapse__block-descript {
        margin-bottom: 24px;
    }

    .grp__collapse-blocknext {
        padding-top: 0;
    }
}
ul {
	padding: 0;
}
@media screen and (max-width: 700px) {
	.panorama, .pano_loading_masque {
		zoom: 0.6;
	}
	#panorama>.panorama {
		width: 100% !important;
		height: 300px !important;
	}
}
@media screen and (max-width: 425px) {
	.col-sm-12.no-padding .subject {
		width: 66% !important;
		top: 1% !important;
	}
	.subject h3 {
		font-size: 20px !important;
	}
	li.col-xs-4, div.col-xs-4, li.col-xs-3 {
		width: 100%;
	}
	.subject.container {
		left: 0 !important;
	}
}
@media screen and (max-width: 375px) {
	.pano_loading_start {
		margin-left: 45%;
		margin-right: 45%;
		left: 0 !important;
	}
}
.PhiloShowList .item .btnShow {
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    width: 40px;
    height: 40px;
    background: url(../images/btn_show_sp.png) no-repeat;
    margin: 0 auto;
    border: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}
.PhiloShowList .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6% 0 0 0;
}
@media screen and (max-width: 425px) {
	.PhiloShowList .item .info {
		padding: 0;
	}
	.PhiloShowList .item .btnShow {
		top: 50px;
	}
}
.item .info .subTit {
    color: #fff;
}
.subTit {
    font-size: 19px;
    line-height: 20px;
    font-weight: normal;
    font-weight: bolder;
    text-align: -webkit-center;
    margin: 10px 0;
}
.PhiloShowList .item .info .conArea {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
}
.PhiloShowList .item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.text_play {
    padding: 20px 0;
}
.infoList_wrap .info_list {
    margin: 0 -13px;
    overflow: hidden;
}
.infoList_wrap .item {
    float: left;
    width: 25%;
    padding: 0 13px;
}
.infoList_wrap .info_item {
    height: 220px;
    padding: 50px 0 0 0;
    background-color: #35719E;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.infoList_wrap .info_item {
		height: 170px;
		padding: 20px 0 0 0;
	}
}
@media screen and (max-width: 700px) {
	.infoList_wrap .item {
		width: 50%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 320px) {
	.infoList_wrap .item {
		width: 100%;
		margin-bottom: 10px;
	}
}
.infoList_wrap .info_item .ico {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
	vertical-align: top;
	position: relative;
}
em.ico:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/Images/icon_all.svg) no-repeat;
}
.infoList_wrap .info_item.emission .ico:after {
    background-position: -360px -140px;
}
.infoList_wrap .info_item.displace .ico:after {
    background-position: -320px -140px;
}
.infoList_wrap .info_item.power .ico:after {
    background-position: -240px -140px;
}
.infoList_wrap .info_item.torque .ico:after {
    background-position: -280px -140px;
}
.infoList_wrap .info_item dl {
    padding-top: 8px;
    color: #fff;
}
.infoList_wrap .info_item dt {
    font-size: 32px;
    font-family: ModernHBold;
    line-height: 42px;
}
.infoList_wrap .info_item dd {
    padding-top: 8px;
    opacity: 0.6;
}
