/* global 3rd libs */
@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1"); @import url("https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"); @import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.css"); /*init*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.btn-primary {
    color: #fff;
    background-color: #0e238c;
    border-color: #041569;
}

.form-control {
    font-size: 1em;
}

/*font-size*/
.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

/*font-weight*/
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 800;
}

.bold {
    font-weight: bold;
}

/*color*/
.brown {
    color: #c97d00;
}

.blue {
    color: #0e238c;
}

.grey {
    color: #999;
}

.red {
    color: #e80000;
}

/*video responsive*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Custom style checkbox, radio*/
.checkbox,.radio {
    display: inline-block;
}

.checkbox .icon,.radio .icon {
    height: 13px;
    width: 13px;
    background: #eee;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -2px;
}

.radio input:checked ~ .icon {
    font-family: "FontAwesome";
    border-color: #086aa9;
}

.checkbox input:checked ~ .icon {
    font-family: "FontAwesome";
    background: #086aa9;
}

.checkbox input:checked ~ .icon:before {
    content: "\f00c";
}

.radio .icon {
    border-radius: 50% !important;
    background: #ffffff;
    border: solid 1px #bbb;
    overflow: hidden;
}

.checkbox input:checked ~ .icon:before,.radio input:checked ~ .icon:before {
    display: inline-block;
    line-height: 13px;
    height: 13px;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    left: 1px;
    top: 0px;
}

.radio input:checked ~ .icon:before {
    color: #086aa9;
    content: "\f111";
    font-size: 10px;
    left: 1px;
    top: -1px;
}

.checkbox input,.radio input {
    display: none;
}

/*owl-custom*/
.owl-item .p-item {
    width: 100% !important;
}

.custom-nav .owl-nav {
    margin: 0 !important;
}

.custom-nav .owl-nav button {
    position: absolute;
    color: #999 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    opacity: .5;
    transform: translate(0, -50%);
}

.custom-nav .owl-nav button i {
    font-size: 50px;
}

.custom-nav .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.custom-nav .owl-nav .owl-next {
    right: 0;
}

.custom-nav .owl-nav button:hover {
    opacity: 1;
    background: none !important;
}

/*paging*/
.paging {
    margin: 6px 0;
    float: right;
    margin-top: 8px
}

.paging a {
    display: block;
    padding: 8px 10px;
    float: left;
    color: #333;
    line-height: 10px;
    margin-left: 5px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 3px;
}

.paging a.current,.paging a:hover {
    background: #1c52da;
    color: #fff;
}

/*content*/
body {
    font: 14px/1.5 'Roboto',Arial,sans-serif;
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

/*breadcrumb*/
#breadcrumb > div {
    display: inline-block;
    padding: 10px 0;
}

#breadcrumb > div a {
    color: #333;
}

#breadcrumb h1 {
    margin: 0;
    display: inline-block;
    font-size: inherit;
    color: #333;
    font-weight: normal;
}

/*logo*/
#header .logo {
    float: left;
    margin-top: 10px;
}

#header .logo img {
    height: 50px;
}

/*popup*/
#adv-popup .background {
    display: none;
    position: fixed;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9999999;
    opacity: .8;
}

#adv-popup .banner {
    display: none;
    position: fixed;
    z-index: 99999991;
}

#adv-popup .close {
    font-size: 25px;
    right: 0;
    top: 0;
    color: #f00;
    font-weight: bold;
    position: absolute;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
}

#adv-popup .banner img {
    max-height: 500px;
    max-width: 90%;
    display: block;
    margin: auto;
}

/*search*/
.main-search {
    position: relative;
    float: left;
    margin: 29px 0;
}

.main-search form {
    border: solid 1px #ddd;
    width: 400px;
    border-radius: 28px;
    overflow: hidden;
}

.main-search #text-search {
    width: 100%;
    border: none;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
    outline: none;
}

.main-search .search-btn {
    position: absolute;
    right: 5px;
    top: 0;
    height: 35px;
    background: none;
    border: none;
    color: #999;
    outline: none;
}

.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    border: solid 1px #ddd;
    left: 0;
    margin-top: 2px;
    max-height: 300px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 999;
}

.autocomplete-suggestions a {
    display: block;
    padding: 10px;
    overflow: hidden;
}

.autocomplete-suggestions a img {
    width: 60px;
    float: left;
}

.autocomplete-suggestions a .info {
    display: block;
    margin-left: 65px;
}

.autocomplete-suggestions a .info .name {
    display: block;
    color: #333;
}

.autocomplete-suggestions a .info .price {
    color: #e00;
}

.autocomplete-suggestions a:hover {
    background-color: #f5f5f5;
}

/*img responsive*/
.img-container {
    display: block;
    position: relative;
    padding-top: 60%;
}

.img-container img,.p-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

/*product*/
.p-item {
    overflow: hidden;
    float: left;
    width: 20%;
    position: relative;
}

.p-item:hover {
}

.p-container {
    padding: 10px;
    overflow: hidden;
}

.p-img {
    display: block;
    position: relative;
    padding-top: 100%;
}

.p-price {
    font-weight: bold;
    color: #ec0000;
    display: block;
    line-height: 16px;
    font-size: 16px;
}

.p-old-price {
    text-decoration: line-through;
    color: #888;
    height: 15px;
    display: inline-block;
    overflow: hidden;
}

.p-name {
    color: #333;
    display: block;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin: 5px 0 8px 0;
    font-size: 13px;
}

.p-discount {
    font-weight: bold;
    background: #e00;
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.p-bottom {
}

.p-bottom .stock.instock {
    color: #28b52d;
}

.p-bottom .p-buy {
    float: right;
    cursor: pointer;
}

/*tab*/
.tab .title-tab {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e80104;
    margin-bottom: 3px;
}

.tab .title-tab .item {
    display: block;
    font-size: 18px;
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab .title-tab .item.active {
    background: #e80104;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.js-content-tab {
    display: none;
}

.js-content-tab.active {
    display: block;
}

/*button scroll top*/
#toTop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 99;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    font-size: 22px;
    opacity: .3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
}

#toTop:hover {
    opacity: 1;
}

/*top*/
#top {
    height: 34px;
    line-height: 34px;
    background: #393939;
    color: #fff;
}

#top .fa {
    color: #e00;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

#top a,#top .item {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    margin-right: 20px;
    font-weight: 500;
}

#header {
    height: 70px;
}

#nav_horizontal {
    padding-top: 24px;
    margin-left: 220px;
    text-align: right;
}

#nav_horizontal .link {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

#nav_horizontal .link img {
    margin-right: 5px;
}

#homepage {
    background: url(../images/bg_home.jpg) center center no-repeat fixed;
    height: 285px;
    text-align: center;
    background-size: cover;
}

#homepage #breadcrumb, #homepage #breadcrumb a {
    color: #fff;
    text-align: left;
}

#homepage h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    margin: 30px 0 50px;
}

#homepage a.link {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #ccc;
    width: 360px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    margin: 0 10px;
    transition: all .3s ease
}

#homepage a.link:hover {
    opacity: .8;
}

#homepage a.link img {
    height: 36px;
    margin-right: 10px;
}

#footer .box_footer {
    width: 20%;
    float: left;
    margin-top: 5px;
}

#footer {
    background: #0e238c;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

#footer_bottom {
    text-align: center;
    background: #3a3a3a;
    color: rgb(236, 236, 236);
    padding: 10px 0;
}

#copyright {
    padding: 10px 0;
}

#design_by {
    float: right;
}

#footer .box_footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#footer .box_footer li a ,#footer .box_footer li span{
    color: white;
    font-size: 13px;
}

#footer .box_footer ul {
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

#footer .box_footer ul li {
    line-height: 22px;
}

#news_letter {
    position: relative;
    width: 90%;
    margin-bottom: 10px;
}

#news_letter input {
    width: 100%;
    height: 30px;
    font-size: 1em;
    padding: 0 6px;
}

#news_letter a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    height: 100%;
    color: #fff;
    line-height: 30px;
    padding: 0 6px;
}

.box_footer .social li {
    display: inline-block;
}

#tag_footer {
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
}

#tag_footer span {
    color: #666;
    text-decoration: none;
    padding: 0 5px;
    border-left: solid 1px #ccc;
    font-size: 13px;
}

#support_center {
    width: 100%;
    border: solid 1px #e00;
    height: 220px;
}

#support_center .img-support {
    background: url(../images/people_support.png) no-repeat;
    height: 100%;
    position: absolute;
    width: 254px;
    background-size: cover;
}

#support_center .title {
    background: #e00;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    padding-left: 200px;
}

#top-footer {
    padding: 20px 0;
}

#support_center ul {
    list-style: none;
    padding: 0;
    padding-left: 245px;
}

#support_center ul b {
    font-size: 16px;
    margin-bottom: 10px;
}

#support_center ul li {
    margin: 20px 0;
    width: 50%;
    float: left;
}

#support_center ul .font16 {
    display: block;
}

#head-page-detail {
    text-align: center;
    height: 280px;
    background: url(../images/bg_page.jpg) no-repeat fixed;
    color: #fff;
    overflow: hidden;
    padding-top: 82px;
    background-size: cover;
}

#head-page-detail h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

#head-page-detail p {
    max-width: 800px;
    margin: auto;
    font-weight: 300;
}

.title_box_center {
    height: 38px;
    border-bottom: solid 2px #000;
    overflow: hidden;
}

.title_box_center .h_title {
    background: #0e238c;
    float: left;
    padding-left: 13px;
    padding-right: 10px;
    line-height: 38px;
    color: white;
    height: 38px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}

.title_box_center .h_title:after {
    content: '';
    display: block;
    width: 0;
    border: solid 35px transparent;
    border-left-color: #0e238c;
    position: absolute;
    top: 0;
    right: -70px;
}

.title-page {
    text-align: center;
    padding-top: 30px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
    font-weight: 300;
}

.title-page h1,.title-page h2 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

#warranty-register {
    max-width: 800px;
    margin: auto;
}

#warranty-register label {
    font-weight: bold;
    margin-bottom: 8px;
}

#page-tracuu form input {
    width: 300px;
    display: inline-block;
    margin-right: 5px;
}

#page-tracuu form button {
    height: 35px;
    font-size: 13px;
    font-weight: bold;
}

#page-tracuu table {
    width: 100%;
    margin-top: 30px;
    background: #fff;
}

#page-tracuu table th {
    background: #808080;
    color: #fff;
    padding: 8px;
    border: solid 1px #ccc;
}

#page-tracuu table td {
    padding: 5px;
    border: solid 1px #ccc;
}

#page-tracuu .bg-grey {
    background: #eee;
    padding: 20px 10px;
}

#page-tracuu .banner {
    text-align: right;
}

#page-tracuu .banner img {
    max-width: 100%;
}

#page-tracuu h2,#page-tracuu h3 {
    text-transform: uppercase;
    color: #0e238c;
    font-weight: bold;
}

#page-tracuu h2 {
    font-size: 22px;
}

#page-tracuu h3 {
    font-size: 18px;
}

#top .item:hover #hnc-showroom {
    display: block !important;
}

#hnc-showroom {
    position: absolute;
    background: #f5f5f5;
    top: 33px;
    width: 100%;
    max-width: 600px;
    color: #333;
    font-size: 13px;
    line-height: 1.45;
    border: solid 1px #222;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

#hnc-showroom table td {
    padding: 8px;
}

#hnc-showroom p {
    margin: 5px 0;
}

#hnc-showroom a {
    color: #0e238c;
}

#icon-menu-mobile {
    float: right;
    width: 27px;
    margin-top: 23px;
    display: none;
}

#icon-menu-mobile span {
    display: block;
    height: 3px;
    background: #000;
    margin: 3px 0;
}

#header .container {
    position: relative;
}

#menu-mobile {
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    border-top: solid 2px #e00;
    width: 250px;
    display: none;
}

#menu-mobile a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    font-weight: 500;
}

#menu-mobile a .fa {
    color: #e00;
}

@media (max-width: 1199px) {
    #nav_horizontal {
        padding-top: 16px;
    }

    #nav_horizontal a img {
        height: 22px;
        margin-bottom: 5px;
    }

    #nav_horizontal a {
        text-align: center;
        width: 20%;
        display: block;
        float: left;
        margin: 0;
    }

    #nav_horizontal a span {
        display: block;
    }

    #support_center .img-support {
        display: none;
    }

    #support_center .title {
        padding-left: 10px;
    }

    #support_center ul {
        padding-left: 20px;
    }

    #page-tracuu form .note {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 991px) {
    #support_center .title {
        font-size:16px;
    }

    #footer .box_footer,#news_letter {
        width: 100%;
    }

    #footer .box_footer .content {
        display: none;
    }

    #footer .box_footer h3 {
        background: #0c1a5d;
        padding: 10px;
        margin-bottom: 2px;
        position: relative;
    }

    #footer .box_footer h3:after {
        content: '';
        border: solid 4px transparent;
        border-top-color: #fff;
        position: absolute;
        right: 10px;
        top: 18px;
    }

    #homepage h1 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #homepage a.link {
        margin-bottom: 13px;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    #icon-menu-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
  	.content-text iframe{width:100%;}
    #header {
        height:40px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    body {
        padding-top: 40px;
    }

    #header .logo {
        margin-top: 10px;
    }

    #header .logo img {
        height: 20px;
    }

    #homepage h1 {
        font-size: 24px;
    }

    #support_center {
        margin-top: 10px;
        height: auto;
        overflow: hidden;
    }

    #support_center li {
        width: 100% !important;
    }

    #support_center .title {
        font-size: 14px;
    }

    #icon-menu-mobile {
        margin-top: 9px;
    }
    #menu-mobile{
        top:40px;
    }
}
