:root {
    --placeholder1: #efefef; --placeholder2: #111; --tieude: #010101; }

::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
}

.placeholder-1::-webkit-input-placeholder {
    color: var(--placeholder1);
}

.placeholder-1::-moz-placeholder {
    color: var(--placeholder1);
}

.placeholder-1:-ms-input-placeholder {
    color: var(--placeholder1);
}

.placeholder-1:-moz-placeholder {
    color: var(--placeholder1);
}

.placeholder-2::-webkit-input-placeholder {
    color: var(--placeholder2);
}

.placeholder-2::-moz-placeholder {
    color: var(--placeholder2);
}

.placeholder-2:-ms-input-placeholder {
    color: var(--placeholder2);
}

.placeholder-2:-moz-placeholder {
    color: var(--placeholder2);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_popup iframe, .video_popup object, .video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickvideo {
    width: 100%;
    padding: 4px 0;
    margin: 3px 0%;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.addthis_native_toolbox {
    margin: 10px 0px;
    width: 100%;
    clear: both;
    border: 1px solid #ededed;
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #f7f6f6;
    box-sizing: border-box;
}

.addthis_native_toolbox b {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px
}

#toptop {
    width: 49px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    background: white;
    transition: 0.5s;
    z-index: 20000000;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 47px;
    /* color: #f55556; */
    color: rgb(51, 122, 183);
}

#toptop i {
    margin-left: 0px;
    margin-top: 1px;
}

a {
    cursor: pointer;
}

a:hover {
    color: red;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.d__fl--wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

img {
    max-width: 100% !important;
    height: auto;
}

div.bando img {
    max-width: none !important;
}

div.map iframe {
    max-width: 100% !important;
}

.hidden_mobi {
    display: block;
}

.hidden_destop {
    display: none;
}

body {
    font-family: 'opensans';
    font-size: 14px;
    line-height: 1.5;
}

div#wapper {
    margin: auto;
    background-color: #fff;
    max-width: 1366px;
    position: relative;
    /* background: url(images/web.png) center bottom no-repeat; */
}

div.wap_thongtin {
    padding: 9px 0;
    background: #f4f4f4;
    font-size: 13px;
}

div.thongtin {
    max-width: 1200px;
    margin: auto;
}

div.thongtin span {
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}

div.thongtin i {
    margin-right: 6px;
    font-size: 17px;
}

div.mxh_top {
    float: right;
}

div.mxh_top a img {
    height: 20px;
    margin: 0px 2px;
}

div.header {
    position: relative;
    margin: auto;
}

div.header a.logo {
    display: block;
    line-height: 0;
}

div.header .logo_mobi {
    display: none;
}

div.header a.logo img {
    width: 100%;
}

.menu_login {
    list-style: none;
    position: absolute;
    top: 5px;
    right: 110px;
}

.menu_login li {
    display: inline-block;
}

.menu_login li a {
    text-decoration: none;
    color: #c8000d;
    border-right: 1px solid #fff;
    padding: 0px 5px;
    font-weight: bold;
}

div#lang {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 70px;
}

div#lang a {
    /* align-items: center; */
    display: inline-block;
}

div#lang a img {
    width: 64px;
    height: 43px;
    object-fit: contain;
}

.sang_header {
    top: 30%;
    left: 5%;
}

div.search {
    position: absolute;
    right: 0px;
    top: 7px;
    background: #fff;
    border-radius: 2px;
    height: 30px;
    width: 20%;
    display: none;
}

div.search input {
    padding: 0px 10px;
    float: left;
    margin-top: 8px;
    border: none;
    background: none;
    width: 75%;
    outline: none;
    color: #777;
    font-style: italic;
}

div.search i {
    float: right;
    margin-right: 9px;
    margin-top: 5px;
    color: #222;
    font-size: 17px;
    cursor: pointer;
}

div.slider {
    margin: auto;
    overflow: hidden;
}

div.left {
    width: 240px;
    float: left;
    position: relative;
    z-index: 50000;
}

div.tieude {
    color: #fff;
    text-align: center;
    background: #0089c8;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18.11px;
    z-index: 50000;
    position: relative;
    font-weight: 700;
}

div#danhmuc {
    /* border: 1px solid #ddd; */
}

div.danhmuc {
    background: #fff;
    margin-bottom: 2em;
    border: 1px solid #d4d4d4;
    position: relative;
}

div.danhmuc:last-child {
}

div#danhmuc ul {
    list-style: none;
}

div#danhmuc ul ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #d6d6d6;
    top: -1px;
}

div#danhmuc ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

div#danhmuc ul li:last-child {
    border: none;
}

div#danhmuc ul li a {
    color: #000;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.4s;
    display: block;
    padding: 9px 5px 9px 13px;
    /* background: url(images/lan.png) 11px 15px no-repeat; */
}

div#danhmuc ul li a:hover,div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
}

div#danhmuc ul li ul li a {
    /* background: url(images/muiten.png) 22px 15px no-repeat; */
    padding: 9px 5px 9px 15px;
}

div#danhmuc ul li ul {
    display: none;
}

div#danhmuc ul li:hover> ul {
    display: block;
}

div.item_tin {
    border-bottom: 1px dashed #DDDDDD !important;
    padding: 10px 10px;
}

div.item_tin .img_news {
    width: 35%;
    max-width: 150px;
    border: 1px solid #d6d6d6;
    float: left;
    margin-right: 10px;
}

div.item_tin .name_news a {
    text-decoration: none;
    color: #111111;
    font-size: 13px;
    transition: 0.4s;
}

div.tinmoi .name_news a:hover {
    color: red;
    transition: 0.4s;
}

div.load_video {
    width: 95%;
    margin: 7px auto;
}

div.hotro {
}

div.hotro .phone {
    color: #f10b0b;
    font-size: 24px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 80px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-style: italic;
}



div#quangcao img {
    width: 90% !important;
    max-width: 300px !important;
    border: 1px solid #DDD;
    margin: 5px auto;
    padding: 4px;
    box-sizing: border-box;
}

div#quangcao img:hover {
    border: 1px solid red;
}

div#dknt {
    width: 30%;
    /* max-width: 590px; */
    /* margin: 10px 0 20px; */
    border: 2px solid #111;
}

form#frm_dknt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.2);
}

form#frm_dknt input[type='text'] {
    border: 0;
    padding: 0 5px;
    flex: 1;
    height: 40px;
    background: #dcd6d6;
    color: #000;
    border-radius: 0;
    width: 100%;
}

form#frm_dknt input[type='button'] {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /* background: url(images/dknhantin.png) no-repeat center center; */
    background: #111;
    line-height: 40px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0 1em;
    border: 0;
}

div.main_content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.clsindex div.main_content {margin: 0 auto;}

div.right {
    width: calc(100% - 260px);
    float: right;
}

div.tieude_giua {
    color: var(--tieude);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    position: relative;
    margin: 20px 0;
}

div.tieude_giua:before {
    content: '';
    height: 2px;
    width: 60px;
    left: 50%;
    bottom: -5px;
    margin-left: -30px;
    background: var(--tieude);
    position: absolute;
}

div.wap_item {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

div.item {
    width: calc( 90% /4);
    margin: calc( 10% /8);
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

div.item .sp_img {
    overflow: hidden;
    border: 1px solid #DDDDDD;
    box-shadow: 5px 5px 0px #f2f2f2;
    margin-bottom: 10px;
}

div.item .sp_img a {
    display: block;
    line-height: 0;
}

div.item a img {
    width: 100%;
    height: 100%;
}

div.item .sp_name a {
    text-decoration: none;
    color: #222222;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

div.item .sp_name a:hover {
    transition: 0.4s;
    color: red;
}

div.item .sp_gia .gia,div.item .sp_gia .giakm {
    color: red;
    font-size: 13px;
}

div.item .sp_gia span.giacu {
    color: #666666;
    text-decoration: line-through;
    float: left;
}

div.wap_tintuc {
    margin: 30px auto;
    padding: 30px 0;
    background: #efefef;
}

div.bao_tintuc {
    max-width: 1200px;
    margin: 0px auto;
}

div.tintuc {
    width: 32%;
    float: left;
}

div.video {
    width: 32%;
    float: left;
    margin-left: 2%;
}

div.fanpage {
    width: 32%;
    float: right;
    overflow: hidden;
}

div.tieude2 {
    border-bottom: 1px solid #01518c;
    font-family: 'tieude';
    font-size: 22px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* color: #545454; */
}

div.tieude2:before {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    background: #01518c;
    left: 0;
    bottom: 0;
}

div.item_tnb {
    border-bottom: 1px dashed #DDDDDD !important;
    padding: 10px 0;
}

div.item_tnb .img_news {
    width: 35%;
    max-width: 150px !important;
    border: 1px solid #d6d6d6;
    float: left;
    margin-right: 10px;
}

div.item_tnb .name_news a {
    text-decoration: none;
    color: #111111;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom: 5px;
    display: block;
}

div.item_tnb .name_news a:hover {
    color: red;
    transition: 0.4s;
}

div.wap_copy {
    background: #02406d;
    color: #fff;
    padding: 12px 0;
}

div.copy {
    max-width: 1200px;
    margin: auto;
}

div.copy ul {
    list-style: none;
    float: right;
}

div.copy ul li {
    padding: 0px 10px;
}

div.wap_footer {
    background: #01518c;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: auto;
    color: #fff;
}

div.footer {
    max-width: 1200px;
    margin: auto;
}

div#main_footer {
    width: 40%;
    float: left;
}

div#main_footer .ten {
    text-transform: uppercase;
    font-family: 'tieude';
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: -8px;
}

div#main_footer ul {
    list-style: none;
}

div#main_footer ul li {
    margin: 9px 0;
    font-size: 14px;
}

div#main_footer ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 18px;
}

div.mxhft {display: flex;align-items: center;margin: 15px 0;}

div.mxh a+a {}

div.mxh a+a {
    margin-left: 10px;
}

div.mxh a img {
    max-height: 35px;
    /* border-radius:4px; */
    max-height: 50px;
}

div.mxh a img:hover {
    transition: 1s;
    transform: rotate(360deg);
}

div#thongke {
    width: 20%;
    float: right;
}

.td_ft {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'tieude';
    margin-bottom: 10px;
}

div#thongke ul {
    list-style: none;
}

div#thongke ul li {
    clear: both;
    padding: 6px 0px;
}

div#thongke ul li img {
    float: left;
    margin-right: 15px;
    width: 16px;
    margin-top: 2px;
}

/* --------------------- Phan trang ------------------*/
div.wap_doitac {
    padding: 20px 0;
}

div.doitac {
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

div.doitac img {
    height: 80px;
    margin: 0 8px;
    border: 1px solid #DDD;
}

/*----------------------------------------------------*/
div.wap_pro {
    clear: both;
    margin: 30px 0;
}

.zoom_slick {
    width: 41%;
    float: left;
    text-align: center;
}

.pr__detail--verticle .product_info {
    width: 47%;
}

.pr__detail--verticle .zoom_slick {
    width: 50%;
}

.pr__detail--verticle .zoom-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.pr__detail--verticle .zoom_slick .slick2 {
    width: 85%;
}

.pr__detail--verticle .zoom_slick .slick {
    width: 13%;
    margin-top: 0;
}

.zoom_slick .slick2 {
    border: 1px solid #DDD;
}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    width: 95%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    cursor: pointer;
    object-fit: cover;
}

.zoom_slick .slick img:hover {
    border: 1px solid #F60;
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    float: right;
    list-style: none;
    width: 56%;
}

.product_info li {
    font-size: 13px;
    /* border-bottom: 1px solid #EEE; */
    padding: 3px 0;
}

.product_info li.ten {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
}

.product_info li.giakm,.product_info li.gia {
    font-size: 15px;
    color: red;
    position: relative;
}

.product_info li.giacu {
    text-decoration: line-through;
    color: #222222;
}

.product_info li.giakm .tinh_phantram {
    background: red;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 30%;
    top: 0;
}

.product_info li b {
    font-size: 14px;
}

.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
    text-decoration: none;
}

.product_info li .add_to_cart {
    background: #111;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}

.product_info li .add_to_cart i {
    margin-right: 10px;
    font-size: 19px;
    margin-top: 3px;
}

.product_info li .add_to_cart:hover {
    transition: 0.4s;
    background: #2d2d2d;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
    background-size: cover !important;
}

span.active_size,span.size:hover,span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    padding: 3px 0;
    width: 55px;
    border: 1px solid #dedede;
    text-align: center;
}

.tbl_giohang {
    text-align: center;
    background: #f1f1f1;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-collapse: collapse;
    padding: 1px;
}

.tbl_giohang td {
    border: 1px solid #e2e2e2;
}

.tbl_giohang .dong_gh {
    background: #fff;
}

.tbl_giohang .img_gh {
    height: 50px;
}

.tbl_giohang .xoa_gh {
    cursor: pointer;
    color: #000000;
    font-size: 17px;
}

.tbl_giohang .xoa_gh:hover {
    color: red;
}

.tbl_giohang .sl_gh {
    text-align: center;
    border: 1px solid #DDD;
    padding: 3px 5px;
    width: 60px;
}

.tbl_giohang .tongtien_gh {
    background: #F0F0F0;
    text-align: right;
    line-height: 50px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.tieptuc {
    padding: 10px 25px;
    background: #ee0303;
    border: none;
    color: #fff;
    margin: 10px 0px;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}

.click_ajax2 {
    padding: 10px 25px;
    background: #111111;
    border: none;
    color: #fff;
    margin: 10px 0px;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0) scale(0);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
    }
}

@-o-keyframes star {
    0% {
        -o-transform: rotate(0) scale(0);
    }

    50% {
        -o-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -o-transform: rotate(360deg) scale(0);
    }
}

@-moz-keyframes star {
    0% {
        -moz-transform: rotate(0) scale(0);
    }

    50% {
        -moz-transform: rotate(180deg) scale(1.5);
    }

    100% {
        -moz-transform: rotate(360deg) scale(0);
    }
}

.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }

    50% {
        transform: rotate(180deg) scale(1.5);
    }

    100% {
        transform: rotate(360deg) scale(0);
    }
}

.tbl_banggia {
    width: 100%;
    border-collapse : collapse;
    font-size: 14px;
    text-align: center;
    font-size: 13px;
}

.tbl_banggia th {
    font-size: 15px;
    background: #e8e8e8;
}

.tbl_banggia th, .tbl_banggia td {
    border: 1px solid #d2d2d2;
    padding: 10px 1%;
}

.flex-icon-search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 25px;
}

.flex-icon-search i {
    color: #fff;
    font-size: 18px;
}

.container {
    width: 1230px;
    position: relative;
    z-index: 1;
}

.nav-bg {
    position: relative;
    z-index: 400;
    left: 0;
    /* width: 100%; */
    flex: 1;
}
.clsindex .nav-bg {}
.nav-bg:before {
    /* content:""; */
    position: absolute;
    width: 30px;
    height: 40px;
    left: -15px;
    top: 0;
    background: #ca1616;
    transform: skewX(-37deg);
}

.main-nav {
    position: relative;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: stretch; */
    /* min-height: 58px; */
}

.main-nav ul li:not(.has-menu)>ul {
    display: none;
    position: absolute;
    width: 240px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000)";
    -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000);
    left: 0;
}

.main-nav ul li:last-child ul {
}

.main-nav ul ul ul {
    left: 100% !important;
    top: 0 !important;
}

.main-nav ul ul li:not(:last-child) {
}

.main-nav >li:hover>ul {
}

.main-nav ul li a {
    text-decoration: none;
}

.main-nav>ul>li> a {
    position: relative;
    
    /* text color */
    display: flex;
    align-items: center;
    text-align: center;
    
    /* text color */
    
    /* drop shadow */
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding: 0 1em;
    text-transform: uppercase;
    min-height: 32px;
}

.main-nav>ul>li> a:after {
    /* content:""; */
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.main-nav>ul>li> a:hover:before, .main-nav>ul>li.active> a:before {
    background-color: #f00;
}

.main-nav> ul> li> a:hover, .main-nav>ul>li.active>a {background: #0b52d0;color: #fff;}

.main-nav ul ul li:not(:last-child) {
    border-bottom: 1px dotted #c3bebe;
}

.main-nav ul ul li a {
    display: block;
    color: #333;
    position: relative;
    padding: 7px 10px;
    font-size: 0.9em;
}

.main-nav ul ul li a:before {
    /* content: "\f105"; */
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    color: #000;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
}

.main-nav ul ul li:hover {
    background: hsl(0, 0%, 7%);
}

.main-nav ul ul li:hover> a, .main-nav ul ul li:hover >a:before {
    color: #fff
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
}

.main-nav>ul {
    position: relative;
    z-index: 5;
    display: flex;
    /* flex: 1; */
    /* width: 100%; */
    min-height: 90px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.main-nav li {
    /* position: relative; */
    text-align: left;
}

.main-nav>ul>li {
    position: relative;
    z-index: 5;
    /* padding: 0; */
}

.main-nav>ul>li.active,.main-nav>ul>li:hover {
}

.main-nav>ul>li:not(.has-sub):after {
    /* content: ""; */
    position: absolute;
    right: -20px;
    top: 0;
    /* transform: translateY(-50%); */
    background: url(images/line_menu.png) no-repeat left top;
    width: 2px;
    height: 100%;
}

.main-nav>ul>li.active:before {
}

.main-nav li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block !important;
    background: #fff;
}

.openBtn {
    background: no-repeat;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: width .6s,border-radius .6s,background .6s,box-shadow .6s;
    /* position: absolute; */
    right: 15px;
    top: 50%;
    z-index: 500;
    /* transform: translateY(-50%); */
    margin-left: 10px;
    font-size: 22px;
}

.openBtn:hover {
    /* background:#f8f8f8; */
    /* border-radius:50%; */
    /* -webkit-border-radius:50%; */
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 87%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 10%;
    padding: 12.8px;
    background: #ddd;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

#search {
    position: relative;
    width: 100%;
    max-width: 205px;
    z-index: 50;
    /* display: none; */
    overflow: hidden;
}

#search.hien {
    display: block;
}

.my-search {
    display: flex;
    justify-content: space-between;
    
    /* layer fill content */
    align-items: center;
    overflow: hidden;
    border: 1px solid #000;
}

.my-search .keyword {
    flex: 1;
    font-size: 12px;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    height: 29px;
    border: 0;
    background-color: transparent;
}

.my-search .btn_search {
    display: block;
    text-align: center;
    width: 39px;
    line-height: 29px;
    /* border-radius: 0 25px 25px 0; */
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.my-search:hover input, .my-search input:focus {
}

#slideshow {
    position: relative;
    overflow: hidden;
    background: url(images/bong.png) no-repeat center bottom;
    padding-bottom: 33px;
}

#slideshow img,.web-slider-main img {
    width: 100%;
}

/*san pham*/
.pr-box {
    /* width: 25%; */
    text-align: center;
    margin-bottom: 18px;
}

.pr-box article {
    margin: 0 auto;
    /* width: 90.9%; */
    position: relative;
    /* overflow: hidden; */
     /* stroke */
}

.pr-box .imgsp,.pr-box figure {
    display: block;
    position: relative;
     /* stroke */
     /* layer fill content */
    background: #fafafa;
}

.pr-box figure img,.pr-box .imgsp img {
    width: 100%;
    object-fit: cover;
}

.pr-box .info {
    position: relative;
    text-align: center;
}

.pr-box .info h3 {
    margin: 1.2em 0 0.6em;
    line-height: 2.2rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    font-family: 'opensans';
}

.pr-box .info h3 a {
    text-decoration: none;
    transition: .2s;
    color: #3c3c3c;
}

.pr-box .info p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #3c3c3c;
}

.pr-box .info p del {
    display: block;
    text-align: left;
    font-size: 13.34px;
}

.pr-box .info p span {
    color: #ca1616;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-left: 6px;
}

/*end san pham*/
/*footer*/
#footer {
    position: relative;
    width: 100%;
    padding: 4em 0 2em;
    background: url(images/ft-bg.png) no-repeat center top;
}

.ft-info {
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* position: absolute; */
    width: 40%;
    color: #fff;
}

.ft-info .content {}

.copyright {
    font-size: 13px;
    position: relative;
    padding: 0.7em 0;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    margin-top: 1em;
}

.copyright .text {
    color: #ccc;
    font-size: 13px;
    padding: 3px 0;
}

.ft-tit {
    text-transform: uppercase;
    margin-bottom: 1em;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.ft-tit span {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.ft-tit:after {
     /* content:""; */
     border-bottom: 1px solid #b4b4b4;
     height: 1px;
     width: 112px;
     position: absolute;
     left: 0;
     bottom: -10px;
}

/*end footer*/

.doitac-bg {margin: 2em 0;position: relative;background: #f5f5f5;padding: 20px 0 40px;}

.doitac-main {
}

.doitac-item {
}

.doitac-item a,.doitac-item span {
    display: block;
    margin: 0 auto;
    width: 94%;
    border: 1px solid #ccc;
    transition: .2s;
}

.doitac-item a:hover, .doitac-item span:hover {
    border-color: #034488
}

.doitac-item img {
    height: 100px;
    width: 100%;
}
.giohang_fix{
    /* position: absolute; */
    /* right: 15px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    margin-right: 15px;
    text-align: center;
    z-index: 500000;
}
.giohang_fix i{
    font-size: 3rem;
    color: #000;
    margin-bottom: 6px;
}
.giohang_fix i:before{
    content: "\f290";
}
.giohang_fix span{position: absolute;width: 20px;height: 20px;text-align: center;line-height: 20px;background: #000;color: #fff;border-radius: 50%;}

.mxh{display: flex;align-items: center;}
.mxh span{margin-right: 10px;font-size: 14px;color: #fff;}
.ft-dknhantin .form-control{
    background-color: transparent;
    color: #ff0;
    border-radius: 0;
}
.ft-dknhantin textarea.form-control{}
/*scroll bar*/
/*
 *  STYLE 4
 https://cssdeck.com/labs/css3-webkit-vertical-scrollbars/
 overflow-y: scroll;
 */

.scrollstyle-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollstyle-4::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.scrollstyle-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}