@charset "UTF-8";

@font-face {
    font-family: 'UTMKabelKT';
    src: url('../fonts/UTMKabelKT/UTMKabelKT.eot');
    src: local('☺'), url('../fonts/UTMKabelKT/UTMKabelKT.woff') format('woff'), url('../fonts/UTMKabelKT/UTMKabelKT.ttf') format('truetype'), url('../fonts/UTMKabelKT/UTMKabelKT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    background: #fff;
    word-wrap: break-word;
}

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

iframe {
    max-width: 100%;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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;
}

.container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1900px;
    background: #F2F2F2;
}

.container.no-index {
    background: #fff;
}

.hidden {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-content {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.updating {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

.updating.white {
    color: #fff;
}

#info {
    padding: 0;
}

.noidung-info * {
    margin: revert;
}

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

#popup {
    display: none;
}

/* social */
.social {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.social label {
    font-size: 14px;
    display: block;
    color: #262626;
    margin: 0 10px 0 0;
    background: url(../images/link.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.social a {
    display: inline-block;
    text-align: center;
    margin: 0 15px 0 0;
}

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

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

/* flex */
.flex {
    display: flex;
    flex-wrap: wrap;
}

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

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

/* Header */
.header {
    width: 100%;
    position: relative;
    z-index: 3;
}

.header-top {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    background: #221E1F;
}

.header-top marquee {
    width: 400px;
    max-width: 100%;
}

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

.header-bot {
    position: relative;
    width: 100%;
    color: #221E1F;
    background: #FFD900;
}

.header-bot p {
    font-size: 14px;
    color: #221E1F;
    padding: 0 0 0 40px;
    width: 160px;
}

.header-bot p label {
    display: block;
}

.header-bot p span {
    display: block;
}

.header-bot p.time {
    background: url('../images/clock.png') no-repeat left center;
    filter: brightness(0) saturate(100%) invert(13%) sepia(22%) saturate(18%) hue-rotate(351deg) brightness(95%) contrast(82%);
}

.header-bot p.phone {
    background: url('../images/phone.png') no-repeat left center;
    filter: brightness(0) saturate(100%) invert(13%) sepia(22%) saturate(18%) hue-rotate(351deg) brightness(95%) contrast(82%);
}

.header-bot p.phone span {
    font-weight: 700;
    font-size: 16px;
}

/* Menu */
.khung-menu {
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.menu-fix.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    margin: 0;
}

.menu {
    position: relative;
    width: calc(100% - 280px);
    background: #221E1F;
    border-bottom: 2px solid #FFF000;
    border-radius: 0 25px 0 0;
}

.menu>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.menu ul li {
    position: relative;
    text-align: center;
    flex: auto;
}

.menu>ul>li>a {
    line-height: 50px;
    cursor: pointer;
    display: block;
}

.menu>ul>li.dropdown>a:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 5px;
    background: url('../images/down.png') no-repeat center;
    right: 0;
    top: calc((50% - 4.5px) + 3px);
}

.menu ul li a h2 {
    font-size: 15px;
    color: #323232;
    margin: 0;
}

.menu>ul>li>a>h2 {
    text-transform: uppercase;
    position: relative;
    color: #f2f2f2;
    font-size: 15px;
    font-weight: 700;
}

.menu>ul>li:last-child>a>h2 {
    border: none;
}

.menu>ul>li>a.active>h2,
.menu>ul>li:hover>a>h2 {
    background: #fff000;
    color: #221e1f;
}

.menu ul li ul {
    position: absolute;
    width: 100%;
    min-width: 231px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 0;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-top: 1px solid #33333336;
    color: #000;
    display: block;
}

.menu ul li ul li a h2 {
    font-size: 14px;
    padding: 8px 10px;
    color: #000;
    border: none;
    font-weight: 100;
    text-transform: uppercase;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li ul li:hover>a,
.menu ul li ul li:hover>a>h2 {
    color: #f47b1c;
}

.menu>ul>li.hotline {
    flex: unset;
    color: #fff;
    text-align: left;
    background: url(../images/hotline.png) no-repeat left center;
    padding: 0 0 0 50px;
    margin: 0 0 0 10px;
}

.menu>ul>li.hotline label {
    font-size: 14px;
}

.menu>ul>li.hotline b {
    display: block;
    font-size: 22px;
    font-weight: 100;
    font-family: SFUMachine;
    line-height: 20px;
}

/* Cart */
.cart {
    flex: unset !important;
    margin: 0 0 0 10px;
}

.cart a {
    line-height: 1 !important;
}

.cart span {
    position: absolute;
    width: 20px;
    line-height: 20px;
    background: #4898b7;
    color: #fff;
    font-size: 10px;
    border-radius: 20px;
    right: -10px;
    top: -10px;
}

/* Search */
.search {
    width: 520px;
    position: relative;
    margin: 0 0 0 120px;
    display: flex;
    flex-wrap: wrap;
}

.search input {
    width: calc(100% - 135px);
    padding: 0 15px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #221E1F;
    font-size: 13px;
    border: 1px solid #221E1F;
    background: #fff;
    border-radius: 5px 0 0 5px;
}

.search input::-webkit-input-placeholder {
    color: #221E1F;
}

.search input:-moz-placeholder {
    color: #221E1F;
}

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

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

.search p {
    background: #141212;
    cursor: pointer;
    width: 135px;
    line-height: 50px;
    padding: 0 10px 0;
    font-size: 15px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    text-align: center;
}

/* Menu RP */
.menu-res {
    display: none;
    height: 50px;
    z-index: 10;
    background: #000;
    position: sticky;
    top: 0px;
    line-height: normal;
}

.menu-res .wrap-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

#hamburger {
    display: block;
    height: 23px;
    position: relative;
    width: 45px
}

#hamburger span,
#hamburger:after,
#hamburger:before {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 10px;
    -webkit-transition: none .5s ease .5s;
    -moz-transition: none .5s ease .5s;
    transition: none .5s ease .5s;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform
}

#hamburger:after {
    top: 20px
}

#hamburger:before {
    top: 0
}



@media screen and (max-width: 1025px) {
    .menu-res {
        display: block;
    }

    .header-bot .search-res{
        display: none;
    }

    .header-bot.fixed {
        position: relative !important;
    }
}

/* Search RP */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0;
    background: #fff url(../images/search.png) no-repeat center;
    border-radius: 50%;
}

.search-res .icon-search.active {
    color: #000;
    /* background:#fff; */
    /* border-radius:100%; */
}

.search-res .search-grid {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    width: 40px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #333;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
}

.search-res .search-grid input {
    width: 100%;
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #ccc;
    font-weight: 300;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 0 20px;
    font-size: 13px;
    font-style: italic;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Search */
.frm-timkiem {
    position: relative;
    width: 280px;
}

.frm-timkiem input {
    color: #848484;
    padding: 10px 10px;
    transition: opacity 0.5s, width 0.5s;
    outline: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #f2f2f2;
    border: none;
}

.frm-timkiem input.show {
    width: 100%;
    z-index: 1;
    visibility: visible;
}

.frm-timkiem button {
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    background: url('../images/search.png') no-repeat center;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}

.frm-timkiem input::-webkit-input-placeholder {
    color: #848484;
}

.frm-timkiem input:-moz-placeholder {
    color: #848484;
}

.frm-timkiem input::-moz-placeholder {
    color: #848484;
}

.frm-timkiem input:-ms-input-placeholder {
    color: #848484;
}

/* Slideshow */
#slider {
    border-radius: 10px;
    overflow: hidden;
    padding: 0 calc((100% - 1200px) / 2) 0 calc((100% - 1200px) / 2 + 280px);
    margin-top: 10px;
}

.khung-slide {
    width: 630px;
}

#banner {
    width: 280px;
}

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

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

/* Hinh Anh */
#hinhanh {
    border-radius: 10px;
    border: 1px solid #6DBCDB;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
}

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

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

/* breadCrumbs */
.breadCrumbs {
    padding: 10px 0 20px 0;
    background: #f2f2f2;
}

.breadCrumbs .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadCrumbs .breadcrumb-item {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.breadCrumbs .breadcrumb-item:after {
    position: absolute;
    content: '/';
    right: 0;
    bottom: 0;
}

.breadCrumbs .breadcrumb-item:last-child {
    margin: 0;
    padding: 0;
}

.breadCrumbs .breadcrumb-item:last-child:after {
    display: none;
}

.breadCrumbs .breadcrumb-item a {
    color: #000;
    text-transform: capitalize;
}

.breadCrumbs .breadcrumb-item.active a {
    color: #d90000;
}

/* San Pham */
#product-km {
    padding: 30px 0;
}

.title-sale {
    text-align: center;
    font-size: 42px;
    color: #fff000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 0;
}

.slick-product-sale {
    display: none;
    margin: 0 -10px;
}

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

.title-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #221E1F;
}

.title-product h2 {
    font-size: 20px;
    color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    background: #221E1F url(../images/title.png) no-repeat 5px center;
    line-height: 50px;
    padding: 0 30px 0 70px;
    position: relative;
    flex: none;
    border-radius: 22px 0 00;
}

.title-product ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title-product ul li {
    font-size: 15px;
    color: #221e1f;
    font-weight: 400;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.title-product ul li:last-child {
    margin: 0;
}

.title-product ul li a {
    color: #221e1f;
}

.title-product ul li.active,
.title-product ul li:hover,
.title-product ul li a:hover {
    color: #e00000;
}

.title-product.loai2 ul {
    margin-right: 100px;
}

#product {
    position: relative;
    display: block;
    padding: 30px 0;
}

.khung-product {
    margin-bottom: 30px;
}

.khung-product:last-child {
    margin: 0;
}

.slick-banner-list {
    margin-top: 20px;
}

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

.flex-left {
    display: block;
}

.flex-right {
    width: calc(100% - 345px);
    position: relative;
}

.flex-right .arrow {
    position: absolute;
    right: 0;
    top: -65px;
    display: flex;
    flex-wrap: wrap;
}

.flex-right .arrow span {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.flex-right .arrow .prev {
    background: url('../images/prev.png') no-repeat center;
    margin-right: 5px;
}

.flex-right .arrow .next {
    background: url('../images/next.png') no-repeat center;
}

.slick-product {
    border: 1px solid #CACACA;
    display: none;
}

.slick-product .slick-slide {
    margin: -0.5px;
}

.slick-product .slick-slide>div {
    display: inline-flex !important;
}

.slick-product .slick-arrow {
    opacity: 0;
}

.wrap-left .box-product {
    grid-template-columns: repeat(3, 1fr);
}

.box-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.item-product {
    display: block;
    position: relative;
    transition: 0.5s all;
    border: 1px solid #CACACA;
    overflow: hidden;
    background: #fff;
}

.item-product .image {
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
}

.item-product .image[data-sale]:before {
    position: absolute;
    content: attr(data-sale);
    text-align: center;
    color: #1F1F1F;
    padding: 0;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 400;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff000;
    z-index: 1;
}

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

.item-product .content-product {
    display: block;
    width: 100%;
    padding: 10px;
}

.item-product .content-product h3 a {
    font-size: 15px;
    color: #221e1f;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.item-product .content-product p.size {
    font-size: 13px;
    color: #949494;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    min-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-product .content-product .price-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px 0 10px 0;
}

.item-product .content-product .price-product .price {
    color: #e00000;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.item-product .content-product .price-product .price strong {
    font-weight: 700;
    font-size: 16px;
    color: #fd0000;
}

.item-product .content-product .price-product .price-giagoc {
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
    font-weight: 400;
    margin: 0 10px 0 0;
}

.item-product .content-product .price-product .price-giagoc strong {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 10px;
    color: #4898b7;
    font-weight: 700;
}

.item-product .price-sale {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}

.item-product:hover h3 a {
    color: #e00000;
}

.item-product .nut {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.item-product .nut .chat {
    background: #221E1F url(../images/chat1.png) no-repeat 10px center;
    color: #fff;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
    margin-right: 10px;
}

.item-product .nut .buy {
    background: #221E1F;
    padding: 10px 20px;
    border-radius: 5px;
}

.item-product .nut .chat:hover {
    background: #fff000 url(../images/chat2.png) no-repeat 10px center;
    color: #221E1F;
}

.item-product .nut .buy:hover {
    background: #fff000;
    color: #221E1F;
}

/* Detail */
#quickview {
    width: 1188px;
    max-width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pro-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pro-detail-images {
    width: 570px;
    position: relative;
}

.pro-detail-images #Zoom-1 {
    border: 1px solid #eee;
    display: table;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.pro-detail-images .pro-detail-gallery {
    margin: 0 -2px;
    margin-top: 5px;
}

.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb {
    margin: 0 2px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb img {
    border: none;
    padding: 0;
    margin: 0;
}

.pro-detail-images .slick-track {
    margin: 0 auto;
}

.pro-detail-desc {
    width: 600px;
}

.pro-detail-desc .title-brand {
    color: #808080;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.pro-detail-desc-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    color: #000;
    text-transform: uppercase;
}

.pro-detail-desc-item {
    display: block;
    border-bottom: 1px solid #0000001a;
    padding: 8px 0;
    margin: 0 !important;
}

.pro-detail-desc-item.pro-detail-desc-item-content * {
    margin: revert;
}

.pro-detail-desc-item .quatang {
    background: url('../images/qua.png') no-repeat left center;
    color: #ff0000;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-weight: 400;
}

.pro-detail-desc-item b {
    font-size: 15px;
    color: #D60C0C;
    font-family: 'HelveticaNeue-Bold';
    font-weight: 100;
}

.pro-detail-desc-label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.pro-detail-desc-price {
    margin: 0;
    display: inline-block;
}

.pro-detail-desc-price .price-new {
    font-size: 16px;
    color: #e00000;
    font-weight: 700;
}

.pro-detail-desc-price .price-old {
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: line-through;
    margin: 0 0 0 10px;
}

.pro-detail-desc .box-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-detail-desc .box-flex .pro-detail-desc-left {
    width: calc(100% - 280px);
}

.pro-detail-desc .box-flex .pro-detail-desc-right {
    width: 250px;
    text-align: center;
}

.pro-detail-desc .box-flex .pro-detail-desc-right label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #252525;
    font-weight: 500;
}

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

.pro-detail-other {
    width: 100%;
    margin: 30px 0 0 0;
}

.pro-detail-content-right {
    width: calc(100% - 320px);
}

.pro-detail-tabs {
    width: 100%;
}

.pro-detail-tabs .pro-detail-ul {
    padding: 0px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.pro-detail-tabs .pro-detail-ul li {
    cursor: pointer;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    background: #fff;
}

.pro-detail-tabs .pro-detail-ul li.active {
    background: #000;
    color: #fff;
}

.pro-detail-tabs .pro-detail-ul li:last-child {
    margin-right: 0px;
}

.pro-detail-tabs .pro-detail-content-tabs {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
}

.pro-detail-tabs .pro-detail-content-tabs.active {
    display: block;
}

.pro-detail-tabs .pro-detail-content-tabs * {
    margin: revert;
}

.quantity-area {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.quantity-area input#quantity {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 50px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    -webkit-appearance: none;
}

.quantity-area input.qty-btn {
    background: #fff;
    border: solid 1px #eee;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}

.pro-detail-desc-item .btn-cart a {
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
}

.pro-detail-desc-item .btn-cart {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.pro-detail-desc-item .btn-buynow {
    display: inline-block;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.pro-detail-desc-item .btn-buy {
    background: #000;
}

.pro-detail-desc-item .btn-cart a:hover {
    background: #cc0000;
}

.pro-properties label {
    display: block;
    margin: 0;
}

.box-size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-size span {
    display: block;
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin: 3px 5px 0 0;
}

.box-size span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #bd0000;
    border-left: 10px solid transparent;
    right: 0;
    top: 0;
    display: none;
}

.box-size span.active {
    border-color: #f4791c;
}

.box-size span.active:before {
    display: block;
}

.box-mau {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-mau span {
    display: block;
    width: 35px;
    height: 35px;
    margin: 3px 5px 0 0;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.box-mau span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #bd0000;
    border-left: 10px solid transparent;
    right: 0;
    top: 0;
    display: none;
}

.box-mau span.active {
    border-color: #f4791c;
}

.box-mau span.active:before {
    display: block;
}

/* News detail */
.fotorama-detail {
    margin: 0 auto;
    text-align: center;
}

.news-content-detail {
    display: block;
    line-height: 25px;
}

.news-content-detail * {
    margin: revert;
}

.news-content-detail img {
    max-width: 100%;
    height: auto !important;
}

.time-post {
    font-size: 13px;
    color: #9c9c9c;
    margin: 0 0 5px 0;
    font-style: italic;
}

.time-post i {
    margin-right: 5px;
}

.box-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 10px 0;
}

/* share */
.share {
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0 0;
    border: none;
}

.share label {
    display: block;
}

/* othernews */
.othernews {
    margin-top: 20px;
}

.othernews label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
    margin: 0;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #000;
    font-size: 15px;
    font-weight: 100;
}

.list-news-other li a:hover {
    color: #db0000;
    text-decoration: underline;
}

/* Contact */
.box-contact {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thongtin-contact {
    width: 100%;
    margin: 0 0 20px 0;
}

.frm-contact {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.frm-contact.w100 {
    width: 100%;
    margin-top: 20px;
}

.frm-contact .input {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

.frm-contact .input.w-50 {
    width: calc(50% - 5px);
}

.frm-contact input[type=submit],
.frm-contact input[type=reset] {
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.frm-contact input[type=submit] {
    background: #000;
}

.frm-contact input[type=reset] {
    background: #ccc;
    color: #000;
}

.frm-contact input[type=submit]:hover,
.frm-contact input[type=reset]:hover {
    background: #d90000;
}

.frm-contact input::-webkit-input-placeholder {
    color: #848484;
}

.frm-contact input:-moz-placeholder {
    color: #848484;
}

.frm-contact input::-moz-placeholder {
    color: #848484;
}

.frm-contact input:-ms-input-placeholder {
    color: #848484;
}

.maps-contact {
    width: 100%;
    margin-top: 20px;
}

.maps-contact iframe {
    display: block;
    width: 100%;
    max-height: 60vw;
}

/* Footer */
#footer {
    position: relative;
    display: block;
    background: #221E1F;
    margin: 40px 0 0 0;
}

.title-footer {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 10px 0;
}

.title-footer:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff000;
    left: 0;
    bottom: 0;
}

.footer {
    position: relative;
    padding: 30px 0;
}

.footer-top {
    border-bottom: 1px solid #565354;
}

.footer-chinhsach {
    width: 200px;
}

.footer-chinhsach ul {
    list-style: disc;
    padding: 0 0 0 15px;
    color: #fff000;
}

.footer-chinhsach ul li {
    margin-bottom: 10px;
}

.footer-chinhsach ul li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
}

.footer-chinhsach ul li:last-child a {
    margin: 0;
}

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

.footer-nhantin-social {
    width: 300px;
}

.footer-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

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

.social-item label {
    width: calc(100% - 50px);
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

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

.footer-fanpage {
    width: 300px;
}

.footer-content {
    width: 800px;
    color: #fff;
}

.footer-bank {
    width: 300px;
}

.box-bank {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.box-bank .bank {
    margin: 5px;
}

.content-bank {
    display: none;
    max-width: 80%;
    padding: 20px;
    min-width: 200px;
}

/* copyright */
.copyright {
    font-size: 13px;
    width: 100%;
    position: relative;
    padding: 15px 0;
    font-weight: 400;
    color: #000;
    text-align: center;
    background: #FFF000;
}

.copyright span {
    color: #f4791c;
}

/* Like Share */
.social-plugin {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Phân Trang */
.pagination-home {
    display: block;
    margin-top: 20px;
}

.pagination-home .pagination {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    padding: 5px 10px;
    display: block;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination-ajax a {
    display: block;
    vertical-align: top;
    margin: 2px 3px;
    color: #221e1f;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #221e1f;
    width: 27px;
    line-height: 25px;
    text-align: center;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: #221e1f;
    color: #fff;
    border: 1px solid transparent;
}

.pagination-ajax .first,
.pagination-ajax .prev,
.pagination-ajax .last,
.pagination-ajax .next {
    display: none;
}

/* Popup custom */
.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.scrollToTop {
    width: 135px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: absolute;
    bottom: 100%;
    left: calc(50% - (135px / 2));
    display: none;
    z-index: 1;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Hover after-before */
.hover1 {
    display: block;
    position: relative;
}

.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);
}

/* Hover sang */
.hover-sang {
    position: relative;
    overflow: hidden;
}

.hover-sang:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.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-sang: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);
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 13px;
    z-index: 2;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #FFD900;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 20px;
}

.btn-frame i img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(107%);
    vertical-align: middle;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -7px;
    right: -7px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #FFD900;
    opacity: .1;
    border-color: #FFD900;
    opacity: .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -12px;
    right: -12px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #FFD900;
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.btn-zalo {
    bottom: 130px;
}

.btn-cart {
    bottom: 215px;
}

.btn-cart span {
    position: absolute;
    width: 25px;
    line-height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    z-index: 1;
    font-size: 12px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #FFD900;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 50px;
    right: 7px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #FFD900;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(107%);
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 80px;
    right: 50px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #0d73c3
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #221E1F;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #221E1F;
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #0d73c3;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #0d73c3;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: #000;
    width: 100%;
    height: 50px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    padding: 8px 0;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}

.toolbar ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
    text-transform: capitalize;
}

.toolbar ul li a img {
    height: 15px;
    width: auto;
}

.toolbar ul li.actived .wrap_multiphone {
    display: block;
}

.wrap_multiphone {
    width: 180px;
    display: none;
    position: absolute;
    bottom: 60px;
    left: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 5px 20px;
    background: #fff;
}

.wrap_multiphone a {
    color: #E8383A !important;
    display: block;
    line-height: 25px !important;
    font-weight: 700;
}

.element-animation {
    animation: animationFrames linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 0%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 0%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 0%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 0%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

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

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

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

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

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

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }

    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

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

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg);
    }

    20% {
        -ms-transform: rotate(15deg);
    }

    40% {
        -ms-transform: rotate(-10deg);
    }

    60% {
        -ms-transform: rotate(5deg);
    }

    80% {
        -ms-transform: rotate(-5deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* widget */
.widget-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.widget-desktop-items {
    margin-bottom: 20px;
    position: relative;
    border-radius: 50%;
    display: block;
}

.widget-desktop-items:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 91 180 / 35%);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: scaleIn1 1s;
    animation: scaleIn1 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.widget-desktop-items:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #005bb4;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: scaleIn 1.2s;
    animation: scaleIn 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.widget-desktop-items:last-child {
    margin-bottom: 0;
}

.widget-desktop-items__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

@-webkit-keyframes scaleIn {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes scaleIn {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@-webkit-keyframes scaleIn1 {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@keyframes scaleIn1 {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #fff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px/2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, .5);
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, .5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes shake-anim {

    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

/****other-css***/
.wrap-album {
    padding: 50px 0px;
}

.item_content_pos {
    position: relative;
    width: 100%;
    margin: 15px auto;
}

.zoom_content_pos {
    overflow: hidden;
}

.zoom_content_pos img {
    width: 100%;
}

.name_content_pos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.name_content_pos h3 a {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.1s all ease-in-out 0.1s;
}

.item_content_pos:hover .name_content_pos h3 a {
    color: var(--color-main);
    transition: 0.1s all ease-in-out 0.1s;
}

/********wrap-tabs-sp**********/
.wrap-tabs {
    text-align: center;
    margin-bottom: 0px;
}

.list_mc {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.list_mc li {
    position: relative;
    display: inline-block;
    line-height: 35px;
    margin: 0px 2px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.list_mc li:after {}

.list_mc li:last-child {
    background: none;
}

.list_mc a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0px 20px;
}

.list_mc li:hover {
    background: var(--color-main);
}

.list_mc li:hover a {
    color: #fff;
}

li.active_list_mc {
    background: var(--color-main);
}

li.active_list_mc a {
    color: #fff;
}

/*******end-wrap-tabs-sp*******/
/* wrap-2 */
.isfixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 95px;
}

.wrap {
    width: 100%;
    padding: 10px 0;
    position: relative;
}

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

.wrap-left {
    width: 280px;
    position: relative;
    z-index: 3;
}

.wrap-right {
    width: calc(100% - 290px);
}

.item-isfixed {
    display: block;
    margin: 0 0 20px 0;
    background: #fff;
    position: relative;
}

.item-isfixed ul {
    max-height: 320px;
    overflow: auto;
}

.item-isfixed ul::-webkit-scrollbar {
    width: 1px;
}

.item-isfixed ul::-webkit-scrollbar-track {
    background: #fff;
}

.item-isfixed ul::-webkit-scrollbar-thumb {
    background: #4898b7;
}

.item-isfixed:last-child {
    margin: 0;
}

.item-isfixed>label {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    z-index: 2;
    position: relative;
    text-align: center;
    background: #4898b7;
    line-height: 50px;
    border-radius: 30px;
    margin: 0 0 -25px 0;
}

.isfixed-content {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.box-khuyenmai {
    display: block;
    padding: 35px 10px 10px 10px;
    border: 1px solid #4898b7;
    border-top: 0;
}

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

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

.khuyenmai .content {
    width: calc(100% - 65px);
}

.khuyenmai .content label {
    display: block;
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
}

.khuyenmai .content P {
    font-size: 13px;
    color: #3a3a3a;
}

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

.khuyenmai:hover .content label {
    color: #4898B7;
}

/* Danh Muc */
.danhmuc {
    width: 270px;
    position: relative;
}

.danhmuc a {
    font-weight: bold;
}

.title-danhmuc {
    position: relative;
    color: #f2f2f2;
    background: #221E1F url(../images/dm.png) no-repeat 5px center;
    line-height: 52px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-indent: 60px;
    border-radius: 25px 0 0 0;
}

.menu-fix.fixed .list-product,
.menu-fix.no-index .list-product {
    display: none;
}

.menu-fix.fixed .danhmuc:hover .list-product,
.menu-fix.no-index .danhmuc:hover .list-product {
    display: block;
}

.list-product {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    border: 1px solid #CACACA;
    border-top: 0;
    background: #fff url(../images/bg.png) no-repeat bottom center;
    min-height: 420px;
    border-radius: 0 0 0 25px;
}

.list-product ul {
    list-style: none;
    padding: 0;
    max-height: 420px;
    overflow: auto;
}

.list-product ul::-webkit-scrollbar {
    width: 1px;
}

.list-product ul::-webkit-scrollbar-track {
    background: #fff;
}

.list-product ul::-webkit-scrollbar-thumb {
    background: #CACACA;
}

.list-product li {
    padding: 0 15px;
}

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

.list-product li a {
    font-size: 15px;
    color: #221e1f;
    display: block;
    transition: all 0.3s;
    /* font-weight: 400; */
    padding: 13px 0 13px 45px;
    border-bottom: 1px dashed #B6B6B6;
    background: url(../images/icon.png) no-repeat left center;
    text-transform: uppercase;
}

.list-product li a img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.list-product li a:hover {
    color: #db0000;
}

.list-product li:hover>ul {
    display: block;
}

.list-product li>ul {
    list-style: none;
    padding: 0 0 0 10px;
    width: 100%;
}

.list-product li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #CACACA;
}

.list-product li>ul ul {
    padding-left: 15px;
}

/* Title */
.title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
}

.title:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #fff000;
    bottom: 0;
    left: calc(50% - 50px);
}

.title h2,
.title h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #000;
}

.title p {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

/* Tin Tức */
.box-flipper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.flipper-item {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    padding-top: 300px;
}

.flipper-front {
    background-color: #f7a801;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.flipper-front .inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 30%) 30%, #0000 50%);
    padding: calc(20/285*100%);
}

.flipper-front .inner h3 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper-back {
    background-color: #1b242b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(20/285*100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88);
}

.flipper-back .inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    color: #fff;
}

.flipper-back h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: initial;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper-back p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flipper-back a.xt {
    color: #fff;
    font-size: 14px;
}

.flipper-back a.xt i {
    transition: 0.4s;
}

.flipper-back a.xt:hover i {
    padding-left: 15px;
}

.flipper-front,
.flipper-back {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100%;
    z-index: 2;
}

.flipper-back::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(27, 36, 43, 0.85);
    text-align: left;
    color: #fff;
}

.flipper-item:hover .flipper-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.flipper-item:hover .flipper-front .inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flipper-item:hover .flipper-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.flipper-item:hover .flipper-back .inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/* Nhan Tin */
.frm-nhantin {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

.frm-nhantin input {
    width: calc(100% - 55px);
    border: none;
    font-size: 13px;
    color: #787878;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 0 15px;
    background: #fff;
}

.frm-nhantin input::-webkit-input-placeholder {
    color: #24252c;
}

.frm-nhantin input:-moz-placeholder {
    color: #24252c;
}

.frm-nhantin input::-moz-placeholder {
    color: #24252c;
}

.frm-nhantin input:-ms-input-placeholder {
    color: #24252c;
}

.frm-nhantin button {
    width: 55px;
    font-size: 14px;
    text-transform: uppercase;
    color: #111111;
    background: #fff000;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    border: none;
    line-height: 50px;
    cursor: pointer;
}

.frm-nhantin button:hover {
    background-color: #000;
    color: #fff;
}

/* Gioi THieu */
#gioithieu {
    padding: 30px 0;
    position: relative;
}

#gioithieu .img {
    display: block;
}

.khung-gioithieu {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewX(-10deg);
    background: #ffcc99;
}

.gioithieu {
    width: calc(100% - 650px);
}

.gioithieu>label {
    display: block;
    font-size: 35px;
    color: #333333;
    font-weight: 100;
    font-family: SVN-BalladeerLight;
    text-align: center;
    line-height: 1;
}

.gioithieu>h2 {
    font-size: 30px;
    color: #3380cb;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding: 0 0 10px 0;
}

.gioithieu>h2:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    background: #3380cb;
    bottom: 0;
    left: 0;
}

.gioithieu .content {
    display: block;
    margin: 20px 0;
}

.xemthem-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gioithieu a.xemthem {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 45px 0 30px;
    position: relative;
    line-height: 45px;
    border-radius: 50px;
    margin-right: 30px;
    background: rgb(51, 128, 203);
    background: linear-gradient(0deg, rgba(51, 128, 203, 1) 0%, rgba(1, 147, 241, 1) 50%, rgba(51, 128, 203, 1) 100%);
}

.gioithieu a.xemthem:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 12px;
    background: url('../images/right.png') no-repeat center;
    right: 20px;
    top: calc(50% - 6px);
}

.gioithieu a.xemthem:hover {
    background: #f4791c;
}

/* Quang Cao */
.slick-banner-qc {
    display: none;
    margin: 0 -10px;
}

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

/* Vi Sao  */
#visao {
    padding: 25px 0;
    background: #221E1F;
}

.slick-visao {
    display: none;
    margin: 0 calc(-25px / 2);
}

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

.visao {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #736F70;
    padding: 10px;
    border-radius: 70px;
}

.visao .content {
    width: calc(100% - 90px);
}

.visao .content label {
    display: block;
    font-size: 14px;
    color: #fff000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.visao .content p {
    font-size: 13px;
    color: #a0a0a0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

/* Album */
#album {
    padding: 10px 0 30px 0;
}

.box-album {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.slick-album {
    display: none;
    margin: 0 caclc(-15px / 2);
}

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

.album {
    display: block;
    position: relative;
    border-radius: 20px;
}

.album h3 {
    position: absolute;
    left: 10px;
    bottom: 15px;
    right: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
}

.album:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
}

a.xemtatca {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    background: url('../images/xemthem.png') no-repeat right center;
    padding: 0 20px 0 0;
}

a.xemtatca:hover {
    color: #e00000;
}

/* Video */
#video {
    padding: 30px 0;
}

.khung-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.khung-video .video {
    display: none;
    width: 100%;
    height: 550px;
    max-height: 60vw;
}

.khung-video .video.active {
    display: block;
}

.khung-video .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.khung-video .content label {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.select-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    padding: 15px;
    background: #000000b8;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #fff;
    font-size: 14px;
}

/* doitac */
#doitac {
    padding: 30px 0;
}

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

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

/* Chi nhanh */
#chinhanh {
    position: relative;
}

.iframe {
    display: none;
}

.iframe.active {
    display: block;
}

.iframe iframe {
    display: block;
    width: 100%;
    max-height: 60vw;
}

.select-map {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    padding: 10px;
    border: 1px solid #ddd;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    color: #000;
}

/* Responsive */
@media(max-width: 1200px) {
    .breadCrumbs {
        padding: 10px 10px;
    }

    #info {
        padding: 10px;
    }

    .wrap-content {
        padding: 0 10px;
    }

    .wrap {
        padding: 10px;
    }

    .wrap-2 {
        display: block;
    }

    .wrap-left {
        display: none;
    }

    .wrap-right {
        width: 100%;
    }
}

@media(max-width: 1000px) {
    .wrap-content {
        padding: 0;
    }

    .header-top {
        padding: 10px;
        /* background: #fff000; */
    }

    .header-top .flex {
        justify-content: center;
    }

    .header-top .map {
        margin: 2px 5px;
        text-align: center;
    }

    .header-bot .time,
    .header-bot .phone,
    .search {
        display: none;
    }

    .header-bot .header_mm a {
        display: block;
        padding: 0;
        width: 30px;
        left: 10px;
        top: calc(50% - 9px);
    }

    .header-bot .header_mm a span,
    .header-bot .header_mm a:before,
    .header-bot .header_mm a:after {
        background: #fff;
    }

    .logo {
        margin: 0 auto;
        width: 80px;
    }

    .search-res {
        display: block;
        position: absolute;
        right: 10px;
        top: calc(50% - 20px);
        z-index: 1;
    }

    .header-bot.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .header-bot.fixed .logo {
        width: 60px;
    }

    .khung-menu {
        padding: 0;
        margin: 0;
    }

    .menu-fix {
        display: none;
    }

    #slider {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .khung-slide {
        margin: 0 auto;
        max-width: 100%;
    }

    #banner {
        width: 100%;
        padding: 15px;
    }

    .slick-banner {
        margin: 0 -5px;
    }

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

    #visao {
        padding: 30px 10px;
    }

    .slick-visao {
        margin: 0 -5px;
    }

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

    #quangcao {
        padding: 10px;
    }

    .slick-quangcao {
        margin: 0 -5px;
    }

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

    #product-km {
        padding: 20px 10px;
    }

    .title-sale {
        font-size: 20px;
    }

    .slick-product-sale {
        margin: 0 -5px;
    }

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

    .title-product {
        display: block;
        background: none;
    }

    .title-product h2 {
        border-radius: 0;
        width: 100%;
        text-align: center;
        line-height: 25px;
        padding: 8px;
        font-size: 15px;
        background: #221E1F;
    }

    .title-product ul {
        justify-content: center;
        padding: 5px 0;
    }

    .title-product.loai2 ul {
        margin: 0;
    }

    .title-product ul li {
        margin: 3px 5px;
    }

    .flex-product {
        display: block;
    }

    .flex-left {
        display: none;
    }

    .flex-right {
        width: 100%;
    }

    .slick-product {
        margin: 0 -5px;
        border: none;
    }

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

    .slick-product .slick-slide>div:first-child {
        margin-bottom: 10px;
    }

    .flex-right .arrow {
        display: none;
    }

    #product {
        padding: 20px 10px;
    }

    .khung-product {
        margin-bottom: 20px;
    }

    .box-product {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .item-product .content-product h3 a {
        -webkit-line-clamp: 2;
        line-height: 20px;
        min-height: 40px;
        font-size: 14px;
    }

    .item-product .content-product .price-product .price {
        font-size: 14px;
    }

    .item-product .content-product .price-product .price-giagoc {
        font-size: 13px;
        margin-right: 5px;
    }

    .pro-detail-images {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-detail-desc {
        width: 100%;
    }

    .item-product .image.hot:after {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    #album {
        padding: 10px 10px 20px 10px;
    }

    .box-album {
        grid-gap: 10px;
    }

    .slick-album {
        margin: 0 -5px;
    }

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

    .album h3 {
        bottom: 10px;
        font-size: 13px;
    }

    #video {
        padding: 20px 10px;
    }

    .video .content label {
        display: none;
    }

    .video .content img {
        width: 50px;
    }

    #doitac {
        padding: 20px 10px;
    }

    .slick-doitac {
        margin: 0 -5px;
    }

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

    .box-flipper {
        grid-gap: 10px;
    }

    .flipper-item {
        padding-top: 30vw;
    }

    #footer {
        margin: 0 0 50px 0;
    }

    .footer {
        padding: 30px 15px;
    }

    .footer-nhantin {
        display: block;
    }

    .frm-nhantin {
        margin: 20px 0;
    }

    .footer-nhantin .social {
        justify-content: center;
    }

    .copyright {
        padding: 15px 10px;
        text-align: center;
    }

    .copyright .flex {
        justify-content: center;
    }

    .footer-content,
    .footer-chinhsach,
    .footer-nhantin-social,
    .footer-fanpage,
    .footer-bank {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-fanpage,
    .footer-bank {
        margin: 0;
    }

    .scrollToTop {
        width: 45px;
        height: 45px;
        background: url(../images/top-res.png) no-repeat center;
        position: fixed;
        right: 10px;
        bottom: 60px;
        left: unset;
    }

    .scrollToTop img {
        display: none;
    }
}

@media(max-width: 750px) {
    .toolbar {
        display: block;
    }

    .res_none {
        display: none;
    }

    .btn-cart {
        display: block;
    }

    .box-album-detail {
        grid-template-columns: repeat(2, 1fr);
    }

    .thongtin-contact,
    .frm-contact {
        width: 100%;
    }

    .thongtin-contact {
        margin-bottom: 20px;
    }

    .box-album {
        grid-template-columns: repeat(3, 1fr);
    }

    .box-tintuc {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .box-product {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 650px) {
    .title {
        border: none;
    }

    .title h2,
    .title h4 {
        font-size: 20px;
        display: table;
        margin: 0 auto;
    }

    .box-album {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .box-product {
        grid-template-columns: repeat(2, 1fr);
    }

    .pro-detail-images {
        padding: 0;
    }

    .pro-detail-images .pro-detail-gallery {
        position: relative;
        width: 100%;
        margin: 0 -2px;
        margin-top: 5px;
    }

    .pro-detail-images .pro-detail-gallery .slick-slide {
        margin: 0 2px;
    }

    .box-flipper {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-tintuc {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 550px) {
    .item-product .content-product h3 a {
        font-size: 13px;
    }

    .item-product .content-product {
        padding: 5px;
    }

    .item-product .nut a {
        font-size: 10px;
    }

    .item-product .nut .chat {
        background-size: 15px;
        padding: 5px 10px 5px 30px;
        margin-right: 5px;
    }

    .item-product .nut .buy {
        padding: 5px 10px;
    }

    .select-map {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
    }
}

@media(max-width: 380px) {
    .box-flipper {
        grid-template-columns: 1fr;
    }

    .flipper-item {
        padding-top: 50vw;
    }
}