﻿@font-face {
    font-family: 'vongbi-font';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'vongbi-bold-font';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'utm-avo-font';
    src: url('/fonts/utm-avo/UTM Avo.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
    color: #39434c;
    font-family: 'utm-avo-font' !important;
    font-size: 13px;
    line-height: 1.5;
}
/*h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;    
}
h3, h4, h5, h6 {    
    font-size: 13px;
    font-weight:normal;    
}*/

a {
    text-decoration: none;
    outline: none;
    color: #2f2c2c;
}

    a:hover {
        text-decoration: none;
        color: red;
    }

    a img {
        border: none;
    }

p {
    margin: 0 0 5px 0;
}

ul li {
    list-style: none;
}

input[type="text"], input[type="password"], textarea, select {
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #89B4D6;
    outline: none;
}

/*.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.dn {
    display: none;
}

.mt25 {
    margin-top: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}


.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.top-header {
    background-color: #003954;
    height: 36px;
}

    .top-header i {
        font-size: 16px;
        padding-top: 10px;
        margin: 0 7px;
        color: #FFF;
    }

    .top-header a {
        color: #FFF;
    }

    .top-header .social {
        float: right;
    }


    .top-header .email, .top-header .hotline {
        float: left;
    }

    .top-header .social a {
    }

        .top-header .social a:hover {
            color: #f5ff00;
        }

@media (max-width: 767px) {
    .top-header .email {
        display: none;
    }

    .top-header .hotline-wrapper, .top-header .social-wrapper {
        padding: 0;
    }
}

@media (max-width: 560px) {
    .top-header .hotline {
        display: none;
    }
    .top-header .social {
        display: none;
    }

}

@media (max-width: 320px) {
    .top-header .social-wrapper {
        width: 100%;
    }

    .top-header .hotline {
        display: none;
    }
}

/*.header {
    background: url(/Images/bg-header.png) no-repeat;
    height: 150px;
    width: 960px;
    margin-left: 10px;
}*/
/*.header-info {
    width: 980px;
    margin: 0 auto;
}

.header .search {
    background: url(/Images/bg-search.png) no-repeat;
    width: 261px;
    height: 27px;
    margin-top: 5px;
    margin-right: 5px;
}*/
/*.navi {
    clear: both;
    height: 40px;
    width: 960px;
    margin: 0 auto;
    border-radius: 2px;
    font-family: Tahoma,Geneva,sans-serif;
    background: url(/images/bg-navi.png) repeat scroll 0 0 transparent;
}

    .navi > ul {
        padding-top: 10px;
    }

        .navi > ul > li {
            float: left;
        }

            .navi > ul > li > a > div:first-child {
                padding-top: 10px;
            }

            .navi > ul > li.sep {
                float: left;
                background-color: #9dceee;
                height: 35px;
                margin-right: 20px;
                margin-left: 20px;
                margin-top: -7px;
                width: 1px;
                border-right: solid 1px #FFF;
            }*/
.footer {
    color: #FFF;
    /*background: url(/images/bg-footer.png) repeat scroll 0 0 transparent;*/
    background-color: rgba(0, 0, 0, 0.9) !important;
    padding: 30px 0;
}

@media (max-width:320px) {
    .footer .company, .footer .term {
        width: 100%;
    }
}

.footer p {
    line-height: 20px;
}

.copyright {
    padding: 10px 0;
    /*background-color: #0061b2;*/
    color: #fff;
    background-color: #111 !important;
}


.footer a {
    color: #FFF;
}

    .footer a:hover {
        color: #f5ff00;
    }

/*.form {
    width: 600px;
    margin: 250px auto 0px;
}
    
    */
.box {
    width: 100%;
    border: solid 1px #cacaca;
    min-height: 100px;
    background-color: #f6f6f6;
}

.header-box {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0c79d3;
    padding: 8px 10px;
}

    .header-box > h2 {
        height: 24px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 24px;
        font-family: vongbi-bold-font;
    }

.content-box {
    padding: 15px;
}

div#category {
}

    div#category > ul > li {
        line-height: 30px;
    }

        div#category > ul > li > div {
            border-bottom: solid 1px #ccc;
        }

        div#category > ul > li:last-child > div {
            border-bottom-width: 0;
        }

        div#category > ul > li > ul {
            margin-left: -30px;
        }

    div#category li > div > a.active {
        color: blue;
    }

    div#category li > div > a:hover {
        color: blue;
    }

.caption {
    border-bottom: solid 1px #020ff7;
    padding-bottom: 5px;
    margin-bottom: 5px;
    /*background: url("/images/bg-caption.png") repeat-x scroll 0 0 transparent;*/
}

    .caption > h2 {
        font-size: 14px;
        font-weight: 700;
    }

.link-title {
    font-size: 14px;
    font-weight: bold;
}

.detail-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article {
    text-align: justify;
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
}

    .article * {
        max-width: 100%;
    }

    .article div, .article p {
        padding-bottom: 10px;
    }




.header {
    background: url('/Images/bg-header.png') center center repeat-x #f9f9f9;
    /*background-size: cover;*/
}

@media (min-width: 1200px) {
    .banner .logo img {
        height: 120px;
    }

    .banner h3 {
        line-height: 24px;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .banner h5 {
        line-height: 32px;
        font-size: 24px;
        font-family: MONOSPACE;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner .logo img {
        height: 90px;
    }

    .banner h3 {
        line-height: 24px;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .banner h5 {
        line-height: 28px;
        font-size: 17px;
        font-family: MONOSPACE;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .banner .logo img {
        height: 60px;
    }

    .banner h3 {
        line-height: 24px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .banner h5 {
        line-height: 22px;
        font-size: 14px;
        font-family: MONOSPACE;
    }
}

@media (min-width: 481px) and (max-width: 567px) {
    .banner .logo img {
        height: 50px;
    }

    .banner h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }

    .banner h5 {
        font-size: 11px;
        line-height: 20px;
        font-family: MONOSPACE;
    }
}

@media (max-width: 480px) {
    .banner .logo {
        display: none;
    }

    .banner h3 {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .banner h5 {
        font-size: 11px;
        font-family: MONOSPACE;
    }
}

.nav-wrapper {
    font-family: vongbi-bold-font;
}

@media (min-width: 901px) {
    .nav-wrapper {
        width: 800px;
    }

    .navbar li a {
        color: #FFF !important;
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 25px;
    }
}

@media (max-width: 900px) {
    .nav-wrapper {
        width: 100%;
    }

    .navbar li a {
        color: #FFF !important;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 20px;
    }
}

@media (min-width: 768px) {
    .nav-wrapper ul > li > ul {
        display: none;
        z-index: 1000;
        position: absolute;
        width: 270px;
    }

        .nav-wrapper ul > li > ul a {
            text-transform: initial;
            font-size: 14px;
            padding: 0;
            line-height: 24px;
        }

        .nav-wrapper ul > li > ul li {
            background: url('/Images/nav-menu-header.png') repeat-x 0 0 #292e7e;
            padding: 0 10px;
            margin: 0;
        }

    .nav-wrapper ul > li:hover > ul {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        z-index: 1000;
        position: absolute;
        width: 100%;
    }

        .navbar-collapse li {
            background: url('/Images/nav-menu-header.png') repeat-x 0 0 transparent;
        }

    .nav-wrapper > ul > li > a {
        padding: 5px 10px;
        font-size: 14px;
        border-bottom: dotted 1px #FFF;
        margin: 0 10px;
    }

    .nav-wrapper > ul > li:last-child > a {
        border-bottom-width: 0;
    }

    .nav-wrapper ul > li > ul li {
        background: url('/Images/nav-menu-header.png') repeat-x 0 0 transparent;
        padding-left: 25px;
        margin: 0;
    }

    .nav-wrapper ul > li > ul a {
        text-transform: initial;
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent !important;
    }
}


.navbar {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar li {
        margin-right: 2px;
    }

        .navbar li:hover {
            background-color: #084e79;
        }

            .navbar li:hover > a {
                color: #f5ff00 !important;
            }

        .navbar li.actived {
            background-color: #084e79;
        }

            .navbar li.actived > a {
                color: #f5ff00 !important;
            }

.supporter-online {
    position: fixed;
    bottom: 0;
    left: 5px;
    z-index: 2000;
}

@media (max-width: 990px) {
    .support-box {
        padding-right: 15px !important;
        display: none;
    }

    .statistic-box {
        padding-left: 0 !important;
        padding-right: 15px !important;
        display: none;
    }
}

/*Trang chủ*/
.commitment-wrapper {
    background-color: rgb(01, 36, 64, 0.9);
    padding-top: 10px;
    padding-bottom: 10px;
}


.commit-box > div {
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #FFF;
    padding: 10px;
}

.commit-msg {
    font-style: italic;
    padding-top: 10px;
    height: 60px;
    line-height: 20px;
}

.commit a {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .commit-box {
        float: left;
        width: 33%;
    }

        .commit-box > div {
            margin: 30px;
        }

    .commit-icon {
        float: left;
        padding-top: 15px;
    }

    .commit-text {
        float: left;
        width: 220px;
    }
}

@media (max-width: 1199px) and (min-width:991px) {
    .commit-wrapper {
        width: 100%;
        padding: 0;
    }

    .commit-box {
        float: left;
        width: 33%;
    }

        .commit-box > div {
            margin: 30px 10px;
        }

    .commit-icon {
        float: left;
        padding-top: 15px;
    }

    .commit-text {
        float: left;
        width: 200px;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .commit-wrapper {
        width: 100% !important;
        padding: 0;
    }


    .commit-box {
        float: left;
        width: 33%;
        text-align: center;
    }

        .commit-box > div {
            margin: 20px 7px;
        }

    .commit-icon {
        padding-top: 15px;
    }

    .commit-text {
        display: inline-block;
        padding: 10px;
    }
}

@media (max-width:767px) and (min-width:321px) {
    .commit-wrapper {
        width: 100% !important;
        padding: 0;
    }

    .commit-box {
    }

        .commit-box > div {
            margin: 20px 7px;
        }

    .commit-icon {
        float: left;
        padding-top: 15px;
    }

    .commit-text {
        width: 70%;
        float: left;
        display: inline-block;
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .commit-wrapper {
        width: 100% !important;
        padding: 0;
    }


    .commit-box {
        text-align: center;
    }

        .commit-box > div {
            margin: 20px 7px;
        }

    .commit-icon {
        padding-top: 15px;
    }

    .commit-text {
        display: inline-block;
        padding: 10px;
        margin-bottom: 15px;
    }
}

.hightlight-product-item {
    border: solid 1px #CCC;
    background-color: #FFF;
}

    .hightlight-product-item:hover {
        box-shadow: 0 10px 10px #666;
    }


    .hightlight-product-item .product-avatar {
    }

@media (min-width: 1200px) {
    .hightlight-product-wrapper {
        width: 25%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hightlight-product-item {
        margin: 15px;
    }

        .hightlight-product-item .product-avatar img {
            height: 220px;
        }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .hightlight-product-wrapper {
        width: 25%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hightlight-product-item {
        margin: 10px;
    }

        .hightlight-product-item .product-avatar img {
            height: 160px;
        }
}

@media (min-width: 568px) and (max-width: 900px) {
    .hightlight-product-wrapper {
        width: 33%;
    }

    .hightlight-product-item {
        margin: 15px 0;
    }

        .hightlight-product-item .product-avatar img {
            height: 150px;
        }
}

@media (max-width: 567px) and (min-width:321px) {
    .hightlight-product-wrapper {
        width: 50%;
    }

    .hightlight-product-item {
        margin: 15px 0;
    }

        .hightlight-product-item .product-avatar img {
            height: 150px;
        }
}

@media (max-width: 320px) {
    .hightlight-product-wrapper {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .hightlight-product-item {
        margin: 15px 0;
    }

        .hightlight-product-item .product-avatar img {
            height: 120px;
        }
}


.hightlight-product-item .product-name {
    text-align: center;
    font-style: italic;
    padding-top: 10px;
    font-size: 12px;
    height: 40px;
}

/*Sản phẩm*/
.product-item {
    border: solid 1px #CCC;
    background-color: #FFF;
}

    .product-item:hover {
        box-shadow: 0 10px 10px #666;
    }

    .product-item .product-avatar {
    }

@media (min-width: 1200px) {
    .product-item {
        margin: 15px;
    }

        .product-item .product-avatar img {
            height: 180px;
        }
}

@media (min-width: 768px) and (max-width:1199px) {
    .product-item {
        margin: 10px;
    }

        .product-item .product-avatar img {
            height: 140px;
        }
}

@media (min-width: 568px) and (max-width:767px) {
    .product-item {
        margin: 15px 10px;
    }

        .product-item .product-avatar img {
            height: 160px;
        }
}

@media (max-width: 567px) and (min-width: 321px) {
    .product-wrapper {
        width: 50%;
    }

    .product-item {
        margin: 15px 7px;
    }

        .product-item .product-avatar img {
            height: 160px;
        }
}

@media (max-width: 320px) {
    .product-wrapper {
        width: 100%;
    }

    .product-item {
        margin: 15px 7px;
    }

        .product-item .product-avatar img {
            height: 120px;
        }
}

.product-item .product-name h5 {
    text-align: center;
    font-style: italic;
    padding-top: 10px;
    font-size: 12px;
    height: 40px;
}

/*Chi tiết sản phẩm*/
.property-info {
}

    .property-info p {
        padding: 5px 10px;
    }

        .property-info p:nth-child(2n+1) {
            background-color: #EEE;
        }

@media (min-width:568px) {
    .image-wrapper {
        width: 50%;
        float: left;
    }

    .property-info {
        width: 50%;
        float: left;
    }

        .property-info > div {
            margin-left: 15px;
        }

    .contact-info {
    }

        .contact-info .phone-info {
            float: left;
        }

        .contact-info .email-info {
            float: right;
        }
}

@media (max-width:567px) and (min-width:481px) {
    .contact-info .phone-info {
        float: left;
        font-size: 13px;
        font-weight: bold;
    }

    .contact-info .email-info {
        float: right;
        font-size: 13px;
        font-weight: bold;
    }
}

@media (max-width:480px) {
    .contact-info .phone-info {
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        padding: 15px 10px !important;
    }

    .contact-info .email-info {
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        padding: 15px 10px !important;
    }
}

/*Liên hệ*/
.contact-wrapper h3 {
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-wrapper p {
    line-height: 22px;
    font-size: 12px;
}

@media (min-width: 567px) and (max-width: 767px) {
    .contact-wrapper .company-info {
        width: 50%;
        float: left;
    }

    .contact-wrapper hr {
        display: none;
    }

    .contact-wrapper .contact-form {
        width: 50%;
        float: left;
    }

        .contact-wrapper .contact-form::after {
            clear: both;
        }
}

/*@media (min-width: 480px) and (max-width: 567px) {
    .contact-wrapper h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }

    .contact-wrapper p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .contact-wrapper h3 {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-wrapper p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .contact-form {
        position: absolute;
        right: 200px;
        top: 80px;
        z-index: 1003;
        background-color: #f2f3f5;
        padding: 15px;
        border: solid 1px #808080;
        width: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-form {
        display: none;
    }
}

.contact-form td {
    padding: 5px;
}*/
