/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

@font-face {
    font-family: UTM;
    src: url('../fonts/UTM Eremitage.ttf') format('truetype'), url('../fonts/UTM Eremitage.ttf') format('embedded-opentype'), url('../fonts/UTM Eremitage.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: lato;
    src: url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.ttf') format('embedded-opentype'), url('../fonts/Lato-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

#header .logo h2,
#header .logo .site_description {
    display: none;
}

.w1200 {
    width: 1140px;
    margin: 0 auto;
}

.section-header-bar {
    background-image: unset;
    border-bottom: 1px solid #DF1D1D;
    background-color: #fff;
}

.site-banner {
    background-image: unset !important;
}

body {
    background-color: #fff;
}

.header-nav,
.header-nav-inner {
    color: #333;
}

.header-nav a {
    color: #333;
}

.header-nav-inner {
    display: block
}

.socialList li a {
    background-color: transparent;
    color: #DF1D1D;
}

.headerSearch {
    margin: 5px 0 0px;
    position: relative;
    height: 44px;
}

.headerSearch .form-group>input:first-child {
    height: 40px !important;
    line-height: 31px;
    width: 100%;
    border-radius: 3px !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #000000;
    background: #fff;
}

.headerSearch input:last-child {
    position: absolute;
    right: 5px;
    bottom: 4px;
    background-color: transparent !important;
    padding: 5px 16px;
    border-radius: 3px;
    width: 52px;
    height: 41px;
    z-index: 3;
}

.headerSearch span:before {
    position: absolute;
    content: '\f002';
    right: 5px;
    bottom: 4px;
    font-family: 'Fontawesome';
    font-size: 20px;
    z-index: 3;
    color: #fff;
    background: #DF1D1D !important;
    width: 51px;
    height: 41px;
    text-align: center;
    border-radius: 3px;
    line-height: 41px;
}

.headerSearch .btn-info {
    background-color: transparent;
    border-color: transparent;
    color: #EE5C74;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: transparent;
    border-color: transparent;
    color: #EE5C74;
}

#header .logo {
    padding: 0;
}

#header {
    padding: 15px;
    background: #fff;
}

#menusite .navbar-default {
    background-color: transparent !important;
    border-bottom-color: transparent!important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    text-align: center;
    position: relative;
}

#menusite .navbar-default .navbar-nav>li>a {
    color: #fff;
    transition: all 0.3s;
    font-weight: 700;
    text-transform: uppercase;
}

#menu-site-default>ul {
    display: inline-block;
    background-color: #DF1D1D;
}

#menusite .navbar-default .navbar-nav>li {
    float: unset !important;
    display: inline-block !important;
}

#menusite .navbar-default .navbar-nav>li>a:hover,
#menusite .navbar-default .navbar-nav>li>a:focus,
#menusite .navbar-default .navbar-nav>.active>a,
#menusite .navbar-default .navbar-nav>.active>a:hover,
#menusite .navbar-default .navbar-nav>.active>a:focus,
#menusite .navbar-default .navbar-nav>.open>a,
#menusite .navbar-default .navbar-nav>.open>a:hover,
#menusite .navbar-default .navbar-nav>.open>a:focus {
    background: unset !important;
    color: #FFD54C !important;
}

.third-nav {
    position: absolute;
    width: 100%;
    left: 0
}

.shipping_inner {
    padding: 19px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.single_shipping:first-child {
    border: 0;
}

.single_shipping {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    border-left: 1px solid #f0f0f0;
    width: 25%;
    float: left;
}

.shipping_icone {
    margin-right: 14px;
}

.shipping_content h2 {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.shipping_content p {
    font-size: 13px;
    line-height: 18px;
    color: #909e8f;
}

.padding_custom {
    padding: 30px 0;
}

.custom_heading {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 23px;
}

.custom_heading::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.custom_heading h2 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    background: #ffffff;
    padding-right: 20px;
    position: relative;
}

.custom_content {
    padding-top: 20px;
}

.bx-wrapper .bx-viewport {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 0px solid #fff !important;
    left: 0px !important;
}

.header_right {
    margin-top: 10px;
}

.section-nav {
    position: relative;
    z-index: 9;
}

#body {
    background: #fff;
    border-width: 0px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.black_background {
    background-color: #333;
}

#category {
    background: #fff !important;
}

.product_header {
    display: block;
    margin-bottom: 30px;
}

.product_header>a {
    color: #fff;
}

.product_header h2 {
    font-size: 30px !important;
    color: #333 !important;
}

.list_cate {
    line-height: 44px;
    font-size: 20px !important;
    color: #333 !important;
    padding: 10px;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.list_cate:hover {
    background-color: #df1d1d;
}

.img_product {
    height: 254px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.caption h3 {
    font-size: 18px !important;
    color: #333 !important;
    background: #f5f5f5ad;
    flex: 1 1 auto;
    padding: 20px;
    height: unset !important;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.caption h3 a {
    color: #DF1D1D !important;
}

.weight_product {
    font-size: 14px !important;
    color: #fff !important;
    background: #DF1D1D;
    flex: 1 1 auto;
    padding: 20px;
    margin-bottom: 0 !important;
}

.weight_product dt {
    clear: left;
    float: left;
    line-height: 0px !important;
}

.weight_product dd {
    clear: right;
    float: right;
    line-height: 0px !important;
}

.padding_15 {
    padding: 0 15px;
}

.row_15 {
    margin: 0 -15px;
}

.tabs {
    background-color: #fff;
    padding: 10px;
}

.background_footer {
    background: #243137;
}

.section1 {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.relative {
    position: relative !important;
    width: 100%;
}

.title-dang-ky h4 {
    border-left: 2px solid;
    border-right: 2px solid;
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.form-flat .ho-ten {
    width: 40%;
    margin-right: 20px;
    display: inline-block;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.dark .form-flat input:not([type="submit"]) {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    color: currentColor !important;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.09);
    color: #fff !important;
}

.form-flat .sdt {
    width: 40%;
    margin-right: 20px;
    display: inline-block;
}

.form-flat .gui-di {
    width: 10%;
    display: inline-block;
    text-align: left;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color: #ED1C24;
    color: #fff;
    border-radius: 99px;
    border-color: rgba(0, 0, 0, 0.05);
}

div#wpcf7-f461-o1 {
    padding-top: 4px;
}

#footer {
    min-height: unset;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DF1D1D;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DF1D1D;
    background-color: #D9D9D9;
    background-image: unset;
}

.coppy {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "lato", sans-serif;
    font-size: 17px;
    padding: 10px;
}

.footerNav2 {
    padding: 0;
    background-color: #DF1D1D;
}

.third-nav .bg {
    padding: 0;
    background-color: transparent;
}

.breadcrumbs-wrap {
    background: url(../images/title-page-bg.jpg) no-repeat center;
    padding: 100px 0 100px;
    text-align: center;
    background-size: cover;
    width: 100%;
    z-index: 1;
}

.main_margin {
    margin-top: 343px;
}

.link_site {
    padding: 0;
}

.breadcrum_title {
    color: white !important;
    margin-bottom: 10px !important;
    word-spacing: 5px !important;
    font-size: 38px !important;
    text-align: center!important;
    font-weight: 500;
    line-height: 1.2;
}

.breadcrumbs-wrap .display {
    height: unset;
    background-color: #1111118f;
    padding: 10px 0;
}

.breadcrumbs a:before {
    display: none;
}

.breadcrumbs a:after {
    display: none;
}

.breadcrumbs a {
    background-color: transparent;
    color: #fff;
}

.breadcrumbs a:hover {
    background-color: unset;
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li:after {
    content: '>>';
    position: absolute;
    right: -16px;
    top: 20%;
    color: #909e8f;
}

.breadcrumbs li:last-child::after {
    display: none;
}

#category h1 {
    color: #DF1D1D;
}

.third-nav .row {
    border-bottom-width: 0px;
}

.table-striped thead {
    background-color: #F9F9F9;
}

.btn-primary {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    transition: all 0.3s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.wpcf7-submit {
    transition: all 0.3s;
}

.wpcf7-submit:hover {
    background-color: #ff0000 !important;
}

.panel-primary>.panel-heading {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    border-radius: 0
}

.panel-primary {
    border-color: #ED1C24;
    border-radius: 0;
}

.panel-default>.panel-heading {
    border-radius: 0;
}

.panel-default {
    border-radius: 0
}

.tabs .nav li.active a {
    color: #ED1C24 !important;
}

.tabs .nav li.active:before,
.tabs .nav li.active:after {
    background: #ED1C24 !important;
}

.tabs .nav li.active {
    border: 1px solid #ED1C24 !important;
    /* box-shadow: inset 0 2px #47a3da; */
    box-shadow: 0 2px #ED1C24 inset !important;
    border-bottom: none !important;
}

#content_detail-1>table {
    width: 100% !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background-color: #DF1D1D;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 0 3px #ccc;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -16px;
    right: 4px;
    font-size: 36px;
    margin-left: 42px;
    color: #fff;
    z-index: 999;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 14px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #EE3A23 !important;
}

.second-nav {
    position: relative;
    background-color: #DF1D1D;
}

.social-icons {
    float: right;
}

#language {
    z-index: 99;
    display: inline-block;
}

#header .logo img {
    max-height: 55px;
}

.auto-get-a-quote {
    position: fixed;
    width: 154px;
    height: 50px;
    text-align: center;
    background: #DF1D1D;
    right: -60px;
    top: 258px;
    transform: rotate(-90deg);
    line-height: 41px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
}

.auto-get-a-quote a {
    color: #fff !important;
}

.downloadcv-sidebox {
    display: block;
    background-color: #f8f8f8;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    font-weight: 700;
    padding: 30px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.downloadcv-sidebox .fa {
    display: block;
    margin: 0 auto;
    font-size: 24px;
}

.fa-download:before {
    content: "\f019";
}

.bg_card {
    background: #F5F5F5;
}

.ptb-30 {
    padding: 30px 15px !important;
}

.mtb-20 {
    margin: 20px 0 !important;
}

.fontz-56 {
    font-size: 56px !important;
}

.color_red {
    color: #df1d1d;
    float: left;
    margin-right: 10px;
}

.color_white {
    color: #DF1D1D !important;
}

.word-spacing-5 {
    word-spacing: 0px !important;
}

.fontz-20 {
    font-size: 20px !important;
}

.mb-10 {
    margin-bottom: 6px !important;
}

.color_lightgray {
    color: #2c2f2c;
}

.fontz-13 {
    font-size: 13px !important;
}

.filter_product .label_group {
    height: 28px !important;
    padding-left: 0 !important;
    width: 48.5%;
    text-align: left !important;
    background: #fff !important;
    border: 0px solid #cccccc !important;
}

#detail ul {
    display: inline;
}

.product_item_content {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
    position: relative;
}

.list_cate:hover a {
    color: #fff;
}

#footer h3 {
    color: #DF1D1D;
}

#footer,
#footer a {
    color: #333
}

.company_info li em {
    color: #DF1D1D;
}

.filter_product label {
    margin-right: 5px !important;
}

#footer .menu li a:before {
    color: #DF1D1D;
}

#footer .menu li a {
    border-bottom-color: #DF1D1D;
}

#footer .menu li a:hover {
    color: #DF1D1D;
    border-bottom-color: #DF1D1D;
}

.color_title {
    text-align: center;
    margin-bottom: 20px;
    color: #DF1D1D;
    font-size: 25px;
}

.panel_color {
    margin-top: 127px;
    padding-left: 60px;
}

.font_menu {
    font-size: 15px;
    float: left;
    margin-top: 14px;
    color: #DF1D1D;
    font-weight: 600;
}

.display_none {
    display: none !important;
}

.personalArea {
    float: right;
    margin: 0 10px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #DF1D1D;
    background-size: contain;
}

.header-nav a.button {
    background-color: transparent;
    color: #DF1D1D;
}

#dropdown1 {
    position: relative;
}


/* final display */

#dropdown1 #dropdown-content1 {
    margin: .5em 1em;
    padding: 1em;
}


/* hide */

#dropdown1:not(:hover) #dropdown-content1 {
    font-size: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    /* fade out, then shrink */
    transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s;
    display: none;
}


/* reveal */

#dropdown1:hover #dropdown-content1 {
    /* unshrink, then fade in */
    transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s;
    min-width: 210px;
    display: block;
}

#dropdown-content1 {
    position: absolute;
    right: -15px;
    top: 16px;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

#dropdown-content1 ul {
    padding: 0;
}

.card_content {
    width: calc(100% - 55px);
    margin-left: 5px;
    float: left;
}

.dropbtn1 span {
    position: absolute;
    font-size: 10px;
    color: #fff;
    background-color: #DE182E;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    top: 14px;
    right: -9px;
    z-index: 1;
}

.dropbtn1 {
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #666;
    position: relative;
}
.stk_img{
    height: 150px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}