@charset "utf-8";

/* CSS Document */

@import url("css/fonts.css");
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: unset;
    outline: none;
}

ul {
    visibility: visible;
}

.slick-slider .slick-slide>div {
    display: flex;
}

.clearfix {
    float: none;
    clear: both;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    clear: both;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#main {
    width: 100%;
    position: relative;
}

#info {
    width: 100%;
    position: relative;
    padding: 15px 0;
}

#info .noidung_detail {
    display: block;
    width: 100%;
}

.title_detail {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px 0;
}

#info .noidung_detail .ngaydang {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#info .noidung_detail .noidung * {
    max-width: 100%;
    height: auto;
}

#info .noidung_detail .noidung {
    margin: 10px 0;
}

.addthis_inline_share_toolbox {
    width: 100%;
    display: inline-flex;
}

.margin_auto {
    width: 1188px;
    margin: 0 auto;
}

#container {
    position: relative;
    transition: 0.5s all;
    background: #ffffff;
    margin: 0 auto;
    width: 1366px;
    max-width: 100%;
}

.bando iframe {
    width: 100%;
    display: block;
}

#popup {
    display: none;
    padding: 0;
    max-width: 95%;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.updating {
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
}

.khung_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.khung_flex.flex_center {
    align-items: center;
}

.khung_flex.flex_end {
    align-items: flex-end;
}


/* MXH */

.mangxh h4 {
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
}

.mangxh a {
    padding: 2px 5px 0px 5px;
}


/* Header */

#header {
    position: relative;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.head_t {
    background: #e51010;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
}

.head_t p {
    background: url(images/map.png) no-repeat left center;
    padding: 0 0 0 20px;
}

#logo,
#banner {
    position: relative;
    display: block;
}

.hotline {
    line-height: 25px;
    padding: 10px 20px 15px 30px;
    position: relative;
    box-shadow: 3px 3px 5px #dddddd;
    border-radius: 10px;
}

.hotline:before {
    position: absolute;
    content: '';
    width: 47px;
    height: 42px;
    background: url(images/hotline.png) no-repeat center;
    top: -10px;
    left: -25px;
    z-index: 1;
}

.hotline:after {
    position: absolute;
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px dashed #0078D7;
    border-radius: 10px;
    top: 5px;
    left: 5px;
}

.hotline label {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.hotline span {
    display: block;
    font-size: 20px;
    color: #e11616;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}


/* Main menu */

#mainmenu {
    position: relative;
    width: 100%;
    background: #efc900;
    font-family: 'Roboto Condensed', sans-serif;
}

#mainmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #efc900;
}

nav.menu_top>ul>li ul li a,
nav.menu_top>ul>li ul li {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.menubar {
    width: 100%;
}

nav.menu_top {
    position: relative;
    display: block;
}

nav.menu_top .hotline {
    font-size: 14px;
    color: #ffffff;
    background: url(images/hotline.png) no-repeat left center;
    position: relative;
    padding: 0 0 0 30px;
}

nav.menu_top .hotline span {
    font-weight: 700;
    font-size: 15px;
}

nav.menu_top>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.menu_top>ul>li>a {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    display: block;
    z-index: 1;
    font-weight: 700;
    border-right: 1px dotted #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}

nav.menu_top>ul>li:last-child a {
    border: none;
}

nav.menu_top>ul>li.active>a,
nav.menu_top>ul>li.icon:hover>a {
    color: #ff0000;
}

nav.menu_top>ul>li {
    position: relative;
    list-style: none;
    text-align: center;
    padding: 18px 0;
    flex: auto;
}

nav.menu_top>ul>li.end>a {
    /* border: none; */
}

nav.menu_top>ul>li.active:before,
nav.menu_top>ul>li:hover:before {
    background: url(images/menu.png) no-repeat top center;
}

nav.menu_top>ul>li>a>p {
    line-height: 50px;
    transform: skew(25deg);
}

nav.menu_top>ul>li>a img {
    display: table;
    margin: 0 auto;
    padding: 12.5px 0;
}

nav.menu_top>ul>li>ul>li:hover>a,
nav.menu_top>ul>li>ul>li>ul>li:hover>a,
nav.menu_top>ul>li>ul>li>ul>li>ul>li:hover>a {
    color: #ff0000;
}

nav.menu_top>ul>li ul {
    visibility: hidden;
    list-style: outside none none;
    margin: 0;
    min-width: 230px;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    text-indent: 0;
}

nav.menu_top>ul>li ul li ul {
    left: 100%;
    top: 0;
}

nav.menu_top>ul>li:hover>ul,
nav.menu_top>ul>li ul li:hover>ul {
    visibility: visible
}

nav.menu_top>ul>li ul li {
    display: table;
    padding: 0;
    width: 100%;
    opacity: 0;
    z-index: 999;
    line-height: 1;
    position: relative;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

nav.menu_top>ul li:hover>ul>li,
nav.menu_top>ul>li ul li:hover>ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

nav.menu_top>ul>li ul li a {
    color: #000000;
    font-size: 14px;
    height: auto;
    margin: 0px;
    text-align: left;
    width: 100%;
    border: none;
    font-weight: 400;
    padding: 10px;
    display: inline-block;
    border: 1px solid #dddddd;
    border-top: 0;
    background: #efc900;
}

nav.menu_top>ul>li:hover ul li {
    color: #fff;
}

nav.menu_top>ul>li a i {
    margin-left: 10px;
    position: relative;
    top: 0;
}

nav.menu_top>ul>li.search {
    flex: unset;
    background: none;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 30px;
}

nav.menu_top>ul>li.logo {
    margin: -80px 0 -20px 0;
}


/* Title */

.toolbar {
    background: #efc900 !important;
}

.title {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #dbb900;
}

.title h4,
.title h2 {
    font-size: 18px;
    color: #ffffff;
    background: #dbb900;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 43px;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.title h4:after,
.title h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 43px;
    background: url(images/title.png) no-repeat center;
    left: 100%;
    top: 0;
}


/* Slider */

#slider {
    width: 100%;
    position: relative;
    display: none;
}


/*Hỗ trợ */

.hotro {
    background: url(images/hotro.png) no-repeat top center;
    padding: 140px 10px 10px 10px;
    border: 1px solid #eeeeee;
}

.hotro .phone {
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    font-family: UTMHelvetIns;
    background: #d70000 url(images/phone_ht.png) no-repeat 10px center;
    display: table;
    margin: 0 auto;
    padding: 5px 20px 5px 45px;
    border-radius: 20px;
    margin-top: -20px;
}

.hotro .phone span {
    font-size: 18px;
}

.hotro .dienthoai {
    font-size: 14px;
    color: #000015;
    font-weight: 400;
    background: url(images/phone.png) no-repeat left center;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.hotro .dienthoai b {
    color: #d70000;
    font-weight: 700;
}

.hotro .email {
    font-size: 13px;
    color: #000015;
    font-weight: 400;
    background: url(images/email.png) no-repeat left center;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.hotro .lienket {
    text-align: center;
}


/*-----CART-------*/

.cart {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    background: url(images/cart.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.cart span {}

.cart:hover {
    color: #ec0000;
}


/* Product detail */

#popup_cart {
    width: 1188px;
}

#sp_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame_images {
    padding: 0;
    width: 426px;
}

.MagicZoom {
    width: 100%;
    text-align: center;
    background: #ffffff;
}

.app-figure {
    width: 100%;
}

.selectors {
    width: 100%;
    margin: 10px 0 0 0;
}

.list_carousel {
    width: 100%;
    position: relative;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel #foo3 {
    margin: 0 -5px;
}

.list_carousel .slick-slide {
    margin: 0 5px;
}

.foo3_l {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.foo3_r {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.list_carousel li {
    display: none;
    border: 1px solid #dddddd;
}

.list_carousel li img {
    display: block;
}

.list_carousel li a {
    text-decoration: none;
}

.list_carousel li a h3 {
    color: #835410;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.pager {
    width: 320px;
    text-align: center;
}

.pager a {
    margin: 0 5px;
    text-decoration: none;
}

.pager a.selected {
    text-decoration: underline;
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.prev13 {
    width: 12px;
    height: 19px;
    position: absolute;
    z-index: 10;
    background: url(images/left_ow.png) no-repeat;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.next13 {
    width: 12px;
    height: 19px;
    position: absolute;
    z-index: 10;
    background: url(images/right_ow.png) no-repeat;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.caroufredsel_wrapper {
    width: 100% !important;
}


/* Khung thong tin */

#container_product {
    width: 100%;
    margin: 20px 0 0 0;
}

#container_product .noidung_tab {
    width: 100%;
    display: block;
}

div#container_product #tabs {
    overflow: hidden;
    background: #f2f2f2;
    display: flex;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#container_product #tabs li {
    text-transform: uppercase;
}

div#container_product #tabs li.active {
    background: #ffffff;
    border-bottom: none;
    position: relative;
    border-top: 2px solid #000000;
    top: 0px;
}

div#container_product #tabs li {
    padding: 8px 20px;
    background: #eeeeee;
    list-style: none;
    text-align: center;
}

div#container_product #tabs li a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.khung_thongtin {
    width: calc(100% - 446px);
}

.khung_thongtin>a {
    background: #70eea0;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.khung_thongtin .addthis_inline_share_toolbox {
    width: 100%;
}

.khung_thongtin>div {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.khung_thongtin>div label {
    color: #333333;
}

.khung_thongtin>.thuoctinh,
.khung_thongtin>.color {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.khung_thongtin>.thuoctinh span {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 2px 8px;
    margin: 0 0 0 5px;
    cursor: pointer;
    color: #000000;
    border-radius: 2px;
    font-size: 13px;
}

.khung_thongtin>.thuoctinh span:hover,
.khung_thongtin>.thuoctinh span.active {
    background: #e21616;
    color: #ffffff;
    border-color: #e21616;
}

.khung_thongtin>.color span {
    margin: 0 0 0 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #dddddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.khung_thongtin>.color span img {
    vertical-align: middle;
    margin-right: 5px;
}

.khung_thongtin>.color span.active {
    box-shadow: 0 0 5px 2px black;
}

.khung_thongtin div p a {
    font-size: 14px;
    color: #006a48;
}

.khung_thongtin h1 {
    font-size: 18px;
    color: #cc0000;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.khung_thongtin b {
    font-weight: 100;
    margin: 0 10px 0 0;
    font-weight: 500;
}

.khung_thongtin span.giacu {
    text-decoration: line-through;
    color: #808080;
}

.khung_thongtin span.giaban,
.khung_thongtin span.giaban a {
    color: #cc0000;
    font-size: 17px;
    font-weight: 700;
}

.khung_thongtin .dathang {
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.khung_thongtin .dathang img {
    width: 300px;
}

.plugin a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin: 0 20px 0 0;
}

.plugin a:hover {
    color: #f03495;
}

.dky-phone form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.dky-phone input[type=tel] {
    padding: 5px 10px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    width: 300px;
    max-width: 100%;
}

.dky-phone input[type=submit] {
    padding: 0 20px;
    background: #000000;
    color: #ffffff;
    border: none;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.dky-phone input[type=submit]:hover {
    background: #f03495;
}

#social-air-sp {
    display: inline-flex;
}

#social-air-sp img {
    display: inline-block !important;
}

.zalo-share-button {
    position: relative;
    width: 30px !important;
    height: 30px !important;
    margin: 0 0 0 5px;
}

.zalo-share-button img {
    width: 30px !important;
}


/* buy product detail */

.input-number {
    padding: 5px 8px;
    border: 1px solid #c9c9c9;
    width: 50px;
    margin: 0 0 0 7px;
}

.add_to_cart {
    width: 100%;
    margin: 5px 0 0 0;
}

.add_to_cart a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
}

.add_to_cart a.buy {
    background: #326e52 url(images/icon_add_cart_white.svg) no-repeat 10px center;
    background-size: 30px;
    padding: 8px 10px 8px 40px;
}

.add_to_cart a.muangay {
    background: #ff6600 url(images/icon_buy_now.svg) no-repeat 10px center;
    background-size: 20px;
    padding: 8px 10px 8px 40px;
}

.add_to_cart a.tragop {
    background: #d60c0c url(images/tragop.png) no-repeat 10px center;
    background-size: 20px;
    padding: 8px 10px 8px 40px;
}


/* Share gia soc */

#giasoc {
    padding: 10px;
    border-radius: 5px;
    background: #eaaf2d;
    overflow: unset;
    display: none;
    text-align: center;
}

#giasoc .buy_giasoc {
    background: #ffffff url('images/hot.gif') no-repeat 10px center;
    padding: 10px 10px 10px 80px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 10px 0;
    cursor: pointer;
}

#giasoc .buy_giathuong {
    background: #000000;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding: 8px 30px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-weight: 500;
}

#giasoc .buy_giathuong:hover {
    background: #ff0000;
    color: #ffffff;
}

#giasoc .fancybox-close-small {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 0;
    top: -15px;
    right: -15px;
}

#giasoc .fancybox-close-small:after {
    width: 20px;
    height: 20px;
    top: 1px;
}


/* Video */

.select_video {
    width: 100%;
}

.select_video select {
    width: 100%;
    padding: 10px;
    outline: none;
    color: #5c5c5c;
    font-weight: 500;
    text-indent: 5px;
    font-size: 13px;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.select_video::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

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

.select_video::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}


/* Search */

.frm_timkiem {
    position: relative;
    width: 30px;
    height: 30px;
}

.frm_timkiem input {
    color: #ffffff;
    padding: 10px 10px;
    width: 38px;
    transition: opacity 0.5s, width 0.5s;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    background: transparent;
    border-radius: 5px;
    border: none;
    position: absolute;
    right: 0;
    top: -3px;
    text-indent: 50px;
}

.frm_timkiem input.show {
    width: 200px;
    background: #000000;
    border-radius: 20px;
    text-indent: 10px;
}

.frm_timkiem button {
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    background: url('images/search.png') no-repeat center;
    width: 25px;
    height: 25px;
    padding: 0;
    position: relative;
    z-index: 2;
    top: 1px;
    right: 2px;
}

.frm_timkiem input::-webkit-input-placeholder {
    color: #ffffff;
}

.frm_timkiem input:-moz-placeholder {
    color: #ffffff;
}

.frm_timkiem input::-moz-placeholder {
    color: #ffffff;
}

.frm_timkiem input:-ms-input-placeholder {
    color: #ffffff;
}


/* Menu left */

.isfixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 55px;
}

.danhmuc {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

.danhmuc .title_dm {
    line-height: 45px;
    background: #DBB900 url(images/danhmuc.png) no-repeat 20px center;
    text-indent: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.danhmuc_l {
    border: 1px solid #eeeeee;
    border-top: 0;
    list-style: none;
    padding: 0;
}

.danhmuc_l li {
    padding: 0 10px;
    position: relative;
    background: #FFF8DC;
}

.danhmuc_l li:hover>a {
    color: #d61414;
}

.danhmuc_l li>a {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px dashed #eeeeee;
    display: block;
    padding: 10px 0;
    background: url(images/list.png) no-repeat left center;
    text-indent: 15px;
    border-bottom: 1px dotted #ccc;
}

.danhmuc_l li:last-child>a {
    border: none;
}

.danhmuc_l>li>ul {
    list-style: none;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    width: 280px;
    visibility: hidden;
    list-style: outside none none;
}

.danhmuc_l ul {
    list-style: none;
    padding: 0;
    border: 1px solid #eeeeee;
}

.danhmuc_l>li:hover>ul {
    visibility: visible;
}


/* Tin khac */

.visit_hidden {
    visibility: hidden;
    height: 0;
}

.tinkhac {
    width: 100%;
    margin: 0;
    display: block;
}

.tinkhac ul {
    margin: 0;
    padding: 0;
}

.tinkhac ul li {
    width: 100%;
    /* line-height: 30px; */
    list-style: none;
    display: inline-flex;
    align-items: baseline;
}

.tinkhac li a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-indent: 0px;
    display: inline-block;
    transition: all 0.5s;
}

.tinkhac li a img:hover {
    opacity: 0.5;
}

.tinkhac li a i {
    margin-right: 10px;
}

.tinkhac li:hover a {
    color: #d61414;
    text-indent: 10px;
}

.xemnhieu {
    width: 193px;
    border: 1px solid #FF8A00;
    background: url(images/left_cham.png) repeat-y;
}

ul.pagination {
    text-align: center;
    color: #829994;
}

ul.pagination li {
    display: inline;
    padding: 0 3px;
}

ul.pagination a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cde0dc;
    text-decoration: none;
    background: #333333;
    font-size: 12px;
}

ul.pagination a:hover,
ul.pagination a.current {
    background: #0d7963;
    color: #fff;
}

.page_info {
    display: none !important;
}


/* ========== Content pagination ========== */

.paging {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.paging .pagination {
    margin: auto;
    float: unset;
    width: auto !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pages li.prev {
    margin-right: 15px;
}

.pages li.next {
    margin-left: 15px;
}

.pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}

.pages li a:hover {
    background: #f6f6f6;
}

.pages li .active {
    background: url(../images/backgrounds/sideGradient.png) repeat-x;
    color: #fff;
    border-color: #424852;
}

.pages li .active:hover {
    background: #2a313d;
}


/* Thong ke */

.thongke {
    padding: 10px;
    border: 1px solid #eeeeee;
    background: url(images/thongke.png) no-repeat 20px center;
}

.thongke ul {
    padding: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
}

.thongke li {
    font-size: 15px;
    list-style: none;
    line-height: 50px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 0 50px;
}

.thongke li:last-child {
    border-bottom: 0;
}


/* Thanh title */

.thanh_title {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 0 0 20px 0;
}

.thanh_title h2,
.thanh_title h4 {
    font-size: 36px;
    font-weight: 700;
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.thanh_title p {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
}

.thanh_title:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #0068BD;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* Gioi thieu */

#gioithieu {
    width: 100%;
    position: relative;
}

.gioithieu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title_gt {}

.title_gt h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    font-family: Pacifico, sans-serif;
    line-height: 1;
    margin: 0 0 30px 0;
}

.title_gt p {
    font-size: 17px;
    color: #2f2f2f;
    text-transform: uppercase;
}

.gioithieu .noidung_gt {
    width: calc(100% - 462px);
    position: relative;
}

.gioithieu .noidung_gt .noidung {
    min-height: 405px;
    padding: 75px 0 0 35px;
}

.gioithieu .noidung_gt .mota {
    position: relative;
    padding: 0 0 70px 0;
}

.gioithieu .noidung_gt a.xemthem {
    font-size: 14px;
    color: #f6bc12;
    font-weight: 700;
    border-radius: 5px;
    background: #dd0202;
    padding: 8px 20px;
    display: table;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
}

.gioithieu .noidung_gt a.xemthem:hover {
    color: #ffffff;
    background: #000000;
}

.slick_img {
    display: none;
}


/*Tin tức*/

.box_news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.box_news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box_news .news .img a {
    display: table;
    margin: 0 auto;
}

.box_news .news .noidung {
    width: 100%;
    margin: 5px 0 0 0;
}

.box_news .news:hover h3 a {
    color: #d70e0e;
}

.box_news .news h3 a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box_news .news .mota {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.box_news .news .ngaydang {
    font-weight: 400;
    font-size: 14px;
    color: #a7a0a0;
    font-style: italic;
}


/*Quảng cáo*/

#quangcao {
    padding: 0;
}

.slick_qc {
    display: none;
}


/*Điều hướng*/

.dieuhuong {
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.dieuhuong a {
    color: #000000;
    font-size: 15px;
    padding: 0px 10px;
    position: relative;
    font-weight: 400;
    display: inline-block;
}

.dieuhuong a:first-child {
    padding: 0 10px 0 0;
}

.dieuhuong a:first-child i {
    margin-right: 5px;
    font-size: 16px;
    color: #191919;
    font-weight: 100;
}

.dieuhuong a:before {
    /* font-family: FontAwesome; */
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.dieuhuong a:last-child,
.dieuhuong a:hover {
    color: #d70e0e;
}

.dieuhuong a:last-child:before {
    display: none;
}

.noidung_tt {
    width: calc(100% - 380px);
}

.noidung_tt .hinhanh {
    margin-bottom: 20px;
}


/*Tab*/

.khung_tab {
    width: 100%;
    display: none;
}

.khung_tab.active {
    display: block;
}

.tags_sp a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    margin: 0 0 5px 0;
}

.tags_sp a:hover {
    color: #ed1c24;
    border-color: #ed1c24;
}


/* sp noi bat  */

.khung_other {
    margin-top: 30px;
}

#sanpham {
    width: 100%;
    position: relative;
    display: block;
    padding: 40px 0;
}

.khung {
    padding: 40px 0;
}

.owl_sp {
    display: none;
    margin: 0 -5px;
}

.owl_sp .slick-slide {
    margin: 0 5px;
}


/* product */

.sanpham {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.item .img {
    position: relative;
    -webkit-backface-visibility: a hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: 0;
    display: block;
    border: 1px solid #D4D4D4;
}

.item .img img {
    display: table;
    margin: 0 auto;
}

.item .img.sale:before {
    position: absolute;
    content: 'sale';
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #ffffff;
    background: #d8232a;
    z-index: 1;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.item {
    transition: 0.5s all;
    position: relative;
    transition: border 1s;
}

.item .gia {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.item .gia span {
    display: block;
}

.item .giacu {
    text-decoration: line-through;
    color: #7d7d7d;
    font-size: 12px;
}

.item .giaban {
    color: #d61414;
    font-weight: 700;
    margin: 0 5px;
}

.item .noidung {
    position: relative;
    font-size: 14px;
    color: #848484;
    font-weight: 400;
    text-align: center;
}

.item .noidung .dathang {
    background: #f0f0f0;
    color: #333333;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid #b3b3b3;
}

.item .noidung .dathang:hover {
    background: #e50000;
    color: #ffffff;
}

.item h3 {
    position: relative;
    width: 100%;
    display: block;
    margin: 5px 0 0 0;
}

.item h3 a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    max-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item .mota {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.item .view_cart {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
    padding: 5px 15px;
    bottom: 0;
    border-radius: 20px 0 0 20px;
    font-weight: 400;
    background: #C0C0C0 url(images/cart.png) no-repeat 20px center;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-indent: 25px;
}

.item .view_cart:hover {
    background-color: #e50000;
}

.item:hover h3 a {
    color: #ff0000;
}


/* Tab product */

.tab_show {
    display: block !important;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    position: relative;
}

.tab_hidden {
    display: none;
}

.noidung_ta * {
    max-width: 100%;
}


/* Nhận tin */

#nhantin {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.dknhantin {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dknhantin p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0;
}

.dknhantin .input {
    width: calc(100% - 60px);
    padding: 12px;
    font-size: 13px;
    color: #8d8787;
    background: #f2f2f2;
    font-family: Muli, sans-serif;
    font-weight: 400;
    border: 1px solid #e1e1e1;
}

.dknhantin input[type=submit] {
    border: none;
    font-size: 13px;
    color: #ffffff;
    background: #bd1111 url(images/send.png) no-repeat center;
    cursor: pointer;
    font-weight: 400;
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    width: 60px;
}

.dknhantin input[type=reset] {
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    background: #000000;
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: HelveticaNeue-Bold;
    cursor: pointer;
}

.dknhantin .input::-webkit-input-placeholder {
    color: #8d8787;
}

.dknhantin .input:-moz-placeholder {
    color: #8d8787;
}

.dknhantin .input::-moz-placeholder {
    color: #8d8787;
}

.dknhantin .input:-ms-input-placeholder {
    color: #8d8787;
}


/* Footer */

#footer {
    background-color: #d3b200 !important;
    color: #000000 !important;
}

footer {
    padding: 0;
}

#footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.tieude_f {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.tieude_f:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background: #000000;
    bottom: 0;
    left: 0;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thongtin_ct {
    width: 400px;
    color: #000000;
}

.footer .nhantin {
    width: 325px;
}


/* Chinh sach */

.chinhsach {
    width: 250px;
}

.chinhsach ul {
    width: 100%;
    margin: 0;
    list-style: disc;
    color: #000;
    padding: 0 0 0 20px;
}

.chinhsach ul li {
    font-weight: 400;
    margin-bottom: 5px;
}

.chinhsach ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.chinhsach ul li:hover a {
    text-decoration: underline;
}


/* coppy */

.coppy {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    padding: 15px 0;
    text-align: center;
    background: #615200;
}

.coppy a {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.coppy ul {
    list-style: none;
    padding: 0;
}

.coppy ul li {
    display: inline-block;
}

.coppy ul li span {
    /* color: #fffc00; */
}


/* back to top  */

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    background: #f00;
    border-radius: 5px;
}

#back-to-top a {
    display: block;
    color: #ffffff;
    font-size: 25px;
}

#back-to-top .back-circle {
    height: 50px;
    width: 50px;
}

#back-to-top .back-circle .circle {
    border: 1px solid #034790 !important;
}


/* Bottom */

#bottom {
    width: 100%;
    position: relative;
    padding: 40px 0;
}

#bottom .bot {
    width: calc((100% / 2) - 12px);
}

#bottom .khung_flex {
    align-items: flex-start;
}

.title_bot {
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    padding: 0 0 15px 0;
}

.title_bot:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background: #BABABA;
    bottom: 0;
    left: 0;
}

.title_bot h4 {
    display: block;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.tintuc_bot {
    width: calc(100% - 550px);
}

.scroll_tintuc {
    display: none;
    margin: 0;
}

.scroll_tintuc .slick-slide {
    margin: 0 0 30px 0;
}

.scroll_tintuc .tintuc {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.scroll_tintuc .tintuc .noidung {
    width: calc(100% - 240px);
}

.scroll_tintuc .tintuc .noidung h3 a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    max-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.scroll_tintuc .tintuc .noidung .ngaydang {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
    margin: 10px 0 5px 0;
}

.scroll_tintuc .tintuc .noidung .mota {
    font-size: 13px;
    color: #191919;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    max-height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.scroll_tintuc .tintuc:hover h3 a {
    color: #bc0000;
}

#bottom .facebook {
    width: 500px;
}


/* Mang XH*/

.mang_xh {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}

.mang_xh h1 {
    font-size: 35px;
    color: #fffc00;
    font-weight: 700;
    text-transform: uppercase;
}

.mang_xh p {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
}

.mang_xh a {
    margin: 0 0 0 5px;
    display: inline-block;
}

.mang_xh a:last-child {
    margin-right: 0;
}

.mang_xh a img {
    vertical-align: middle;
    display: block;
}

.mang_xh a:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}


/*--------------Liên kết website---------------------*/

.lienket {
    display: block;
}

.lienket label {
    display: block;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 700;
    border-bottom: 1px dashed #D7D7D7;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.lienket a {
    margin: 0 2px 0 0;
    display: inline-block;
}

.lienket a:last-child {
    margin: 0;
}

.lienket a:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}

.lienket_r {
    position: fixed;
    bottom: 105px;
    right: 15px;
}

.lienket_r a {
    display: block;
    margin-bottom: 10px;
}


/* contact */

.khung_contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.khung_contact .noidung_detail {
    margin-bottom: 20px;
}

.khung_contact .bando {
    width: 100%;
    margin-top: 20px;
}

.khung_trai,
.khung_phai {
    width: 48%;
}

.thongtin_lh {
    width: 100%;
    padding: 0px 40px 20px 0px;
}

.thongtin_lh h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #04608B
}

.form_lh {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form_lh h4 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.form_lh p.mxn {
    width: 100%;
}

.form_lh p.mxn>b {
    padding: 0px 20px 0px 0px;
}

.form_lh p.mxn input {
    width: 100px;
}

.form_lh p {
    padding: 5px 0px 5px 0px;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.form_lh p input,
.form_lh p textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #dddddd;
    font-weight: 400;
    border-radius: unset;
    font-family: 'Muli', sans-serif;
}

.form_lh p label {
    width: 120px;
}

.form_lh p button {
    border: 0px;
    background: #dd0202;
    padding: 10px 20px;
    margin: 0;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.form_lh p button:hover {
    background: #f6bc12;
}

.form_van input {
    width: 100%;
    padding: 5px;
}

.form_van button {
    position: absolute;
    z-index: 1000;
    top: 1px;
    right: 0px;
    color: #eee;
    padding: 5px;
    border: 0px;
    background: #E78D00
}

.form_contact {
    padding: 0 0 10px 0;
}

#form_contact input {
    padding: 5px;
}

.box_map {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.tab_map {
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    z-index: 1;
}

.iframe_map .iframe {
    display: none;
    width: 100%;
}

.iframe_map .iframe iframe {
    display: block;
    width: 100%;
}

.iframe_map .iframe.active {
    display: block;
}


/* Download */

.download_box {
    width: 230px;
    margin: 0px 25px 10px 0px;
    text-align: center;
    border: 1px solid #ddd;
}

.download_box p {
    margin: 0;
}

.download_box img {
    padding: 5px;
    transform: scale(1);
}

.download_box img:hover {
    transform: scale(1.05);
}

.download_box h3 {
    text-align: center;
    font-weight: 100;
    color: #333;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-family: RobotoBold;
    width: 100%;
    display: inline-block;
}

.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #ff0000;
    color: #fff;
}

.download_box a:hover {
    background: #13b119;
}


/* Album */

.tab_album {
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab_album li {
    display: block;
    margin: 0 5px;
}

.tab_album li a {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    padding: 5px 25px;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 30px;
}

.tab_album li.active a {
    background: #bd963d;
    color: #ffffff;
}

.khung_album {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.khung_album .hinhanh {
    text-align: center;
}

.khung_album img {
    display: block;
}

.khung_album h3 {
    width: 100%;
    margin: 5px 0;
}

.khung_album h3 a {
    width: 100%;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    max-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.khung_album p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.khung_album .hinhanh:hover h3 a {
    color: #ff0202;
}

.khung_album_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.hinhanh_detail {
    margin-top: 20px;
}

.slick_ab {
    display: none;
    margin: 10px -10px 0 -10px;
}

.slick_ab .slick-slide {
    margin: 0 10px;
}


/*--------------tags---------------------*/

.tags span {
    font-family: RobotoBlack;
    font-size: 14px;
    font-weight: 100;
    ;
}

.tags a {
    color: #333333;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 3px 6px 0;
    border: 1px solid #dddddd;
    border-radius: 20px;
    display: inline-block;
}

.tags a:hover {
    color: #ff0202;
    border-color: #ff0202;
}


/*-----------------end tags-----------------------*/


/* Doitac */

#doitac {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.owl_doitac {
    display: none;
    margin: 0 calc(-34px / 2);
}

.owl_doitac .slick-slide {
    margin: 0 calc(34px / 2);
}

.owl_doitac .doitac {
    display: table;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
}


/*++++++++++LEFT+++++++++++*/

.sp_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#left {
    width: 280px;
    position: relative;
    z-index: 2;
}

.load_sanpham {
    width: 100%;
}

.product_detail {
    width: calc(100% - 300px);
    position: relative;
    z-index: 0;
}

.tab_r {
    width: 300px;
    list-style: none;
    padding: 0;
    border: 1px solid #ebebeb;
    border-right: 0;
    max-height: 646px;
    overflow: auto;
}

.tab_r::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.tab_r::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.tab_r::-webkit-scrollbar-thumb {
    background-color: #ffdb00;
}

.tab_r li {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px 15px 40px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    position: relative;
}

.tab_r li:before {
    position: absolute;
    content: '';
    padding: 2px;
    background: #e1e1e1;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0px 1px #e1e1e1;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_r li.active,
.tab_r li:hover {
    color: #e90d0d;
    font-weight: 700;
}

.tab_r li.active:before,
.tab_r li:hover:before {
    background-color: #e90d0d;
    box-shadow: 0 0 0px 1px #e90d0d;
}

.tab_r li:last-child {
    border: none;
}


/*Hover images*/

.hover_img {
    overflow: hidden;
    position: relative;
}

.hover_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff5e;
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.hover_img:hover:before {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}


/* Zoom In #1 */

.hover_zoom {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
}

.hover_zoom:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.hover1:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:hover:before,
.hover1:hover:after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}


/* Service detail */

.box_service {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.service .img {
    overflow: hidden;
    display: block;
}

.service .noidung {
    width: calc(100% - 165px);
}

.service img {
    display: block;
}

.service h3 {
    width: 100%;
    position: relative;
}

.service h3 a {
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.service:hover h3 a {
    color: #bc0000;
}

.service p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.owl_tinkhac {
    margin: 0 -10px;
}

.owl_tinkhac .slick-slide {
    margin: 0 10px;
}

.owl_tinkhac .service {
    display: none;
}


/* Tin Tuc */

#tintuc {
    width: 100%;
    padding: 40px 0;
}

.owl_tintuc {
    display: none;
    margin: 0 -12px;
}

.owl_tintuc .slick-slide {
    margin: 0 12px;
}

.owl_tintuc .tintuc {
    position: relative;
}

.owl_tintuc .tintuc h3 {
    margin: 10px 0 0 0;
}

.owl_tintuc .tintuc h3 a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    min-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.owl_tintuc .tintuc:hover h3 a {
    color: #bc0000;
}


/* Cam nhan */

#camnhan {
    padding: 40px 0;
}

.slick_camnhan {
    display: none;
    margin: 0 -25px;
}

.slick_camnhan .slick-slide {
    margin: 0 25px;
}

.camnhan_l {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.camnhan_r {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.camnhan {
    padding: 20px;
    border: 1px solid #CACACA;
    margin: 0 0 60px 0;
}

.camnhan .mota {
    font-size: 13px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.camnhan .img {
    position: relative;
    padding: 0;
    display: inline-block;
}

.camnhan .img img {
    position: relative;
    z-index: 2;
}

.camnhan .img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% + 8px);
    border: 1px solid #CACACA;
    top: -5px;
    left: -5px;
    z-index: 1;
}

.camnhan .noidung {
    display: table;
    margin: 0 auto;
    margin-bottom: -100px;
    margin-top: 20px;
    padding: 20px;
    background: #f2f2f2;
    align-items: center;
    max-width: 90%;
}

.camnhan .noidung .thongtin {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: -40px;
}

.camnhan .noidung .thongtin p {
    font-size: 13px;
    color: #898989;
    font-weight: 400;
}

.camnhan .noidung .thongtin label {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    display: block;
}


/* Vi sao */

#visao {
    padding: 10px 0;
    background: #e6e6e6;
}

.slick_visao {
    display: none;
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    width: 100%;
}

.visao {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #A3A3A3;
    line-height: 1;
}

.visao h3 {
    width: calc(100% - 45px);
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.visao:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}


/* Dich vu */

#dichvu {
    padding: 30px 0 0 0;
}

.slick_dichvu {
    margin: 0 -15px;
    display: none;
}

.slick_dichvu .slick-slide {
    margin: 0 15px;
}

.dichvu .noidung {
    position: relative;
}

.dichvu h3 {
    padding: 5px 0 5px 85px;
}

.dichvu h3 a {
    font-size: 15px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dichvu .mota {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dichvu .ngaydang {
    position: absolute;
    text-align: center;
    width: 75px;
    background: #ffc000;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 0 0 10px 0;
    top: -30px;
}

.dichvu .ngaydang span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px 0;
}

.dichvu:hover h3 a {
    color: #e70000;
}

a.xemtatca {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fcff00;
    text-transform: uppercase;
    background: #ff0000;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
}

a.xemtatca:before {
    position: absolute;
    content: '';
    border: 1px solid #ffffff94;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

a.xemtatca:hover {
    background: #000000;
}


/* Video */

#video {
    padding: 30px 0 0 0;
}

.box_video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.slick_video {
    display: none;
    margin: 0 -15px;
}

.slick_video .slick-slide {
    margin: 0 15px;
}

.video h3 {
    text-align: center;
    margin-top: 5px;
}

.video h3 a {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.video:hover h3 a {
    color: #e70000;
}


/* Tien ich */

.box_tienich {
    padding: 10px;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.tienich {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #CCCCCC;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.tienich:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.tienich .noidung {
    width: calc(100% - 130px);
}

.tienich .noidung h3 a {
    font-size: 13px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tienich .noidung .ngaydang {
    font-size: 10px;
    color: #999999;
    font-weight: 400;
}

.tienich .noidung .mota {
    font-size: 11px;
    color: #666666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tienich:hover h3 a {
    color: #e70000;
}

@media (max-width:1200px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .margin_auto {
        width: 100% !important;
    }
    #info {
        padding: 10px;
        margin: 0;
        border: none;
    }
    div#left,
    #menu_left {
        display: none;
    }
    .product_detail {
        width: 100%;
    }
}

@media(max-width: 1000px) {
    .khung_flex {
        justify-content: center;
    }
    .head_t {
        background: #e51010;
    }
    #header {
        margin: 0;
        display: block;
        border: none;
        position: relative;
        padding: 0;
        top: 0;
    }
    #logo {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    #banner {
        display: none;
    }
    #header .header {
        position: relative;
    }
    #header .header_mm a {
        display: block;
        top: 50%;
        transform: translateY(-50%);
    }
    #mainmenu {
        width: 100%;
        height: 45px;
    }
    nav.menu_top>ul>li.icon {
        display: none;
    }
    nav.menu_top:before,
    nav.menu_top:after {
        display: none;
    }
    nav.menu_top>ul>li.search {
        position: absolute;
        right: 5px;
        top: 9px;
    }
    .header .menu_list,
    #header .thongtin .free-ship {
        display: none;
    }
    .dieuhuong {
        padding: 10px;
    }
    #quangcao {
        display: none;
    }
    #sanpham .khung {
        padding: 30px 10px;
    }
    .khung_thongtin,
    .frame_images {
        width: 100% !important;
        padding: 0;
        margin-bottom: 20px;
    }
    .slick_dichvu,
    .slick_video {
        margin: 0;
    }
    .slick_dichvu .slick-slide,
    .slick_video .slick-slide {
        margin: 0 10px;
    }
    #doitac {
        padding: 20px 0;
    }
    .owl_doitac {
        margin: 0;
    }
    .owl_doitac .slick-slide {
        margin: 0 5px;
    }
    #gioithieu {
        padding: 30px 10px;
    }
    #gioithieu:before {
        display: none;
    }
    /*.img_gt:after{display: none;} */
    #gioithieu .noidung_gt {
        width: 100%;
    }
    .gioithieu .noidung_gt .noidung {
        padding: 0;
        min-height: auto;
    }
    .gioithieu .noidung_gt a.xemthem {
        margin: 0 auto;
        position: relative;
        margin-top: 20px;
    }
    .gioithieu .noidung_gt .mota {
        padding: 0;
        margin: 0 0 20px 0;
    }
    #bottom {
        padding: 30px 10px;
    }
    #bottom .bot {
        width: 100%;
    }
    #bottom .video {
        margin-bottom: 20px;
    }
    .lienhe {
        width: 100%;
        padding: 20px;
        background: #3b5999;
        margin: 0;
        height: auto;
    }
    .frm_lienhe button {
        display: table;
        margin: 0 auto;
    }
    .khung_trai,
    .khung_phai {
        width: 100%;
        margin-bottom: 20px;
    }
    .mang_xh a {
        margin: 0 5px;
    }
    .mang_xh ul {
        width: 100%;
        border: none;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .mang_xh {
        position: unset;
        transform: unset;
    }
    #bottom .facebook {
        width: 100%;
    }
    #footer {
        padding: 30px 15px;
    }
    #footer h1 {
        margin-bottom: 20px;
    }
    #footer .thongtin_ct,
    #footer .facebook,
    #footer .nhantin {
        width: 100%;
        margin: 20px 0;
    }
    #footer .chinhsach {
        width: 100%;
        margin: 20px 0;
    }
    .mang_xh {
        width: 100%;
    }
    .item .view_cart {
        display: none;
    }
}

@media(max-width: 980px) {
    .box_hinhanh {
        grid-gap: 5px;
        padding: 0 5px;
    }
    #sanpham {
        padding: 20px 5px;
    }
    .header .hotline {
        display: none;
    }
    .box_news,
    .box_video {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .owl_tinkhac .slick-slide {
        margin: 5px;
    }
    .khung_album {
        grid-template-columns: repeat(3, 1fr);
    }
    .lienket {
        justify-content: center;
    }
    #tintuc .khung_flex>.tintuc {
        display: none;
    }
    #tintuc .owl_tintuc {
        width: 100%;
        margin: 0;
    }
}

@media(max-width: 750px) {
    .box_service {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .box_tintuc {
        display: block;
    }
    .news_big {
        display: none;
    }
    .scroll_tintuc {
        width: 100%;
    }
    #sp_info .khung .img {
        width: 100%;
    }
    .tab_sp li {
        margin: 0 5px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .sanpham {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .item {
        padding: 3px;
    }
    .item .gia span {
        font-size: 14px;
    }
}

@media(max-width: 650px) {
    .spkhac .slick-slide {
        margin: 0 5px;
    }
    .title.white h2 {
        font-size: 40px;
    }
    .box_news,
    .box_video {
        grid-template-columns: repeat(2, 1fr);
    }
    #gioithieu .gioithieu .img_gt {
        display: none;
    }
    .news_big {
        display: none;
    }
    .lienket {
        width: 100%;
        text-align: center;
    }
    .lienket p,
    .lienket label {
        display: none;
    }
    .khung_album {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
}

@media(max-width: 600px) {
    .sanpham {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 500px) {}

@media(max-width: 380px) {}