@font-face {
    font-family: "SVN-Poppins-Regular";
    src: url("../fonts/SVN-Poppins-Regular.ttf") format("woff2"),
        url("../fonts/SVN-Poppins-Regular.ttf") format("woff");
    font-style: normal;
    font-display: wrap;
}

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

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

@font-face {
    font-family: "SVN-Poppins-Regular";
    src: url("../fonts/SVN-Poppins-Regular.ttf") format("woff2"),
        url("../fonts/SVN-Poppins-Regular.ttf") format("woff");
    font-style: normal;
    font-display: wrap;
}

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

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

:root {
    --bg-primary-200: hsl(38, 37%, 53%);

    --clr-primary-200: hsl(24, 68%, 27%);

    --clr-white: hsl(0, 0%, 100%);
    --clr-black: hsl(0, 0%, 0%);

    --ff-base: "SVN-Poppins-Regular";
    --ff-base-500: "SVN-Poppins-Medium";
    --ff-base-600: "SVN-Poppins-SemiBold";

    --ff-roboto: "Roboto", sans-serif;
    --ff-accent: "Playfair Dispaly", serif;

    --fw-light: 300;
    --fw-regular: 400;
    --fw-semi-bold: 600;
    --fw-bold: 700;

    --fs-12: 0.75rem;
    --fs-13: 0.8125rem;
    --fs-14: 0.875rem;
    --fs-15: 0.9375rem;
    --fs-16: 1rem;
    --fs-17: 1.0625rem;
    --fs-18: 1.125rem;
    --fs-19: 1.1875rem;
    --fs-20: 1.25rem;

    --size-10: 0.625rem;
    --size-60: 3.75rem;
}

html {
    scroll-behavior: smooth;
}

div.wap_main {}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

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

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

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

@-webkit-keyframes shake-anim {

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

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

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

input,
button,
select {
    appearance: none;
    box-shadow: none !important;
}

body {
    font-family: var(--ff-base);
    font-size: var(--fs-14);
    font-weight: var(--fw-regular);
}

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

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

a {
    text-decoration: none !important;
}

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

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.wap_1200 {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

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

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

.wrap-content {
    margin: auto;
}

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

.title-main {
    margin-bottom: 1rem;
    text-align: center;
}

.title-main h2 {
    text-transform: uppercase;
    color: #000;
    background: url(../images/icon-title-main.png) no-repeat bottom center;
    font-family: var(--ff-base-600);
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 0;
}

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

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

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

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

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

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px);
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.text-sm {
    font-size: 0.875rem !important;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

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

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

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

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

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

.header-top {
    color: #fff;
    background-color: var(--clr-white);
    overflow: hidden;
}

.header-top .header-top-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 45px;
    width: 100%;
}

.trapezoid {
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-20deg);
    overflow: hidden;
}

.header-top-left.trapezoid {
    width: 60%;
    right: 51%;
    text-align: right;
    background-color: var(--clr-base);
    box-shadow: 0 0 0 100vmax var(--clr-base);
    clip-path: inset(0 0 0 -100vmax);
}

.header-top-right.trapezoid {
    width: 60%;
    left: 50%;
    background-color: var(--bg-primary-200);
    box-shadow: 0 0 0 100vmax var(--bg-primary-200);
    clip-path: inset(0 -100vmax 0 0);
}

.trapezoid-inner {
    position: absolute;
    top: 50%;
    transform: skewX(20deg) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 100%;
    font-size: 15px;
}

.header-top-left.trapezoid .trapezoid-inner {
    right: 0;
    font-family: var(--ff-base-600);
    font-size: 16px;
}

.header-top-right.trapezoid .trapezoid-inner {
    padding-left: 10%;
    left: 0;
}

.header-top .container--1200 .trapezoid-inner i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}

.header-bottom {
    /* padding-block: 10px; */
    background: url(../images/bg-header-bottom.jpg) no-repeat center center/cover;
}

.header-bottom .header-bottom-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header-bottom .logo-header {}

.header-bottom .logo-header img {}

.header-bottom .banner-header {}

.header-bottom .banner-header img {}

.social-header li {
    width: 30px;
}

.hotline-header {
    /* display: none; */
    background: url(../images/hotline.png) no-repeat left center;
    padding-left: 46px;
}

.hotline-header p {
    font-weight: bold;
    margin-bottom: -2px;
    color: #333;
    font-size: 15px;
}

.hotline-header span {
    color: var(--clr-base);
    display: block;
    font-size: 18px;
    font-family: var(--ff-base-600);
    line-height: 25px;
}

.email-header {
    display: inline-block;
    background: url(../images/email.html) no-repeat left center;
    padding-left: 25px;
    display: none;
}

.email-header p {
    font-weight: bold;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: #333;
}

.email-header span {
    font-weight: bold;
    color: var(--clr-base);
    font-size: 20px;
    display: block;
}

/* menu */
.menu_mobi_add,
.menu_mobi {
    display: none;
}

.menu {
    background-color: var(--clr-base);
    position: -webkit-sticky;
    position: sticky;
    z-index: 1030;
    top: 0;
}

.menu-wrap {
    display: flex;
    flex-flow: column wrap;
}

.main-navigation {
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation ul {
    padding: 0px;
    margin: auto;
    list-style: none;
}

.main-navigation>ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.main-navigation ul li {
    position: relative;
    z-index: 9999;
}

.main-navigation ul li.li-home {}

.main-navigation ul li.li-home a {}

.main-navigation ul li.li-end a {
    padding-right: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li a.active {
    color: #eee;
}

.main-navigation ul li.li-tim {}

.main-navigation ul li.li-tim a {}

.main-navigation ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.main-navigation ul li a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    line-height: 35px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-navigation ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}

.main-navigation ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-navigation ul li ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -8px;
    left: 0;
}

/* sub-menu */
.main-navigation ul li ul {
    position: absolute;
    top: calc(100% + 10px);
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 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;
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.main-navigation ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.main-navigation ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px;
    text-transform: capitalize;
}

.main-navigation ul li ul li a.has-child {
    margin-right: 0px;
}

.main-navigation ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-navigation ul li ul li a.active {
    color: #ec2d3f;
}

.main-navigation ul li ul li a.active.has-child:after {
    border-color: #ec2d3f;
}

.main-navigation ul li ul li:last-child>a {
    border-bottom: 0px;
}

.main-navigation ul li ul li:hover>a {
    color: var(--clr-base);
}

.main-navigation ul li ul li:hover>a.has-child:after {
    border-color: var(--clr-base);
}

.main-navigation ul li ul li ul {
    top: 0 !important;
    left: 100%;
    margin-top: 0px;
}

/* extra for left menu */
.menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menusp {
    width: 285px;
}

.main-navigation {
    width: calc(100% - 295px);
    display: flex;
    align-items: stretch;
}

.menusp>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: var(--bg-primary-200);
    font-size: 15px;
    text-transform: uppercase;
    color: var(--clr-white);
    font-family: var(--ff-base-600);
    font-size: 18px;
    padding: 17px 26px;
    padding-bottom: 14px;
}

.menusp>a>i {}

.menusp1 {
    position: absolute;
    top: 100%;
    width: max-content;
    height: 100%;
    display: none;
    z-index: 999;
}

.menusp1.active,
.menusp:hover .menusp1 {
    display: inline-block;
}

.menu-inner {
    background-color: var(--clr-white);
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #cbcbcb;
    border-top: 0;
    position: absolute;
    min-width: 285px;
    margin-top: 0;
    padding: 5px 15px 10px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.menu-inner.show {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}

.menu-inner ul {
    height: 325px;
    overflow-y: auto;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-inner ul::-webkit-scrollbar {
    width: 3px;
}

.menu-inner ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsl(214, 100%, 34%, 0.3);
    border-radius: 3px;
}

.menu-inner ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px hsl(214, 100%, 34%, 0.5);
}

.menu-inner ul li {
    padding: 12px 16px 12px 0;
}

.menu-inner ul>*+* {
    border-top: 1px solid hsl(0, 0%, 80%);
}

.menu-inner>ul>li:last-child {
    padding-block-end: 0;
}

.menu-inner ul li a {
    color: var(--clr-black);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    text-transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-inner ul li a:hover {
    color: var(--clr-base);
}

.menu-inner ul li a .arrow-l1 {
    content: url(../images/rhombus-50.png);
    margin-right: 12px;
}

.menu-inner ul li ul,
.menu-inner ul li ul li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    left: 100%;
    top: 0;
    transition: 0.4s;
    color: var(--clr-primary-200);
    background-color: var(--clr-white);
    width: 100%;
    height: auto;
    border-left: 1px solid #cbcbcb;
    overflow: initial;
    padding: 5px 10px;
    -webkit-box-shadow: 8px 8px 30px 0px hsla(0, 78%, 36%, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px hsla(0, 78%, 36%, 0.15);
    box-shadow: 8px 8px 30px 0px hsla(0, 78%, 36%, 0.15);
}

.menu-inner ul li.menu-item:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100% !important;
    z-index: 5;
}

/* search */
.search {
    --_h-search: 45px;
    width: 310px;
    border-radius: 50px;
    border: 1px solid #656565;
    background: #ffffff;
    position: relative;
}

.search::before {
    content: url(../images/icon-search.svg);
    position: absolute;
    left: 15px;
    top: 53%;
    bottom: 0;
    transform: translateY(-50%);
}

.search p {
    float: left;
    width: 85px;
    height: var(--_h-search);
    line-height: var(--_h-search);
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 13px;
    background-color: var(--clr-base);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search input {
    width: calc(100% - 85px);
    height: var(--_h-search);
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 36px;
    font-size: 12px;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #656565;
    font-size: 15px;
}

/* menu responsive */
.menu-res {
    height: 55px;
    z-index: 997;
    background: var(--clr-base);
    position: sticky;
    display: none;
    position: -webkit-sticky;
    top: 0;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    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;
}

#menu {
    display: none;
}

/* slider */
#slider {
    background-color: hsl(0, 0%, 96%);
    padding-top: 10px;
}

.slider1 {
    width: 285px;
}

.slideshow {
    width: calc(100% - 295px);
    position: relative;
    overflow: hidden;
}

.slideshow-item {
    display: block;
    cursor: pointer;
}

.slideshow-image {}

.slideshow-image img {}

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

.control-slideshow {
    opacity: 0;
}

/* partner */
.wrap-partner {
    padding: 0px 15px;
}

.wrap-partner .wrap-content {
    position: relative;
}

.partner {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* effect */
.hover_sang1 {
    position: relative;
    overflow: hidden;
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

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

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

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%;
}

/* news */
.wrap-intro {
    background-color: #eeeadd;
}

.news-intro:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #cacaca;
}

.news-scroll:before {
    top: 10px;
}

.news-scroll:after {
    bottom: 40px;
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.news-control:hover {
    opacity: 1;
    color: #ec2d3f;
}

.news-control#up {
    top: -10px;
}

.news-control#down {
    bottom: 20px;
}

/* album */
.album {
    cursor: pointer;
    width: calc(25% - 20px);
    margin: 10px 10px;
    text-align: center;
    cursor: pointer;
}

.album-image {
    margin-bottom: 0.75rem;
}

.pic-album {
    position: relative;
}

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

.name-album {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

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

.album-name a {
    display: block;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
}

.thuvien_chitiet figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

.thuvien_chitiet figure>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.thuvien_chitiet figure a {
    color: black;
    text-decoration: none;
}

.thuvien_chitiet figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.2em 0.5em;
    justify-self: start;
}

.thuvien_chitiet {
    margin-bottom: 20px;
}

.thuvien_chitiet .thuvien_trong {
    column-count: 4;
    column-gap: 10px;
}

@media (max-width: 992px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 2;
    }
}

.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 15px;
}

.wrap-brand .wrap-content {
    position: relative;
}

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}

.product-wrap {
    padding-block-start: var(--size-60);
}

.card--item {
    width: calc(25% - 20px);
    margin: 10px 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.card-link {
    position: relative;
    display: block;
    border: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-self: normal;
    word-wrap: break-word;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-poster {
    background: #ffffff;
    border-radius: 5px;
    padding-bottom: 10px;
}

.card-poster img {
    width: 100%;
    border-radius: 3px;
}

.card-body {
    padding: 0.25rem;
}

.card-title {
    color: #000;
    font-family: var(--ff-base-500);
    font-size: 18px;
    line-height: 23px;
    -webkit-line-clamp: 3;
}

.card-title:hover {
    color: var(--clr-base);
}

.card-price {
    margin-bottom: 0px;
}

.card-price span {
    font-family: var(--ff-base-500);
}

.card-price--new b {
    color: #000;
}

.card-price--new {
    font-size: 15px;
    color: var(--clr-base);
}

.card-price--old {
    padding-left: 10px;
    color: #333;
    font-size: 13px;
    text-decoration: line-through;
}

.card-price--per {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #ffffff;
    background: var(--clr-base);
    font-size: 13px;
    border-radius: 2px;
    width: 50px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

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

span.hethang-detail {
    font-size: 20px;
    color: #ff0;
    background: #ab1713;
    font-family: var(--ff-base-600);
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
}

.hethang {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #000000ad;
    font-size: 16px;
    width: 100%;
    padding: 5px;
    text-align: center;
    line-height: 35px;
    transform: translate(-50%, -50%);
    font-family: var(--ff-base-500);
}

.card-poster {
    position: relative;
}

.price-new {
    color: #EA1D27;
    margin-right: 10px;
}

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

.price-per {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    line-height: 35px;
}

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

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

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

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

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

.contact-article {
    margin-bottom: 3rem;
}

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

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

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

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

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

/* footer */
.footer-article {
    padding: 35px 0px;
    position: relative;
    isolation: isolate;
    color: var(--clr-white);
    background-color: var(--clr-base);
}

.footer-article::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url(../images/bg-footer-inner.png) no-repeat center center/cover;
    mix-blend-mode: multiply;
}

.footer-tags {
    background: #eee;
}

.footer-tags {
    padding: 30px 15px;
}

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

.footer-tags-lists li {
    float: left;
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem;
}

.footer-tags-lists li a:hover {}

.footer-powered {
    color: #ffffff;
    background-color: hsl(2, 85%, 22%);
    padding-block: 16px;
}

.footer-powered span {}

.footer-powered b {
    font-weight: normal;
}

.footer-statistic {
    text-align: right;
}

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

.statistic-line {
    display: inline-block;
    height: 12px;
    width: 1px;
    border-left: 1px solid var(--clr-white);
    vertical-align: middle;
}

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

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

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

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

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
}

.pagination-ajax {
    text-align: center;
    color: #7d7d7d;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
    border-radius: 3px !important;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    color: #7d7d7d;
    border-color: #7d7d7d;
}

.pagination-ajax a.current {
    background: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
    color: #fff !important;
}

.pagination-ajax a:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

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

#popup-map iframe {
    width: 100%;
}

#popup button.close span,
#popup-map button.close span,
#popup-baogia button.close span {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

#popup button.close,
#popup-map button.close,
#popup-baogia button.close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000 !important;
    background: #f00;
    opacity: 1;
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

.coccocgrammar,
.corom-element {
    display: none !important;
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

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

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

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 997;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--clr-base);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: var(--clr-base);
    opacity: 0.5;
}

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

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

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

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

.btn-zalo {
    bottom: 315px;
}

.btn-phone {
    bottom: 230px;
}

.js-facebook-messenger-container.closed {
    display: none !important;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-tooltip.closed {
    display: none !important;
}

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

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

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

.js-facebook-messenger-box {
    z-index: 999;
}

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

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

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

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

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

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

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

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

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

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

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

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

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

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: #1182fc;
    width: 220px;
    display: none;
}

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

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

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

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

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

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

.pagination {
    flex-wrap: wrap;
    margin-top: 20px !important;
    justify-content: center;
}

.pagination li {
    margin: 3px;
}

.pagination li .page-link {
    border-radius: 3px !important;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    color: #7d7d7d;
    border-color: #7d7d7d;
}

.page-link.active,
.page-link.bg-primary {
    background: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
}

.page-link.active:hover,
.page-link.bg-primary:hover {
    background: var(--clr-base) !important;
}

.page-link {
    cursor: pointer;
}

.boxProduct {
    --_column-count: 5;
    --_gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--_column-count), 1fr);
    gap: var(--_gap);
}

.boxProduct>.card--item {
    margin: 0 !important;
    width: 100%;
    min-width: 100%;
}

.keyword-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--clr-base);
    font-size: 13px;
    max-height: calc(80px * 4);
    overflow-x: hidden;
    overflow-y: auto;
}

.autocomplete_item {
    display: block;
}

.autocomplete_item a {
    padding: 0.2rem !important;
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}

.autocomplete_item a picture {
    min-width: 30%;
    max-width: 30%;
}

.autocomplete_item a section {
    flex-grow: 1;
    position: relative;
}

.autocomplete_item a h3 {
    font-size: 12px;
    color: #222;
    margin: 0;
}

.autocomplete_item a p {
    float: none;
    width: 100%;
    text-align: left;
    line-height: unset;
    height: unset;
}

.autocomplete_item a p span {
    font-size: 12px;
}

.autocomplete_item a p span.card__price--per {
    top: 0;
    right: 0;
    z-index: 2;
    width: auto;
    height: auto;
    padding: 2.5px 5px;
    font-size: 10px;
    line-height: unset;
}

.contact-form .btn-primary {
    background: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
}

.save-listing,
.save-listing-already {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 1rem;
    background: var(--clr-base);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    /* display: none; */
}

.save-listing:hover i:before,
.save-listing-already i:before {
    font-weight: bold;
}

.liked-fixed {
    bottom: 455px;
    display: none;
}

div.box-sanpham-tc {
    padding: 30px 0;
}

div.css_flex_baiviet {
    --gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap));
}

div.css_flex_video {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

div.css_flex_album {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

div.css_flex_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

div.css_flex_ajax .pro-in {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

div.css_baiviet_ngang .article {
    width: calc(25% - 20px);
}

div.css_baiviet_ngang .article-poster {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

div.css_baiviet_ngang .article-body {
    width: 100%;
}

.left-intro {
    width: 57.84%;
}

.right-intro {
    width: 39.84%;
}

.footer-wrap {}

/* article */
.article {
    margin: calc(var(--gap));
    width: calc(50% - var(--gap) * 2);
    padding-bottom: 20px;
}

.article--inner {}

.article-poster {
    float: left;
    margin-right: 4%;
    width: 36%;
    margin-bottom: 0;
}

.article-poster img {
    width: 100%;
}

.article-body {
    float: right;
    width: 60%;
    position: relative;
    padding-left: 10px;
}

.article-body::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    border-left: 1px solid var(--clr-base);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article-title {
    font-size: 16px;
    font-family: var(--ff-base-600);
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}

.article-title a {
    color: #000;
}

.article-title a:hover {
    color: var(--clr-base);
}

.article-time {
    margin-bottom: 0;
}

.article-time span {
    color: rgba(91, 91, 91, 0.8);
    font-size: 12px;
    line-height: 27px;
    text-transform: capitalize;
}

.article-desc {
    color: #333333;
    line-height: 22px;
}

.article-view {
    color: #c00;
    display: block;
    margin-top: 5px;
    display: none;
}

/* video */
.video {
    width: calc(25% - 20px);
    text-align: center;
    cursor: pointer;
    margin: 10px 10px;
}

.pic-video {
    position: relative;
}

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

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

.name-video {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.load-video-tc .h-r-v {
    margin-top: 10px;
}

.load-video-tc .h-l-v {}

.load-video-tc .h-r-v .slick-slide {
    margin: 0 6.5px;
}

.load-video-tc .h-r-v .slick-list {
    margin: 0 -6.5px;
}

.load-video-tc .h-l-v iframe {
    height: 333px;
}

.load-video-tc div.item-duoi {
    margin: 0 5px;
    border: 0;
    position: relative;
}

.load-video-tc div.item-duoi:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-video.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
}

.load-video-tc div.item-duoi iframe {
    width: 100%;
    height: 100%;
}

.load-video-tc div.item-duoi img {
    width: 100%;
    object-fit: cover;
}

.load-video-tc div.item-duoi span {
    display: block;
    text-align: left;
}

.load-video-tc div.item-duoi span.ten {
    font-size: 14px;
}

.load-video-tc div.item-duoi span.ngay {
    font-size: 14px;
}

.load-video-tc div.item-video {
    position: relative;
}

.load-video-tc div.item-video a {
    position: relative;
    display: block;
    line-height: 0;
    cursor: pointer;
}

.load-video-tc div.item-video a img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.load-video-tc div.item-video a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-video.png) no-repeat center;
}

.load-video-tc {
    position: relative;
}

div.wap_copy {
    font-size: 12px;
}

div.wap_copy .copyright,
div.wap_copy .statistic {
    margin-bottom: 0;
}

.statistic span {
    margin-left: 8px;
}

div#main_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#main_footer ul li {
    margin: 9px 0;
    font-size: 14px;
}

div#main_footer ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 18px;
    color: #525252;
}

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

.footer-item:nth-child(2) {
    width: 20%;
}

.footer-item:nth-child(3) {
    width: 23.75%;
}

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

.footer-item:nth-child(1) .footer-title {}

.footer-item:nth-child(2) .footer-title {}

.footer-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    border-top: 2px solid var(--clr-white);
    left: 0;
    bottom: 0;
}

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

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

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

.footer-ul li a {
    color: var(--clr-white);
}

.footer-ul li a:hover {
    text-decoration: none;
    color: #ec2d3f;
}

.footer-copyright {
    font-family: var(--ff-base-500);
}

.footer-copyright span {}

.social {
    margin-bottom: 0;
    padding: 0;
}

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

.social li {
    display: inline-block;
}

.social li:hover {
    transform: rotateY(360deg);
    transition: all 0.5s linear;
}

.title-accent {
    margin-bottom: 16px;
}

.title-accent span {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
    color: #000;
}

.title-accent span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
}

.news-videos {
    padding-block-start: var(--size-60);
}

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

.newshome-best .pic-newshome-best {
    margin-bottom: 10px;
}

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

.content-newshome {
    border-left: 2px solid var(--clr-base);
    padding-left: 12px;
    padding-block: 5px;
}

.newshome-best .name-newshome {}

.name-newshome {
    color: #000;
    font-family: var(--ff-base-600);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.name-newshome:hover {
    color: var(--clr-base);
}

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

.article-time,
.time-newshome {
    color: rgba(91, 91, 91, 0.8);
    line-height: 27px;
    background: url(../images/icon-time.svg) no-repeat left center;
    padding-left: 20px;
    display: none;
}

.time-newshome {
    margin-bottom: 0.25rem;
}

.time-newshome span {
    padding-right: 4px;
}

.desc-newshome {
    color: #000;
    margin-bottom: 0px;
    -webkit-line-clamp: 4;
}

.view-newshome {
    display: inline-block;
    border: 1px solid #000;
    padding: 8px 15px;
    color: #000;
    text-transform: capitalize;
    margin-top: 1rem;
    display: none;
}

.view-newshome:hover {
    background-color: #000;
    color: #fff;
}

.newshome-scroll {
    width: calc(100% - 45%);
    overflow: hidden;
}

.newshome-scroll ul li {
    margin-bottom: 15px !important;
}

.newshome-normal {
    display: block;
    margin-bottom: 10px;
}

.pic-newshome-normal {
    float: left;
    width: 34%;
    margin-right: 3%;
    margin-bottom: 0px;
}

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

.info-newshome-normal {
    float: left;
    width: calc(100% - 37%);
}

.news-line {
    display: inline-block;
    height: 10px;
    width: 1px;
    border-left: 1px solid rgba(91, 91, 91, 0.8);
}

#video-select {}

#video-select iframe {
    height: 281px;
}

#video-select .listvideos {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

div.run-slick .slick-prev:before,
div.run-slick .slick-next:before {
    font-size: 0;
}

div.run-slick .slick-prev,
div.run-slick .slick-next {
    width: 32px;
    height: 45px;
    top: 46%;
}

div.run-slick .slick-prev {
    background: url(../images/sl-1.png) no-repeat center;
    left: 20px;
}

div.run-slick .slick-next {
    background: url(../images/sl-2.png) no-repeat center;
    right: 20px;
}

div.box-hethong {
    padding: 0 0;
    position: relative;
}

div.box-hethong .ht-left {
    width: calc(100% - 10px);
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 4;
    text-align: right;
}

div.box-hethong .ht-right {
    width: 100%;
}

div.box-hethong .ht-left .item-ht {
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    background: rgb(0 0 0 / 70%);
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
}

div.box-hethong .ht-left .item-ht .ten {
    display: block;
}

div.box-hethong .ht-left .act-item {
    background: rgb(235 32 9);
}

div.box-hethong .ht-right iframe {
    width: 100%;
}

div.box-hethong .ht-left .item-ht p {
    margin-bottom: 2px;
}

div.box-hethong .ht-left .item-ht p span {
    color: #fffc00;
}

div.box-lienhe {
    padding: 50px 0;
    background-size: cover;
    background: #478b7b;
}

div.box-lienhe .td-tc1,
div.box-lienhe .td-tc2 {
    color: #fff;
    text-align: center;
}

div.box-lienhe .td-tc1 {
    text-transform: uppercase;
    font-size: 27px;
}

div.css_lienhe .baogia-form {
    max-width: 750px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 16px;
}

div.css_lienhe .baogia-input input {
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
}

div.css_lienhe .baogia-input textarea.form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    height: 46px;
}

div.css_lienhe .btn-primary {
    margin-top: 14px;
    background: #000;
    border-color: #000;
    text-transform: uppercase;
}

div.css_lienhe ::-webkit-input-placeholder {
    color: #000;
}

div.css_lienhe :-moz-placeholder {
    color: #000;
}

div.css_lienhe ::-moz-placeholder {
    color: #000;
}

div.css_lienhe :-ms-input-placeholder {
    color: #000;
}

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

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

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

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

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

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

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

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

.menu-fix {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-animation: fadeInDown 1.3s ease backwards;
    -moz-animation: fadeInDown 1.3s ease backwards;
    -o-animation: fadeInDown 1.3s ease backwards;
    -ms-animation: fadeInDown 1.3s ease backwards;
    -webkit-box-shadow: 8px 8px 30px 0px hsla(2, 80%, 37%, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px hsla(2, 80%, 37%, 0.15);
    box-shadow: 8px 8px 30px 0px hsla(2, 80%, 37%, 0.15);
}

.menu-fix .logo-header img {
    max-width: 49px;
}

.menu-fix ul li a {}

.menu-fix .logo-header {
    padding: 2px 21px;
}

/* loc */

.slogan-main {
    color: #333;
    text-align: center;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
}

.container--1200 {
    --_max-width: 1200px;
    --_padding: var(--size-10);
    max-width: var(--_max-width);
    width: min(var(--_max-width), 100% - (var(--_padding) * 2));
    margin-inline: auto;
}

/* button */

.button {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #cdcdcd;
    color: #000;
    background-color: var(--clr-white);
    font-size: 15px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.button::before {
    content: "";
    position: absolute;
    inset: -1.5px;
    background: linear-gradient(transparent, transparent) top left no-repeat,
        linear-gradient(transparent, transparent) top left no-repeat,
        linear-gradient(var(--clr-base), var(--clr-base)) top right no-repeat,
        linear-gradient(var(--clr-base), var(--clr-base)) top right no-repeat,
        linear-gradient(var(--clr-base), var(--clr-base)) bottom left no-repeat,
        linear-gradient(var(--clr-base), var(--clr-base)) bottom left no-repeat,
        linear-gradient(transparent, transparent) bottom right no-repeat,
        linear-gradient(transparent, transparent) bottom right no-repeat,
        rgba(255, 255, 255, 0.15);
    background-clip: border-box, border-box, border-box, border-box, border-box,
        border-box, border-box, border-box, content-box;
    background-size: 2px 15px, 65px 2px;
}

.button:is(:hover, :focus) {
    background-color: var(--clr-base);
    border-color: var(--clr-base);
    color: var(--clr-white);
}

.button:hover::before {
    display: none;
}

.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.even-columns {
    display: grid;
    gap: 1rem;
}

@media (min-width: 50em) {
    .split {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .split-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .even-columns {
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }
}

/* criteria */
.criteria {
    background-color: hsl(0, 0%, 96%);
    padding-block: 20px;
}

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

.criteria .slick-list {
    margin: 0 -5px;
}

.tc-item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.criteria-item .tc-item {
    border-radius: 100vmax;
    border: 0.5px solid #333;
    padding: 2px 8px;
}

.criteria-item .tc-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--clr-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.criteria-item .tc-contents {
    width: calc(100% - 74px);
}

.criteria-item .tc-name {
    color: #000;
    font-family: var(--ff-base-500);
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
}

.criteria-item .tc-desc {
    color: #333;
    line-height: 25px;
}

/* product-promotion */
.product-promotion {
    padding-top: var(--size-60);
}

.product-promotion .page_promotion>nav {
    display: none !important;
}

.button-promotion {
    text-align: center;
    margin-block-start: 20px;
}

/* product */
.list_monnb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

.list_monnb ul::-webkit-scrollbar {
    width: 4px;
}

.list_monnb ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsl(0, 0%, 0%, 0.3);
    border-radius: 4px;
}

.list_monnb ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px hsl(0, 0%, 0%, 0.5);
}

.list_monnb ul {
    direction: rtl;
    max-width: 410px;
    height: 250px;
    overflow: auto;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
    color: var(--clr-white);
    background-color: rgba(171, 23, 19, 0.85);
    padding: 20px 60px;
    margin: 0;
}

.list_monnb ul>*+* {
    margin-top: 20px;
}

.list_monnb ul>li {
    direction: ltr;
}

.list_monnb a {
    display: inline-block;
    color: var(--clr-white);
    font-family: var(--ff-base-500);
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

.list_monnb a:hover,
.list_monnb a.active {
    color: var(--bg-primary-200);
}

/* newsletter */
.newsletter-container {
    background: url(../images/bg-newsletter.jpg) no-repeat center center/cover;
    padding-block: var(--size-60);
    margin-block-start: var(--size-60);
}

.newsletter-container .container--1200 {
    --_max-width: 920px;
}

.newsletter-container .title-main>* {
    color: var(--clr-white);
}

.newsletter-container .title-main h2 {
    background: url(../images/icon-title-accent.png) no-repeat bottom center;
}

.newsletter-input {
    position: relative;
}

.newsletter-input input,
.newsletter-input textarea {
    background: transparent;
    color: var(--clr-white);
    border-radius: 5px;
    border: 1px solid var(--clr-white);
    height: 3.125rem;
}

.newsletter-input textarea {
    height: 5.625rem;
    resize: none;
    padding-right: 175px;
}

.newsletter-input ::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-input :-ms-input-placeholder {
    color: #fff;
}

.newsletter-input ::placeholder {
    color: #fff;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

div.chia2 .newsletter-input:nth-child(1) {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

div.chia2 .newsletter-input:nth-child(2) {
    width: 49%;
    float: right;
}

.newsletter-button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 172px;
    height: calc(100% - 2px);
}

.newsletter-button input[type="submit"] {
    text-transform: uppercase;
    font-family: var(--ff-base-600);
    font-size: 17px;
    background: var(--bg-primary-200) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    box-shadow: none !important;
    padding: 10px 10px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.newsletter-button input[type="submit"]:hover {
    color: var(--bg-primary-200);
    background: var(--clr-white) !important;
}

/* news */
.newshome-scroll .slick-slide {
    margin: 5px 0;
    padding-bottom: 0;
    border: 0;
}

.newshome-scroll .slick-list {
    margin: -5px 0;
}

.newshome-scroll .article--inner {
    -ms-flex-align: center;
    align-items: center;
}

.newshome-scroll .article-poster {
    width: 41%;
}

.newshome-scroll .article-body {
    width: 55%;
}

.newshome-scroll .article-title a {
    -webkit-line-clamp: 2;
}

.newshome-scroll .article-desc {}

.partner-container {
    padding-block: var(--size-60);
}

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

.partner-container .slick-list {
    margin: 0 -5px;
}

.social-footer {
    margin-top: 20px;
}

.toolbar {
    display: none;
    background: var(--clr-base);
    width: 100%;
    padding: 6px 7px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    border-top: 1px solid rgb(255 255 255 / 44%);
}

.toolbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    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;
}

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

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

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

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

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .container--1200 {
    padding: 0.75rem 0;
}

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

.breadCrumbs .container--1200 .breadcrumb-item a {
    color: #212529;
}

.breadCrumbs .container--1200 .breadcrumb-item.active a {
    color: var(--clr-base);
}

.catchuoi1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi7 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi8 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap-user {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border: 1px solid #bce8f1;
    border-radius: 5px;
}

.title-user {
    background-color: #cc0000;
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-user span {
    color: #ffffff;
}

.title-user a {
    color: #0056b3;
    font-size: 12px;
}

.form-user {
    padding: 20px 15px;
    border: 1px solid #c00;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-user {
    margin-bottom: 0.75rem;
}

.input-user input {
    font-size: 14px;
}

.button-user {
    margin-bottom: 1rem;
    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;
}

.button-user input {
    font-size: 14px;
}

.checkbox-user,
.radio-user {
    cursor: pointer;
}

.checkbox-user input {
    top: calc(50% - 1.25rem / 2);
    height: auto;
}

.checkbox-user label {
    font-size: 14px;
    cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem / 2);
}

.radio-user {
    margin-right: 1rem;
}

.radio-user:last-child {
    margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem / 2);
}

.note-user {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
}

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

.left_info {
    width: 270px;
}

.right_info {
    width: calc(100% - 280px);
}

.list_mananger {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #c00;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.sty_list1,
.sty_list {
    padding: 10px 0;
    margin-left: 10px;
    color: #000;
    cursor: pointer;
}

.list_mananger li {
    border-bottom: 1px solid #d3d3d3;
}

.left_info .title-user {
    background: #c00;
}

.left_info .title-user span {
    color: #fff;
}

.dong {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    display: none;
}

.mo {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    display: block;
}

.sty_btn_info span,
.button-user .sty_btn_info {
    padding: 5px 15px;
    border: 1px solid #c00;
    background: #c00;
    color: #fff;
    border-radius: 5px;
}

.filter_block {
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.filter_title {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.filter_block ul {
    list-style: none;
    display: block;
}

.filter_block ul li {
    margin: 0.5rem 0 0;
    display: block;
}

.filter_block ul li a {
    color: #777;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.filter_block ul li a span {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 1rem;
    height: 1rem;
    display: block;
    position: relative;
}

.filter_block ul li a.checked span:after {
    content: "\2713";
    filter: brightness(0);
    font-size: 15px;
    position: absolute;
    top: -7px;
    right: -1px;
    z-index: 2;
}

.filter_block ul li a i {
    width: 1rem;
    height: 1rem;
    border-radius: 3px;
}

.cart-pro-detail .btn-success {
    background: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
}

.btn-load-more-comment-parent {
    background: var(--clr-base) !important;
    border-color: var(--clr-base) !important;
}

.filter_title:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: auto;
}

div#danhmuc {
    border-bottom: none;
}

div#danhmuc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#danhmuc ul li {
    position: relative;
}

div#danhmuc ul li:last-child {
    border: none;
}

div#danhmuc ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 16px;
    transition: 0.4s;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 6px 5px 6px 0px;
    font-family: "Roboto";
}

div#danhmuc ul li a h2 {
    font-size: 15px;
}

div#danhmuc ul li span {
    position: absolute;
    right: 6px;
    top: 0;
    display: block;
    width: 14px;
    height: 100%;
    background: url(../images/muiten-menu.png) no-repeat center;
    cursor: pointer;
    max-height: 44px;
    transition: 0.3s;
}

div#danhmuc ul li span.active {
    background: url(../images/muiten-menu-act.png) no-repeat center;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
    text-decoration: underline;
}

div#danhmuc ul li ul li a {
    padding: 9px 5px 9px 26px;
    font-family: inherit;
}

div#danhmuc ul li ul li span {
    background: url(../images/muiten-menu.png) no-repeat;
}

div#danhmuc ul li ul li ul li span {}

div#danhmuc ul li ul {
    display: none;
}

div#danhmuc ul li ul.show-ul-c2 {
    display: block;
}

div#danhmuc ul li ul li ul li {}

div#danhmuc ul li ul li ul li a {
    padding-left: 26px;
    color: #0193de;
}

div#danhmuc ul li ul li ul li ul li {}

div#danhmuc ul li ul li ul li ul li a {
    padding-left: 40px;
    color: #000;
    font-family: "Roboto";
}

div#danhmuc ul li ul li ul li ul li ul li {}

div#danhmuc ul li ul li ul li ul li ul li a {
    color: #0193de;
    font-family: "Roboto";
}

.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}

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

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

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
    background: hsl(38, 37%, 53%);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

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

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

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: var(--clr-base);
}

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

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

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

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

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

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

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

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

.price-old-pro-detail {
    font-weight: 500;
    color: #6c757d;
    text-decoration: line-through;
    padding-left: 10px;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

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

.tabs-pro-detail {
    margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
    color: #000;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
    border-top-color: var(--clr-base);
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555555;
}

.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    margin: 0;
    justify-content: flex-start;
}

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

.social-plugin .zalo-share-button {
    margin-left: 3px;
    background: var(--clr-base) url(../images/zl-3.png) no-repeat center;
    background-size: 26px;
    border-radius: 5px;
}

.social-plugin a {}

.social-plugin .zb-btn-blue--30x30 {
    background: none !important;
}

.social-plugin .zb-btn-blue--30x30 i {
    background: none !important;
}

.a2a_kit a span {
    /*background-color: var(--clr-base) !important*/
}

#share-buttons button {
    transition: all .2s;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px !important;
}

#share-buttons button:hover {
    transition: all .2s;
    filter: invert(1);
}