@charset "UTF-8";

/* Main */
:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-main: #F98435;
    --color-hover: #EC2F38;
}

body {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

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

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

.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
}

.swiper-initialized .swiper-slide {
    padding: 0;
}

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.wrap-main,
.wrap-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

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

.wrap-content {
    margin: auto;
}

.contain_trong {
    max-width: 1300px;
    margin: 0 auto;
}

.detail_tt {
    width: 25%;
    padding: 0 10px 20px;
}

.mg_tt {
    margin: 0 -10px -20px;
}

.container-pages {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.img_cart {
    display: inline-block;
    position: relative;
}

.img_cart span {
    font-size: 10px;
    position: absolute;
    background: #fff;
    color: #f98435;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    right: -12px;
    font-weight: 800;
}

.promoadd {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.load_cmm .btn-load-more-comment-parent {
    padding: 11px 15px;
    background-color: var(--color-hover);
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-color: var(--color-hover);
}

.load_cmm .btn-load-more-comment-parent:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

.load_cmm .btn-popup-comment-parent {
    width: 49%;
    border: 1px solid #f98435;
    background: #f98435;
    color: #fff;
    border-radius: 5px;
}

.load_cmm .btn-popup-comment-parent:hover {
    background: #fff;
    color: #f98435;
    outline: none !important;
    box-shadow: unset !important;
}

.promoadd__ttl {
    background-color: #f98435;
    border-bottom: 1px solid #f98435;
    font-size: 15px;
    line-height: 16px;
    padding: 12px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

a.a_uuudai {
    cursor: pointer;
    font-size: 15px;
    color: #f98435;
    display: block;
    margin-top: 2px;
    text-align: center;
}

.wrap-dikem {
    margin: 15px 0;
}

.nd_uudai {
    overflow: hidden;
    max-height: 140px;
    text-align: unset;
    padding: 10px;
}

.wrap-dikem .detail_sanpham {
    width: 33.33%;
}

.mg_tts {
    margin: 0;
}

.item_ts {
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #d8d7d7 !important;
}

.item_ts .mw_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_ts .mw_tt .pic_tt {
    max-width: 190px;
    margin-bottom: 0;
}

.item_ts .mw_tt .info_tt {
    width: calc(100% - 205px);
}

.load-video-detail {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 13;
    width: 100%;
    height: 100%;
}

.load-video-detail.active {
    display: block;
}

.load-video-detail.active iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    border: 0;
    height: 100%;
}

/* General */
.title-main {
    margin-bottom: 25px;
    text-align: center;
    background: url(../images/after_title.png) no-repeat bottom center;
    padding-bottom: 18px;
}

.title-main>span {
    text-transform: uppercase;
    color: #202020;
    font-size: 25px;
    font-weight: 700;
}

.title-main>span>a {
    color: #202020;
}

.title-main-2 {
    color: #303030;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    margin-bottom: 0.5rem;
}

.title-main-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 246px;
    height: 1px;
    background-color: var(--color-main);
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0 0;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 15px);
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

.prev-carousel {
    left: 0;
}

.next-carousel {
    right: 0;
}

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    width: 100%;
    animation: animatetop 0.4s;
}

.fix_head.menu {
    box-shadow: 0 2px 5px #ccc;
}

.fix_head.menu .contain_trong {
    padding: 10px 0;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.list_nb {
    margin-top: 50px;
}

.list_nb .contain_trong {
    padding: 0 0 35px;
}

/* Header */
.header {
    background-color: #fff;
}

.header-top {
    background-color: var(--color-main);
    padding: 5px 0;
}

.header-top .slogan {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.header-bottom .wrap-content {
    padding: 8px 0;
}

.header-cart {
    padding-left: 40px;
    background: url(../images/i_cart.png) no-repeat left center;
}

.header-cart a {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 30px;
}

.info-header {
    margin-bottom: 0;
}

.info-header i {
    vertical-align: top;
    margin: 3px 5px 0 0;
    font-size: 16px;
}

.hotline-header {
    display: inline-block;
    padding-left: 52px;
    background-image: url(../images/i_hotline.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.hotline-header p {
    font-weight: 500;
    margin-bottom: -6px;
    font-family: "TimesNewRoman";
    font-size: 15px;
    color: #333333;
    font-weight: 800;
}

.hotline-header span {
    font-weight: 500;
    color: #eb0e0e;
    font-size: 22px;
    display: block;
    font-family: "TimesNewRoman";
    font-weight: 800;
}

.user-header a {
    color: #fff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.user-header a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #fff;
    top: calc(50% - 3.5px);
    right: 0;
    opacity: 0.7;
}

.user-header a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.user-header a:last-child:after {
    display: none;
}

.email-header {
    display: inline-block;
    padding-left: 57px;
    background-image: url(../images/i_email.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.email-header p {
    font-weight: 500;
    margin-bottom: -3px;
    font-size: 15px;
    color: #333333;
    font-family: "TimesNewRoman";
}

.email-header span {
    font-weight: 500;
    color: #333333;
    font-size: 15px;
    display: block;
    font-family: "TimesNewRoman";
}

a.a_product {
    cursor: pointer;
    font-size: 17px;
    font-family: Roboto-Bold;
    color: #f98435;
    display: block;
    margin-top: 20px;
    text-align: center;
}

/* Menu */
.desc_lst {
    overflow: hidden;
    max-height: 140px;
}

.banner_trong>.contain_trong {
    padding: 0 !important;
}

.menu_left {
    width: 95%;
}

.menu .contain_trong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.menu {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
}

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

.menu_top>ul {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 0;
}

.menu_top>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex: 1 0 auto;
    position: relative;
    line-height: 40px;
}

.menu_top>ul>li>a {
    font-family: "TimesNewRoman";
    color: #000000;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    text-shadow: none;
    font-weight: 700;
}

.menu_top>ul>li>a.active {
    color: #000;
}

.menu_top>ul>li>a span {
    position: relative;
    z-index: 12;
    display: block;
    opacity: 0.9;
}

.menu_top>ul>li>a span b {
    position: relative;
}

.menu_top>ul>li>a span b:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f98435;
    content: "";
    transition: 0.3s ease-out;
}

.menu_top>ul>li>a.active span b:after {
    width: 100%;
}

.menu_top>ul>li>a.mousego span b:after {
    width: 0;
}

.menu_top>ul>li>a.act_hover span b:after {
    width: 100% !important;
}

.menu_top>ul>li ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 251px;
    z-index: 3000;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu_top>ul>li>ul {
    top: 41px;
    left: 0;
    padding-top: 0 !important;
}

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

.menu_top>ul>li li {
    width: 250px;
    position: relative;
    background: #d80000;
    line-height: 25px;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.menu_top>ul>li li a {
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 18px;
}

.menu_top>ul>li li:hover {
    background: var(--color-dark-red);
}

.menu_top>ul>li li:last-child {
    border-bottom: 0 solid #fff;
}

.menu_top>ul>li>ul li ul {
    box-shadow: 0 2px 5px #ccc;
    top: 0;
}

.menu_top>ul>li:nth-child(8):after,
.menu_top>ul>li:nth-child(8):before {
    display: none;
}

.flex_main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Search */
.search {
    width: 380px;
    background: #fff;
    border: 1px solid #f98435;
    border-radius: 3px;
}

.search p {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    background: #f98435;
    font-family: "TimesNewRoman";
    border-radius: 3px;
}

.search input {
    width: calc(100% - 90px);
    height: 40px;
    float: left;
    outline: none;
    padding: 0;
    border: 0;
    background: url(../images/search.png) no-repeat left 15px center;
    text-indent: 41px;
    font-size: 13px;
    color: #333333;
    font-family: "TimesNewRoman";
}

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

.search input::placeholder {
    color: #333333;
}

.menu .search-res .icon-search {
    color: #333;
}

/* Menu RP */
.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #f98435;
    position: relative;
    line-height: normal;
}

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

#menu {
    display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
}

#hamburger:before {
    top: 0;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

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

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

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

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

.search-res .search-grid {
    width: 300px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f98435;
    z-index: 2;
    border-radius: 10px;
    line-height: normal;
}

.search-res .search-grid.active {
    opacity: 1;
    width: 230px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -50px;
}

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

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #f98435;
}

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

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

/* Slideshow */
.slideshow {
    position: relative;
}

.slideshow a {
    display: block;
    cursor: pointer;
}

.slideshow a.pic_sl img {
    width: 100%;
    height: 100%;
}

.slideshow:hover .control-slideshow {
    opacity: 0.3;
}

.slideshow .control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    width: 35px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0;
    background-color: #000000;
    border-radius: 3px;
}

.slideshow .control-slideshow:hover {
    opacity: 0.8;
}

.slideshow .control-slideshow i {
    color: #ffffff;
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px;
}

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}

.pic_qc img {
    width: 100%;
}

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

.left_slide {
    width: 62.308%;
    position: relative;
    aspect-ratio: 815/510;
}

.right_sl {
    width: 36.155%;
}

.item_sl:first-child {
    margin-bottom: 10px;
}

.bg_quangcao {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.bg_quangcao a img {
    width: 100%;
    height: 100%;
}

.slideshow .contain_trong {
    padding: 0 0 0;
}

/* Partner */
.wrap-partner {
    padding: 30px 0;
    background: #F2F2F2;
    margin-top: 50px;
}

.wrap-partner .owl-partner {
    padding: 0;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}

.wrap-partner .partner {
    display: block;
    border-radius: 5px;
    background: #FFF;
}

.wrap-partner .partner img {
    width: 100%;
}

.wrap-partner:hover .control-carousel {
    opacity: 0.3;
}

.wrap-partner .control-carousel {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 15.5px);
    width: 19px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
    background-color: #b2b2b2;
    border: 0;
}

.wrap-partner .control-carousel:hover {
    opacity: 0.8;
}

.wrap-partner .control-carousel i {
    color: #ffffff;
}

.prev-partner {
    left: -44px;
    padding-right: 0;
}

.next-partner {
    right: -44px;
    padding-left: 0;
}

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

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1300px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}

.left {
    width: 280px;
    float: left;
}

.left_sticky {
    display: inline-block;
    width: 100%;
    position: sticky;
    top: 70px;
    z-index: 1;
}

.right {
    width: calc(100% - 307px);
    float: right;
    background: #fff;
}

.right .title-main span {
    font-size: 22px;
}

.block-left {
    padding: 7px 7px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.bg_menu {
    padding: 0;
}

.title-left {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-family: "TimesNewRoman";
    background: #f98435;
    padding: 8px 0;
}

.productnb-scroll {
    overflow: hidden;
    height: 500px;
}

.productnb-scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.productnb-scroll ul li {
    margin-bottom: 10px !important;
}

/* Intro */
.intro {
    margin-top: 50px;
}

.wrap-intro {
    margin-bottom: 0;
}

.left-intro {
    width: 46.77%;
}

.right-intro {
    width: 52%;
}

.title-intro {
    margin-bottom: 29px;
    text-align: center;
}

.title-intro span {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    background: #ffdec8;
    font-family: "TimesNewRoman";
    border: 3px solid #f98435;
    border-radius: 45px;
    padding: 11px 11px 12px;
    min-width: 383px;
}

.title-intro span a {
    color: #f98435;
}

.newshome-best {
    width: 43%;
    display: block;
    float: left;
    margin-right: 1.5%;
}

.pic-newshome-best img {
    width: 100%;
}

.name-newshome {
    color: var(--color-black);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.25rem;
}

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

.time-newshome {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-newshome {
    color: var(--color-black);
    margin-bottom: 0;
}

.view-newshome {
    display: inline-block;
    border: 1px solid var(--color-black);
    padding: 8px 15px;
    color: var(--color-black);
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 1rem;
}

.view-newshome:hover {
    background-color: var(--color-black);
    color: #fff;
}

.newshome-scroll {
    width: 100%;
    background: #f98435;
    padding: 26px 0 23px;
}

.newshome-scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 23px;
}

.newshome-scroll ul li {
    margin-bottom: 0 !important;
    line-height: 52px;
    position: relative;
    padding-left: 27px;
    background: url(../images/ar1.png) no-repeat 0 17px;
}

.newshome-scroll ul li:last-child:before,
.newshome-scroll ul li:last-child:after {
    display: none;
}

.newshome-scroll ul li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 114px);
    height: 1px;
    content: "";
    background: #fd9853;
}

.newshome-scroll ul li:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: calc(100% - 114px);
    height: 1px;
    content: "";
    background: #f2722a;
}

.newshome-scroll ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newshome-scroll ul li a b {
    width: 161px;
    padding-right: 46px;
    padding-left: 49px;
    font-family: "RobotoRegular";
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: url(../images/down.png) no-repeat left center;
}

.newshome-scroll ul li a h3 {
    margin-bottom: 0;
    width: calc(100% - 161px);
}

.newshome-scroll ul li a h3 span {
    text-transform: uppercase;
    font-family: "Roboto-Medium";
    font-size: 19px;
    color: #fff;
}

.comment-page {
    margin-top: 35px;
}

.comment-page__album-title {
    color: #303030;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrap-tintuc .contain_trong {
    padding: 42px 0 66px;
}

.mw_tt h3 {
    font-family: "TimesNewRoman";
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 700;
}

.mw_tt h3:hover {
    color: #f98435;
}

.desc_tt {
    color: #4D4D4D;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0.5rem;
}

.view_tt {
    color: var(--color-hover);
}

.view_tt:hover {
    color: var(--color-main);
}

.box-list:hover h3 {
    color: #F98434;
}

.wrap-product {
    margin-bottom: 50px;
}

.mg_sp {
    margin: 0px -9px -36px;
}

.detail_sanpham {
    width: 20%;
    padding: 0px 9px 36px;
}

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

.video-main {
    height: 470px;
}

.listvideos {
    width: 100%;
    border: 1px solid var(--color-gray);
    background-color: #fff;
    padding: 10px;
}

span.xemchitiet {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    background: #F98434 url(../images/ar.png) no-repeat right 23px center;
    border-radius: 45px;
    color: #fff;
    font-family: "TimesNewRoman";
    padding: 9px 50px 8px 31px;
    margin-top: 7px;
}

.box-product {
    position: relative;
    display: block;
    margin-bottom: 0px;
    text-align: center;
}

.pic-product {
    background: #fff;
    margin-bottom: 18px;
}

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

.name-product {
    font-size: 15px;
    color: #333333;
    text-align: center;
    font-family: "TimesNewRoman";
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 800;
}

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

.price-product {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-product span {
    font-weight: 500;
}

.price-new {
    font-size: 15px;
    font-weight: 500;
    color: #e70000;
    font-family: "TimesNewRoman";
    font-weight: 800;
}

.price-old {
    padding-left: 4px;
    font-size: 14px;
    color: #c0c0c0;
    font-family: "TimesNewRoman";
    text-decoration: line-through;
    font-weight: 800;
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

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

.cart-product span {
    cursor: pointer;
    width: 49%;
    float: left;
    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);
}

/* Sản Phẩm Detail */
.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: 45%;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border-radius: 5px;
}

.right-pro-detail {
    width: 53%;
    float: left;
}

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

.owl-thumb-pro {
    padding: 0px 40px;
}

.thumb-pro-detail {
    display: block !important;
    border-radius: 3px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

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

.title-pro-detail {
    color: #303030;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

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

.video-pro-detail {
    position: relative;
}


.video-pro-detail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center center;
}

.comment-pro-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.comment-star-title {
    color: #4D4D4D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.desc-pro-detail {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
}

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

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
    color: #4D4D4D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
    color: #4D4D4D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-new-pro-detail {
    color: #EC2F38;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.price-old-pro-detail {
    color: #A1A1A1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: line-through;
    padding-left: 10px;
}

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

.load-color-text {
    color: #F00;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.load-size-text,
.load-color2-text {
    color: #2C2C2C;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.size-pro-detail,
.color2-pro-detail {
    display: inline-block;
    position: relative;
    padding: 6px 15px;
    border-radius: 5px;
    background: #F2F2F2;
    text-align: center;
    border: 1px solid #f2f2f2;
}

.size-pro-detail p,
.color2-pro-detail p {
    margin-bottom: 0;
    color: #4D4D4D;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.size-pro-detail span,
.color2-pro-detail span {
    color: var(--color-main);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.color-pro-detail.active:before,
.color2-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],
.color2-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;
    border-radius: 0px !important;
}

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

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

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

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

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

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

.select-mau-carts,
.select-maus-carts,
.select-mauss-carts {
    width: 240px;
    margin: 10px 0px;
}

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

.quantity-pro-detail span {
    line-height: 35px;
    padding: 0px;
    width: 40px;
    height: 40px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 40px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 17px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 1rem;
    gap: 10px;
}

.cart-pro-detail a {
    padding: 0 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: var(--color-main);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-hover);
}

.cart-pro-detail a.addnow:hover {
    background-color: var(--color-main);
    color: #FFF;
    cursor: pointer;
}

.cart-pro-detail a.buynow:hover {
    background-color: #d76d26;
    color: #FFF;
    cursor: pointer;
}

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

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
    float: left;
    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;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin: 1rem auto;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    padding: 8px 20px;
    color: var(--color-main);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid var(--color-main);
    margin-bottom: -1px;
}

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

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

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

.criteria-pro-detail .item {
    padding: 9px 15px;
    border-radius: 5px;
    border: 1px solid #C6C6C6;
    background: #FFF;
}

.criteria-pro-detail .item .name {
    color: #4D4D4D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.muakem-pro-detail {
    margin-top: 50px;
}

.muakem-pro-detail .title {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.muakem-pro-detail .item .pic {
    border-radius: 10px;
}

.muakem-pro-detail .item .name {
    margin-bottom: 0;
    color: #262626;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
    text-align: center;
}

.muakem-pro-detail .item .name:hover {
    color: var(--color-main);
}

/* Comment */
.comment-title {
    font-size: 18px;
}

.comment-show {
    display: block !important;
}

.comment-point {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.comment-count {
    color: #4D4D4D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.comment-star {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.comment-star span {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.comment-star i {
    display: inline-block;
    margin: 0.1rem;
    color: #b8b8b8;
    text-rendering: auto;
    font-size: 20px;
}

.comment-star i:nth-child(1) {
    margin-left: 0;
}

.comment-star span i {
    color: #ffc120;
}

.btn-write-comment {
    background-color: var(--color-main);
    color: #FFF;
    border-color: var(--color-main);
    font-size: 15px;
}

.btn-write-comment:hover {
    background-color: var(--color-hover);
    border-color: var(--color-hover);
    color: #FFF;
}

.comment-progress {
    width: 100%;
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-progress:last-child {
    margin-bottom: 0px;
}

.comment-progress .progress {
    height: 12px;
    margin-right: 10px;
    margin-left: 5px;
    width: calc(100% - 90px);
    border-radius: 10px;
}

.comment-progress .progress-bar#has-rate {
    background-color: #23b445;
}

.comment-progress .progress-num {
    font-size: 15px;
    width: 25px;
    text-align: center;
    color: #787878;
}

.comment-progress .progress-total {
    font-weight: 600;
    text-align: left;
    color: #787878;
    width: 50px;
}

.comment-write {
    display: none;
}

.review-rating-star {
    font-size: 0;
}

.review-rating-star-icon .fa {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0.1rem;
    font-size: 21px;
    cursor: pointer;
    color: #f0c808;
}

.review-rating-star-icon .fa.star-empty {
    color: #dedddc;
}

.review-rating-star-icon .fa.star-not-empty {
    color: #f0c808;
}

.review-rating-star-icon .fa:nth-child(1) {
    margin-left: 0;
}

.review-fileuploader {
    padding: 20px 15px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    border: 2px dashed #c2cdda;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.review-fileuploader .review-fileuploader-text {
    color: #90a0bc;
}

.review-file-uploader .fileuploader {
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list {
    margin: 1rem -5px 0 -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
    display: block;
    content: "";
    clear: both;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item {
    padding: 0px;
    width: calc(14.2857142857% - 10px);
    float: left;
    margin: 0 5px 5px 5px;
    border-bottom: 0px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .columns {
    display: block;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail {
    width: auto;
    height: auto;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image {
    height: auto;
    padding: 50% 0;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title {
    padding: 0px;
    margin-top: 0.5rem;
    text-align: center;
    display: none;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-actions {
    margin: 0px;
    position: absolute;
    top: 0px;
    right: -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-infos input {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
}

.review-poster-video-avatar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-poster-video-avatar .avatar-detail {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-poster-video-avatar .avatar-detail img {
    max-width: 95px;
    max-height: 95px;
}

#review-content {
    height: 350px;
}

.carousel-comment-media .carousel-control a {
    opacity: 1;
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    bottom: inherit;
}

.carousel-comment-media .carousel-control a span {
    display: block;
    cursor: pointer;
    color: #222222;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-comment-media .carousel-control a.carousel-control-prev {
    left: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-prev span {
    padding-right: 9px;
}

.carousel-comment-media .carousel-control a.carousel-control-next {
    right: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-next span {
    padding-left: 8px;
}

.carousel-comment-media .carousel-indicators {
    position: static;
    margin: 0px 0px;
    text-align: left;
    display: block;
}

.carousel-comment-media .carousel-indicators li {
    width: auto;
    max-width: 60px;
    height: auto;
    text-indent: inherit;
    flex: none;
    margin: 0px 0px 3px 0px;
    border: 2px solid transparent;
    opacity: 1;
    cursor: zoom-in;
}

.carousel-comment-media .carousel-indicators li.active {
    border-color: #ffc120;
    cursor: zoom-out;
    transform: scale(1.05);
}

.carousel-comment-media .carousel-inner {
    max-width: 550px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
}

.carousel-comment-media .carousel-inner .carousel-lists .carousel-comment-media-item-video #file-video {
    max-width: 100%;
    width: 100%;
    height: 500px;
    vertical-align: top;
    display: inline-block;
    background-color: #000000;
}

#form-reply {
    display: none;
}

.comment-item {
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
}

.comment-item:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .comment-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.comment-item-poster {
    width: 300px;
    margin-right: 30px;
}

@media only screen and (max-width: 991px) {
    .comment-item-poster {
        width: auto;
        margin-right: 0px;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.comment-item-letter {
    border-radius: 50%;
    background-color: #d3d2d3;
    color: #919090;
    width: 80px;
    height: 80px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .comment-item-letter {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-bottom: 0;
    }
}

.comment-item-name {
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    color: #303030;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .comment-item-name {
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.comment-item-posttime {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.comment-item-information {
    width: calc(100% - 330px);
}

.comment-item-content {
    color: #4D4D4D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-reply-comment {
    color: #EC2F38;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .comment-item-information {
        width: 100%;
    }
}

.comment-item-star {
    float: left;
    margin-right: 10px;
}

.comment-item-star i {
    font-size: 22px;
    margin-right: 10px;
}

.comment-item-title {
    font-size: 15px;
    font-weight: 500;
}

.comment-replies {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    padding: 1.75rem 1.5rem;
}

.comment-replies:after {
    content: "";
    position: absolute;
}

.comment-replies:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #f8f9fa;
}

.comment-replies:after {
    top: -14px;
    left: 9px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 14px solid #dfdfdf;
}

.comment-replies-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.comment-replies-item:last-child {
    margin-bottom: 0px;
}

.comment-replies-letter {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
    padding-left: 1px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #e5e3e5;
    color: #919090;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    text-align: center;
    margin-top: 0.125rem;
}

.comment-replies-letter.admin {
    position: relative;
    background-color: #189eff;
    text-indent: 9999px;
    overflow: hidden;
}

.comment-replies-letter.admin:before {
    content: "QTV";
    text-indent: 0px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comment-replies-info {
    width: calc(100% - 55px);
}

.comment-replies-name {
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.comment-replies [class*=btn-load-more-] {
    border: 0px;
    outline: none;
    padding: 0px;
    background: transparent;
}

.comment-media-play {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.comment-media-play svg {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

.comment-media-play svg .comment-media-play-stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.comment-media-play svg .comment-media-play-stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.comment-media-play svg .comment-media-play-icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}

.comment-media-play:hover svg .comment-media-play-stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}

.comment-media-play:hover svg .comment-media-play-stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}

.comment-media-play:hover svg .comment-media-play-icon {
    transform: scale(1.05);
}

.comment-load-more-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-load-more-control:before,
.comment-load-more-control:after {
    content: "";
    background-color: #D9D9D9;
    flex: 1 1 0;
    height: 1px;
}

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

/* Bài viết */
.news {
    width: 49%;
    float: left;
    margin-bottom: 25px;
    display: block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    width: 27.44%;
    margin-bottom: 0px;
}

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

.info-news {
    float: right;
    width: 70%;
}

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

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

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

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

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

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

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

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

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

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

.sidebar-site {
    border-left: 1px solid #ececec;
}

.tuvan-input {
    position: relative;
    margin-bottom: 12px;
}

.tuvan-input label {
    color: #fff;
    font-size: 15px;
}

.tuvan-input input {
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}

.tuvan-input textarea {
    min-height: 90px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}

.wrap_tuvan {
    border-radius: 6px;
    padding: 30px 20px;
    background: #925F26;
}

.tuvan_title {
    text-align: center;
    margin-bottom: 20px;
}

.tuvan_title h2 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.tuvan-button {
    margin-top: 30px;
    text-align: center;
}

.btn_tuvan {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    background: #fff;
    color: var(--color-dark-red);
    transition: 0.4s;
}

.btn_tuvan:hover {
    background: var(--color-medium-red);
    color: #fff;
}

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

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

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

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

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

.bottom-contact {
    position: relative;
    height: 500px;
}

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

/* Footer */
.footer-article {
    background: #ea232c;
    position: relative;
}

.fix_hotline {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 12;
    background: #f98435;
}

.fix_hotline .contain_trong {
    max-width: 1230px;
    position: relative;
}

.fix_hotline .contain_trong:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f98435;
    height: 100%;
    content: "";
}

.flex_hl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 12;
}

a.item_ht {
    line-height: 50px;
    padding-right: 20px;
    margin-right: 16px;
    position: relative;
    font-size: 17px;
    color: #fff;
    font-family: "TimesNewRoman";
    padding-left: 30px;
    background: url(../images/hl1.png) no-repeat left center;
    font-weight: 800;
}

.fix_hotline>b {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    content: "";
    background: #f98435;
}

.mail_hta.item_ht {
    background: url(../images/mail1.png) no-repeat left center;
}

a.item_ht:last-child:before,
a.item_ht:last-child:after {
    display: none;
}

.footer-article {
    padding: 50px 0;
}

.footer-news:nth-child(1) {
    width: 45%;
}

.footer-news:nth-child(2) {
    width: auto;
    max-width: 32%;
    padding-top: 2px;
}

.footer-news:nth-child(3) {
    width: 23%;
    padding-top: 2px;
}

.footer-news:nth-child(4) {
    width: 25%;
}

.footer-news:nth-child(1) .title-footer {
    font-size: 29px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 13px;
}

.footer {
    margin-bottom: 50px;
}

.title-footer {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 21px;
    font-family: "TimesNewRoman";
    color: #fff;
    padding-bottom: 7px;
    position: relative;
    font-weight: 800;
}

.title-footer:after {
    position: absolute;
    width: 38px;
    height: 1px;
    background: #fff;
    content: "";
    bottom: 0px;
    left: 0px;
}

.footer-news:nth-child(1) .title-footer:after {
    display: none;
}

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

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

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

.footer-ul li a {
    color: #fff;
    font-family: "TimesNewRoman";
    font-size: 14px;
    font-weight: 800;
}

.slogan-newsletter {
    margin-bottom: 0.5rem;
    color: var(--color-gray);
}

.newsletter-input {
    position: relative;
}

.newsletter-input input {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 0px;
}

.newsletter-button {
    margin-top: 5px;
}

.newsletter-button input[type=submit] {
    border: 0px;
    background-color: var(--color-red);
    color: #fff;
    display: inline-block;
    padding: 5px 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

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

.list-tags li {
    float: left;
    margin: 0px 5px 5px 0px;
}

.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: #fff;
    background-color: #ea232c;
    border-top: 1px solid #fff;
    padding: 15px 0;
}

.copyright {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.footer-statistic {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}

.footer-statistic span {
    padding-right: 4px;
}

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

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

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

.wrap-dikem {
    margin: 15px 0px;
}

.nd_uudai {
    overflow: hidden;
    max-height: 140px;
    text-align: unset;
    padding: 10px;
}

.wrap-dikem .detail_sanpham {
    width: 33.33%;
}

.tab-list-title {
    background: #f98435;
    padding: 10px 10px;
    margin: 0;
    box-shadow: 0 0 4px 0 #ccc;
    font-size: 15px;
    line-height: 1.6rem;
    color: #fff;
    text-transform: uppercase;
}

.tab_kemtheo {
    background: #fff;
    padding: 15px 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 #ccc;
    position: relative;
    overflow: hidden;
    border-bottom: 20px solid #fff;
    transition: 0.4s all;
    padding-bottom: 66px !important;
    max-height: 383px;
}

.tab_kemtheo.active:after {
    display: none;
}

.tab_kemtheo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7215686275), #fff);
}

.hoBtn-readmore,
.hoBtn-readless {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333 !important;
}

.hoBtn-readless {
    display: none;
}

.promoadd__list {
    position: relative;
}

.box-news {
    padding: 0 25px 25px;
    position: relative;
    background-color: #e8efeb;
    border-radius: 10px;
}

.box-news .item .pic {
    margin-top: -42px;
    border-radius: 10px;
}

.box-news .item .name {
    font-size: 16px;
    color: #21603a;
    font-weight: 700;
    line-height: 22px;
}

.box-news .item .name:hover {
    color: var(--color-main);
}

.box-news .item .desc {
    font-weight: 15px;
    color: #666;
}

.title-columnleft {
    position: relative;
    border-radius: 10px 10px 0 0;
    background-color: #FCE500;
    padding-bottom: 2px;
}

.title-columnleft span {
    display: block;
    line-height: 38px;
    padding: 5px 46px 5px 22px;
    border-radius: 10px 10px 0 0;
    background-color: var(--color-main);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.content-columnleft {
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
    background-color: #F2F2F2;
}

.content-columnleft .item .name {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.content-columnleft .item .name:hover {
    color: var(--color-main);
}

.content-columnleft .item .desc {
    color: #333;
    margin-bottom: 0;
}

.content-columnleft .btn_tuvan {
    background-color: var(--color-main);
    color: #fff;
}

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

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

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

.page_trong {
    padding: 30px 0px;
    min-height: 550px;
}

.gallery_lst {
    margin-top: 60px;
}

.bg_quangcao {
    display: block;
    width: 100%;
    text-align: center;
}

.bg_quangcao a {
    display: block;
    position: relative;
}

.bg_quangcao a img {
    width: 100%;
    height: 100%;
}

/* Phân Trang */
.pagination {
    flex-wrap: wrap;
}

.pagination-home {
    margin-top: 10px;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

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

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 5px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #444444;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 12px;
    text-transform: uppercase;
    font-family: "RobotoRegular";
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: #fd2436;
    color: #fff;
    border-color: #fd2436;
}

/* 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 {
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: -38px;
    display: none;
    z-index: 10;
    cursor: pointer;
    display: none !important;
}

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

/* 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 {
    transition: 0.3s ease-out;
}

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

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

.scale-img:hover>img {
    transition: 0.3s ease-out;
    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;
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f98435;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(249, 132, 53, 0.8);
    opacity: 0.1;
    border-color: #f98435;
    opacity: 0.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: -10px;
    right: -10px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all 0.5s;
    background-color: rgba(249, 132, 53, 0.35);
    opacity: 0.4;
}

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

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

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

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

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

.js-facebook-messenger-box.animated {
    animation-duration: 1s;
    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: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #f98435;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    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;
    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;
    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);
    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: #f98435;
}

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

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

.tt p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-family: "TimesNewRoman";
    font-weight: 800;
}

.tt p i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 5px;
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: rgb(249, 132, 53);
    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: #eb0e0e;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: #f98435;
    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;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    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;
}

/* 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: -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% - 25px);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

.rows_1 {
    -webkit-line-clamp: 1;
}

.rows_2 {
    -webkit-line-clamp: 2;
}

.rows_3 {
    -webkit-line-clamp: 3;
}

.rows_4 {
    -webkit-line-clamp: 4;
}

.rows_5 {
    -webkit-line-clamp: 5;
}

/* 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;
    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;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089B9;
    opacity: 0.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;
    justify-content: center;
    position: relative !important;
}

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

.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, 0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    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;
    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 {
    animation: shake-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

@keyframes hvr-pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    animation-name: hvr-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    cursor: pointer;
}

.wrap-list {
    margin-top: 50px;
}

.wrap-list .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.wrap-list .item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 10px;
    background: rgba(109, 110, 114, .7);
}

.wrap-list .item .info .name {
    color: #FFF;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
}

.wrap-list .item .info .name:hover {
    color: var(--color-main);
}

.wrap-construction {
    margin-top: 50px;
}

.box-construction .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box-construction .item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 10px;
    background: rgba(109, 110, 114, .7);
}

.box-construction .item .info .name {
    color: #FFF;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    line-height: 23px;
}

.box-construction .item .info .name:hover {
    color: var(--color-main);
}