@charset "UTF-8"; :root {
    --font-primary: "Montserrat", sans-serif;
    --color-primary: #000;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--font-primary);
    color: var(--color-primary);
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.938rem;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input, button, textarea {
    outline: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

.content-ck {
    line-height: 2em;
}

.content-ck * {
    max-width: 100% !important;
    list-style: unset !important;
}

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

.content-ck iframe {
    max-width: 100% !important;
}

.content-ck table {
    margin: 0px auto;
}

.content-ck ul, .content-ck ol {
    display: block;
    margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }

.content-ck p {
    display: block;
    margin-block-start: 0.25em; margin-block-end: 0.25em; margin-inline-start: 0px; margin-inline-end: 0px; }

.slideshow__swiper.owl-carousel:not(.owl-loaded) {
    display: flex;
}

.slideshow__swiper.owl-carousel:not(.owl-loaded) a {
    width: 100%;
}

.slideshow__swiper.owl-carousel > a:nth-child(n + 2) {
    display: none;
}

.slideshow__swiper a {
    display: block;
}

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

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.hfancybox {
    display: none;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    width: calc(100% - 32px);
}

.hfancybox__header {
    display: flex;
    padding: 12px;
    background-color: #eee;
}

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

.hfancybox__body {
    padding: 12px;
}

#popup-cart {
    max-width: 800px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.center-layout {
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.hidden {
    display: none;
}

.ovelay, .menu__nav a, .menu__sub, .menu__search__form, .title a, .title a:before, .title a:after, .product-items__name a, .product-viewmore, .news-items__name a, .news-items__viewmore, .footer__link, .page__content, .page__content:after, .page__viewmore, .categories__body > ul a, .categories__body > ul a button, .pd-detail__tab li, .cart, .cart__close:before, .cart__close:after, .cart__button, .cart-items__name, .cart__quantity button, .cart__delete, .checkout__continue, .checkout__button, .scroll-to-top, .btn_fixed_meta-toc, .breadcrumb span, .effect-img img, .effect-img:before, .effect-img:after, .image-zoom > img, .effect-rotate-360 img, .effect-rotate img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

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

.p-relative {
    position: relative;
}

.pd-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img {
    display: block;
    width: 100%;
}

h3 {
    margin: 0;
}

.img img {
    display: block;
    max-width: 100%;
}

.p-relative {
    position: relative;
}

.menu__search__form, .scroll-to-top, .breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__search__form, .scroll-to-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grecaptcha-badge {
    display: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.ovelay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.ovelay.is-open {
    opacity: 1;
    visibility: visible;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

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

.justify-content-end {
    justify-content: flex-end;
}

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

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

.align-items-start {
    align-items: flex-start;
}

.social {
    display: flex;
    align-items: center;
}

.social a img {
    transition: all 0.5s;
    margin: 0 4px;
}

.social a:hover img {
    transform: rotate(360deg);
}

.social a:first-child img {
    margin-left: 0;
}

.top_head {
    border-bottom: 1px solid #ececec;
    background: rgba(214, 18, 18, 0.04);
    color: #fff;
}

.slogan {
    position: relative;
    text-transform: uppercase;
    padding: 12px 63px 12px 0px;
    background: var(--color-secondary);
}

.slogan:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    background: var(--color-secondary);
}

.slogan:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 100%;
    top: 0;
    right: -16px;
    background: url(../images/af_tieude.png) no-repeat;
}

.breadcrumb-item::after {
    content: "/";
    display: inline-flex;
    padding: 0 4px;
}

.breadcrumb-item:last-child::after {
    content: "/";
    display: none;
}

.right_top div {
    color: var(--color-primary);
}

.right_top div i {
    color: var(--color-secondary);
    margin-right: 4px;
}

.right_top div:nth-child(2) {
    margin: 0 24px;
}

.header {
    position: relative;
    background: #fff;
}

.logo_head {
    padding: 10px 0px;
}

.logo_head img {
    margin: auto;
}

.hotline {
    padding: 12px 18px;
    background: var(--color-secondary);
    font-size: 0.875rem;
    color: #fff;
}

.hotline a {
    color: #fff !important;
    font-weight: 600;
}

.hotline i {
    margin-left: 8px;
}

.js__click_search {
    background: rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 24px 0px 16px;
    color: var(--color-secondary);
}

.btn_tv, .btn_tv_mb {
    padding: 12px 14px;
    background: var(--color-secondary);
    color: #fff !important;
    display: inline-block;
}

.btn_tv_mb {
    margin-top: 16px;
}

.shopping-cart a {
    color: var(--color-primary);
}

.shopping-cart_mb {
    display: none;
    margin-left: 8px;
}

.shopping-cart_mb a {
    color: var(--color-primary);
}

.shopping-cart_mb a i {
    margin-right: 2px;
    color: var(--color-secondary);
}

.slider {
    position: relative;
}

.slider .swiper-button-prev, .slider .swiper-button-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.slider .swiper-button-prev {
    left: 10px;
}

.slider .swiper-button-next {
    right: 10px;
}

.slider .swiper-button-prev:after, .slider .swiper-button-next:after {
    font-size: 1.25rem;
    font-weight: 600;
}

.slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 47px;
}

.slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    opacity: 1;
    position: relative;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-secondary);
}

.section_mobile_cate, .show_chat {
    display: none;
}

#show_chat {
    padding: 0;
    border-radius: 5px;
    display: none;
    min-width: 320px;
    padding: 0 10px;
}

#show_chat p {
    color: #333;
    width: calc(100% - (18px + 5px));
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 0 10px;
}

.menu {
    width: 70%;
    margin: auto;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu__right {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    justify-content: flex-end;
}

.menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-primary);
    padding: 0.75rem 0;
    position: relative;
}

.menu__top:after {
    position: absolute;
    content: "";
    width: 300%;
    height: 100%;
    background: var(--color-primary);
    left: 100%;
    top: 0;
}

.menu__top:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 63px solid var(--color-primary);
    border-left: 60px solid transparent;
    right: 100%;
    top: 0;
}

.menu__top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__top__nav a {
    white-space: nowrap;
    padding: 0 0.75rem;
    font-weight: 700;
    font-size: 0.938rem;
    color: #fff;
    position: relative;
}

.menu__top__nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

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

.menu__nav a {
    display: block;
    color: var(--color-primary);
}

.menu__nav > li > a {
    text-align: center;
    padding: 38px 0px;
    position: relative;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.menu__nav li.is-open > a, .menu__nav li:hover > a {
    color: var(--color-secondary);
}

.menu__nav > li:hover .menu__sub {
    opacity: 1;
    visibility: visible;
}

.menu__nav .style1 {
    position: relative;
}

.menu__nav .style1 ul {
    position: absolute;
    min-width: 250px;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding-bottom: 5px;
}

.menu__nav .style1 ul a {
    color: var(--color-primary);
    padding: 8px 10px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu__nav .style1 ul li:last-child a {
    border-bottom: 0;
}

.menu__nav .style1 ul a:hover {
    color: var(--color-thirdly);
}

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

.menu__nav .style1 ul li ul {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}

.menu__nav .style1 ul li:hover > ul {
    display: block;
}

.menu__sub {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.25rem;
    padding: 1.25rem;
    visibility: hidden;
    opacity: 0;
}

.menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}

.menu__mobile {
    display: none;
}

.show_search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 123;
}

.show_search.active {
    display: block;
}

.menu__search__form {
    width: 220px;
    height: 40px;
    background: #fff;
    border-radius: 24px;
    padding: 5px 5px 5px 15px;
}

.menu__search__form input {
    width: calc(100% - 30px);
    background: transparent;
    font-size: 0.875rem;
    color: var(--color-primary);
    border: 0;
    outline: none !important;
}

.menu__search__form input::placeholder {
    color: var(--color-primary);
}

.menu__search__form button {
    width: 30px;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
}

.menu__search__form button i {
    font-size: 16px;
    color: var(--color-thirdly);
}

.menu__search__close {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    background: transparent;
    padding: 0;
    border: 0;
    margin-top: 10px;
    outline: none !important;
}

.menu__search__mb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px 0px;
    border-radius: 50px;
}

.menu__search__mb input {
    width: calc(100% - 40px);
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #cdcdcd;
    border: 0;
    outline: none !important;
    padding: 0 10px;
}

.menu__search__mb input::placeholder {
    color: #cdcdcd;
}

.menu__search__mb button {
    width: 40px;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
}

.menu__search__mb button i {
    font-size: 16px;
    color: var(--color-secondary);
}

.menu--fixed {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.menu--fixed .top_head {
    display: none;
}

.menu--fixed .logo_head img {
    max-width: 100px;
}

.menu--fixed .menu__nav > li > a {
    padding: 20px 0px;
}

/*-- mmenu --*/
#mmenu {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    color: #000;
    z-index: 12345;
    width: 100%;
    height: 100vh;
    transition: all 0.5s;
    overflow: auto;
}

#mmenu.show {
    left: 0;
}

#mmenu.hidden {
    left: -100%;
}

.btn-close {
    width: 40px;
    height: 40px;
    color: var(--color-primary);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 50%;
}

.mmenu_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 2px 24px 0 0px;
}

.category {
    padding: 0 24px 24px 24px;
}

#mmenu ul {
    padding: 0;
    margin: 0;
}

#mmenu ul li .aaa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f3;
    font-weight: 500;
}

#mmenu ul li:hover .aaa {
    color: var(--color-secondary);
}

#mmenu ul li a {
    position: relative;
    color: var(--color-primary);
    font-size: 1rem;
    text-transform: uppercase;
}

#mmenu ul li ul li .aaa {
    padding-left: 20px;
}

#mmenu ul li .aaa i {
    font-size: 1.563rem;
    width: 30px;
    text-align: center;
    position: relative;
    z-index: 12345;
}

#mmenu ul li ul {
    display: none;
}

#mmenu ul li ul.active {
    display: block;
}

#mmenu ul li ul li ul li .aaa {
    padding-left: 30px;
}

#mmenu ul li ul li ul li ul li .aaa {
    padding-left: 40px;
}

.btn-show {
    transition: all 0.5s;
    color: var(--color-secondary);
}

.btn-show.active {
    transform: rotate(180deg);
    transition: all 0.5s;
}

/*--slider--*/
.slideshow-items {
    position: relative;
}

h2, h3, p {
    margin: 0;
    padding: 0;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 47px;
    height: auto;
    min-height: 47px;
    position: relative;
    overflow: hidden;
}

/*---nd moi---*/
.title {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/af_title.png) no-repeat center bottom;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    color: var(--color-primary);
    line-height: 40px;
}

.title p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-secondary);
    line-height: 24px;
    margin-bottom: 8px;
}

.title .title_news {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 40px;
}

.section-aboutus {
    padding: 64px 0px;
}

.aboutus__left {
    width: 43%;
}

.aboutus__left img {
    position: relative;
    z-index: 12;
}

.aboutus__right {
    width: 42%;
    position: relative;
}

.hotline_fix {
    position: absolute;
    bottom: 64px;
    left: -62px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    min-width: 310px;
}

.hotline_fix div:first-child {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}

.hotline_fix div:last-child {
    width: calc(100% - 82px);
    font-size: 1.25rem;
}

.hotline_fix div:last-child span {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 32px;
    display: block;
    color: var(--color-secondary);
}

.title_ab {
    padding-bottom: 20px;
    background: url(../images/af_title.png) no-repeat left bottom;
}

.title_ab p {
    font-weight: 600;
    line-height: 24px;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.title_ab .title-ab {
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
}

.desc_about {
    color: #777;
    line-height: 24px;
    margin-top: 24px;
}

.group_btn {
    margin-top: 32px;
}

.group_btn a {
    padding: 15px 22px;
    background: var(--color-secondary);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
}

.group_btn a i {
    transition: 0.2s;
    margin-left: 4px;
}

.group_btn a:hover i {
    margin-left: 10px;
}

.box_tieuchi {
    position: relative;
    margin-top: 40px;
    background: #f2f2f3;
    padding: 64px 32px 24px 32px;
    cursor: pointer;
    color: var(--color-primary);
    transition: all 0.5s;
}

.img__tieuchi {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 44px;
    border-radius: 50%;
    background: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img__tieuchi img {
    width: auto !important;
}

.img__tieuchi .img_hover {
    display: none !important;
}

.box_tieuchi:hover .img__tieuchi img.img_hover {
    display: block !important;
}

.box_tieuchi:hover .img__tieuchi img.img {
    display: none;
}

.box_tieuchi:hover .img__tieuchi {
    background: #fff;
}

.box_tieuchi:hover {
    background: var(--color-secondary);
    color: #fff;
}

.name_tieuchi {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.desc_tieuchi {
    line-height: 24px;
    margin-top: 16px;
    min-height: 96px;
    max-height: 96px;
    position: relative;
    overflow: hidden;
}

.section-product {
    margin-top: 64px;
}

.title_list {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--color-secondary);
    background: #f5f5fa;
    margin-bottom: 32px;
}

.title_list .title-a {
    padding: 9px 15px 10px 32px;
    background: var(--color-secondary);
    position: relative;
    font-size: 1.5rem;
    color: #fff;
}

.title_list .title-a h2 {
    font-size: 1.5rem;
    font-weight: normal;
}

.title_list .title-a:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 100%;
    top: 0;
    right: -16px;
    background: url(../images/af_tieude.png) no-repeat;
}

.title_list ul {
    display: flex;
    align-items: center;
}

.title_list ul li a {
    display: block;
    padding: 0px 16px;
    color: var(--color-primary);
}

.title_list ul li:hover a {
    color: var(--color-secondary);
}

.section-news {
    margin-top: 64px;
    padding: 40px 0px;
    background: #f2f2f3;
}

.box__tintuc .img {
    position: relative;
    overflow: hidden;
}

.box__tintuc .img span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--color-secondary);
    color: #fff;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 13px;
}

.box_tintuc__info {
    padding: 20px 16px;
    background: #fff;
}

.box_tintuc__info.tt {
    padding: 16px 0;
}

.box_tintuc__name {
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    max-height: 48px;
    min-height: 48px;
    font-weight: 600;
    line-height: 24px;
}

.box_tintuc__name a {
    color: var(--color-primary);
}

.box__tintuc:hover .box_tintuc__name a {
    color: var(--color-secondary);
}

.box_tintuc__excerpt {
    color: #6f6e7a;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    max-height: 72px;
    line-height: 24px;
}

.btn_xemtatca {
    margin-top: 8px;
}

.btn_xemtatca a {
    font-weight: 500;
    color: #424242;
}

.btn_xemtatca a i {
    margin-left: 4px;
}

.btn_xemtatca:hover a {
    text-decoration: underline !important;
}

.owl__news.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 32px;
}

.owl__news.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(55, 172, 244, 0.15);
    margin: 0 4px;
}

.owl__news.owl-theme .owl-dots .owl-dot.active span, .owl__news.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-secondary);
}

.section-customer {
    padding: 64px 0px 57px 0px;
}

.box__doitac img {
    max-width: 200px;
}

.section-dknt {
    position: absolute;
    max-width: 1240px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-secondary);
    z-index: 1;
}

.dknt__left {
    width: 41%;
    position: relative;
}

.dknt__left:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    background: url(../images/call_dknt.png) no-repeat;
}

.dknt__left img {
    border-radius: 0px 100px 100px 0px;
}

.dknt__right {
    width: 46%;
    padding: 32px 0px;
    margin-right: 87px;
}

.title__dknt {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 36px;
}

.dknt__right .group_btn {
    margin-top: 12px;
}

.dknt__right .group_btn a {
    background: #fff;
    color: var(--color-secondary);
}

.dknt__form1 .form-group {
    margin-bottom: 16px;
}

.dknt__form1 input, .dknt__form1 textarea {
    padding: 16px 10px 17px 24px;
    border-radius: 40px;
    background: #fff;
    border: 0;
    color: #777;
    width: 100%;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
}

.dknt__form1 textarea {
    border-radius: 24px;
}

.dknt__form1 input::placeholder, .dknt__form1 textarea::placeholder {
    color: #777;
}

.dknt__form1 .bottom {
    margin-top: 16px;
}

.dknt__form1 button {
    width: 100%;
    padding: 15px 18px;
    background: #000;
    color: #fff;
    font-family: var(--font-primary);
    line-height: 24px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 40px;
}

.dknt__form1 button:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.sticky_scroll {
    position: sticky;
    top: 80px;
}

.service__other {
    border-bottom: solid 1px #e6e6e6;
    padding: 11px 0px 11px 12px;
}

.service__other.bv {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.service__other:last-child {
    border-bottom: 0;
}

.service__other .img {
    min-width: 100px;
    max-width: 100px;
    display: block;
}

.service-other__info {
    width: calc(100% - 120px);
}

.service-other__name {
    color: var(--color-primary);
    font-size: 0.938rem;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 20px;
    font-family: var(--font-thirdly);
}

.service-other__name i {
    font-size: 13px;
}

.service__other.tt .service-other__name i {
    color: var(--color-secondary);
    margin-right: 8px;
}

.service-other__name:hover {
    color: var(--color-secondary);
}

.chung {
    border: 1px solid #cecece;
    background: #f8f8f8;
}

.chung1 {
    border: 1px solid #cecece;
    border-top: 0;
    padding: 15px;
    background: #f8f8f8;
}

.title_right {
    background: var(--color-secondary);
    padding: 10px 0 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

.mb-top {
    margin-top: 20px;
}

.mb-bottom {
    margin-bottom: 10px;
}

.title_support {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 8px;
}

.box__support {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.name_support {
    display: flex;
    align-items: center;
}

.name_support img {
    margin-right: 8px;
}

.phone_support a {
    font-size: 1.125rem;
    color: var(--color-secondary);
    margin-left: 8px;
}

.service-other__desc {
    height: 45px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    font-size: 0.875rem;
    line-height: 22px;
}

.service-other__post {
    font-size: 16px;
    color: #696767;
    margin-top: 4px;
}

.list_chuyenmuc li a {
    padding: 9px 0px;
    border-bottom: 1px solid #ececec;
    display: flex;
    color: var(--color-secondary);
}

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

.flex__row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.box__row {
    width: 50%;
    padding: 12px;
}

.box__row.line-2 {
    width: 50%;
}

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

.video-items {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-items img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.video-items .button__play {
    background-size: 48px;
}

.big-video:hover img, .video-items:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@keyframes play_video {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.video-items:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/play-button.png);
    z-index: 1;
}

.video-items:hover:after {
    animation: play_video 1.5s ease infinite;
}

.video-items__name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323c3f;
    font-weight: 500;
}

.product-p.d-flex {
    flex-direction: row-reverse;
}

.right_content {
    width: 70%;
}

.left_content {
    width: 27%;
}

.dknt__form_detail {
    margin-bottom: 32px;
}

.dknt__form_detail .form-group {
    margin-bottom: 10px;
}

.dknt__form_detail input, .dknt__form_detail textarea {
    width: 100%;
    padding: 9px 10px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    font-family: var(--font-primary);
    font-size: 1rem;
}

.dknt__form_detail input::placeholder, .dknt__form_detail textarea::placeholder {
    color: var(--font-primary);
}

.dknt__form_detail button {
    background: var(--color-secondary);
    color: #fff;
    border: 0;
    padding: 9px 15px;
    font-family: var(--font-primary);
    font-size: 1rem;
    text-transform: uppercase;
}

/*--end nd moi--*/
.left-header {
    margin: 0;
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: solid var(--color-primary) 1px;
}

.category-body ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    padding-left: 10px;
}

.category-body > ul {
    padding-right: 5px;
}

.category-body > ul ul {
    display: none;
}

.category-body a {
    font-size: 15px !important;
    line-height: 24px;
    color: var(--color-primary);
    margin-bottom: 16px;
    font-family: var(--font-secondary);
}

.category-body i {
    width: 10px;
    color: #333;
}

.category-body i:hover {
    cursor: pointer;
    color: #001e5a;
}

.category-body li:hover > a, .category-body li.active > a {
    color: var(--color-secondary);
}

.category-body li:hover > ul {
    display: block;
}

.img_list {
    width: 60px;
}

.category-body a span {
    width: calc(100% - 76px);
}

.why-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f2f3;
}

.why-items:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.why-items__img {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.why-items:hover .why-items__img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.why-items__info {
    width: calc(100% - 34px);
}

.why-items__name {
    font-size: 0.875rem;
    color: #000;
}

.why-items__name span {
    font-weight: 600;
}

.why-items__desc {
    margin-top: 16px;
    color: #777;
    font-weight: 600;
    line-height: 24px;
}

.banner_right img {
    border-radius: 5px;
    margin-top: 21px;
}

.title_detail_right {
    font-weight: 600;
    color: var(--color-secondary);
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 16px;
    text-align: center;
}

.title_detail_right:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-secondary);
}

.category-list {
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}

.category-list li {
    display: inline-block;
    padding: 15px 10px;
    background: #535353;
    border: 1px solid #535353;
    transition: all 0.5s;
}

.category-list li.active, .category-list li:hover {
    background: #fff;
    border: 1px solid #1d1d1b;
}

.category-list li a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
}

.category-list li.active a, .category-list li:hover a {
    color: #1d1d1b;
}

.sortPagiBar {
    padding-bottom: 15px;
}

.sortPagiBar .view-mode a .button-view-mode {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #333;
    line-height: 37px;
    text-align: center;
    background: #ebebeb;
    background: #fff;
    font-size: 20px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 0;
    padding: 0;
}

.sortPagiBar .view-mode a .button-view-mode.active, .sortPagiBar .view-mode a .button-view-mode:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

#sort-by label {
    line-height: 38px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 600;
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

#sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    line-height: 36px;
    background-image: url(../images/ico-selects.png) !important;
}

#sort-by li > a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    color: var(--color-primary);
}

#sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #f8f8f8;
    z-index: 10000;
    border-top: none;
    border: 1px #e1e1e1 solid;
    width: 150px;
}

#sort-by li:hover > ul {
    display: block;
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}

#sort-by li li:hover {
    background-color: var(--color-secondary);
}

#sort-by li li:hover a {
    color: #fff;
}

.flex__row_product {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -5px;
}

.box_product {
    width: 20%;
    padding: 16px 5px;
}

.box_product.line-4 {
    width: 25%;
}

.product-items {
    position: relative;
    border-radius: 10px;
    border: 1px solid #f2f2f3;
    box-shadow: 1px 2px 40px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.product-items:hover {
    border-color: var(--color-secondary);
}

.product-items .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.product-items .price-new{margin-bottom:15px;}
.product-items .price-new span{font-weight: bold; color:#f00;}
.product-items__image {
    padding: 10px;
}

.product-items__info {
    padding: 16px;
    text-align: center;
}

.xem_ct {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 16px;
    border-radius: 24px;
    background: var(--color-secondary);
    color: #fff;
    font-weight: 500;
    border: 1px solid transparent;
}

.product-items:hover .xem_ct {
    background: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.product-items__price {
}

.product-items__name {
    font-size: 0.938rem;
    font-weight: 600;
    position: relative;
}

.product-items__name a {
    color: var(--color-primary);
    position: relative;
    overflow: hidden;
    height: 72px;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-items:hover .product-items__name a {
    color: var(--color-secondary);
}

.product-items__price-new {
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 8px;
}

.product-items__price-old {
    margin-right: 10px;
    color: var(--color-primary);
    text-decoration: line-through;
    font-size: 14px;
}

.phantram {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ed3f46;
    color: #fff;
    padding: 3px 14px;
    font-size: 0.75rem;
    z-index: 123;
    border-radius: 3px;
}

.product-items_viewed {
    border: 1px solid #efefef;
    padding: 3px;
}

.author {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    border: 1px solid #25a25a;
    padding: 10px;
    background: #2bc06a;
}

.author-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.author-img {
    width: 150px;
    text-align: center;
}

.author-news .author-img {
    width: 230px;
}

.author-img img {
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
}

.author-info {
    width: calc(100% - 170px);
}

.author-news .author-info {
    width: calc(100% - 250px);
}

.author-detail {
    display: block;
    color: #fff;
    margin-top: 15px;
    text-align: right;
    text-decoration: underline !important;
}

.author-name {
    margin-top: 10px;
    color: var(--color-primary);
}

.author-news .author-name {
    color: var(--color-secondary);
    font-weight: bold;
}

.author-content {
    padding: 10px;
    background-color: #2ecc71;
    line-height: 24px;
    color: #fff;
}

.author-news .author-content {
    background: transparent;
    color: var(--color-primary);
    padding: 0;
}

.pd-detail__share b {
    margin-right: 10px;
}

.pd-detail__share .share_fb {
    height: 34px;
}

.pd-detail__share .share_fb i {
    font-size: 34px;
}

.pd-detail__share .js__copy-link i {
    font-size: 16px;
    color: #fff;
}

.pd-detail__share .zalo-share-button {
    margin: 0 7px;
}

.js__copy-link {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f00808;
    border-radius: 4px;
    cursor: pointer;
}

.share_telegram {
    margin-left: 10px;
}

.footer {
    position: relative;
    padding-top: 100px;
}

.main__footer {
    background: var(--color-secondary);
    color: #fff;
}

.top__footer {
    padding: 164px 0px 64px 0px;
}

.footer__col:nth-child(1) {
    width: 26%;
}

.footer__col:nth-child(2) {
    width: 26%;
}

.footer__col:nth-child(3) {
    width: 18%;
}

.footer__col:nth-child(4) {
    width: 18%;
}

.footer__excerpt {
    color: #fff !important;
}

.footer__excerpt p {
    margin: 0;
    padding: 0;
}

.dknt__form {
    padding: 8px 8px 8px 10px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.dknt__form .form-group {
    width: calc(100% - 32px);
    margin-bottom: 0;
}

.dknt__form input {
    background: transparent;
    width: 100%;
    color: #6f6e7a;
    position: relative;
    border-radius: 0;
    font-family: var(--font-primary);
    font-size: 13px;
    border: 0;
    padding: 0;
}

.dknt__form input::placeholder {
    color: #6f6e7a;
}

.dknt__form button {
    border-radius: 2px;
    width: 32px;
    height: 32px;
    background: var(--color-secondary);
    color: #fff;
    border: transparent;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.was-validated:invalid ~ .invalid-feedback {
    display: block;
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(
    data:image/svg + xml,
    %3csvgxmlns=!string!width=!string!height=!string!fill=!string!stroke=!string!viewBox=!string!%3e%3ccirclecx=!string!cy=!string!r=!string!/%3e%3cpathstroke-linejoin=!string!d=!string!/%3e%3ccirclecx=!string!cy=!string!r=!string!fill=!string!stroke=!string!/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.footer__desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__desc div {
    display: flex;
    align-items: center;
}

.footer__desc i {
    color: #fff;
    margin-right: 16px;
    font-size: 16px;
}

.footer__title {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: url(../images/af_title_footer.png) no-repeat bottom left;
    position: relative;
}

.footer__title:after {
    position: absolute;
    content: "";
    width: 63px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.footer__title.m-top {
    margin-top: 32px;
}

.footer__link {
    color: #fff !important;
    display: block;
}

.footer__link:hover {
    text-decoration: underline !important;
}

.footer__link i {
    font-size: 13px;
    margin-right: 4px;
}

.footer__content p {
    margin-bottom: 0.313rem;
}

.footer__link:hover {
    text-decoration: underline !important;
}

.copyright {
    border-top: 1px solid #fff;
    padding: 16px 0;
    text-align: center;
    color: #fff;
}

.support-right {
    position: fixed;
    bottom: 18%;
    right: 10px;
    z-index: 123;
}

.support-right a, .support-right div {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    cursor: pointer;
}

.support-right a:last-child, .support-right div:last-child {
    margin-bottom: 0;
}

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    text-align: center;
}

.banner__page {
    position: relative;
}

.title_page {
    position: absolute;
    display: flex;
    justify-content: center;
    line-height: 48px;
    font-family: var(--font-fourthly);
    font-weight: 700;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fff;
}

.title_page h2 {
    font-size: 2.5rem;
}

.page {
    padding: 48px 0;
}

.page-flex {
    flex-direction: row-reverse;
}

.page__title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    margin-bottom: 1.5rem;
    position: relative;
}

.page__content {
    margin-top: 48px;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.page__content.is-expanded {
    height: initial;
    padding-bottom: 70px;
}

.page__content.is-expanded:after {
    visibility: hidden;
    opacity: 0;
}

.page__viewmore {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-primary);
    cursor: pointer;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 62.5%, #fff 55%);
}

.page__viewmore span {
    background-color: #ffffff;
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
    padding: 7px 38px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.page__viewmore i {
    margin-top: 10px;
    font-size: 18px;
    color: var(--color-secondary);
}

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

.pagination-home .pagination {
    display: flex;
    justify-content: center;
}

.pagination-home .page-item:last-child .page-link, .pagination-home .page-item:first-child .page-link {
    background: none;
    border: none;
    width: auto;
    color: var(--color-thirdly);
}

.pagination-home li .page-link {
    background-color: transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-thirdly);
    margin: 0 5px;
    font-size: 16px;
}

.pagination-home li.active .page-link, .pagination-home li:hover .page-link {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*.page__viewmore.is-expanded svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.page__layout {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.page__left {
    width: 270px;
}

.page__right {
    width: calc(100% - 300px);
}

.categories .news-items {
    margin-bottom: 16px;
}

.categories {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid rgb(219, 219, 219);
    padding: 0 16px;
}

.categories__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 16px;
}

.categories__header span {
    width: 50px;
    height: 50px;
    background: var(--color-secondary);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories__header b {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.categories__body > ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    padding: 0.625rem;
    border-bottom: 1px solid #eee;
}

.categories__body li:last-child > a {
    border-bottom: 0;
}

.categories__body > ul a button {
    border: 0;
    cursor: pointer;
    background: transparent;
}

.categories__body > ul a button.is-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.categories__body > ul a:hover {
    background: var(--color-primary);
    color: #fff;
}

.categories__body > ul a:hover button {
    color: #fff;
}

.categories__body > ul > li {
    border-bottom: 5px solid #fff;
}

.categories__body > ul > li > ul > li > a {
    padding-left: 2rem;
}

.categories__body > ul > li > ul > li > ul > li > a {
    padding-left: 3rem;
}

.categories__blog ul {
    list-style-type: none;
    padding: 0 0 20px;
    margin: 0;
}

.categories__blog li {
    display: flex;
}

.categories__blog a {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}

.sitemap a {
    color: #333;
}

.sitemap a:hover {
    color: var(--color-primary);
}

.tags {
    background: #f1f1f1;
    padding: 1.5rem;
}

.tags .center-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags b {
    margin-right: 10px;
}

.tags-items {
    margin: 0 4px 4px 0;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 3px;
    font-size: 0.75rem;
}

.title_sp {
    margin-bottom: 64px;
    text-align: center;
    position: relative;
}

.title_sp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #bcbcbc;
}

.title_sp span {
    font-size: 1.75rem;
    color: var(--color-primary);
    font-weight: 700;
    line-height: 40px;
    background: #fff;
    padding: 0 40px;
    text-transform: capitalize;
    font-family: var(--font-secondary);
    position: relative;
    z-index: 12;
}

.pd-detail__top {
}

.pd-detail__top_left {
    width: 75%;
}

.pd-detail__top_right {
    width: 23%;
}

.pd-detail__col:nth-child(1) {
    width: 43%;
}

.pd-detail__col:nth-child(2) {
    width: 54%;
}

.pd-detail__col1 {
    border-radius: 5px;
    border: 1px solid rgba(119, 119, 119, 0.15);
    margin-bottom: 11px;
    padding: 8px 10px;
}

.pd-detail__col1.last {
    padding: 16px;
    margin-bottom: 0;
}

.pd-detail__col1 .img_col1 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-detail__col1 .name {
    width: calc(100% - 70px);
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    font-size: 0.938rem;
}

.pd-detail__col1 .name i {
    color: #15d94c;
}

.main_photo {
    position: relative;
    border: 1px solid rgba(196, 196, 196, 0.4);
    aspect-ratio: 4/5;
}

.pd-detail__images {
    position: relative;
    margin-top: 5px;
}

.pd-detail__images .img {
    border: 1px solid #e5e5e5;
}

.pd-detail #Zoom-1 {
    max-width: 100%;
    background-color: rgb(240, 240, 240);
}

.mt-4 {
    margin-top: 24px;
}

.pd-detail__name {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--color-primary);
    line-height: 28px;
}

.pd-detail_star .stars i {
    display: inline-block;
    color: #ffbe00;
    font-size: 18px;
    margin-right: 2px;
}

.pd-detail_star .views {
    margin-left: 8px;
    color: #0088ff;
}

.pd-detail__desc {
    width: 85%;
}

.mt-2 {
    margin-top: 8px;
}

.my-2 {
    margin: 14px 0px;
}

.pd-detail__like {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
}

.pd-detail__like i {
    padding: 10px 11px;
    font-size: 20px;
    border: 1px solid var(--color-secondary);
    border-radius: 5px;
    color: var(--color-secondary);
}

.pd-detail__like:hover {
    color: var(--color-secondary);
}

.pd-detail__bottom {
    padding: 48px 0px;
}

.pd-detail__title {
    font-size: 1.25rem;
    font-weight: bold;
}

.pd-detail__price {
    display: flex;
    align-items: center;
}

.pd-detail__price-new {
    font-size: 1.25rem;
    color: var(--color-thirdly);
    margin-right: 32px;
}

.pd-detail__price-new span {
    font-size: 20px;
    color: var(--color-secondary);
    font-weight: 700;
}

.pd-detail__price-old {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.pd-detail__brand span {
    color: #ff0000;
}

.pd-detail__quantity, .pd-detail__cart {
    display: inline-block;
}

.quantity__button--minus, .quantity__button--plus, #quantity {
    font-size: 16px;
    line-height: 0px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 0px;
}

#quantity {
    height: 40px;
    font-size: 1em;
    margin: 0;
    width: 60px;
    padding: 0 2px;
    text-align: center;
}

.quantity-pro-detail .quantity__button--minus {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-pro-detail #quantity {
    height: 31px;
    font-size: 1em;
    margin: 0;
    width: 60px;
    padding: 0 2px;
    text-align: center;
}

.quantity-pro-detail .quantity__button--plus {
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-detail__cart .addcart {
    background: #ed1b24;
    padding: 7px 10px;
    color: #fff;
    border: 2px solid #ed1b24;
    text-align: center;
    border-radius: 20px;
    width: 48%;
    text-transform: uppercase;
    font-weight: 500;
}

.pd-detail__cart .addcart:hover {
    background: #fff;
    color: #ed1b24;
}

.pd-detail__cart .addcart.buynow {
    color: #cc0000;
    border-color: #cc0000;
    background: #cc0000;
    color: #fff;
}

.pd-detail__cart .addcart.buynow:hover {
    background: #fff;
    color: #cc0000;
}

.pd-detail__tab {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.pd-detail__tab li {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    color: var(--color-primary);
    white-space: nowrap;
    border: 1px solid #fff;
    border-bottom: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #f3f2f2;
    border-radius: 4px 4px 0 0;
}

.pd-detail__tab li:hover {
    color: var(--color-primary);
}

.pd-detail__tab li.is-active {
    color: #fff;
    font-weight: 700;
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.pd-detail__content {
    padding: 16px 10px;
    display: none;
    border: 1px solid #ebebeb;
}

.pd-detail__content.is-active {
    display: block;
}

.product-more-info {
    margin-top: 30px;
    text-align: center;
}

.pd-detail__loai {
    padding: 76px 0px 0 0px;
}

.loai__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.row_phanloai {
    margin: 0 30px 30px 30px;
    background: var(--color-secondary);
    border-radius: 30px;
    padding: 10px 20px 10px 80px;
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.row_phanloai:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: var(--color-primary) url(../images/logo_sm.png) no-repeat center;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.row_phanloai:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.excerpt_loai {
    color: var(--color-primary);
    margin-top: 18px;
    display: none;
}

.excerpt_loai.is-active {
    display: block;
}

.product-more-info h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-more-info .video-items img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.pd-detail__col.last {
    width: 100%;
}

.why {
    background: #fafafa;
    margin-bottom: 20px;
    padding: 24px 16px;
}

.why:last-child {
    margin-bottom: 0;
    border: 0;
    background: none;
}

.contact_button {
    padding: 8px 16px;
    background: #ed1b24;
    border-radius: 20px;
    color: #fff;
    margin-top: 32px;
    display: inline-block;
    border: 2px solid #ed1b24;
    transition: all 0.5s;
}

.contact_button:hover {
    background: #fff;
    color: #ed1b24;
}

.pd-detail_camket {
    margin: 60px 0px 0px 0px;
}

.box_camket {
    border: 1px solid #d9d9d9;
    padding: 20px 50px;
    text-align: center;
    min-height: 192px;
}

.box_camket .img {
    width: 45px;
    height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.box_camket .img img {
    max-width: 100%;
    max-height: 100%;
}

.box_camket .name_ck {
    font-family: var(--font-secondary);
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 16px;
    margin: 16px 0px 8px 0px;
    max-height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

.box_camket .mota_ck {
    font-size: 16px;
    max-height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

.pd-detail__detail {
    margin-top: 60px;
}

.pd-detail__detail .ctsp {
    margin-bottom: 24px;
    font-size: 20px;
    font-family: var(--font-secondary);
}

.pd-detail__hotline {
    color: var(--font-primary);
    text-align: center;
    margin-top: 32px;
    font-size: 16px;
}

.pd-detail__hotline b {
    font-family: var(--font-thirdly);
    display: block;
}

.pd-detail__danhgia {
    margin-top: 60px;
}

.pd-detail__danhgia .ctsp {
    text-align: center;
    margin-bottom: 42px;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: var(--font-secondary);
}

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: block;
}

a[data-zoom-id] img, .mz-thumb img {
    padding: 0;
    border: 0;
}

.mz-thumb.mz-thumb-selected {
    border-color: var(--color-secondary);
}

.images__swiper {
    width: calc(100% - 70px);
}

.pd-detail__images .owl_prev3, .pd-detail__images .owl_next3 {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.pd-detail__images .owl_prev3 i, .pd-detail__images .owl_next3 i {
    font-size: 24px;
}

.images__swiper img {
    padding-bottom: 0 !important;
}

.comment_form {
    text-align: center;
}

.title-form {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
    text-align: center;
}

.review-product-name {
    font-weight: bold;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-family: var(--font-thirdly);
}

.form-rating .product-reviews-star {
    display: flex;
    align-items: center;
}

.form-rating .product-reviews-star i {
    font-size: 25px;
    color: #999;
    cursor: pointer;
}

.form-rating .product-reviews-star i.active {
    color: #ffbe00;
}

.rating-box {
    border: 1px solid #c4cdd5;
    min-height: 130px;
    background-color: rgba(0, 136, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 10px;
}

.rating-button {
    border: 1px solid #08f;
    background: #08f;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    min-width: 180px;
}

.rating-notification {
    margin-bottom: 10px;
}

.form-rating label {
    margin: 0 17px 0 0;
    font-size: 16px;
    line-height: 19px;
}

.comment_form .form-group {
    margin-bottom: 0;
}

.form_bottom {
    border: 1px solid #c4cdd5;
    border-top: 0;
    padding: 20px;
}

.comment_form .form-rating {
    margin-bottom: 16px;
}

.form-input {
    width: 48%;
}

.comment_form input {
    margin: 0;
    border: 0;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    width: 100%;
    background: rgba(241, 241, 241, 0.7);
    border-radius: 15px;
}

.comment_form textarea {
    background: #fff;
    border: none;
    box-sizing: border-box;
    height: 132px;
    padding: 16px 13px 0;
    border: 1px solid #c4cdd5;
    resize: none;
    width: 100%;
    vertical-align: top;
}

.comment_form input.comment__button {
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: var(--color-primary);
    height: 26px;
    line-height: 26px;
    padding: 0 17px;
    max-width: 128px;
    background: #dadcdf;
    border-radius: 15px;
    display: inline-block;
}

.cart {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 999999999;
    background: #fff;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.cart__header {
    font-size: 14px;
    padding-right: 15px;
    font-weight: 600;
    padding: 10px;
    background: #0d2b6b;
    color: #fff;
}

.cart__name_title {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    padding: 0 10px 10px 10px;
}

.cart__close {
    border: 1px solid #fff;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
}

.cart__close:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
    left: 0;
    top: 0;
    -webkit-transform: translate(2px, 13px) rotate(45deg);
    transform: translate(2px, 13px) rotate(45deg);
}

.cart__close:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
    left: 0;
    top: 0;
    -webkit-transform: translate(2px, 13px) rotate(-45deg);
    transform: translate(2px, 13px) rotate(-45deg);
}

.cart__close:hover:before, .cart__close:hover:after {
    background: var(--color-primary);
}

.cart__body {
    /*height: calc(100vh - 160px);*/
    overflow: auto;
}

.cart__footer {
    width: 100%;
    height: 80px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee;
    position: relative;
    right: 0;
    bottom: 0;
}

.cart__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    width: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.cart__button:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: var(--color-secondary);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cart__button span {
    padding: 0 0.875rem;
    text-transform: uppercase;
    position: relative;
}

.cart__button span:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart__button b {
    padding: 0 0.875rem;
    font-weight: normal;
}

.cart__button:hover {
    border-color: #000;
    color: #000;
}

.cart__button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.cart__button:hover span:after {
    background: #000;
}

.cart__empty {
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_checkout {
    display: none;
    background: var(--color-secondary);
    padding: 18px 0;
    text-align: center;
}

.header_checkout img {
    max-width: 105px;
    margin: auto;
}

.thead-popup {
    background: #f7f7f7;
    padding: 0 10px;
    min-width: 700px;
}

.thead-popup > div {
    padding: 6px 5px;
    font-weight: 600;
}

.cart-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
}

.cart-items .img {
    width: 120px;
}

.cart-items__info {
    width: calc(100% - 120px);
    padding-left: 10px;
}

.cart-items__name {
    color: #333;
    font-size: 14px;
    width: 45%;
}

.cart-items__name:hover {
    color: var(--color-primary);
}

.cart-items__price {
    color: #333;
    font-size: 14px;
    margin: 0.5rem 0;
}

.cart__quantity {
    width: 100px;
    height: 40px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
}

.cart__quantity button {
    width: 38px;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__quantity button:hover {
    color: var(--color-primary);
}

.cart__quantity input {
    width: 22px;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 0.875rem;
}

.cart__delete {
    color: #333;
    font-size: 13px;
    cursor: pointer;
    border: 0;
    padding: 0;
    text-decoration: underline;
    background: transparent;
    display: block;
}

.cart__delete:hover {
    color: var(--color-primary);
}

.cart.is-open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cart.is-open .cart__footer {
    position: fixed;
}

.checkout {
    overflow: hidden;
    padding-top: 25px;
}

.checkout .breadcrumb {
    background: #fff;
}

.checkout .breadcrumb ol {
    margin: 0;
}

.checkout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.checkout__info {
    padding: 0 0 3rem;
}

.checkout__left {
    width: 53%;
    padding-top: 43px;
}

.checkout__right {
    width: 44%;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
}

.checkout__right-border {
    border: 1px solid #1d1d1b;
    padding: 48px 24px 70px 24px;
}

.checkout-section {
    padding-top: 1.25rem;
}

.checkout-section__header {
    font-size: 1.25rem;
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: var(--font-thirdly);
    margin-bottom: 40px;
}

.checkout__grid {
}

.checkout__grid #diachi, .checkout__grid #yeucaukhac {
}

.checkout__grid .form-control, .checkout__grid .custom-select {
    height: initial;
    padding: 0.625rem 0.75rem;
    background: transparent;
    color: #000;
    border-color: #d9d9d9;
    border-radius: 4px;
}

.checkout__grid .form-control:focus {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 0 1px var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}

.checkout__grid .form-control::-webkit-input-placeholder {
    color: #999;
}

.checkout__grid .form-control:-ms-input-placeholder {
    color: #999;
}

.checkout__grid .form-control::-ms-input-placeholder {
    color: #999;
}

.checkout__grid .form-control::placeholder {
    color: #999;
}

.checkout__grid .custom-select {
    color: #999;
}

.checkout__grid .custom-select option {
    color: #000;
}

.checkout__grid .custom-select:focus {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 0 1px var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}

.checkout__continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}

.checkout__continue svg {
    margin-right: 5px;
}

.checkout__continue:hover {
    color: var(--color-primary);
}

.checkout__button {
    background: var(--color-primary);
    padding: 12px 2rem;
    border-radius: 0.313rem;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.checkout__button:hover {
    background: var(--color-primary);
    color: #fff;
}

.checkout-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0;
}

.checkout-items .img {
    width: 90px;
    position: relative;
    border: 1px solid #777;
    border-radius: 7px;
}

.checkout-items .img img {
    border-radius: 5px;
}

.checkout-items__quantity {
    position: absolute;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114, 114, 114, 0.9);
    color: #fff;
}

.checkout-items__info {
    width: calc(100% - 90px);
    padding-left: 0.875rem;
}

.checkout-items__name, .checkout-items__price {
    font-size: 14px;
}

.checkout__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 1px solid #777;
    margin-top: 2rem;
}

.checkout__total span {
    color: #999;
}

.checkout__total b {
    font-size: 20px;
    font-family: var(--font-thirdly);
}

.contact__grid {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-gap: 2.5rem;
}

.h_title-info {
    color: #fff;
    font-size: 14px;
    margin: 0;
    background-color: var(--color-secondary);
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.main-contact__info {
    margin-bottom: 10px;
}

.contact__info__company {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #000;
}

.contact__info__row {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.contact__form__grid {
}

.contact__form__grid .form-group {
    margin-bottom: 24px;
}

.contact__form__grid--2 {
    grid-column: 1 / 3;
}

.contact__form label {
    margin-bottom: 10px;
    color: #767779;
    display: block;
}

.contact__form label .required {
    color: #ff0000;
    font-size: 13px;
}

.contact__form__input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 0.375rem 0.75rem;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #55595c;
    font-weight: 400;
    border-radius: none;
    border: 1px solid #c4c4c4;
    font-family: var(--font-primary);
}

.contact__form__input::-webkit-input-placeholder {
    color: #55595c;
}

.contact__form__input:-ms-input-placeholder {
    color: #55595c;
}

.contact__form__input::-ms-input-placeholder {
    color: #55595c;
}

.contact__form__input::placeholder {
    color: #55595c;
}

.contact__form__textarea {
    width: 100%;
    font-family: var(--font-primary);
    background: #fff;
    padding: 0.375rem 0.75rem;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    resize: initial;
    border-radius: 0;
    border: 1px solid #c4c4c4;
}

.contact__form__textarea::-webkit-input-placeholder {
    color: #999;
}

.contact__form__textarea:-ms-input-placeholder {
    color: #999;
}

.contact__form__textarea::-ms-input-placeholder {
    color: #999;
}

.contact__form__textarea::placeholder {
    color: #999;
}

.contact__form__button {
    display: block;
    background: var(--color-secondary);
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 42px;
    height: 42px;
    width: 72px;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
    font-family: var(--font-thirdly);
}

.contact__form__button:hover {
    background: var(--color-secondary);
    color: #fff;
}

.contact__form__button--reset {
    background: #fff;
    color: #333;
    border: 1px solid #acacac;
    margin-right: 1.25rem;
}

.contact__map {
    width: 100%;
    height: 520px;
    margin-top: 10px;
    background: #fff;
}

.contact__map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.contact_desc {
    margin-bottom: 24px;
}

.post-detail__title {
    font-family: var(--font-thirdly);
    margin-bottom: 16px;
    font-size: 1.5rem;
    padding-bottom: 10px;
    position: relative;
    line-height: 24px;
    font-family: var(--font-secondary);
}

.post-detail__title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
}

.post-detail__date {
    font-size: 0.938rem;
    color: #555;
    margin-bottom: 2rem;
}

.post-detail__date span {
    margin-left: 5px;
}

.post-detail__other {
    margin-top: 20px;
    padding: 10px 0px;
}

.post-detail__other__item {
    display: block;
    color: #333;
}

.post-detail__other__item i {
    font-size: 5px;
    position: relative;
    top: -3px;
}

.post-detail__other__item:hover {
    color: var(--color-secondary);
}

.box-readmore {
    border: 1px solid rgba(33, 37, 41, 0.95);
    margin-bottom: 16px;
    background: rgba(249, 250, 252, 0.95);
}

.header-readmore {
    font-weight: bold;
    font-size: 1.25rem;
    color: #212529;
    padding: 10px 45px 10px 10px;
    position: relative;
    background: rgba(249, 250, 252, 0.95);
}

.btn-down {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    z-index: 123;
}

.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-bottom: 10px;
    padding-left: 30px !important;
    padding-right: 10px;
    display: none;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    font-size: 1.063rem;
}

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

.box-readmore ul li a {
    position: relative;
    display: block;
    padding: 3px 10px 3px 10px;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.box-readmore ul li a:hover {
    color: var(--color-secondary) !important;
}

.box-readmore ul li a.active {
    color: #fff !important;
    background: var(--color-secondary);
}

.box-readmore ul li ul {
    padding-bottom: 0;
}

.box-readmore ul li ul li a {
    font-weight: normal;
}

.btn_fixed_meta-toc {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ec1b23;
    border: 2px solid rgb(236 27 35 / 70%);
    background: rgba(243, 243, 243, 0.95);
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
}

.btn_fixed_meta-toc div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn_fixed_meta-toc:hover {
    opacity: 1;
}

.content_meta-toc {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
    display: none;
}

.content_meta-toc.fixed {
    display: block;
    z-index: 12345;
}

.detail {
    padding: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
}

.detail__title {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.detail__share {
    padding: 10px;
    background: #f7f7f7;
}

.detail__share b {
    font-weight: 700;
    margin-right: 5px;
}

.detail__share #atstbx {
    height: 20px;
    overflow: hidden;
    margin-right: 3px;
}

.split-1row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.split-2rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-3rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-4rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 4;
    height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-5rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 5;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.detail__content img, .detail__content iframe {
    max-width: 100% !important;
    height: auto !important;
}

.scroll-to-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 60px;
    height: 60px;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 9999;
    font-size: 1.5rem;
}

.scroll-to-top:hover {
    background: var(--color-secondary);
}

.breadcrumb {
    padding: 12px 0;
    margin-bottom: 0;
    font-size: 0.813rem;
    position: relative;
    z-index: 1;
    border-radius: 0;
    background: rgba(174, 174, 174, 0.1);
}

.breadcrumb ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
    border-radius: 0;
}

.breadcrumb a {
    color: var(--color-primary);
    font-size: 1rem;
}

.breadcrumb i {
    font-style: normal;
    color: var(--color-primary);
    padding: 3px 5px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-primary);
}

.breadcrumb a:hover span {
    color: var(--color-secondary);
}

.breadcrumb li:last-child span {
    font-weight: 600;
}

.breadcrumb li:last-child i {
    display: none;
}

/* Phân Trang */
.h-pagination {
    position: relative;
}

.h-pagination:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.1;
    z-index: 1;
}

.h-pagination__item {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.pagination-home .h-pagination .h-pagination__item .h-pagination__link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .h-pagination .h-pagination__item.active .h-pagination__link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

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

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
    background: var(--color-primary);
    color: #fff !important;
    border-color: var(--color-primary);
}
.list-child{list-style: none;gap: 15px;display: flex;flex-wrap: wrap;overflow-x: auto;align-items: center;transform: all 1s ease;margin-bottom: 15px;}
.list-child li{}
.list-child li a{
    display: flex;
    padding: 7px 15px;
    white-space: nowrap;
    border: 1px solid #141412;
    color: #141412;
    transition: all 0.5s ease;
}
.list-child li a:hover{background: var(--color-secondary);border: solid 1px var(--color-secondary);color:#fff;}
.effect-img {
    position: relative;
    overflow: hidden;
}

.effect-img:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 15px;
    z-index: 33;
    background: transparent;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
}

.effect-img:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    bottom: 15px;
    z-index: 33;
    background: transparent;
    border-bottom: 0 solid #fff;
    border-right: 0 solid #fff;
}

.effect-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.effect-img:hover:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-top-width: 1px;
    border-left-width: 1px;
}

.effect-img:hover:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.effect-zoom .animate-image {
    overflow: hidden;
}

.effect-zoom .animate-image img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.effect-zoom:hover .animate-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.image-zoom {
    overflow: hidden;
}

.image-zoom:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.effect-rotate-360 {
    overflow: hidden;
}

.effect-rotate-360:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.effect-rotate {
    overflow: hidden;
}

.effect-rotate:hover img {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.modal {
    z-index: 999999 !important;
}

.addThis_listSharing {
    position: fixed;
    bottom: 115px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.addThis_listSharing.right {
    right: 24px;
}

.addThis_listSharing.right.animate {
    right: -24px;
    opacity: 0;
    visibility: hidden;
}

.addThis_listSharing.left {
    left: 24px;
}

.addThis_listSharing.left.animate {
    left: -24px;
    opacity: 0;
    visibility: hidden;
}

.addThis_listSharing.right.animate.is-show {
    right: 24px;
    opacity: 1;
    visibility: visible;
}

.addThis_listSharing.left.animate.is-show {
    left: 24px;
    opacity: 1;
    visibility: visible;
}

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

.addThis_listing .addThis_item {
    margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listSharing.right .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    right: 55px;
}

.addThis_listSharing.left .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    left: 55px;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listSharing.right .addThis_item .addThis_item--icon .tooltip-text:after {
    border-color: transparent transparent transparent black;
    left: 100%;
}

.addThis_listSharing.left .addThis_item .addThis_item--icon .tooltip-text:after {
    border-color: transparent black transparent transparent;
    right: 100%;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
    display: none;
}

.actionToolbar_mobile ul.actionToolbar_listing {
    padding: 0;
    margin: 0;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
    list-style-type: none;
    width: 20%;
    float: left;
}

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

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
    fill: #696969;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
    margin-top: -25px;
    display: inline-block;
    vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
    width: 44px;
    height: 44px;
}

.devvn_toolbar {
    display: none;
}

.why__swiper.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px;
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@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: #0098eb;
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgb(0 152 235 / 78%);
    opacity: 0.1;
    border-color: #0098eb;
    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;
    -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 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(0 152 235 / 61%);
    opacity: 0.4;
}

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

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

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

/* Phone */
.btn-mess {
    bottom: 150px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #0098eb;
    border-radius: 100%;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
    padding: 8px 0px;
}

.btn-mess svg {
    fill: #fff;
}

.page_tt, .page_ctsp {
    padding: 30px 0px 48px 0px;
}

.post-items {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

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

.post-items__info {
    padding: 32px 16px;
    width: 51%;
}

.post-items__image {
    position: relative;
    overflow: hidden;
    width: 47%;
}

.post-items__name {
    font-size: 1.25rem;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.post-items__name a {
    color: var(--color-primary);
    font-family: var(--font-secondary);
}

.post-items__name:hover a {
    color: var(--color-secondary);
}

.post-items__poster {
    margin-top: 16px;
    position: relative;
    padding-top: 16px;
    color: #7b7b7b;
    font-size: 16px;
}

.post-items__poster:after {
    position: absolute;
    content: "";
    width: 79px;
    height: 1px;
    background: var(--color-primary);
    top: 0;
    left: 0;
}

.post-items__desc {
    max-height: 65px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #7b7b7b;
}

.post-items__detail {
    margin-top: 16px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 30px;
    color: #fff;
    background: var(--color-secondary);
    border: 1px solid transparent;
}

.post-items__detail:hover {
    background: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.othernews {
    border-top: 1px solid #f7f7f7;
    margin-top: 1.875rem;
}

.cactinkhac {
    margin-bottom: 0.938rem;
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    color: var(--color-primary);
    padding-top: 15px;
    font-weight: 600;
}

.khac {
    margin-left: 15px;
}

.khac li a {
    transition: 0.4s;
    color: var(--color-primary);
    font-size: 15px;
}

.khac li:hover a {
    color: var(--color-secondary);
    padding-left: 10px;
    transition: 0.4s;
}

.rating {
}

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

.raiting__left {
    width: 47%;
    display: flex;
    justify-content: space-between;
}

.raiting__left-first {
    width: 150px;
}

.raiting__left-last {
    width: calc(100% - 170px);
}

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

.row_statistic b {
    width: 10px;
    font-size: 16px;
    font-weight: normal;
}

.row_statistic i {
    width: 20px;
    color: #d9d9d9;
}

.percent_statistic {
    width: 200px;
    height: 10px;
    background: #eeeeee;
    border-radius: 10px;
}

.raiting__right {
    width: 50%;
}

.title_guidg {
    font-size: 16px;
    margin-bottom: 16px;
}

.rating__summary {
    flex-shrink: 0;
    margin-right: 16px;
}

.rating__star-number {
    color: #0029ba;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    margin: 0 0 3px;
    font-family: var(--font-secondary);
}

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

.star__container {
    position: relative;
}

.star__normal {
    display: flex;
    align-items: center;
    color: #999;
}

.star__active {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #ffbe00;
    overflow: hidden;
}

.star.star--small .star__normal, .star.star--small .star__active {
    font-size: 16px;
}

.star.star--medium .star__normal, .star.star--medium .star__active {
    font-size: 24px;
}

.rating__information {
    display: flex;
    flex-wrap: wrap;
}

.rating__information button {
    min-width: 90px;
    font-size: 14px;
    padding: 0 9px;
    text-align: center;
    background: #fff;
    border: 1px solid #c4cdd5;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: 36px;
    margin: 0 12px 12px 0;
}

.flex {
    display: flex;
}

.items-start {
    align-items: flex-start;
}

.rating__star-number {
    margin-bottom: 8px;
}

.rating__star-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.rating__turn {
    text-align: center;
    color: #d9d9d9;
}

.js__filter-comment.active {
    color: #0088ff;
    border-color: #0088ff;
}

.rating__comment {
    padding: 18px 33px;
}

.comment-item__name {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.comment-item__header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.comment-item__desc {
    word-break: break-word;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.comment__button {
    padding: 0;
    background: transparent;
    color: #0088ff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.comment__button svg {
    height: 14px;
    fill: #999;
    margin-right: 4px;
}

.comment-item__date {
    color: #969b9f;
}

.comment-item {
    margin-bottom: 20px;
}

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

.comment__button-like:hover svg {
    fill: #08f;
}

.footer__col {
    word-break: break-word;
}

/* media*/
@media (max-width: 560px) {
    body.has_devvn_toolbar {
        padding-bottom: 50px;
    }

    .devvn_toolbar {
        background: var(--color-primary);
        display: inline-block;
        width: 100%;
        padding: 1.8vw;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99999999;
        height: auto;
        border-top: 1px solid var(--color-primary);
    }

    .devvn_toolbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

    .devvn_toolbar ul li {
        text-align: center;
        display: table-cell;
        vertical-align: top;
    }

    .devvn_toolbar ul li a {
        display: inline-block;
        width: 100%;
        outline: none;
        text-decoration: none;
    }

    .devvn_toolbar ul li a span {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 3.5vw;
    }

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

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 992px) {
    .dknt__left:after {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 24px;
    }

    .wr__service .owl_prev {
        left: 0;
        width: 50px;
        height: 50px;
    }

    .wr__service .owl_next {
        right: 0;
        width: 50px;
        height: 50px;
    }

    .slider .swiper-pagination {
        bottom: 10px;
    }

    .slider .swiper-button-prev {
        left: 10px;
    }

    .slider .swiper-button-next {
        right: 10px;
    }

    .slider .swiper-button-prev, .slider .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .product__grid {
        grid-column-gap: 30px;
    }

    .menu {
        display: none;
    }

    .menu__mobile {
        width: 32px;
        height: 32px;
        margin: 5px 0px;
        border: 0;
        padding: 0;
        font-size: 1rem;
        color: #fff;
        background: transparent;
        border-radius: 50%;
        outline: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .menu__mobile:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--color-primary);
        left: 0;
        top: 30%;
    }

    .menu__mobile span {
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--color-primary);
        left: 0;
        top: 50%;
    }

    .menu__mobile:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--color-primary);
        left: 0;
        bottom: 30%;
    }

    .menu__top {
        padding: 0.313rem 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0.313rem;
    }

    .menu__top:before {
        border-top: 47px solid var(--color-primary);
        border-left: 40px solid transparent;
    }

    .menu__top__nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .list-child{
        flex-wrap: unset;
        white-space: nowrap;
    }
    .pd-detail__content img, .product-more-info img {
        max-width: 100% !important;
        height: auto !important;
    }

    .pd-detail__content iframe, .product-more-info iframe {
        max-width: 100% !important;
    }

    .scroll-to-top {
        bottom: 80px;
    }

    .support-right {
        bottom: 22%;
    }

    .section-dknt {
        width: 92%;
    }

    .shopping-cart_mb {
        display: block;
    }

    .section-product {
        margin-top: 48px;
    }

    .footer {
        padding-top: 300px;
    }

    .hotline_fix {
        position: relative;
        left: 0;
        margin-top: 16px;
        bottom: 0;
    }

    .js__click_search {
        margin-right: 0;
    }

    .logo_head {
        width: 27%;
        margin: auto;
    }

    .section-aboutus, .page, .section-news, .page_tt, .section-customer, .pd-detail__bottom {
        padding: 48px 0px;
    }

    .hotline, .top_head, .top_head, .btn_tv {
        display: none !important;
    }

    .pd-detail__top > .d-flex, .page-flex.d-flex, .section-aboutus .d-flex, .news__flex.d-flex, .pd-detail__col:nth-child(1), .product-p.d-flex, .page_tt > .d-flex, .top__footer.d-flex, .section-dknt.d-flex {
        display: inherit !important;
    }

    .aboutus__left, .aboutus__right, .dknt__left, .dknt__right {
        width: 100%;
    }

    .aboutus__right {
        margin-top: 20px;
    }

    .dknt__right {
        padding: 58px 24px 48px 24px;
        border-radius: 20px;
    }

    .checkout__grid {
        display: inherit;
    }

    .checkout__grid input, .checkout__grid select {
        margin-bottom: 10px;
    }

    .btn_fixed_meta-toc {
        right: 10px;
    }

    .footer__col:nth-child(n) {
        width: 100%;
        margin-bottom: 32px;
    }

    .footer__col:last-child {
        margin-bottom: 0;
    }

    .pd-detail__top, .pd-detail__top_left > .d-flex {
        display: inherit !important;
    }

    .pd-detail__top_left, .pd-detail__top_right {
        width: 100%;
    }

    .pd-detail__top_right {
        margin-top: 20px;
    }

    .pd-detail__col:nth-child(n) {
        width: 100%;
        margin-bottom: 20px;
    }

    .flex-row {
        display: inherit !important;
    }

    .right_content, .left_content {
        width: 100%;
    }

    .left_content {
        margin-top: 20px;
    }

    .section_mobile_cate {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 12px 12px 0px 0px;
        background: #fff;
        box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 16px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 12;
    }

    .section_mobile_cate .toolbar_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        color: #6f6f6f;
        font-weight: 700;
        font-size: 11px;
    }

    .section_mobile_cate i {
        color: #6f6f6f;
        font-size: 22px;
        margin-bottom: 2px;
    }

    .section_mobile_cate .toolbar_item:hover a, .section_mobile_cate .toolbar_item:hover a i {
        color: var(--color-secondary);
    }

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

    .checkout__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .checkout__left {
        width: 100%;
        padding-top: 0;
    }

    .checkout-section__header {
        margin-bottom: 20px;
    }

    .checkout__right {
        width: 100%;
        border: 0;
        min-height: initial;
        padding: 0;
    }

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

    .page__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page__left {
        width: 100%;
    }

    .page__right {
        width: 100%;
    }

    .contact__grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 650px) {
    .title_list ul {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }

    .title_list ul li a {
        padding: 5px 16px;
    }

    .title_list h2:after {
        display: none;
    }

    .title_list {
        display: inherit;
    }

    .header {
        position: relative;
    }

    .section-support .title h2 {
        max-width: 100%;
        line-height: 35px;
        font-size: 1.5rem;
    }

    .main_dktv_left, .main_dktv_right {
        width: 100%;
        text-align: center;
    }

    .main_dktv_right {
        margin-top: 20px;
    }

    .main__dktv {
        display: inherit;
        padding: 30px 15px;
    }

    .box_statistic {
        padding: 20px 0px;
    }

    .box_product, .box_product.line-4, .row__news {
        width: 50%;
    }

    .support-right a, .support-right div {
        width: 50px;
        height: 50px;
    }

    .scroll-to-top {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 576px) {
    .title_list h2 {
        font-size: 1.125rem;
        padding: 9px 15px 10px 16px;
    }

    .title_ab .title-ab, .title p {
        font-size: 1.5rem;
    }

    .product-items__info {
        padding: 16px 4px;
    }

    .slider .swiper-button-prev:after, .slider .swiper-button-next:after {
        font-size: 1rem;
    }

    .title {
        margin-bottom: 32px;
    }

    .post-items {
        margin-bottom: 16px;
    }

    .post-items__info {
        padding: 15px;
    }

    .flex__news, .flex__project, .wr_customer {
        margin: 0;
    }

    .row__news, .row__project, .row__project.line-2, .row__customer, .row__customer.big, .row_tieuchi {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .box__row, .box__row.line-2, .dknt__form1 .d-flex .form-group, .post-items__image, .post-items__info {
        width: 100%;
    }

    .box_product, .box_product.line-4 {
        width: 50%;
    }

    .pd-detail__tab li {
        width: 50%;
        text-align: center;
    }

    .hidden-xs {
        display: none;
    }

    .contact__form .invalid-feedback {
        position: relative;
        bottom: 0;
    }
}
.view-more a{display:block;overflow:hidden;position:relative;line-height:40px;font-size:14px;color:#333;text-align:center;border-radius:4px;margin:10px auto;width:340px;background-color:#fff;border:1px solid #e0e0e0}.view-more a::after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;content:'';position:relative;right:-5px;top:11px}.view-more a:not(.prevent):hover{background-color:var(--color-secondary);color:#fff;border:1px solid var(--color-secondary)}.view-more a:not(.prevent):hover::after{border-top:5px solid #fff}.registerForm .title{text-transform:capitalize;font-weight:700;font-size:1rem;color:#249d44;margin-bottom:10px;}