@charset "UTF-8";

@font-face {
    font-family: 'NunitoRegular';
    src: url('../fonts/NunitoRegular.eot');
    src: url('../fonts/NunitoRegular.eot') format('embedded-opentype'), url('../fonts/NunitoRegular.woff2') format('woff2'), url('../fonts/NunitoRegular.woff') format('woff'), url('../fonts/NunitoRegular.ttf') format('truetype'), url('../fonts/NunitoRegular.svg#NunitoRegular') format('svg');
}

@font-face {
    font-family: 'NunitoBold';
    src: url('../fonts/NunitoBold.eot');
    src: url('../fonts/NunitoBold.eot') format('embedded-opentype'), url('../fonts/NunitoBold.woff2') format('woff2'), url('../fonts/NunitoBold.woff') format('woff'), url('../fonts/NunitoBold.ttf') format('truetype'), url('../fonts/NunitoBold.svg#NunitoBold') format('svg');
}

@font-face {
    font-family: 'SFUBodoniBoldCondensed';
    src: url('../fonts/SFUBodoniBoldCondensed.eot');
    src: url('../fonts/SFUBodoniBoldCondensed.eot') format('embedded-opentype'), url('../fonts/SFUBodoniBoldCondensed.woff2') format('woff2'), url('../fonts/SFUBodoniBoldCondensed.woff') format('woff'), url('../fonts/SFUBodoniBoldCondensed.ttf') format('truetype'), url('../fonts/SFUBodoniBoldCondensed.svg#SFUBodoniBoldCondensed') format('svg');
}

/* Main */
:root {
    --color-red: #f00;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    /* custom color */
    --font-title: 'Roboto';
    --color-title: #c31829;
    --color-hover-text: #c31829;
}

body {
    font-size: 16px;
    font-family: 'Roboto';
    overflow-x: hidden !important
}

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

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

h3 {
    font-family: var(--font-title);
    margin-bottom: 0;
    line-height: 1.2;
}

a,
a:hover {
    text-decoration: none;
    color: unset;
}

p {
    margin: 0;
}

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

.slick * {
    outline: none;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.wrap-main {
    padding: 20px 10px;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
    align-items: center;
}

.alert {
    width: 100%;
}

/* General */
.title-main {
    font-size: 28px;
    font-family: TimeNews;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    width: fit-content;
    margin: 0 auto 30px auto;
    padding-bottom: 25px;
    background: url(../images/decor-title-main.png) no-repeat;
    background-position: center 90%;
}

.title-main span {
    color: #333;
    font-size: 28px;
}

.block-page {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 10px;
}

.py-block {
    padding: 25px 0;
}

.title-search {
    font-size: 24px;
    font-weight: bold;
}

.count-search {
    margin-bottom: 20px;
}

/* =======================HEADER==================== */
.header {
    width: 100%;
    position: sticky;
    z-index: 99;
    top: 0px;
    background: #fff;
    box-shadow: 2px 0 3px #dcdcdc;
}

.header-top {
    padding: 3px 10px;
    background-color: #F30D19;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
}

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

.social-header img {
    max-width: 30px;
    width: fit-content;
    vertical-align: middle;
    margin: 0 5px;
    transition: all 0.3s;
}

.social-header img:hover {
    transition: all 0.3s;
    filter: brightness(1) invert(1);
}

.header-bottom {
    display: flex;
    padding: 0px 10px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.logo-header {
    /* width: 25%; */
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner-header-right {
    width: 50%;
}

.banner-header-right-top {
    width: 100%;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Roboto';
    text-align: center;
}

.banner-header-right-top img {
    vertical-align: middle;
}

.header-right {
    width: 25%;
    margin: auto;
}

.header-right .social_header {
    text-align: right;
}

.header-right p {
    text-align: right;
    font-size: 16px;
}

.header-holine {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-holine .content {
    padding-left: 10px;
}

.header-holine .content h3 {
    font-size: 16px;
    font-family: 'Arial';
    color: red;
}

.header-holine .content p {
    text-align: left;
}

/* =======================MENU==================== */
.menu {
    transition: all 0.6s;
}

.menu>.wrap-content {
    padding: 0;
}

.menu-fixed-scroll {}

.menu ul {
    list-style: none
}

.menu.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9000;
}

.menu .item-big {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-inline-start: 0;
    width: 100%;
    margin: 0 auto;
}

.menu .item-big .nav-item {
    display: inline-block;
    position: relative;
    position: relative;
    font-size: 0;
    transition: all 0.4s;
}

.menu .item-big .nav-item:hover {
    transition: all 0.4s;
    /* background-color: #157a02; */
}

.menu .item-big .nav-item:hover>a {
    color: #f30d19;
    transition: all 0.4s;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.menu .item-big .nav-item>a {
    padding: 35px 10px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: bold;
}

.menu .item-big .nav-item>.item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    position: absolute;
    top: calc(100% - 20px);
    left: calc(50% - 250px);
    width: 250px;
    padding: 0;
    background-color: #0000008f;
    z-index: 999;
    transition: max-height 0.3s;
    visibility: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 500px;
    /* background: #157a02; */
}

.menu .item-big .nav-item:hover>ul {
    overflow-x: visible;
    max-height: calc(100vh - 128px);
    max-width: 3000px;
    min-width: 250px;
    opacity: 1;
    overflow-y: auto;
    transition: max-height 0.3s;
    visibility: visible;
}

.menu .item-big .nav-item ul li:hover {
    background-color: #f30d19;
}

.item_small::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.item_small::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.item_small::-webkit-scrollbar-thumb {
    background: #f30d18b9;
}

/* Handle on hover */
.item_small::-webkit-scrollbar-thumb:hover {
    background: #f30d18b9;
}

.menu .item-big .nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #ffffff;
    position: relative;
    border-bottom: solid 1px #e5e6ec30;
    text-align: left;
    padding-left: 15px;
    text-decoration: none;
    height: 100%;
}

.menu .item-big .nav-item>ul li:last-child>a {
    border-bottom: 0;
}

.menu .item-big .nav-item>ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px;
}

.menu .item-big .nav-item>ul li {
    padding: 0px;
}

.menu .item-big .nav-item li {
    position: relative;
}

.menu .item-big .nav-item>ul li ul {
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    left: 100%;
    top: 0px;
    position: absolute;
    width: 250px;
    padding: 0;
    background-color: #0000008f;
    z-index: 99;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    transition: all 0.6s;
}

.menu .item-big .nav-item>ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

/*======================= Menu MOBILE =======================*/
#hamburger {
    display: block;
    position: relative;
    float: left;
}

#hamburger i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 3px 1px #bdbdbd; */
}

.menu-text {
    color: #fff;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
}

.mm-menu_opened {
    display: block !important;
}

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
    background: #000000ad;
}

.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #f30d19;
    position: relative;
    line-height: normal;
    position: sticky;
    z-index: 999;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 2px;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-res .search {
    width: 100%;
    background: none;
    display: flex;
    border-radius: 40px;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    border: 1px solid #fff;
}

.menu-res .search p {
    width: 32px;
    height: 32px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    background: #84100b;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 3px;
}

.menu-res .search p:hover {
    background-color: #245a00;
    color: #fff;
}

.menu-res .search input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
    color: #245a00;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-res .search input::-webkit-input-placeholder,
.menu-res .search input:-moz-placeholder,
.menu-res .search input::-moz-placeholder,
.menu-res .search input:-ms-input-placeholder {
    color: #245a00;
}

.menu-res .search.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.menu-res .icon-search1 {
    width: 35px;
    line-height: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    cursor: pointer
}

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

.menu-bar-res .search-res {
    width: calc(100% - 100px);
    max-width: 550px;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #000;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 0px;
    right: calc(100% + 5px);
    width: 0;
    overflow: hidden;
    height: 40px;
    background: rgb(95, 95, 95);
    display: flex;
    border-radius: 40px;
    transition: all 0.6s;
    box-shadow: 1px 1px 1px;
    z-index: 2;
}

.search-res .search-grid p {
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ea5f33;
    font-size: 16px;
    background: #ffffffc4;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 4px;
    transition: background 0.4s;
}

.search-res .search-grid p:hover {
    background: #fff;
    transition: background 0.4s;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-style: italic;
}

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

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

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

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

.search-res .search-grid.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.search_mobile_menu {
    width: 100% !important;
}

.menu_mobile_btn {
    width: 30% !important;
}

/* ==================Slideshow================== */
#slide_show {
    /* box-shadow: 1px 1px 3px grey; */
}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 700px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 700px;
}

.slideshow {
    position: relative;
}

/* ==================HOMEPAGE===================== */
/* CRITERIA */
.wrap-criteria .block-page {
    padding: 0;
}

.slick-criteria .item {
    /* margin: 5px; */
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    padding: 20px 10px;
    border-right: 1px solid #dcdcdc;
}

.slick-criteria .item>.content {
    width: 100%;
    padding-left: 10px;
    padding: 10px;
}

.slick-criteria .item>.content h3 {
    font-size: 20px;
    color: #F30D19;
    font-weight: bold;
}

.slick-criteria .item>.content p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.slick-pronb-home .slick-list.draggable {
    padding: 10px 0;
}

.slick-pronb-home .box-product {
    margin: 0 7px;
}

.slick-feedback .item {
    text-align: center;
}

.slick-feedback .item h3 {
    font-size: 16px;
}

.slick-feedback .item .img {
    width: fit-content;
    margin: 0 auto 10px auto;
}

/* ==================END HOMEPAGE===================== */
/* Rating star */
div.rating .rate {
    display: inline-block;
    position: relative;
    border: 0;
}

div.rating .rate>input {
    display: none;
}

div.rating .rate>label {
    float: right;
    margin-bottom: 0;
}

div.rating .rate>label:before {
    display: inline-block;
    font-size: 1rem;
    padding: .3rem .2rem .3rem 0;
    margin: 0;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005 ";
}

div.rating .rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

div.rating .rate input:checked~label {
    color: #ffea00;
}

div.rating .rate input:checked~div.disable-filedset {
    display: block;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #e9ecef;
}

.breadcrumb {
    margin-bottom: 0;
}

/* Video */
.video {
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    cursor: pointer;
}

.video:nth-child(4n+1) {
    clear: both;
}

.video:nth-child(4n) {
    margin-right: 0px;
}

.pic-video {
    position: relative;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px/2);
    left: calc(50% - 35px/2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.pic-video img {
    width: 100%;
}

.name-video {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Album */
.album-index {
    background: url('../images/web/bgabout.jpg')repeat top center;
    padding: 50px 0;
    margin-bottom: 35px;
}

.album {
    width: calc(100% / 4);
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.pic-album {
    position: relative;
}

.pic-album img {
    width: 100%;
}

.name-album {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Product */
.wrap-product {}

.text-decoration-none {
    position: relative;
    /* margin-bottom: 30px; */
}

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

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

.pro-detail-page .grid-page {
    /* grid-template-columns: repeat(3, 1fr); */
}

.paging-product-category-show-spcl {
    width: 100%;
}

.box-product {
    box-sizing: border-box;
    position: relative;
    display: block;
}

.product {
    width: 100%;
    background: #fff;
    padding: 0px 0px 15px 0px;
    transition: all ease 0.4s;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #d7d7d7;
}

.pic-product {
    background: #fff;
    position: relative;
}

.pic-product img {
    width: 100%;
}

.name-product {
    padding: 0 15px 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.3s;
    position: relative;
}

.product:hover .name-product {
    padding: 0 5px 0 20px;
    transition: all 0.3s;
}

.name-product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-title);
    width: 0;
    height: 100%;
    transition: all 0.3s;
}

.product:hover .name-product::before {
    width: 10px;
    transition: all 0.3s;
}

.name-product a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-family: 'Arial';
    line-height: 1.2;
}

.product:hover .name-product a {
    color: var(--color-title);
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}

.price-product {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 10px;
    flex-wrap: wrap;
}

.price-new {
    color: #333;
    font-family: 'Roboto';
    text-align: center;
    font-size: 16px;
}

.price-new>span:last-child {
    font-family: 'BeVietnamRegular';
}

.price-new b {
    color: #EA1D27;
    /* margin-left: 5px; */
    font-weight: bold;
    margin-right: 10px;
}

.price-new code {
    color: #EA1D27;
}

.price-old code {
    color: #999;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-family: 'Roboto';
}

.price-per {
    position: absolute;
    top: 12px;
    right: -25px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transform: rotate(45deg);
}

/* .price-per:after {content: '';width: 0;height: 0;border-top: 10px solid #9C1919;border-right: 10px solid transparent;bottom: -6px;right: 0px;position: absolute;z-index: -1;} */
.price-hot {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background: #c33;
    font-size: 11px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* border: 1px solid #D3CAAD; */
    font-family: 'Roboto';
    /* font-weight: bold; */
}

.none-per {
    left: 5px !important;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: 49%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    margin-right: 2%;
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

/* Product LEFT */
.frame-left>h2 {
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--font-title);
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0.3px 0.3px 0 #000;
    padding: 7px 10px;
    background-color: #f30d19;
    /* border-radius: 5px 5px 0 0; */
}

.frame-left>h2:nth-child(2) {
    margin-bottom: 10px;
}

.frame-left {
    width: 270px;
    float: right;
    position: sticky;
    top: 60px;
    /* border-radius: 2px; */
}

.hotline-onl-sub-left {
    width: fit-content;
    padding: 5px 10px;
    background-color: red;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
}

.hotline-onl-sub-left a {
    color: #fff;
}

.list-btn {
    display: inline-block;
    width: 285px;
    position: relative;
    background: #FF0000;
    padding-left: 10px;
}

.list-btn h5 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0rem;
}

.list-btn h5 span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    left: 10px;
    top: calc(50% - 2px);
    content: '';
}

.list-btn h5 span:after {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    top: -8px;
    content: '';
}

.list-btn h5 span:before {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    bottom: -8px;
    content: '';
}

.list-btn h5 b {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: calc(25% - 2px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.list-btn h5.active b {
    opacity: 1;
    transition: all 0.6s;
    visibility: inherit;
}

.list-btn h5.active span {
    opacity: 0;
    visibility: hidden;
}

.list-btn-position {
    list-style: none;
    position: relative;
    top: 130%;
    width: 100%;
    left: 0px;
    z-index: 5;
    opacity: 0;
    transition: all 0.6s;
    background: #FFF;
    visibility: hidden;
    padding-inline-start: 0px;
}

.list-btn-position.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

.box-left-menu:last-child .list-btn-position.show {
    margin-bottom: 0;
}

.list-btn-position li {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.list-btn-position li:last-child>a {
    border-bottom: none;
}

.list-btn-position li:last-child>ul {
    border-top: 1px solid #dcdcdc;
}

.back-list>a {
    padding-left: 30px;
}

.list-btn-position li span {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: 8px;
    z-index: 9;
    cursor: pointer;
}

.list-btn-position li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 7px 25px 7px 0;
    border-bottom: 1px solid rgb(216, 216, 216);
    transition: transform 0.3s;
}

.list-btn-position li:hover>a,
.list-btn-position li>i:hover {
    color: var(--color-hover-text);
}

.list-btn-position li a:hover {
    transform: translateX(5px);
    transition: transform 0.3s;
}

.list-btn-position li>i {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 0px;
    color: grey;
    cursor: pointer;
}

.list-btn-position ul {
    width: 100%;
    background: #FFF;
    list-style: none;
    padding-left: 0;
    display: none;
}

.list-btn-position ul li a {
    margin-left: 15px;
    padding-left: 0;
}

.list-btn-position ul li:last-child>a {
    border-bottom: none;
}

.box-pro-index-lf {
    display: flex !important;
    padding: 10px 0;
    position: relative;
}

.box-pro-index-lf:after {
    content: "";
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    border-bottom: 1px solid #ededed;
    position: absolute;
}

.infor-pro-index-lf {
    line-height: 1;
    width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.infor-pro-index-lf>p {
    font-size: 12px;
}

.infor-pro-index-lf h3 a:hover {
    color: var(--color-hover-text);
}

.box-pro-index-lf>.img-pro-index-lf {
    margin-right: 10px;
    width: 40%;
    /* border-radius: 5px; */
}

.img-pro-index-lf img {
    width: 100%;
}

.box-onl-sup-left {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border: 1px solid lightgrey;
    border-top: unset;
}

.box-onl-sup-left p {
    padding-left: 10px;
}

.box-onl-sup-left img {
    width: 100%;
}

.box-left-menu {
    padding-bottom: 1px;
    top: 70px;
    z-index: 9;
    padding: 10px;
    box-shadow: 3px 3px 15px 0 #dadada;
    margin-bottom: 20px;
}

.catalogy-left h2 {
    background: #009343;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    position: relative;
    top: -1px;
    width: calc(100% + 2px);
    left: -1px;
    margin-bottom: 0;
}

.color-white-child>h3 {
    color: #fff
}

/* Product  Detail */
.pro-detail-page,
.frame-news-page {
    width: calc(100% - 300px);
    margin-right: 30px;
    float: left;
}

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

.grid-pro-detail {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-pro-detail {
    position: relative;
    width: 40%;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border-radius: 5px;
    box-shadow: 1px 1px 15px #d2d2d2;
    overflow: hidden;
}

.right-pro-detail {
    width: calc(100% - 42%);
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border: 3px solid var(--color-title);
    overflow: hidden;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 24px;
    display: block;
    font-weight: 700;
}

.social-plugin-pro-detail {
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    border-bottom: 1px dotted #dddddd;
    padding: 10px 0;
}

.attr-pro-detail li label {
    font-weight: bold;
}

.pro-select-quantity {
    display: flex;
    align-items: center;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-left: 10px;
}

.quantity-pro-detail span,
.counter-procart {
    line-height: 30px;
    padding: 0px;
    width: 30px;
    user-select: none;
    height: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
    background-color: grey;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail input,
.quantity-counter-procart .quantity-procat {
    height: 30px;
    border: none;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background-color: #dfdfdf;
}

.cart-pro-detail {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 15px #dddddd;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: -webkit-linear-gradient(top, #00b432, #006b30);
    transition: all 0.4s ease;
}

.cart-pro-detail a.addnow:hover {
    color: #006b30;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 1px 1px 5px black;
}

.addcart {
    font-size: 16px;
    font-family: var(--font-title)
}

.cart-pro-detail a.buynow {
    background: -webkit-linear-gradient(top, #cb0000, #8b0000);
}

.cart-pro-detail a.buynow:hover {
    color: #cb0000;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 1px 1px 5px black;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

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

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

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

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* news + video */
.wrap-news-video {
    background-color: #F6F6F6;
}

.wrap-news-video .block-page,
.group-news-index,
.news-item-index {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrap-news-index {
    width: 50%;
    padding-left: 12px;
}

.wrap-video-index {
    width: 50%;
    padding-right: 12px;
}

.left-news-index,
.right-news-index {
    width: 100%;
}

.desc-news.text-split {
    -webkit-line-clamp: 3;
}

.news-item-index .info-news-item {
    width: calc(100% - 240px);
}

.news-item-index {
    margin: 0 0 5px 0;
}

.news-item-index p.scale-img {
    width: 215px;
    border-radius: 5px;
    margin: 0 auto 0 0;
}

.left-news-index h3 {
    font-family: 'Roboto-Black';
    font-size: 18px;
}

.info-news-item h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.left-news-index .desc-news,
.info-news-item .desc-news {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.3;
}

.left-news-index>p.scale-img {
    margin: 5px 0 10px 0;
    box-shadow: 1px 1px 2px #676767;
}

.info-news-item h3 a:hover,
.left-news-index h3 a:hover {
    color: red;
}

/* Post  */
.news-2 {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap;
    /* box-shadow: 1px 1px 15px 0 #e1e1e1; */
    overflow: hidden;
    transition: all 0.3s;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.news-2:nth-child(even) p.scale-img {
    order: 2
}

.news-2:nth-child(even) .info-news {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.news-2 p.scale-img {
    width: 250px;
}

.news-2 .info-news {
    width: calc(100% - 250px);
    padding: 10px 15px;
    position: relative;
    padding-bottom: 40px;
}

.news-2 .view-times-news {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
    display: none;
}

.news-2:hover {
    /* transition: all 0.3s; */
    /* box-shadow: 1px 1px 15px 0 #d1d1d1; */
    /* transform: translateY(-5px); */
}

.grid-news {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.time-main {
    font-style: italic;
    text-align: right;
    margin: 10px 0;
}

.news {
    margin-bottom: 25px;
    height: fit-content;
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 1px 1px 15px #e5e5e5;
}

.news:hover {
    box-shadow: 1px 1px 10px 0px rgb(216, 216, 216);
    transform: translateY(-5px);
    transition: all ease 0.4s;
}

.pic-news {
    width: 100%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.view-times-news {
    border-top: 1px solid #d6d6d6;
    padding: 5px 0;
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-times-news>a {
    /* text-decoration: underline; */
    font-style: italic;
    color: red;
    transition: all 0.4s ease;
}

.view-times-news>a:hover {
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

.view-times-news>a i {
    transition: all 0.4s ease;
}

.view-times-news>a:hover i {
    padding-left: 10px;
    transition: all 0.4s ease;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 10px;
}

.name-news a {
    color: #333;
    text-decoration: none;
}

.name-news:hover a,
.news:hover .name-news a {
    color: var(--color-red);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-size: 13px;
    font-style: italic;
}

.desc-news.text-split {
    color: #5e5e5e;
    margin-top: 5px;
    line-height: 1.5;
    font-size: 15px;
    font-family: Timenewsroman;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 0;
    list-style: none;
}

.list-news-other li {
    margin-bottom: 2px;
    transition: all 0.4s ease;
}

.list-news-other li:hover {
    transform: translateX(5px);
    transition: all 0.4s ease;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-hover-text);
}

/* Contact */
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.input-contact input,
.input-contact textarea,
.input-contact input::placeholder,
.input-contact textarea::placeholder {
    color: #333;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.input-contact .custom-file-label {
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #6c6c6c;
    border-left: inherit;
    border-radius: 0;
}

.form-contact input.btn {
    padding: 5px 25px;
    border: 2px solid transparent;
    background-color: #e93f33;
    color: #fff;
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 1px 1px 3px grey;
}

.form-contact input.btn:hover {
    color: #fff;
    background-color: #e93f33;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.bottom-contact {
    position: relative;
    height: 500px;
    width: 100%;
    border: 1px solid blue;
    border-radius: 10px;
    overflow: hidden;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

/* Footer */
.footer {
    background: #000;
    color: #fff;
    background-size: cover;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}

.footer>.wrap-content {
    padding: 48px 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.footer-news:nth-child(1) {
    width: 100%;
    max-width: 400px;
    padding: 0 10px;
}

.footer-news:nth-child(2) {
    width: 100%;
    max-width: 205px;
    padding: 0 10px;
}

.footer-news:nth-child(3) {
    width: 100%;
    max-width: 350px;
    padding: 0 10px;
}


.title-footer {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    color: #F30D19;
    font-weight: bold;
}

.title-footer1 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'NunitoBold';
    position: relative;
    color: #fff;
}

.title-footer2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'SFUBodoniBoldCondensed';
    position: relative;
    color: #EA1D27;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.info-footer {
    font-size: 14px;
    color: #fff;
}

.info-footer img {
    vertical-align: middle;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'NunitoRegular';
    font-size: 15px;
}

.social-footer img {
    transition: all 0.3s;
}

.social-footer img:hover {
    transition: all 0.3s;
    transform: scale(0.8);
}

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

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
}

.footer-ul li:hover a {
    color: #ff0;
}

.footer-tags {
    background: #eee;
}

.footer-tags .wrap-content {
    padding: 30px 10px;
}

.label-tags {
    font-weight: 600;
    font-size: 15px;
}

.list-tags {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-tags li {
    margin: 0px 5px 5px 0px;
    width: fit-content;
}

.list-tags li a {
    color: #fff;
    background-color: var(--color-red);
    padding: 6px 15px 8px 15px;
    border-radius: 3px;
    display: block;
}

.list-tags li a:hover {
    background-color: var(--color-medium-red);
}

.footer-powered {
    color: rgb(255, 255, 255);
    background-color: #F30D19;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
}

.footer-powered .wrap-content {
    padding: 12px 0px;
}

.footer-powered b {
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.copyright {
    margin-bottom: 0px;
    text-align: center;
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 440px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
}

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

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

/* Pagination */
.pagination-home {
    width: 100%;
    text-align: center;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

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

/* pagination ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 20px;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 14px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
    transform: translateY(0);
}

/* Modal custom */
.modal {
    z-index: 100000;
}

.modal-header {
    background-color: var(--color-title);
    color: #fff;
    font-family: var(--font-title);
}

#popup-cart .btn-cart {
    transition: all 0.4s ease;
    background: var(--color-title) !important;
    box-shadow: 1px 1px 15pxrgb(214, 214, 214)k !important;
}

#popup-cart .btn-cart:hover {
    transition: all 0.4s ease;
    transform: scale(1.1);
    box-shadow: 1px 1px 5px black !important;
}

#form-cart .btn-cart {
    transition: all 0.4s ease;
    background: var(--color-title);
}

.top-cart {
    border-right: none;
}

.list-procart {
    box-shadow: 1px 1px 15px #d9d9d9;
}

.input-cart input,
.input-cart textarea {
    box-shadow: 1px 1px 15px #d9d9d9;
}

#popup-cart .total-procart,
#popup-cart .procart-label,
.procart-label,
.total-procart {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 15px #d9d9d9;
}

#form-cart .btn-cart:hover {
    transition: all 0.4s ease;
    box-shadow: 1px 1px 5px black !important;
    color: var(--color-title);
    background: #fff;
    transform: scale(0.98) translateY(-5px);
}

.buymore-cart {
    text-decoration: underline;
}

#popup-cart .total-procart,
#popup-cart .procart-label,
.procart-label,
.total-procart {
    background-color: var(--color-title);
    color: #fff;
}

.title-cart {
    font-family: var(--font-title);
    color: var(--color-title);
}

.total-procart p:last-child {
    color: #fff;
    font-family: var(--font-title);
}

.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: 41px;height: 41px;text-align: center;font-weight: bold;color: #444;text-decoration: none;position: fixed;bottom: 65px;right: 25px;display: none;z-index: 10;cursor: pointer;} */
/*Go top*/
.progress-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #1182FC;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1182FC;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

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

.text-split-3 {
    -webkit-line-clamp: 3;
}

.text-split-5 {
    -webkit-line-clamp: 5;
}

/* 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;
}

/* 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);
}

p.scale-img {
    width: fit-content;
    margin: 0 auto;
}

/* mobile footer */
.fix-toolbar {
    background: #000;
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    height: auto;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    border-top: 1px solid #fff;
    z-index: 10000;
}

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

.fix-toolbar ul li {
    text-align: center;
    width: 20%;
}

.fix-toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.fix-toolbar ul li a img {
    height: 25px;
    width: auto;
}

.fix-toolbar img {
    vertical-align: top;
}

.fix-toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: none;
}

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

/* 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;
    }
}

/* 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: #404040;
    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: 70px;
    right: 7px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    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)
}

.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: 110px;
    right: 90px;
    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: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    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: #1182FC
}

.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: 1000;
    background: #4b4f56;
    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: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
}

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

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 3.5vw;
    display: none;
}

/* 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%;
}

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

/* 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%;
}

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

/*Album */
.album-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}

.box-album-index {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 30px;
}

.box-item-album {
    position: relative;
    overflow: hidden;
}

.box-item-album h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -150px;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    margin-bottom: 0;
    font-family: 'Arial';
    font-size: 22px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-item-album h3 a {
    text-decoration: none;
    color: #fff;
}

.box-item-album:hover h3 {
    bottom: 0;
    transition: all 0.3s;
}

.box-item-album h3:hover a {
    color: #ff0;
}

.box-item-album:hover img {
    filter: brightness(0.7);
}

.list-album {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.list-album p {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 10px;
}

.list-album p span {
    padding: 10.5px 15.5px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}

.list-album p span.active,
.list-album p span:hover {
    border: 1px solid #69A21F;
    transition: all 0.6s
}

/*Table download*/
.tablediv-file {
    font-family: 'Roboto';
}

.title-item-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #DC1500;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.title-item-table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f6f6f6;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.title-item-table>div:nth-child(1),
.title-item-table-row>div:nth-child(1) {
    width: 10%;
    text-align: center
}

.title-item-table>div:nth-child(2),
.title-item-table-row>div:nth-child(2) {
    width: 70%;
    text-align: left;
}

.title-item-table>div:nth-child(3),
.title-item-table-row>div:nth-child(3) {
    width: 20%;
    text-align: center
}

.title-item-table-row,
.title-item-table-row a {
    color: #333;
}

.title-item-table-row:hover a {
    color: #f00
}

.title-item-table-row:nth-child(odd) {
    background: #dcdcdc;
}

.title-item-table-row:hover {
    background: #ccc;
}

/*check Form*/
.wrap-maini {
    background: #009343;
}

.check-form-content {
    max-width: 800px;
    margin: auto;
}

.check-form-content h2 {
    background: #009343;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding: 10px 0;
}

.menu-step {
    background: #ED1B2C;
    font-size: 25px;
    font-family: 'Roboto';
    color: #000;
    padding: 35px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-step span {
    cursor: pointer;
}

.menu-step span.active {
    color: #fff;
}

.catalogy-item .pic-product {
    margin-bottom: 0
}

.catalogy-item .name-product {
    position: absolute;
    left: 26px;
    width: calc(100% - 52px);
    line-height: 50px;
    bottom: -25px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
}

.catalogy-item:hover .name-product {
    background: #ED1B2F;
}

.catalogy-item:hover .name-product a {
    text-decoration: none;
    color: #fff
}

.catalogy-item .name-product {}

.catalogy-item .name-product a {
    color: #000
}

.form-check-product {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: 20px;
}

.form-check-product input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.form-check-product button {
    width: 100%;
    margin-top: 10px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto';
    background: #ED1B2C;
    border: none;
    text-transform: uppercase;
}

.check-header {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.check-footer {
    background: #666666;
    color: #fff;
    padding: 30px 0;
}

.check-content {
    text-align: center;
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
    background: #fff;
}

.show-messenger {
    position: relative;
    font-size: 15px;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.tooltip1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto';
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

.tooltip2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: calc((100% - 400px)/2);
    top: 25px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto';
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

.check-step-button {
    margin-top: 20px;
}

.check-step-button span {
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0 3px;
    font-size: 15px;
    font-family: 'Roboto';
    cursor: pointer
}

.check-ok {
    background: #009343;
    color: #fff;
}

.check-no {
    background: #f00;
    color: #fff
}

.support-check {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.using_discount {
    padding: 7px 20px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

.using_discount:hover {
    background: #c33;
    color: #fff;
    border: 1px solid #c33;
}

@-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)
    }
}

/* mmenu custom */
.mm-panels>.mm-panel {
    box-shadow: inset -2px 0px 10px 0 rgb(0 0 0 / 78%);
}

.mm-navbar {
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.3);
}

.mm-navbar__title {
    font-size: 20px;
}

/* HOVER ANIMATE */
.btn-hover-animate-1 {
    display: block;
    transition: all 0.3s ease-out;
}

.btn-hover-animate-1:hover {
    box-shadow: 1px 1px 3px #dcdcdc;
    transform: scale(0.95);
    transition: all 0.3s ease-out;
}

.grid-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.grid-news-list .item {
    position: relative;
}

.grid-news-list .item .img {
    position: relative;
}

.grid-news-list .item .img::after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 1s ease;
    transform: translateY(100%);
}

.grid-news-list .item .content {
    position: absolute;
    width: 100%;
    color: #fff;
    height: fit-content;
    transition: all 0.4s;
    top: 100%;
    left: 0;
    padding: 10px;
    transform: translateY(-65px);
    z-index: 2;
}

.grid-news-list .item .content h3 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #2a2a2a;
    min-height: 51px;
    display: flex;
    align-items: center;
}

.grid-news-list .item .content h3:hover {
    text-decoration: underline;
}

.grid-news-list .item .content .desc {
    margin-top: 30px;
    transition: margin-top 0.7s ease;
    line-height: 1.4;
    margin-bottom: 10px;
}

.grid-news-list .item:hover .img::after {
    transition: all 0.5s ease;
    transform: translateY(0%);
}

.grid-news-list .item:hover .content {
    transition: all 1s;
    transform: translateY(-100%);
}

.grid-news-list .item:hover .content .desc {
    transition: margin-top 0.7s ease;
    margin-top: 0;
}

.grid-news-list .item:hover .content .btn-news-1 {
    margin-top: 10px;
    transition: background-color 0.3s ease, margin-top 0.7s ease;
}

.btn-news-1 {
    padding: 10px 20px;
    margin-top: 35px;
    font-weight: bold;
    background-color: #fff;
    color: #333;
    display: block;
    width: fit-content;
    transition: background-color 0.3s ease, margin-top 0.7s ease;
    border: none;
    outline: none;
}

.btn-news-1:hover {
    color: #fff;
    background-color: #F30D19;
    transition: background-color 0.3s ease;
}

/* PAGE LOAD ANIMATION */
div.wap_load {
    background: #2b2b2b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.wrap-box-loader {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1s infinite;
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1s infinite;
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}

/* button-1 */
.btn-1 {
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #F30D19;
    color: #fff;
    display: block;
    line-height: 1.5;
    width: fit-content;
    transition: all 0.3s;
    border: 1px solid #F30D19;
}

.btn-1:hover {
    transition: all 0.3s;
    background-color: transparent;
    color: #F30D19;
}

.wrap-criteria {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto -50px auto;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 2px 0 10px #0000003b;
}

.title-index-3 {
    font-size: 28px;
    font-family: TimeNews;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.title-index-3::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    border-bottom: 2px solid #F30D19;
    position: absolute;
}

.title-index {
    font-size: 28px;
    font-family: TimeNews;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto 15px auto;
}

.title-index::after {
    content: '';
    left: 50%;
    bottom: 0;
    width: 80px;
    border-bottom: 2px solid #F30D19;
    position: absolute;
    transform: translateX(-50%);
}

.slick-member .item .img {
    overflow: hidden;
}

.slick-member .item {
    margin: 5px 12px;
    position: relative;
}

.slick-member .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 20px 10px 20px;
    width: 100%;
    color: #fff;
    height: fit-content;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.639093137254902) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.5s ease;
}

.slick-member .item:hover .content {
    transition: all 0.5s ease;
    padding-left: 30px;
    padding-right: 10px;
}

.slick-member .item .content h3 {
    font-size: 20px;
    line-height: 1.2;
}

.slick-member .item .content p {}

.slick-member .item .content h3:hover {
    text-decoration: underline;
}

.wrap-newsletter {
    background: url(../images/bg-newsletter.png) no-repeat center top;
    background-size: cover;
}

.wrap-newsletter .left {
    width: 50%;
    padding-right: 20px;
    max-width: 466px;
}

.wrap-newsletter .right {
    width: 50%;
    padding-left: 20px;
    color: #fff;
}

.wrap-newsletter .img img {
    width: fit-content;
    max-width: 100%;
}

.wrap-newsletter .img-1 {
    margin: 0 auto 24px 0;
}

.wrap-newsletter .img-2 {
    margin: 0 0 0 auto;
}

.title-index-2 {
    font-size: 28px;
    font-family: 'Times New Roman';
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.title-index-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ffffffd2;
    border-radius: 3px;
}

.newsletter-input {
    margin-bottom: 15px;
}

.newsletter-input input {
    height: 48px;
    border-radius: 0;
    background: #ffffff26;
    border: none;
    color: #fff;
}

.newsletter-input textarea {
    height: 150px;
    border-radius: 0;
    background: #ffffff26;
    border: none;
    color: #fff;
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
    font-size: 16px;
    line-height: 1.5;
    color: #fff !important;
    font-weight: 300;
}

.slick-doitac .item {
    margin: 0 6px;
    text-align: center;
}

.slick-doitac .item img {
    margin: 0 auto;
}

.fotorama__thumb,
.fotorama__stage__frame.fotorama__active {
    border-radius: 5px;
    overflow: hidden;
}

.fotorama__thumb-border {
    border-color: #f30d1999;
    border-radius: 5px;
}

.ht_chinhanh .left {
    width: calc(50% - 35px);
}

.ht_chinhanh .show-map-chinhanh {
    width: 50%;
    max-height: 420px;
    overflow: hidden;
}

.show-map-chinhanh iframe {
    width: 100% !important;
}

.chinhanh_title>p {
    font-size: 16px;
}

.chinhanh_title {
    padding: 35px 30px;
    background-color: #ebebeb;
    font-size: 20px;
    margin-bottom: 1px;
    cursor: pointer;
}

.chinhanh_title.active {
    background-color: #F30D19;
    color: #fff;
    position: relative;
}

.chinhanh_title.active i {
    color: #fff;
}

.chinhanh_title.active::after {
    background-color: #F30D19;
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 20px;
    height: 30px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.chinhanh_title h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}