img {

    max-width: 100%;

    vertical-align: middle;

    -webkit-object-fit: cover;

    -moz-object-fit: cover;

    -ms-object-fit: cover;

    -o-object-fit: cover;

    object-fit: cover;

}



.clearfix:before,

.clearfix:after {

    content: "";

    display: block;

    clear: both;

}



@font-face {

    font-family: "Hel_Regular";

    src: url("../fonts/helvetica-neue-regular.ttf") format("truetype");

    font-display: swap;

    font-weight: 400;

}



@font-face {

    font-family: "Hel_Regular";

    src: url("../fonts/helvetica-neue-bold.ttf") format("truetype");

    font-display: swap;

    font-weight: 700;

}



b,

strong {

    font-weight: 700;

}



.f-bold {

    font-weight: 700;

}



.fz-10 {

    font-size: 0.625rem;

}



.fz-12 {

    font-size: 0.75rem;

}



.fz-14 {

    font-size: 0.875rem;

}



.fz-16 {

    font-size: 1rem !important;

}



.fz-18 {

    font-size: 1.125rem;

}



.fz-20 {

    font-size: 1.25rem;

}



.fz-22 {

    font-size: 1.375rem;

}



.fz-23 {

    font-size: 1.4375rem;

}



.fz-24 {

    font-size: 1.5rem;

}



.fz-28 {

    font-size: 1.75rem;

}



.fz-30 {

    font-size: 1.875rem;

}



.fz-36 {

    font-size: 2.25rem;

}



.fz-52 {

    font-size: 3.25rem;

}



.mb-0 {

    margin-bottom: 0 !important;

}



.mb-60 {

    margin-bottom: 3.75rem;

}



.mb-05 {

    margin-bottom: 0.3125rem;

}



.mb-10 {

    margin-bottom: 0.625rem !important;

}



.mb-15 {

    margin-bottom: 0.9375rem !important;

}



.mb-20 {

    margin-bottom: 1.25rem !important;

}



.mb-25 {

    margin-bottom: 1.5625rem;

}



.mb-30 {

    margin-bottom: 1.875rem;

}



.mb-35 {

    margin-bottom: 2.1875rem;

}



.mb-40 {

    margin-bottom: 2.5rem;

}



.mb-50 {

    margin-bottom: 3.125rem;

}



.mt-10 {

    margin-top: 0.625rem;

}



.mt-20 {

    margin-top: 1.25rem;

}



.ml-10 {

    margin-left: 0.625rem;

}



.ml-15 {

    margin-left: 0.9375rem;

}



.mr-6 {

    margin-right: 0.375rem;

}



.mr-10 {

    margin-right: 0.625rem;

}



.mr-15 {

    margin-right: 0.9375rem;

}



.mr-20 {

    margin-right: 1.25rem;

}



.mr-25 {

    margin-right: 1.5625rem;

}



.mr-30 {

    margin-right: 1.875rem;

}



.pd-15 {

    padding: 0.9375rem;

}



.pd-20 {

    padding: 1.25rem;

}



.pd-30 {

    padding: 1.875rem;

}



.pb-15 {

    padding-bottom: 0.9375rem;

}



.pb-20 {

    padding-bottom: 1.25rem;

}



.pb-30 {

    padding-bottom: 1.875rem;

}



.pb-40 {

    padding-bottom: 2.5rem;

}



.pb-80 {

    padding-bottom: 5rem !important;

}



.pl-0 {

    padding-left: 0 !important;

}



.pt-0 {

    padding-top: 0;

}



.pt-140 {

    padding-top: 8.75rem !important;

}



.pr-0 {

    padding-right: 0 !important;

}



.f-title {

    font-family: "Vollkorn", serif;

}



.cl-main {

    color: #FAA431;

}



.cl-title {

    color: #0b0203;

}



.cl-green {

    color: #0CAF3A;

}



.cl-33 {

    color: #333;

}



.cl-gray {

    color: #888;

}



.cl-white {

    color: #fff !important;

}



.br-10 {

    border-radius: 10px;

}



.clamp-1 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.clamp-2 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.clamp-3 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



html,

body {

    font-size: 16px;

    background: #fff;

}



html.show-menu,

body.show-menu {

    overflow-y: hidden;

}



body,

html {

    line-height: 1.5;

    font-family: "Hel_Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}



body.hidden_,

html.hidden_ {

    overflow-y: hidden;

}



body a {

    text-decoration: none !important;

    -webkit-transition: 0.3s all 0s;

    transition: 0.3s all 0s;

}



body a:hover,

body a:active {

    color: #0b0203;

    outline: none;

}



.wow {

    visibility: hidden;

}



textarea,

input,

button {

    outline: none !important;

}





/* body::-webkit-scrollbar-track {

  background-color: #fff;

}

body::-webkit-scrollbar {

  width: 5px;

  background-color: #f5f5f5;

}

body::-webkit-scrollbar-thumb {

  background-color: #ed3237;

} */



h1,

h2,

h3,

h4,

h5,

h6,

p {

    margin-bottom: 0;

}



.btn-no-border {

    border: none;

    background-color: transparent;

}



.btn-no-border:hover {

    transition: all 0.3s linear;

    color: #F59E0B;

}



.btn-dropdown-menu {

    position: absolute;

    width: 25px;

    height: 25px;

    top: 6px;

    right: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}



.fw300 {

    font-weight: 300;

}



.fw500 {

    font-weight: 500;

}



.fw600 {

    font-weight: 600;

}



.fw900 {

    font-weight: 900;

}



.s-content ol {

    list-style: decimal !important;

    margin-left: 20px !important;

    margin-bottom: 10px !important;

}



.s-content ul {

    list-style: initial !important;

    margin-bottom: 10px !important;

}



.s-content li {

    list-style: inherit !important;

    margin-bottom: 5px !important;

}



.s-content p {

    margin-bottom: 10px;

    line-height: 1.7;

}



.s-content img {

    display: block;

    max-width: 100%;

    margin: 10px auto;

}



.s-content table,

.s-content iframe {

    max-width: 100%;

    width: 100%;

}



.s-content table {

    border-collapse: collapse;

    width: 100%;

    border: solid 1px #0000006e;

}



.s-content table td {

    border-collapse: collapse;

    border: solid 1px #0000006e;

    padding: 3px;

}



.s-content h1,

.s-content h2,

.s-content h3,

.s-content h4,

.s-content h5,

.s-content h6 {

    display: block;

    margin-left: 0;

    margin-right: 0;

    font-weight: bold;

}



.s-content h1 {

    font-size: 1.8em;

    margin-top: 0.67em;

    margin-bottom: 0.67em;

}



.s-content h2 {

    font-size: 20px;

    margin-top: 0.3em;

    margin-bottom: 0.3em;

}



.s-content h3 {

    font-size: 18px;

    margin-top: 0.5em;

    margin-bottom: 0.5em;

}



.s-content h4 {

    font-size: 16px;

    margin-top: 0.6em;

    margin-bottom: 0.6em;

}



.s-content h5 {

    font-size: 1em;

    margin-top: 0.8em;

    margin-bottom: 0.8em;

}



.s-content h6 {

    font-size: 0.8em;

    margin-top: 0.8em;

    margin-bottom: 0.8em;

}





.btn-hover {

    position: relative;

    overflow: hidden;

}



.btn-hover:hover::after {

    -webkit-animation: shine 0.75s;

    animation: shine 0.75s;

}



.btn-hover::after {

    position: absolute;

    top: 0;

    left: -75%;

    z-index: 2;

    display: block;

    content: "";

    width: 50%;

    height: 100%;

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));

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

}



.btn {

    outline: none;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    border-radius: 24px;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    padding: 8px 16px;

    font-size: 1rem;

}



.btn-orange__all {

    background: #fc7600;

    color: #fff;

}



.btn-orange__all:hover,

.btn-orange__all:focus {

    color: #fc7600;

    background: #fff;

    border: 1px solid #fc7600;

}



.btn-border__gray {

    background: #ffffff;

    border: 1px solid #ebebeb;

    border-radius: 5px;

}



.btn-border__gray:hover {

    background: #ebebeb;

}



.btn-border__orange {

    background: #ffffff;

    border: 1px solid #fc7600;

    color: #fc7600;

}



.btn-border__orange:hover {

    background: #fc7600;

    color: #fff;

}



.btn-border__orange:hover img {

    -webkit-filter: brightness(10);

    filter: brightness(10);

}



.btn-white__all {

    background: #fff;

    color: #0b0203;

}



.btn-white__all:hover,

.btn-white__all:focus {

    background: #0b0203;

    color: #fff;

}



.btn-blue__all {

    background: #fc7600;

    color: #212529;

}



.btn-blue__all:hover,

.btn-blue__all:focus {

    background: #0b0203;

    color: #fff;

}



.btn-border__blue {

    border: 1px solid #0b0203;

    color: #0b0203;

}



.btn-border__blue:hover {

    background: #0b0203;

    color: #fff;

}



.btn-border__red {

    background: #ffffff;

    border: 1px solid #ed3237;

    color: #ed3237;

}



.btn-border__red:hover {

    background: #ed3237;

    color: #fff;

}



.btn-red__all {

    background: #fc7600;

    color: #fff;

    outline: none;
    font-style: unset;
    font-weight: 600;

    border: 1px solid #fc7600;

}



.btn-red__all:hover,

.btn-red__all:focus {

    background: #0559ce;

    color: #fff;

    border: 1px solid #0559ce;

    transition: .3s;

}



.btn-circle__all {

    position: absolute;

    top: 50%;

    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;

    width: 39px;

    height: 39px;

    border-radius: 100%;

    background: rgba(32, 30, 30, 0.2);

    z-index: 1;

    cursor: pointer;

    color: #fff;

    font-size: 1.5rem;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.btn-circle__all i {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}



.btn-circle__all:hover {

    background: #201e1e;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    color: #fff;

}



.btn-circle__all.btn-circle__prev {

    left: 0;

    -webkit-transform: translate(-50%, -50%) !important;

    transform: translate(-50%, -50%) !important;

}



.btn-circle__all.btn-circle__next {

    right: 0;

    -webkit-transform: translate(50%, -50%) !important;

    transform: translate(50%, -50%) !important;

}



.section-all {

    padding: 2rem 0;

    overflow: hidden;

}



.title-all {

    font-size: 1.5rem;

    text-transform: uppercase;

    font-weight: 700;

}



.text-right {

    text-align: right;

}



.ip-op-0 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    z-index: 2;

    cursor: pointer;

}



.bg-gray {

    background: #faf9f8;

}



.bg-f5 {

    background: #f5f5f5;

}



.module-search {

    margin-left: 2.1875rem;

    position: relative;

}



.module-search .btn-show__search {

    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;

    width: 1.875rem;

    height: 1.875rem;

    border-radius: 3px;

    cursor: pointer;

}



.module-search .btn-show__search.active {

    background: #fc7600;

    color: white;

}



.module-search .form-search-header {

    position: absolute;

    top: calc(100% + 50px);

    right: -42px;

    height: 40px;

    width: 290px;

    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);

    background: white;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

}



.module-search .form-search-header.active {

    top: calc(100% + 10px);

    opacity: 1;

    visibility: unset;

    pointer-events: all;

}



.module-search .form-search-header.have-transition {

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.module-search .form-search-header input {

    width: calc(100% - 40px);

    height: 100%;

    border: solid 1px #888;

    border-right: none;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

}



.module-search .form-search-header .btn-do-search {

    width: 40px;

    height: 100%;

    border: solid 1px #888;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.module-search .form-search-header .btn-do-search:hover {

    background: #fc7600;

    color: #fff;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    border: 1px solid #fc7600;

}



.justify {

    text-align: justify;

}



.rating-item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.rating-item .rating {

    margin-right: 0rem;

}



.rating-item .rating-box {

    font-size: 0;

    line-height: 1;

    position: relative;

    white-space: nowrap;

    display: inline-block;

    margin: 0 auto;

    overflow: hidden;

    vertical-align: middle;

    font-size: 12px;

    color: #ffc107;

    margin-right: 5px;

}



.rating-item .rating-box span {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    z-index: 1;

    overflow: hidden;

    line-height: 1;

    pointer-events: none;

    width: 80%;

    color: #ffc107;

}



.rating-score .rating-comment {

    font-size: 16px;

    font-weight: 700;

    padding: 4px 0;

}



.rating-item p {

    font-size: 12px;

    color: #ffc107;

    line-height: 1;

    margin-right: 5px;

}



.back-to-top {

    pointer-events: none;

    opacity: 1;

    visibility: hidden;

    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;

    background: #ffc107;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    width: 2.25rem;

    height: 2.25rem;

    border-radius: 100%;

    position: fixed;

    bottom: 5%;

    right: 5%;

    z-index: 10;

}



.back-to-top:hover {

    background: #0b0203;

}



.back-to-top::after {

    content: "";

    width: 24px;

    height: 25px;

    background-image: url(../images/arrow-up.png);

    background-repeat: no-repeat;

    background-size: contain;

    position: absolute;

    top: 50%;

    left: 51%;

    transform: translate(-50%, -50%);

}



.back-to-top.show {

    opacity: 1;

    pointer-events: all;

    visibility: unset;

}



@-webkit-keyframes lac {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }



    10% {

        -webkit-transform: rotate(-25deg);

        transform: rotate(-25deg);

    }



    20% {

        -webkit-transform: rotate(25deg);

        transform: rotate(25deg);

    }



    30% {

        -webkit-transform: rotate(-25deg);

        transform: rotate(-25deg);

    }



    40% {

        -webkit-transform: rotate(25deg);

        transform: rotate(25deg);

    }



    50% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }



    100% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}



@keyframes lac {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }



    10% {

        -webkit-transform: rotate(-25deg);

        transform: rotate(-25deg);

    }



    20% {

        -webkit-transform: rotate(25deg);

        transform: rotate(25deg);

    }



    30% {

        -webkit-transform: rotate(-25deg);

        transform: rotate(-25deg);

    }



    40% {

        -webkit-transform: rotate(25deg);

        transform: rotate(25deg);

    }



    50% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }



    100% {

        -webkit-transform: rotate(0);

        transform: rotate(0);

    }

}



.fl-1 {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    width: 100%;

}



select,

.form-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    padding: 0.375rem 0.75rem;

    background: #ffffff;

    border: 1px solid #ebebeb;

    border-radius: 10px;

}



select:focus,

.form-control:focus {

    border: 1px solid #F5DC6C;

}



.check-gender:not(:last-child) {

    margin-right: 1.875rem;

}



.check-gender input:checked~.text::before {

    display: block;

}



.check-gender .text {

    position: relative;

    padding-left: 1.875rem;

}



.check-gender .text::before {

    content: "";

    width: 0.625rem;

    height: 0.625rem;

    border-radius: 100%;

    background: #0b0203;

    position: absolute;

    top: 50%;

    left: 0.125rem;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    display: none;

}



.check-gender .text::after {

    content: "";

    width: 0.875rem;

    height: 0.875rem;

    border-radius: 100%;

    border: 1px solid #0b0203;

    position: absolute;

    top: 50%;

    left: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.br-10 {

    border-radius: 10px;

}



.bd-eb {

    border: 1px solid #ebebeb;

}



.bg-white {

    background: #fff;

}



.cols-20 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

}



textarea {

    resize: none;

}



.fl-50 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

}



.page_home {

    transition: all .3s;

}



.page_home.fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999999999;

}



.header .header-top {

    background: #fff;

    padding: 8px 0;

}



.header .header-top .lang-text img {

    width: 1.5rem;

    height: 1.5rem;

    border-radius: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}



.header .header-top ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

}



.header .header-nav {

    padding: 8px 0;

    background: #4D8431;

    color: #fff;

}



.header .header-nav .logo-header {

    -ms-flex-negative: 0;

    flex-shrink: 0;

}



.header .header-nav .logo-header img {

    max-width: 10.3125rem;

}



.header .header-nav .module-auth {

    -ms-flex-negative: 0;

    flex-shrink: 0;

}



.header .header-nav .module-auth .login img {

    width: 1.6875rem;

    height: 1.6875rem;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.header .header-nav .module-auth .cart-header {

    margin-left: 1.5625rem;

}



.header .header-nav .module-auth .cart-header img {

    width: 1.5rem;

    height: 1.5rem;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.header .header-nav .module-auth .cart-header .icon {

    display: inline-block;

    position: relative;

    padding-right: 5px;

}



.header .header-nav .module-auth .cart-header .icon::before {

    content: attr(data-count);

    position: absolute;

    top: 0;

    right: 0;

    color: #fff;

    font-size: 0.625rem;

    width: 0.875rem;

    height: 0.875rem;

    border-radius: 100%;

    background: #201e1e;

    text-align: center;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.header .header-nav .header-nav__main {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    padding-right: 1.5rem;

}



.change-lang:hover .lang-content {

    visibility: visible;

    opacity: 1;

    pointer-events: all;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    top: 100%;

}



.change-lang .lang-text {

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.change-lang .lang-text .text {

    margin: 0 0.5625rem;

}



.change-lang .lang-content {

    position: absolute;

    top: 150%;

    background: #fff;

    border-radius: 5px;

    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    min-width: 115px;

    left: 0;

    overflow: hidden;

    pointer-events: none;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    z-index: 1;

}



.change-lang .lang-content a {

    color: #313131;

    font-size: 0.75rem;

    display: flex;

    align-items: center;

    padding: 5px 10px;

    text-align: center;

}



.change-lang .lang-content a img {

    margin-right: 5px;

}



.change-lang .lang-content a:hover {

    background: #ebebeb;

}



.menu:hover .menu-content {

    top: 0;

    pointer-events: all;

    transition: .3s;

    display: block;

}



.menu .menu-content {

    position: absolute;

    top: 0;

    left: 0;

    width: 900px;

    height: 400px;

    overflow-x: hidden;

    overflow-y: scroll;

    background: #fff;

    transition: .3s;

    pointer-events: none;

    display: none;

    z-index: 1;

}



.menu-content ul::-webkit-scrollbar-track {

    background-color: #fff;

}



.menu-content ul::-webkit-scrollbar {

    width: 5px;

    background-color: #f5f5f5;

}



.menu-content ul::-webkit-scrollbar-thumb {

    background-color: #c4c4c4;

}



.menu {

    margin-right: 1.5625rem;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    position: relative;

}



.menu .show-menu__header {

    cursor: pointer;

}



.menu .show-menu__header img {

    width: 1.5rem;

    height: 1.5rem;

}



.menu .show-menu__header .text {

    margin: 0 9px;

    font-size: 0.875rem;

}



.menu:hover ul ul {

    pointer-events: none;

    display: none;

    opacity: 10;

    top: 0;

    left: 100%;

}



.menu ul {

    position: absolute;

    top: 0;

    width: 33.33%;

    background: #ffffff;

    border-radius: 5px;

    left: 0;

    z-index: 10;

    visibility: visible;

    opacity: 1;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    pointer-events: all;

    width: 33.33%;

    min-height: 100%;

}



.menu ul li img {

    width: 1.25rem;

    height: 1.25rem;

    -o-object-fit: scale-down;

    object-fit: scale-down;

    margin-right: 5px;

}



.menu ul li a {

    display: block;

    padding: 0.5rem;

    color: #313131;

    font-size: 0.875rem;

}



.menu ul li a:hover {

    background: #f5f5f5;

    color: #FFC400;

}



.menu ul li:hover {

    background: #f5f5f5;

}



.menu ul li:hover ul ul {

    display: none;

    opacity: 0;

    pointer-events: none;

}



.menu ul ul li:hover ul {

    display: block;

    opacity: 1;

    transition: .3s;

    pointer-events: all;

}



.menu ul li:hover>a {

    color: #ed3237;

}



.menu ul li a {

    position: relative;

}



.menu ul li:hover ul {

    display: block;

    left: 100%;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    pointer-events: all;

}





/* .menu ul li:hover ul ul {

  pointer-events: none;

  visibility: hidden;

  opacity: 0;

  left: 150%;

} */



.menu ul li ul {

    position: absolute;

    left: 100%;

    top: 0;

    display: none;

    pointer-events: none;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    transition-delay: .2s;

    width: 100%;

    overflow-x: unset !important;

}



.menu ul li ul::-webkit-scrollbar-track {

    border-radius: 0;

    background-color: #fff;

}



.menu ul li ul::-webkit-scrollbar {

    width: 5px;

    background-color: #f5f5f5;

}



.menu ul li ul::-webkit-scrollbar-thumb {

    border-radius: 0;

    background-color: #ebebeb;

}





/* 

.menu ul li ul ul {

  position: absolute;

  border-radius: 0;

  pointer-events: all;

  visibility: hidden;

  opacity: 0;

  box-shadow: unset;

  height: 0;

  transition: .3s;

  -webkit-transition: 0.3s;

} */





/* .menu ul li ul ul a:hover{

  background: transparent;

} */





/* .menu ul li ul li:hover ul {

  visibility: visible;

  opacity: 1;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  pointer-events: all;

  height: auto;

  visibility: visible;

  opacity: 1;

} */





/* .menu ul li ul li .btn-dropdown-menu{

  transition: .3s;

} */





/* .menu ul li ul li:hover .btn-dropdown-menu{

  transform: rotate(90deg);

  transition: .3;

} */



.module-seach__header {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    position: relative;

    background: #fff;

    border: 1px solid #fff;

    border-radius: 24px;

    height: 2.25rem;

    max-width: 600px;

    margin-left: auto;

    margin-right: auto;

}



.module-seach__header .form-control {

    height: 100%;

    width: 100%;

    background: unset;

    border: none;

    border-radius: 5px;

    font-size: 0.75rem;

}



.module-seach__header .form-control::-webkit-input-placeholder {

    color: #888;

}



.module-seach__header .form-control::-moz-placeholder {

    color: #888;

}



.module-seach__header .form-control:-ms-input-placeholder {

    color: #888;

}



.module-seach__header .form-control::-ms-input-placeholder {

    color: #888;

}



.module-seach__header .form-control::placeholder {

    color: #888;

}



.module-seach__header .btn-search__header {

    position: absolute;

    top: 0;

    right: 0;

    width: 2.25rem;

    height: 100%;

    background: none;

    border: none;

    outline: none;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    height: 100%;

}



.module-seach__header .btn-search__header img {

    width: 100%;

    height: 100%;

    object-fit: scale-down;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.price-sale {

    -webkit-text-decoration-line: line-through;

    text-decoration-line: line-through;

    font-size: 0.75rem !important;

}



.btn-compare {

    background: none;

    border: none;

    outline: none;

    font-size: 0.75rem;

    color: #ed3237;

    line-height: 1.2;

}



.item-product__all {

    background: #fff;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    height: 100%;

    position: relative;

    max-width: 100%;

    border: 1px solid #ebebeb;

    border-radius: 5px;

}



.item-product__all .text {

    padding: 1rem;

}



.item-product__all .free-trans-text {

    font-size: 0.75rem;

}



.label-badge {

    height: 2rem;

    position: absolute;

    left: 0;

    top: 1rem;

    overflow: hidden;

    z-index: 1;

}



.label-badge .lb-badge {

    width: 4.3125rem;

    height: 1.5rem;

    text-align: center;

    padding: 6px 10px;

    font-size: 10px;

    border-radius: 46px 99.4441px 99.4441px 0px;

}



.item-product__all .price-sale {

    height: unset;

    padding-top: 3px;

}



.free-trans-text {

    color: #0CAF3A;

    font-size: 1rem;

}



.item-product__all .price {

    font-size: 0.875rem;

}



.item-product__all .deal-shock {

    background: #ffffff;

    border: 1px solid #ed3237;

    display: inline-block;

    color: #ed3237;

    padding: 0.125rem 0.5rem;

    margin-right: 0.3125rem;

}



.item-product__all:hover {

    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

    -webkit-transition: 0.3s;

    transition: 0.3s;

    z-index: 1;

}



.item-product__all .img {

    position: relative;

    width: 100%;

    padding-top: 100%;

}



.item-product__all .img img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -o-object-fit:cover;

    object-fit: cover;

}



.item-product__all .wattage {

    border: 1px solid #ebebeb;

    border-radius: 2px;

    padding: 5px 7px;

}



.item-product__all .button-like input:checked~.text {

    background: #ed3237;

    color: #fff;

}



.item-product__all .button-like .text {

    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;

    width: 2.1875rem;

    height: 2.1875rem;

    background: #f5f5f5;

    border-radius: 100%;

}



.item-product__all .sale-value {

    position: absolute;

    top: 0;

    left: -2px;

    padding: 1rem;

    line-height: 1;

    background-image: url('../images/bg-sale.svg');

    text-align: center;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    font-size: 11px;

}



.item-product__all .check-color input:checked~span {

    background: #ed3237;

}



.item-product__all .check-color input:checked~span::after {

    display: block;

}



.item-product__all .check-color span {

    width: 1.5rem;

    height: 1.5rem;

    display: block;

    border: 1px solid #ed3237;

    border-radius: 3px;

    position: relative;

}



.item-product__all .check-color span::after {

    content: "";

    width: 8px;

    height: 16px;

    border: solid #fff;

    border-width: 0 1px 1px 0;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    position: absolute;

    top: 0;

    left: 8px;

    display: none;

    z-index: 1;

}



.item-product__all .text-color {

    color: #555;

    position: relative;

}



.item-product__all .btn-red__all {

    height: 2rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

    margin-top: 0.625rem;

}



.pagination-slide__circle {

    text-align: center;

    bottom: 0;

}



.pagination-slide__circle .swiper-pagination-bullet {

    background: #ebebeb;

}



.pagination-slide__circle .swiper-pagination-bullet-active {

    background: #ed3237;

}



.form-register__index {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    border-radius: 5px;

    overflow: hidden;

    margin-left: auto;

    margin-right: auto;

    padding: 1.5rem;

    max-width: 55.0625rem;

}



.form-register__index form {

    height: 2.5rem;

    background: #ffffff;

    border: none;

    border-radius: 5px;

    overflow: hidden;

}



.form-register__index form .position-relative:nth-child(2) {

    border-right: 1px solid #ebebeb

}



.form-register__index form .btn-red__all {

    white-space: nowrap;

}



.form-register__index form .form-control {

    height: 100%;

    background: none;

    border: none;

    -webkit-box-flex: 0;

}



.form-register__index form .input_form_register {

    -ms-flex: 0 0 calc((100% - 84px) / 2);

    flex: 0 0 calc((100% - 84px) / 2);

}



.form-register__index form .form-control::-webkit-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.form-register__index form .form-control::-moz-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.form-register__index form .form-control:-ms-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.form-register__index form .form-control::-ms-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.form-register__index form .form-control::placeholder {

    color: #888;

    font-size: 0.875rem;

}



.form-register__index form .btn-red__all {

    height: 100%;

    min-width: 5.25rem;

    -ms-flex-negative: 0;

    flex-shrink: 0;

}



.time-all-new {

    position: relative;

    padding-left: 1.375rem;

}



.time-all-new::before {

    content: "";

    width: 0.875rem;

    height: 0.875rem;

    background-image: url(../images/icon-cal.png);

    background-size: contain;

    background-repeat: no-repeat;

    position: absolute;

    top: 50%;

    left: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.section-bottom-all {

    border-top: 1px solid #ebebeb;

}



.section-bottom-all .item {

    align-items: flex-start !important;

}



.section-bottom-all .item .icon {

    width: 2.813rem;

    height: 2.5rem;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    margin-top: 7px;

}



.section-bottom-all .item .icon img {

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.section-bottom-all .item .ct-text {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    padding-left: 0.9375rem;

}



.footer {

    background: #4BA71E;

    color: #ffffff;

}



.footer .cl-title {

    color: #ffffff;

}



.footer .footer-top {

    padding: 2.5rem 0 2rem;

}



.footer .logo-footer {

    max-width: 12.5625rem;

}



.footer .img-certifi {

    margin-left: 0.5rem;

    max-width: 8.75rem;

    display: flex;

    align-items: center;

    object-fit: cover;

}



.footer .title-footer {

    line-height: 1.2;

    position: relative;

    padding-bottom: 0.5rem;

}



.footer .title-footer::after {

    content: "";

    width: 6.25rem;

    height: 0.125rem;

    background: #fff;

    position: absolute;

    bottom: 0;

    left: 0;

    color: #000;

}



.footer .list-address li {

    position: relative;

    padding-left: 1.875rem;

    font-size: 0.875rem;

}



.nav-footer ul li {

    font-size: 0.875rem;

}



.footer .list-address li:not(:last-child) {

    margin-bottom: 0.875rem;

    font-size: 0.875rem;

}



.footer .list-address li .icon {

    display: block;

    width: 1.25rem;

    height: 1.25rem;

    position: absolute;

    top: 0;

    left: 0;

}



.footer .list-address li .icon img {

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.footer .nav-footer li:not(:last-child) {

    margin-bottom: 0.4375rem;

    font-size: 0.875rem;

}



.footer .footer-bottom {

    background: #252525;

    color: #fff;

    padding: 0.5rem 0;

}



.footer-bottom .certifi {

    flex-wrap: wrap;

    justify-content: right;

}



.footer .footer-bottom ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}



.footer .footer-bottom ul li {

    font-size: 0.875rem;

}



.footer .footer-bottom ul li:not(:first-child) {

    padding-left: 0.5rem;

    margin-left: 0.5rem;

    border-left: 1px solid #fff;

}



.deal-hot-index .module-header .title-all {

    position: relative;

    padding-left: 2.875rem;

}



.deal-hot-index .module-header .title-all::before {

    content: "";

    width: 2.5rem;

    height: 2.5rem;

    background-image: url(../images/price-tag.png);

    background-size: contain;

    background-repeat: no-repeat;

    position: absolute;

    top: 50%;

    left: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



.deal-hot-index .module-header .time-deal-hot {

    background: #333333;

    border-radius: 80px;

    padding: 0.5625rem 1.125rem;

}



.deal-hot-index .module-header .time-deal-hot .time-item:not(:last-child) {

    margin-right: 0.6875rem;

}



.deal-hot-index .module-header .time-deal-hot .text {

    color: #ebebeb;

    font-size: 0.6875rem;

    text-transform: uppercase;

    font-family: "Roboto_Light", sans-serif;

}



.boxContent-slide.together {

    padding: 0;

    margin: 0;

    overflow: unset;

}



.boxContent-slide.together .swiper-container {

    overflow: hidden;

}



.boxContent-slide.together .swiper-container .item-product__all:hover {

    box-shadow: unset;

}



.slide-deal-hot .swiper-slide {

    height: auto;

}



.item-deal-hot {

    background: #ffffff;

    border-radius: 5px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    height: 100%;

    display: flex;

    flex-direction: column;

    max-width: 13.125rem;

    margin-left: auto;

    margin-left: auto;

}



.item-deal-hot .rating-item {

    margin-top: auto;

}



.item-deal-hot .price-sale {

    height: auto;

}



.item-deal-hot .price-prd {

    align-items: center !important;

}



.item-deal-hot:hover {

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.item-deal-hot .img {

    position: relative;

    padding-top: 85%;

}



.item-deal-hot .img img {

    position: absolute;

    top: 0%;

    left: 0%;

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.item-deal-hot .sale-value img {

    width: 4.25rem;

    height: 1.25rem;

}



.item-deal-hot .sale-value .value {

    background: #ed3237;

    border-radius: 88px;

    padding: 0.125rem 0.3125rem;

    font-family: "Roboto_Bold", sans-serif;

    margin-left: 0.8125rem;

}



.item-deal-hot .price-prd .price {

    margin-right: 5px;

    font-size: 0.875rem;

}



.item-deal-hot .add-to-cart {

    width: 2.25rem;

    height: 2.25rem;

    background: #ffffff;

    border: 1px solid #ed3237;

    border-radius: 100%;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.item-deal-hot .add-to-cart img {

    width: 1.125rem;

    height: 1.125rem;

}



.item-deal-hot .add-to-cart:hover {

    background: #ed3237;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.item-deal-hot .add-to-cart:hover img {

    -webkit-filter: brightness(10);

    filter: brightness(10);

}



.item-deal-hot .btn-border__red {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    margin-right: 0.9375rem;

}



.breadcrumb {

    margin-top: 1rem;

    margin-bottom: 2rem;

}



.breadcrumb li {

    position: relative;

    color: #848484;

}



.breadcrumb li:first-child a {

    font-size: 0;

    content: "";

    display: inline-block;

    width: 20px;

    height: 20px;

    vertical-align: middle;

    background: url(../images/home.svg) no-repeat;

    margin-top: -3px;

}



.breadcrumb li:not(:last-child) {

    margin-right: 1.8rem;

}



.breadcrumb li:not(:last-child)::before {

    content: "/";

    position: absolute;

    background-size: contain;

    background-repeat: no-repeat;

    top: 1px;

    right: -16px;

}



.breadcrumb li:last-child {

    color: #2B2B2B;

    pointer-events: none;

}



.pagination {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin: 2rem 0;

}



.pagination strong,

.pagination a {

    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;

    height: 2.5rem;

    min-width: 2.5rem;

    border-radius: 100%;

    font-size: 0.875rem;

    margin: 0 6px;

}



.pagination strong img {

    filter: brightness(1);

}



.pagination a {

    border: 1px solid #ababab;

    color: #333;

}



.pagination strong {

    background: #F5DC6C;

    color: #111111;

}



.pd-0 {

    padding: 0;

}



.read-more-all {

    -ms-flex-negative: 0;

    flex-shrink: 0;

}





/* 

.deal-hot-index {

  background-size:cover !important;

  -webkit-background-size: cover;

  background-position: center;

} */



.deal-hot-index .btn-circle__all.hidden {

    display: none;

}



.video-main__category .img {

    position: relative;

    padding-top: 56%;

}



.video-main__category .img img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.video-main__category .img .btn-play {

    display: block;

    width: 65px;

    height: 48px;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-image: url(../images/icon_play_yellow.png);

    background-repeat: no-repeat;

    background-size: contain;

}



.fb_iframe_widget iframe,

.fb_iframe_widget span,

.fb_iframe_widget {

    max-width: 100% !important;

}



.product-highlight .item-product__all {

    height: auto;

}



.btn-compare__product {

    position: fixed;

    right: -30px;

    top: 35%;

    z-index: 90;

    background-size: 100% 100%;

    padding: 5px 10px;

    display: flex;

    align-items: center;

    transform: rotate(90deg);

    color: #fff;

    background: #ED3237;

}



.btn-compare__product:hover,

.btn-compare__product:focus {

    background: #a7191d;

    color: #fff;

}



.fb_iframe_widget {

    border-radius: 5px;

    overflow: hidden;

}



.rating-list__item .progress-bar {

    background-color: #F59E0B !important;

}



.rating-list__item {

    background-color: #ebebeb !important;

}



.comment-box__title {

    font-size: 1.25rem !important;

    font-weight: 700;

}



.product-category__index .item-product__all .price-product {

    display: flex;

    align-items: center;

    margin-bottom: 5px;

}



.product-category__index .item-product__all .price-product .price,

.product-category__index .item-product__all .price-product .price-sale {

    margin-bottom: 0;

}



.product-category__index .item-product__all .price-product .price-sale {

    font-size: 0.875rem !important;

    margin-right: 0.5rem;

}



.rating-modal .modal-dialog {

    max-width: 51.875rem !important;

}



.rating-modal .modal-dialog .close-modal {

    display: block;

    width: 1.25rem;

    height: 1.25rem;

    position: absolute;

    top: 15px;

    right: 15px;

    z-index: 1;

    cursor: pointer;

}



.rating-modal .modal-dialog .close-modal::before,

.rating-modal .modal-dialog .close-modal::after {

    content: "";

    width: 1px;

    height: 100%;

    background: #212121;

    position: absolute;

    top: 50%;

    left: 50%;

}



.rating-modal .modal-dialog .close-modal::before {

    transform: translate(-50%, -50%) rotate(45deg);

}



.rating-modal .modal-dialog .close-modal::after {

    transform: translate(-50%, -50%) rotate(-45deg);

}



.rating-modal .modal-body {

    padding: 4.375rem 1.5625rem 3.4375rem;

}



.rating-modal .product-rating:not(:last-child) {

    margin-bottom: 1.25rem;

}



.rating-modal .product {

    background: #f5f5f5;

    border-radius: 5px;

    padding: 1.5625rem 1.25rem;

}



.rating-modal .product .img-prd {

    width: 3.75rem;

    height: 3.75rem;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    background-color: #fff;

}



.rating-modal .product .img-prd img {

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.rating-modal .product .ct-content {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}



.rating-modal .form-rating .head-form {

    margin-bottom: 2.1875rem;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.rating-modal .form-rating .head-form .star {

    color: #888;

    font-size: 1.375rem;

}



.rating-modal .form-rating .head-form .item .text {

    display: block;

    background: #ffffff;

    border: 1px solid #ebebeb;

    border-radius: 99px;

    padding: 0.5rem 1.0625rem;

}



.rating-modal .form-rating .head-form .upload-image .text {

    position: relative;

    padding-left: 3.625rem;

}



.rating-modal .form-rating .head-form .upload-image .text::before {

    content: "";

    width: 0.9375rem;

    height: 0.9375rem;

    background-image: url(../images/camere-gray.png);

    background-size: contain;

    background-repeat: no-repeat;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 1.75rem;

}



.rating-modal .form-rating .head-form .sugges input:checked~.text {

    border: 1px solid #ed3237;

    background: #ed3237;

    color: #fff;

}



.rating-modal .form-rating .form-control {

    min-height: 6.75rem;

    border-radius: 5px;

    font-size: 0.875rem;

    margin-bottom: 20px;

}



.rating-modal .form-rating .form-control::-webkit-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.rating-modal .form-rating .form-control::-moz-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.rating-modal .form-rating .form-control:-ms-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.rating-modal .form-rating .form-control::-ms-input-placeholder {

    color: #888;

    font-size: 0.875rem;

}



.rating-modal .form-rating .form-control::placeholder {

    color: #888;

    font-size: 0.875rem;

}



.rating-modal .show-content-rating {

    padding: 1.5625rem 0 0 0;

    border-top: 1px solid #ebebeb;

}



.rating-modal .show-content-rating .avatar {

    width: 44px;

    height: 44px;

    border-radius: 100%;

    overflow: hidden;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    position: relative;

}



.rating-modal .show-content-rating .avatar img {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 100%;

    height: 100%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -o-object-fit: cover;

    object-fit: cover;

}



.rating-modal .show-content-rating .list-image li {

    width: 94px;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    max-height: 64px;

}



.rating-modal .show-content-rating .list-image li:not(:last-child) {

    margin-right: 16px;

}



.rating-modal .show-content-rating .list-image li img {

    width: 100%;

    max-height: 100%;

}



.rating-modal .show-content-rating .content-rating {

    padding-left: 59px;

}



#result-upload {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



#result-upload div {

    width: 9.375rem;

    height: 9.375rem;

}



#result-upload div:not(:last-child) {

    margin-right: 20px;

    margin-bottom: 20px;

}



#result-upload div img {

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



.swiper-button-disabled {

    display: none;

}



.header-product__category .head-main .title-all {

    flex-shrink: 0;

}



.product-category__index .header-product__category .nav .nav-item {

    margin-bottom: 5px;

}



.users-news__ups img {

    filter: grayscale(1);

}



#modal-index .modal-dialog {

    max-width: 57.5rem;

    height: 100%;

}



#modal-index .modal-content {

    background: transparent;

    border: none;

    border-radius: 0;

    height: 100%;

}



#modal-index .modal-content .close {

    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;

    width: 1.625rem;

    height: 1.625rem;

    position: absolute;

    top: 0;

    right: 0;

    background: none;

    border: none;

    outline: none;

    z-index: 1;

    padding: 0;

}



#modal-index .modal-content .close img {

    width: 100%;

    height: 100%;

    -o-object-fit: scale-down;

    object-fit: scale-down;

}



#modal-index .modal-body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    padding-top: 2.5rem;

}



#modal-index .modal-body .img {

    text-align: center;

}



#modal-index .modal-body .img img {

    width: 100%;

    max-height: 80vh;

    margin-left: auto;

    margin-right: auto;

    -o-object-fit: contain;

    object-fit: contain;

}



.menu-desktop {

    cursor: pointer;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    position: relative;

}



.menu-desktop .show-menu__header .text {

    margin: 0 9px;

    font-size: 0.875rem;

}



.menu-desktop:hover .menu-content {

    visibility: visible;

    opacity: 1;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    pointer-events: all;

}



.menu-desktop .menu-content {

    position: absolute;

    top: 100%;

    width: 696px;

    left: 0;

    height: 25rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #fff;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    overflow: hidden;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    z-index: 10;

}



.menu-desktop .menu-content ul {

    width: 33.33%;

    overflow-y: auto;

}



.menu-desktop .menu-content ul::-webkit-scrollbar-track {

    background-color: #fff;

}



.menu-desktop .menu-content ul::-webkit-scrollbar {

    width: 5px;

    background-color: #f5f5f5;

}



.menu-desktop .menu-content ul::-webkit-scrollbar-thumb {

    background-color: #c4c4c4;

}



.menu-desktop .menu-content ul li.active a {

    background: #f5f5f5;

    color: #ed3237;

}



.menu-desktop .menu-content ul li a {

    display: block;

    padding: 0.5rem;

    color: #313131;

    font-size: 0.875rem;

}



.menu-desktop .menu-content ul li a img {

    margin-right: 0.3125rem;

    width: 1.25rem;

    height: 1.25rem;

    object-fit: scale-down;

}



.menu-desktop .menu-content ul li a:hover {

    background: #f5f5f5;

    color: #FFC400;

    ;

}



.menu-desktop .menu-content ul.menu-sub {

    position: relative;

    width: 33.33%;

    top: 0;

    display: none;

    z-index: 1;

}



.menu-desktop .menu-content ul.menu-grand {

    position: relative;

    top: 0;

    display: none;

    width: 33.33%;

    z-index: 1;

}



.slide-branch .img-branch {

    height: 8.125rem;

    margin-left: auto;

    margin-right: auto;

}



.h-61 {

    min-height: 61px;

}



.r-error-message {

    text-shadow: unset !important;

}



.header-banner img {

    width: 100%;

    height: auto;

}





.head-action__item img {

    width: 1.5rem;

    height: 1.5rem;

    object-fit: scale-down;

    flex-shrink: 0;

    margin-right: 0.5rem;

}



.head-action__item {

    position: relative;

}



.head-action__item:not(:last-child) {

    margin-right: 1rem;

    padding-right: 1rem;

}



.head-action__item:not(:last-child)::after {

    content: "";

    width: 1px;

    height: 1.5rem;

    background: rgba(255, 255, 255, .24);

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);

}



.cart-header .icon {

    flex-shrink: 0;

    margin-right: 0.5rem;

    padding-right: 0.625rem;

}



.cart-header .count {

    display: block;

    min-width: 18px;

    height: 18px;

    border-radius: 18px;

    line-height: 18px;

    font-size: 10px;

    color: #333333;

    background: #FFC400;

    position: absolute;

    top: -7px;

    right: 0;

    z-index: 1;

    text-align: center;

}



.cart-header .icon img {

    margin-right: 0;

}



.info-user-login {

    max-width: 150px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.head-category {

    background: #fff;

    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.08);

}



.button-category {

    padding: 11px 16px;

    background: #413b49;

    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);

    margin-left: 0;

    margin-right: auto;

    color: #000;

}



.button-category>span {

    color: #fff;

}



.button-category img {

    width: 1.5rem;

    height: 1.5rem;

    object-fit: scale-down;

    margin-right: 0.5rem;

    filter: invert(1);

}



.button-category .menu-content img {

    filter: inherit;

}



.button-category i {

    margin-left: 0.25rem;

}



.menu-category {

    background: #FFFFFF;

    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);

    border-radius: 5px;

    position: relative;

    height: 100%;

}



.menu-category>ul>li:hover>ul {

    opacity: 1;

    visibility: visible;

    pointer-events: all;

}



.menu-category>ul>li>ul {

    position: absolute;

    top: 0;

    left: 100%;

    height: 100%;

    background: #fff;

    /* box-shadow: 0 4px 10px rgba(0,0,0,.3); */

    border: 1px solid #ebebeb;

    border-radius: 5px;

    padding: 10px;

    width: 990px;

    display: flex;

    flex-wrap: wrap;

    overflow-y: auto;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition: all .3s;

    z-index: 10;

}



.menu-category>ul>li>ul>li {

    padding: 0 15px;

    flex: 0 0 25%;

}



.menu-category>ul>li>ul>li ul {

    padding-left: 10px;

}



.menu-category>ul>li>ul>li>a {

    font-family: "Hel_Bold", sans-serif;

    font-size: 1rem;

    position: relative;

    margin-bottom: 0.4rem;

    display: inline-block;

}



.menu-category>ul>li>ul>li>ul>li>a {

    font-size: 0.9rem;

}



.menu-category>ul>li>ul>li {

    margin-bottom: 10px;

}



.menu-category>ul>li>ul>li>a::after {

    content: "";

    width: 50px;

    height: 1px;

    background: #333;

    display: block;

    margin-top: 5px;

}



.menu-category>ul>li>a {

    display: block;

    padding: 8px 16px;

    color: #333;

    position: relative;

}



.menu-category>ul>li>a::after {

    content: "\f105";

    font-family: 'fontAwesome';

    position: absolute;

    top: 50%;

    right: 5px;

    transform: translateY(-50%);

    z-index: 1;

}



.menu-category>ul>li:hover>a {

    background: #f5f5f5;

    color: #C90000;

}



.menu-category>ul>li>a img {

    width: 1.25rem;

    height: 1.25rem;

    object-fit: scale-down;

    margin-right: 0.5rem;

}



.gap-x-3 {

    margin: 0 -6px;

}



.gap-x-3 div[class^=col-] {

    padding: 0 6px;

}



.gap-x-4 {

    margin: 0 -8px;

}



.gap-x-4 div[class^=col-] {

    padding: 0 8px;

}



.video_item .item-video .img {

    padding-top: 61%;

}



.item-video {

    position: relative;

    border-radius: 5px;

    overflow: hidden;

}



.video_item .item-video>.img>img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.item-video .img {

    padding-top: 92%;

}



.item-video>.img img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.btn-play {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}



.btn-play img {

    position: unset !important;

    width: auto !important;

    height: auto !important;

}



.video_item .item-video .title-video-small {

    font-size: 1.25rem;

    margin: 1rem;

}



.item-video .title-video-small {

    position: absolute;

    bottom: 0;

    left: 0;

    width: auto;

    z-index: 1;

    color: #fff;

    margin: 0.5rem;

}



.item-video::before {

    content: "";

    width: 100%;

    height: 40%;

    position: absolute;

    bottom: 0;

    left: 0;

    background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 92.59%);

    pointer-events: none;

    z-index: 1;

}



.item-auto-result .content .name {

    color: #252525;

}



.h-menu-category {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 300px;

    z-index: 10;

    visibility: hidden;

    opacity: 0;

    transition: all .3s;

    pointer-events: none;

}



.button-category {

    cursor: pointer;

}



.button-category:hover .h-menu-category {

    visibility: visible;

    opacity: 1;

    pointer-events: all;

}



.menu-content {

    position: relative;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #fff;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    z-index: 10;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

}



.menu-desktop .menu-content ul {

    width: 33.33%;

}



.menu-desktop .menu-content {

    position: absolute;

    top: 100%;

    width: 696px;

    left: 0;

    height: 300px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background: #fff;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    overflow: hidden;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    z-index: 10;

}



.menu-desktop .menu-content ul.menu-sub {

    position: relative;

    width: 33.33%;

    top: 0;

    display: none;

    z-index: 1;

    left: 0;

}



.menu-desktop .menu-content ul.menu-grand {

    position: relative;

    top: 0;

    display: none;

    width: 33.33%;

    z-index: 1;

    left: 0;

}



.menu-desktop .menu-content {

    overflow: hidden;

}



.menu-content ul {

    width: 100%;

    overflow-y: auto;

    background: #fff;

}



.menu-content ul li a {

    display: block;

    padding: 0.5rem;

    color: #313131;

    font-size: .875rem;

}



.menu-content ul.menu-sub {

    position: absolute;

    left: 100%;

    width: 100%;

    height: 100%;

    top: 0;

    display: none;

    z-index: 1;

}



.menu-content ul.menu-grand {

    position: absolute;

    top: 0;

    display: none;

    width: 100%;

    height: 100%;

    z-index: 1;

    left: 200%;

}



.menu-desktop .menu-content ul li a:hover {

    background: #f5f5f5;

    color: #FFC400;

    ;

}



.menu-content ul li.active a {

    background: #f5f5f5;

    color: #FFC400;

    ;

}



.menu-desktop:hover .menu-content {

    visibility: visible;

    opacity: 1;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    pointer-events: all;

}



.menu-content-desktop {

    position: relative;

}



.menu-content-desktop ul li a {

    display: block;

    padding: 0.5rem;

    color: #313131;

    font-size: 0.875rem;

}



.menu-content-desktop ul li:hover ul {

    visibility: visible;

    opacity: 1;

    pointer-events: all;

}



.menu-content-desktop ul li:hover ul li ul {

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

}



.menu-content-desktop ul li:hover ul li:hover ul {

    visibility: visible;

    opacity: 1;

    pointer-events: all;

}



.menu-content-desktop ul li ul {

    position: absolute;

    top: 0;

    left: 100%;

    height: 100%;

    width: 100%;

    z-index: 2;

    background: #fff;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition: all .3s;

}



.box-slide-new-home .btn-circle__all {

    top: 30%;

}



.nav-link__video {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin-bottom: 24px;

}



.nav-link__video li:not(:last-child) {

    margin-right: 16px;

}



.nav-link__video li a {

    display: block;

    padding: 8px 0;

    border-bottom: 1px solid transparent;

    font-weight: 700;

    color: #252525;

    font-size: 18px;

}



.nav-link__video li a:hover,

.nav-link__video li a:focus {

    color: #FFC400;

}



.nav-link__video li a.active {

    border-bottom: 1px solid #FFC400;

    color: #FFC400;

}



.box-slide-product .btn-circle__all {

    top: 40%;

}



.agent-regis-form {

    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);

    padding: 30px;

    max-width: min(800px, 100%);

    margin-left: auto;

    margin-right: auto;

    background: #fff;

}



.agent-regis-form .btn-submit {

    background: #F5DC6C;

    display: flex;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

}



.agent-regis-form .btn-submit:hover,

.agent-regis-form .btn-submit:focus {

    background: #fad638;

    color: #fff;

}



.line-clamp-2 {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.head-contact li {

    color: #848484;

    font-size: 14px;

}



.head-contact li a img {

    width: 24px;

    height: 24px;

    object-fit: scale-down;

    margin-right: 8px;

}



.head-contact li:not(:last-child) {

    margin-right: 16px;

    padding-right: 16px;

    border-right: 1px solid #848484;

}



.head-action .link {

    width: 24px;

    height: 24px;

    background-repeat: no-repeat;

    background-size: contain;

}



.head-action .link:not(:last-child) {

    margin-right: 16px;

}



.menu__ ul {

    display: flex;

}



.menu__ ul li {

    position: relative;

}



.menu__ ul li a {

    display: block;

    font-weight: 700;

    color: #2B2B2B;

}



.header .send-question {

    padding: 8px 16px;

    border-radius: 24px;

    background: #fc7600;

    color: #fff;

}



.header-cart .count {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 16px;

    height: 16px;

    font-size: 12px;

    color: #fff;

    border-radius: 16px;

    background: #fc7600;

    position: absolute;

    top: -5px;

    right: -5px;

}



.item-pro__cate {

    padding: 16px;

    border-radius: 12px;

    overflow: hidden;

    background: #fbfbfb;

    height: 100%;

}



.item-pro__cate .content {

    flex: 0 0 50%;

    margin-right: 16px;

}



.item-pro__cate .content .title {

    font-size: 1.25rem;

    color: #0b0203;

}



.item-pro__cate .image {

    flex: 1;

}



.item-pro__cate .image img {

    width: 100%;

    object-fit: scale-down;

    max-height: 150px;

}



.w-fit {

    width: fit-content;

}



.mx-auto {

    margin-left: auto;

    margin-right: auto;

}



.img_full img {

    width: 100%;

}



.banner-pro__content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 40px 24px;

    z-index: 1;

}



.banner-pro__content .title {

    font-weight: 600;

    font-size: 48px;

    margin-bottom: 16px;

    color: #0b0203;

}



.banner-pro__content .form-select {

    background-color: #f5f5f5;

    color: #454545;

    border: 1px solid #f5f5f5;

}



.banner-pro__content .btn-orange__all {

    min-width: 200px;

}



.image-banner__pro img {

    height: 100%;

}



.module-pro__cate:not(:last-child) {

    margin-bottom: 40px;

}



.module-pro__cate:nth-child(even) .col-lg-8 {

    order: -1;

}



.why-section__upgrade {

    filter: hue-rotate(180deg);

}



.module-doctor .content {

    flex: 0 0 70%;

    padding: 0 60px 0 0;

}



.module-doctor .content .logo {

    max-width: 150px;

}

@media (max-width: 600px) {

    .module-doctor .content .logo {

        display:none;

    }

}



.module-doctor .content .title {

    color: #0b0203;

    font-size: 40px;

    font-weight: 700;

}



.module-doctor .image {

    flex: 1;

}



.banner-pro__content .select2-container {

    width: 100% !important;

}



.item-doctor .img {

    display: block;

    position: relative;

    padding-top: 117%;

}



.item-doctor .img img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.item-doctor .name {

    font-weight: 700;

    color: #252525;

    margin-bottom: 8px;

}



.item-doctor .position {

    color: #848484;

    font-size: 14px;

    margin-bottom: 16px;

}



.item-doctor .form-button .btn {

    flex: 0 0 49%;

}



.content_copyright {

    border-top: 1px solid rgba(255, 255, 255, .3);

}



.section-form-regis {

    background: #F1F8FF;

    background: white;

}



.section-form-regis .box-form {

    padding: 40px;

}



.tiktok_login img {

    filter: brightness(100);

}



.form-contact-main {

    background: white;

    box-shadow: 0px 24px 40px rgba(3, 110, 178, 0.1);

    border-radius: 10px;

    overflow: hidden;

}



.form-contact-main .header-form {

    background: #0b0203;

    color: white;

}



.form-contact-main .header-form .title {

    font-weight: 700;

    font-size: 30px;

}



.form-contact-main input {

    height: 40px;

}



.form-contact-main input,

.form-contact-main textarea,

.form-contact-main select {

    width: 100%;

    border: solid 1px #e1e1e1 !important;

    border-radius: 5px;

    margin-bottom: 15px;

}



.hotline-send-contact {

    background-size: cover;

    background-repeat: no-repeat;

    border-radius: 10px;

    color: white;

    background-image: url(../images/bg-hotline.webp);

}



.hotline-send-contact .title {

    font-weight: 700;

    font-size: 30px;

}



.hotline-send-contact .hotline {

    font-weight: 700;

    font-size: 24px;

}



.item-doctor {

    height: 100%;

    display: flex;

    flex-direction: column;

}



.item-doctor .form-button {

    margin-top: auto;

}



.modal-booking .title {

    font-weight: 700;

    color: #0b0203;

    font-size: 24px;

}

.section-doctor {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
}

.section-doctor__detail .name {

    font-weight: 700;

    font-size: 24px;

    color: #0b0203;

}



.section-doctor__detail .position {

    color: #888;

}



.title-doctor {

    font-size: 30px;

    font-weight: 700;

    color: #0b0203;

    position: relative;

}



.title-doctor::after {

    content: "";

    width: 50px;

    height: 2px;

    background: #fc7600;

    display: block;

    margin-top: 8px;

}



.section-dortor__cate .title-doctor::after {

    display: none;

}



.module-form-regis {

    background: #fff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

    border-radius: 5px;

}



.section-doctor {

    background-repeat: no-repeat;

    background-size: cover;

}



.header {

    transition: all .3s;

}



.header.fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 10;

}



.list-widget {

    position: fixed;

    top: 50%;

    right: 0;

    z-index: 10;

    background: #0b0203;

}



.widget-item {

    width: 40px;

    height: 40px;

    color: #fff;

    font-size: 20px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

}



.widget-item:not(:last-child) {

    border-bottom: 1px solid #fff;

}



.widget-item:hover .content {

    right: 0;

}



.widget-item .content {

    background: #0b0203;

    position: absolute;

    top: 0;

    right: -500px;

    height: 100%;

    white-space: nowrap;

    z-index: 1;

    padding: 4px 12px;

    transition: all .5s;

    font-size: 14px;

}



.widget-item .content:hover {

    color: #fff;

}



.nav-footer ul li a:hover {

    color: #fc7600;

}



.menu__ ul li a:hover {

    color: #0b0203;

}



.col-pro .item-product__all {

    border-radius: 0;

    border-right: none;

    border: 0.5px solid #ebebeb;

}



.col-pro:last-child .item-product__all {

    border-right: 0.5px solid #ebebeb;

}



.box-widget {

    position: fixed;

    left: 2%;

    bottom: 5%;

    z-index: 10;

}



.box-widget a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    border-radius: 100%;

    animation: lac 1s linear infinite;

}



.box-widget a:not(:last-child) {

    margin-bottom: 16px;

}



#receive-info .modal-content {

    padding: 50px 32px;

    border: none;

    background-image: url(../images/bacsi.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: bottom;

    background-color: transparent;

    padding-bottom: 180px;

}



#receive-info .title-modal {

    text-transform: uppercase;

    font-size: 2rem;

    color: #fc7600;

    font-weight: 700;

}



#receive-info .img-1 {

    max-width: 130px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 1rem;

}



#receive-info .form {

    max-width: 300px;

    margin-left: auto;

    margin-right: auto;

    width: 100%;

}



.box-cart__pro {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .6);

    z-index: 1;

    transition: all .3s;

    opacity: 0;

    visibility: hidden;

}



.item-product__all .box:hover .box-cart__pro {

    opacity: 1;

    visibility: visible;

}



.item-product__all .text {

    flex: 1;

    display: flex;

    flex-direction: column;

}



.item-product__all .add-to-cart {

    margin-top: auto !important;

}



#receive-info .r-error-message {

    position: relative;

    top: -16px;

}



#receive-info .close-modal {

    position: absolute;

    top: 8px;

    right: 8px;

    z-index: 1;

    cursor: pointer;

}



.header-main {

    background: #0b0203;

    padding: .75rem 0;

}



.h-hotline {

    font-size: 0.938rem;



}



.h-hotline .title {

    flex-shrink: 0;

}



.h-hotline .link {

    display: inline-block;

    border-radius: 16px;

    background: #fc7600;

    padding: 2px 12px;

    color: #fff;

}



.header__upgrade .nav-menu ul li {

    display: inline-block;

    padding-right: .75rem;

    margin-right: .75rem;

    border-right: 1px solid #fff;

    line-height: 1.1;

}



.header__upgrade .nav-menu ul li a {

    color: #fff;

    font-size: .75rem;

}



.header__upgrade .nav-menu.no-border ul li:last-child {

    margin-right: 0;

    padding-right: 0;

    border: none;

}



.header__upgrade .nav-menu.no-border ul li a svg {

    margin-left: .75rem;

}



.form-select__cate {

    background: #fff;

    padding: 8px;

    border-radius: 10px;

    color: #0b0203;

    margin-right: 1rem;

    height: fit-content;

}



.form-search-header {

    margin-left: 1rem;

    margin-right: 1rem;

    flex: 1;

}



.form-search-header .form-search {

    flex: 1;

}



.form-search-header .form-search .form-control {

    padding:6px 8px;

}



.form-search-header .form-search .btn-search {

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

    width: 3rem;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    z-index: 1;

    outline: none;

    background: transparent;

    border: none;

    padding: 0;

}



.form-select__cate .form-select {

    padding: 0;

    border: none;

    padding-right: 2rem;



}



.form-select__cate i {

    font-size: 1.25rem;

}



.header-main__bot .logo-header {

    max-width: 180px;

}



.form-search-header .list-keyword {

    margin-top: 2px;

}



.form-search-header .list-keyword li {

    display: inline-block;

    margin-right: 1rem;

}



.form-search-header .list-keyword li a {

    color: #fff;

    font-size: .75rem;

}



.h-notification {

    width: 16px;

    height: 21px;

    background-repeat: no-repeat;

    background-size: contain;

    margin-top: 11px;

    margin-right: 1.25rem;

}



.header-main__bot .h-cart {

    font-size: .938rem;

    border-radius: 10px;

    background: #fc7600;

    padding: 8px 16px;

    height: fit-content;

}



.header-main__bot .h-cart .icon {

    background-repeat: no-repeat;

    background-size: contain;

    width: 22px;

    height: 20px;

    display: inline-block;

    position: relative;

    top: 4px;

}

.header-main__bot .h-cart .count{

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 14px;

    height: 14px;

    border-radius: 100%;

    background: #FEB734;

    color: #0b0203;

    font-size: 12px;

    position: absolute;

    top: 10px;

    right: .5rem;

    z-index: 1;

}

.slide-banner__home .link-banner {

    display: block;

    position: relative;

    padding-top: 34%;

    border-radius: 15px;

    overflow: hidden;

}



.slide-banner__home .link-banner img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.swiper-banner__home {

    width: 2rem;

    height: 2rem;

    display: inline-flex;

    align-items: center;

    border-radius: 100%;

    background: #F1FAFF;

    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.10);

    color: #000;

    font-size: 1.25rem;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    cursor: pointer;

    transition: all .3s;

    z-index: 1;

    justify-content: center;

}



.swiper-banner__home:hover,

.swiper-banner__home:focus {

    background: #0b0203;

    color: #fff;

}



.banner-home__prev {

    left: 1.5rem;

}



.banner-home__next {

    right: 1.5rem;

}



.link-banner-small {

    padding-top: 33%;

    border-radius: 15px;

    overflow: hidden;

}



.item-policy .icon {

    width: 50px;

    height: 50px;



    margin-left: auto;

    margin-right: auto;

}



.item-policy .icon img {

    object-fit: scale-down;

    width: 100%;

    height: 100%;

}



.item-policy .icon .title {

    color: #0b0203;

    font-size: .938rem;

}



.line-all {

    height: 12px;

    width: 100%;

    background: #ECECEC;

}



.cl-blue {

    color: #0b0203;

}



.item-cate__home .icon-cate {

    width: 100px;

    height: 100px;

    object-fit: scale-down;

    margin-left: auto;

    margin-right: auto;

}



.item-cate__home .title {

    font-size: .938rem;

}



.slide-pro__home .swiper-slide {

    height: auto;

}



.item-product__all {

    height: 100%;

}



.item-product__all.upgrade {

    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.11);

    border-radius: 15px;

    overflow: hidden;

    border: none;

}



.item-product__all.upgrade .title-prd__all {

    font-size: .938rem;

    font-size: 1.1rem;

}



.item-product__all.upgrade .price-sale {

    /*color: #BBBDBF;*/

    color: black;

    text-decoration-line: strikethrough;

    font-size: 14px !important;

}



.item-product__all.upgrade .price {

    color: #0b0203 !important;

    font-size: .938rem !important;

}



.item-product__all.upgrade .btn-blue__all {

    border-radius: 10px;

    background: #fc7600;

    color: #fff;

    font-weight: 500;

}



.item-product__all.upgrade .btn-blue__all:hover,

.item-product__all.upgrade .btn-blue__all:focus {

    background: #0b0203;

    color: #fff;

}



.swiper-pro__home {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 2.5rem;

    height: 2.5rem;

    border-radius: 100%;

    cursor: pointer;

    color: #000;

    background: #F1FAFF;

    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.10);

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 1;

    cursor: pointer;

    transition: all .3s;

}



.swiper-pro__home:hover,

.swiper-pro__home:focus {

    background: #0b0203;

    color: #fff;

}



.pro-home__prev {

    left: -20px;

}



.pro-home__next {

    right: -20px;

}



.item-reason .icon {

    height: 2.5rem;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

}



.item-reason .icon img {

    height: 100%;

    object-fit: scale-down;

}



.item-reason .title {

    font-size: .938rem;

    color: #000;

}



.box-slide-pro-main {

    border-radius: 15px;

    border: 0.5px solid #C3C3C3;

    padding: 1.5rem;

}



.slide-prd-main .image {

    background: #f4fdff;

}



.slide-product__thumb .image {

    border: 1px solid #ebebeb;

    border-radius: 15px;

    background: #f4fdff;



}



.pagination-pro__main {

    position: absolute;

    z-index: 1;

    width: 100%;

    left: 0;

    text-align: center;

}



.pagination-pro__main .swiper-pagination-bullet {

    background: #D3D7D9;

    opacity: 1;

}



.pagination-pro__main .swiper-pagination-bullet-active {

    background: #0b0203;

}



.section-product__detail .name-pro {

    font-size: 1.5rem;



}



.section-product__detail.upgrade .list-status__detail {

    padding-bottom: 0;

    border-bottom: none;

}



.box-info-pro {

    border-radius: 15px;

    background: #F6F6F6;

    padding: 1rem;

}



.box-info-pro .text-category {

    margin-right: 0 !important;

}



.box-info-pro .text-category {

    margin-bottom: 4px;

    color: #0b0203 !important;

}



.box-info-pro .text-category .pro-cate {

    color: #0074BC;

}



.box-info-pro .text-category .title {

    width: 30%;

    flex-shrink: 0;

}



.box-info-pro .text-category {

    display: flex;

}



.btn-buy-now {

    flex-direction: column;

    border-radius: 10px;

    background: #fc7600;

    color: #fff;

    padding: 1.125rem 1.5rem !important;

    font-size: 0.938rem;

    border: 1px solid #fc7600;

    transition: all .4s;

}



.btn-buy-now:hover,

.btn-buy-now:focus {

    background:#f59847;

    border: 1px solid #f59847;

}



.btn-buy-now .title {

    margin-bottom: 4px;

}



.form-send-info {

    background: white;

    border-radius: 15px;

    padding: 8px;

    /*#0b0203*/

}



.form-send-info .form-controlm.form-send-info .form-control::placeholder {

    border: none;

    font-size: .938rem;

    color: #888;

}



.form-send-info .btn-send {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

    background: #fc7600;

    border-radius: 10px;

    padding: 8px;

    font-weight: 700;

    color: #fff;

    text-transform: uppercase;

    width: 100%;

    transition: all .3s;

    border: none;

}



.form-send-info .btn-send:hover,

.form-send-info .btn-send:focus {

    background: #FEB734;

}



.item-sidebar__pro {

    border-radius: 10px;

    border: 0.5px solid #C3C3C3;

    padding: 8px;

}



.item-sidebar__pro .avatar {

    width: 73px;

    height: 73px;

    flex-shrink: 0;

}



.item-sidebar__pro .avatar img {

    width: 100%;

    height: 100%;

    border-radius: 15px;

}



.btn-blue-all {

    padding: 4px 8px;

    border-radius: 5px;

    background: #0b0203;

    font-weight: 700;

    font-size: .75rem;

    color: #fff;

}



.btn-blue-all:hover,

.btn-blue-all:focus,

.view-profile:hover,

.view-profile:focus {

    background: #FEB734;

    color: #0b0203;



}



.view-profile {

    padding: 4px 8px;

    border-radius: 5px;

    font-weight: 700;

    font-size: .75rem;

    background: #636364;

    color: #fff;

}

.professional-advice .name{

    font-size: 14px;

}

.professional-advice .content {

    flex: 1;

}



.hotline-order .icon {

    width: 2rem;

    height: 2rem;

    flex-shrink: 0;

    background-image: url(../images/ion_call.png);

    background-repeat: no-repeat;

    background-size: contain;

    margin-right: 8px;

}



.list-policy-sidebar .head {

    padding-bottom: 8px;

    margin-left: -8px;

    margin-right: -8px;

    border-bottom: 1px solid #C3C3C3;

    padding: 0 8px;

}



.list-policy__item:not(:last-child) {

    margin-bottom: .75rem;

}



.list-policy__item .icon {

    width: 85px;

    flex-shrink: 0;

}



.list-policy__item .icon .image {

    display: block;

    position: relative;

    padding-top: 76%;

}



.list-policy__item .icon .image img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: scale-down;

}



.pro-desc {

    padding: 2rem 0;

    background: #F3F3F3;

}



.module-product__detail .box-content {

    background: #fff;

    border-radius: 15px;

    padding: 1rem;

}



.box-pro__related {

    border-radius: 15px;

    background: #fff;

    padding: 1rem;

}



.comment-box__content {

    padding: 1rem;

}



.section-product__detail .module__detail .btn {

    width: 100%;

}



.slide-pro__home {

    padding: 1.25rem 0;

}



.form-send-info .r-error-message {

    position: relative;

    top: -10px;

}



.social-pro .title {

    margin-right: 1.5rem;

}



.social-pro .link:not(:last-child) {

    margin-right: 1rem;

}



.social-pro .link img {

    width: 36px;

    height: 36px;

    object-fit: scale-down;

}



.footer-upgrade {

    background: url('../images/chan-trang.jpg');
    background-size: 100% 100%;



}



.footer-upgrade .footer-top {

    padding: 35px 0 80px;

    border-bottom: 1px solid #fff;

}



.footer-upgrade .logo-footer {

    max-width: 180px;

    display: block;

}



.footer-upgrade .menu-footer ul li a {

    color: #fff;

}



.footer-upgrade .menu-footer ul li a:hover {

/*    color: #0b0203;*/

}



.footer-upgrade .menu-footer ul li:not(:last-child) {

    margin-bottom: 8px;

}



.footer-upgrade .social-footer li {

    display: inline-block;

    margin-right: 2rem;

    margin-bottom: .5rem;

}



.footer-upgrade .social-footer li:last-child {

    margin-right: 0;

}



.footer-upgrade .social-footer li a .icon {

    width: 2rem;

    height: 2rem;

    display: block;

    background-repeat: no-repeat;

    background-size: contain;

    flex-shrink: 0;

    margin-right: 8px;

    background-position: center;

}



.footer-address {

    padding: 36px 0;

}



.footer-bot .footer-bot__item:not(:last-child) {

    padding-right: 1.5rem;

    margin-right: 1.5rem;

    border-right: 1px solid #fff;

}



.menu-cate {

    position: absolute;

    top: 100%;

    min-height: calc(100vh + 1000px);

    background-color: rgba(0, 0, 0, .5);

    z-index: 10;

    left: 0;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

}



.menu-cate.active {

    opacity: 1;

    pointer-events: all;

    visibility: visible;

}



.menu-cate.active .menu-cate-content {

    transform: scale(1);

}



.menu-cate-content {

    background: #fff;

    box-shadow: 0 0 12px rgba(15, 61, 145, .12);

    border-radius: 0.75rem;

    padding: 1rem;

    position: relative;

    transition: .3s;

    transform: scale(0);

    transform-origin: center;

}



.menu-cate-content::before {

    content: "";

    width: 0;

    height: 0;

    border-bottom: 20px solid #fff;

    border-left: 20px solid transparent;

    border-right: 20px solid transparent;

    position: absolute;

    bottom: 100%;

    left: 19%;

    z-index: 1;

}



.nav-menu__cate .link {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px;

    border-radius: .75rem;

    color: #000;

    border: none;

    width: 100%;

    background: transparent;

}



.nav-menu__cate .nav-item {

    width: 100%;

}



.nav-menu__cate .link i {

    font-size: 1.5rem;

}



.nav-menu__cate .link.active {

    background: #fc7600;

    color: #fff;

}



.menu-cate__item .image {

    width: 5rem;

    height: 5rem;

    margin-left: auto;

    margin-right: auto;

}



.menu-cate__item .image img {

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: scale-down;

}



.menu-cate__item .title {

    font-size: .75rem;

    color: #000;

    margin-top: 4px;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.show-menu-cate {

    cursor: pointer;

}



body.show-menu {

    overflow: hidden;

}



.header__upgrade {

    transition: all .3s;

}



.header__upgrade.fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 10;

}



.box-notification:hover .notification-content {

    opacity: 1;

    visibility: visible;

    pointer-events: all;

}



.notification-content {

    position: absolute;

    top: 100%;

    right: -46px;

    width: 400px;

    z-index: 1;

    background: #fff;

    border-radius: 12px;

    padding: 1rem;

    border: 1px solid #fc7600;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

    opacity: 0;

    visibility: hidden;

    transition: all .3s;

    pointer-events: none;

}



.item-notifi .image {

    width: 3.5rem;

    height: 3.5rem;

    flex-shrink: 0;

    margin-right: 1rem;

    border-radius: 4px;

    overflow: hidden;

}



.item-notifi .image img {

    width: 100%;

    height: 100%;

}



.item-notifi .content {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.item-notifi:last-child {

    margin-bottom: 0;

}



.notification-content .box-content {

    max-height: 350px;

    overflow-y: auto;

}



.notification-content .box-content {

    padding-bottom: .875rem;

    margin-bottom: .875rem;

    border-bottom: 1px solid #ebebeb;

}



.notification-content .readmore {

    color: #0b0203;

}



.notification-content::before {

    content: "";

    width: 0;

    height: 0;

    border-bottom: 20px solid #fff;

    border-left: 20px solid transparent;

    border-right: 20px solid transparent;

    position: absolute;

    bottom: 100%;

    right: 50px;

}



.h-notification .count {

    position: absolute;

    top: -12px;

    right: -10px;

    z-index: 1;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 18px;

    height: 18px;

    border-radius: 30px;

    font-size: 12px;

    background: #fff;

    color: #0b0203;

}



.module-product__detail {

    margin-bottom: 1rem;

}

.boxContent-form-product{

    padding: .5rem;

}

.banner-home__next i,.pro-home__next i{

    position: relative;

    left: 2px;

}

.product-detail__next i,.product-detail__prev i{

    font-size: 1rem;

    position: relative;

    transform: unset;

}

.product-detail__next i{

    left: 0px;

    top: -1px;

}

.product-detail__prev i{

    left: -1px;

    top: -1px;

}

.item-new-big .img{

    padding-top: 56%;

}

.item-new-big .title{

    color: #000;

    font-size: 1.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    margin-top: 12px;

}

.item-new-big .short_content .detail-sapo{

    line-height: 1;

     overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.item-new-small .image{

    width: 30%;

    flex-shrink: 0;

}

.item-new-small .image .img{

    padding-top: 66%;

}

.item-new-small .title{

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    color: #000;

    font-size: 1.125rem;

}

.item-new-small .short_content{

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.item-new-small .short_content strong {

    font-weight: normal;

}



.item-new-small:not(:last-child){

    margin-bottom: 1rem;

}

.item-product__all .bg-pro{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    z-index: 1;

    pointer-events: none;

}

.item-product__all .bg-pro{

display:;

}

@media(min-width: 992px) {



    .col-lg-auto {

        flex: auto;

    }



    .lg-flex-nowrap {

        flex-wrap: nowrap;

    }



    .box-guide-item__icon img {

        width: 100%;

        height: 146px;

    }



    .menu__>ul>li {

        display: inline-block;

    }



    .menu__>ul>li>a {

        padding: 20px 10px;

    }



    .head-category .container {

        position: relative;

    }



    .menu__ ul li {

        position: unset;

    }



    .menu__ ul li:hover ul {

        visibility: visible;

        opacity: 1;

        pointer-events: all;

    }



    .menu__>ul>li>ul {

        position: absolute;

        top: 100%;

        left: 0;

        width: 100%;

        z-index: 10;

        visibility: hidden;

        opacity: 0;

        transition: all .3s;

        pointer-events: none;

        background: #fff;

        box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

    }



    .menu__>ul>li>ul>li {

        flex: 0 0 33%;

    }



    .menu__>ul>li>ul>li>a {

        font-size: 18px;

    }



    .menu__>ul>li>ul>li a {

        padding: 6px 15px;

    }



    .menu__>ul>li>ul>li ul {

        display: block;

    }



    .btn-dropdown-menu {

        display: none;

    }

}



@media (min-width: 1400px) {

    .container {

        max-width: 1320px !important;

    }

    .header__upgrade .nav-menu ul li{

        margin-right: 1.25rem;

        padding-right: 1.25rem;

    }

}



@media (max-width: 1599px) {

    .item-product__all.upgrade .btn-blue__all{

        font-size: .875rem;

    }



    .header .nav-menu ul li a,

    .h-hotline {

        font-size: .75rem;

    }



    .form-select__cate {

        margin-right: 1rem;

    }



    .item-pro__cate .content .title {

        font-size: 1rem;

    }



    .item-pro__cate .image img {

        max-height: 100px;

    }



    body {

        font-size: 14px;

    }



    .breadcrumb li:not(:last-child)::before {

        top: 1px;

    }



    .section-bottom-all .item .title {

        font-size: 0.875rem;

    }



    .header .header-nav .header-nav__main {

        padding-left: 2rem;

    }



    .menu-category>ul>li>ul {

        width: 860px;

    }



    .button-category {

        max-width: 270px;

        padding: 6px 10px;

        font-size: 12px;

    }

    .item-new-big .title{

        font-size: 1.25rem;

    }

    .item-new-small .title{

        font-size: 1rem;

    }

}



@media (max-width: 1366px) {}



@media (max-width: 1199px) {

    .h-notification{

        margin-top: 12px;

    }

    .header__upgrade .nav-menu ul li a{

        font-size: 12px;

    }

    #receive-info .title-modal {

        font-size: 1.25rem;

    }



    .agent-regis-form {

        padding: 15px;

    }



    .read-more-all.mobile {

        width: -webkit-fit-content;

        width: -moz-fit-content;

        width: fit-content;

        margin-left: auto;

        margin-right: auto;

        margin-top: 1.25rem;

    }



    .btn {

        font-size: 0.875rem;

        height: 2.375rem;

    }



    .fz-20 {

        font-size: 1rem;

    }



    .fz-24 {

        font-size: 1.125rem;

    }

    .nav-menu ul li a svg{

        display: none;

    }

    .form-search-header .list-keyword li a{

        font-size: 12px;

    }

    .form-search-header .list-keyword li{

        margin-right: .5rem;

    }

    .form-search-header .form-search .form-control{

        padding: 6px 8px;

    }

    .form-select__cate,.header-main__bot .h-cart{

        padding: 8px;

    }

}



@media (max-width: 991px) {

    .btn-circle__all {

        display: none;

    }

.item-policy-mb .icon img{

    height: 1.875rem;

    object-fit: scale-down;

}



    .section-reason .col-lg-auto {

        flex:0 0 25%;

        margin-bottom: 1rem;

    }



    .footer-bot .footer-bot__item:not(:last-child) {

        margin-right: 0;

        padding-right: 0;

        border-right: 0;

    }



    .footer-upgrade .footer-top,

    .footer-address {

        padding: 1rem 0;

    }



    .header-mobile .header-nav {

        background: #0b0203;

    }



    .item-cate__home .icon-cate {

        width: 60px;

        height: 60px;

    }



    .link-banner-small {

        border-radius: 8px;

    }



    .md-pt-0 {

        padding-top: 0 !important;

    }



    .breadcrumb {

        margin-bottom: 0.5rem !important;

    }



    .breadcrumb li:first-child a {

        font-size: 14px !important;

    }



    .head-all__pro .title-all {

        width: 100%;

    }



    .head-all__pro .box_fillter {

        margin-left: auto;

    }



    .section-product__category .module-content .select-2 {

        padding-right: 30px;

    }



    .sm-ml-auto {

        margin-left: auto;

    }



    #ratingModal {

        padding-right: 0;

    }



    #ratingModal .modal-dialog {

        max-width: 85% !important;

        margin-left: auto;

        margin-right: auto;

    }



    .menu ul li ul {

        min-height: unset;

        overflow: unset;

        max-height: unset;

    }



    .menu ul li {

        position: relative;

    }



    .menu ul li ul li:hover ul {

        display: none;

    }



    .wow {

        visibility: visible;

    }



    .mb-md-25 {

        margin-bottom: 1.5625rem;

    }



    .over-lay {

        position: fixed;

        top: 0;

        right: -100%;

        width: 100%;

        height: 100%;

        z-index: 9;

        background: rgba(0, 0, 0, 0.3);

        -webkit-transition: 0.5s;

        transition: 0.5s;

    }



    .over-lay.show {

        right: 0;

        -webkit-transition: 0.5s;

        transition: 0.5s;

    }



    .mb-md-15 {

        margin-bottom: 0.9375rem;

    }



    .mb-md-30 {

        margin-bottom: 1.875rem;

    }



    .mb-md-40 {

        margin-bottom: 2.5rem;

    }



    .header .header-top ul {

        display: none;

    }



    .header .header-top {

        background: #070707;

        padding: 1rem 0;

    }



    .change-lang .lang-text {

        color: #fff;

    }



    .change-lang .lang-text .text {

        margin: 0 4px;

    }



    .logo-mobile {

        max-width: 10.25rem;

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        height: 100%;

    }



    .logo-mobile img {

        height: 100%;

    }



    .cart-mobile {

        position: relative;

        margin-left: 6px;

        padding-right: 7px;

    }



    .cart-mobile::before {

        content: attr(data-count);

        position: absolute;

        top: 0;

        right: 0;

        color: #fff;

        font-size: 0.625rem;

        width: 0.875rem;

        height: 0.875rem;

        border-radius: 100%;

        background: #ed3237;

        z-index: 1;

        text-align: center;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

    }



    .cart-mobile img {

        width: 1.25rem;

        height: 1.3125rem;

        -webkit-filter: grayscale(1);

        filter: grayscale(1);

    }



    .change-lang {

        margin-right: 6px;

    }



    .header .header-nav .header-nav__main {

        padding: 0;

    }



    .logo-menu-mobile img {

        max-width: 60%;

    }



    .menu .menu-content {

        position: unset;

        width: unset;

        height: unset;

        overflow: unset;

        display: block;

        visibility: visible;

        opacity: 1;

        box-shadow: unset;

    }



    .menu__ {

        margin-right: 0;

        position: fixed;

        width: 100%;

        max-width: min(350px, 80%);

        top: 0;

        left: -100%;

        height: 100%;

        background: #fff;

        z-index: 100;

        -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);

        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);

        -webkit-transition: 0.3s;

        transition: 0.3s;

        overflow: auto;

    }



    .menu__:hover ul {

        top: unset;

    }



    .menu__.active {

        left: 0;

        -webkit-transition: 0.3s;

        transition: 0.3s;

    }



    .menu__ ul {

        position: relative;

        -webkit-transform: unset;

        transform: unset;

        top: 0;

        left: 0;

        visibility: visible;

        opacity: 1;

        -webkit-transition: unset;

        transition: unset;

        -webkit-box-shadow: unset;

        box-shadow: unset;

        pointer-events: all;

        transition: unset !important;

        width: 100%;

        display: block;

    }



    .menu__ ul li:hover ul {

        left: unset !important;

        -webkit-transition: unset !important;

        transition: unset !important;

        visibility: visible !important;

    }



    .menu__ ul li .btn-dropdown-menu {

        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;

        width: 38px;

        height: 38px;

        position: absolute;

        top: 0;

        right: 0;

        transition: .3s;

        color: #000;

    }



    .menu__ ul li:hover ul {

        display: none;

    }



    .menu__ ul li .btn-dropdown-menu.open {

        -webkit-transform: rotate(-180deg);

        transform: rotate(-180deg);

        transition: .3s;

    }



    .menu__ ul li a {

        border-bottom: 1px solid #ebebeb;

        display: block;

        padding: 0.5rem;

        color: #313131;

        font-size: .875rem;

    }



    .menu__ ul li ul {

        position: relative;

        -webkit-transform: unset;

        transform: unset;

        visibility: visible;

        -webkit-transition: unset;

        transition: unset;

        opacity: 1;

        pointer-events: all;

        left: 0;

        padding-left: 0.9375rem;

        display: none;

    }



    .menu__ ul li ul a {

        border-bottom: none;

    }



    .menu__:hover ul ul {

        visibility: visible;

        opacity: 1;

        left: 0;

    }



    .title-all {

        font-size: 1.125rem;

    }



    .section-bottom-all .item .ct-text {

        padding-left: 8px;

    }



    .section-bottom-all .item .ct-text .title {

        margin-bottom: 0.3125rem !important;

    }



    .section-bottom-all .item .icon {

        margin-left: auto;

        margin-right: auto;

    }



    .footer-top .mb-30 {

        margin-bottom: 0.9375rem;

    }



    .footer .footer-bottom .container {

        -webkit-box-pack: center !important;

        -ms-flex-pack: center !important;

        justify-content: center !important;

    }



    .footer .footer-bottom ul li {

        font-size: 0.75rem;

    }



    .footer .footer-bottom .copyright {

        text-align: center;

        margin-top: 5px;

    }



    .module-seach__header .btn-search__header {

        right: 0;

    }



    .module-seach__header {

        padding-right: 2.188rem;

    }



    .auth-mobile:hover .auth-content {

        pointer-events: all;

        -webkit-transition: 0.3s;

        transition: 0.3s;

        top: 100%;

        visibility: visible;

        opacity: 1;

    }



    .auth-mobile .icon img {

        width: 1rem;

        height: 1rem;

        object-fit: scale-down;

    }



    .auth-mobile .auth-content {

        position: absolute;

        top: 150%;

        left: 50%;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

        background: #fff;

        z-index: 2;

        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

        border-radius: 5px;

        visibility: hidden;

        opacity: 0;

        pointer-events: none;

        -webkit-transition: 0.3s;

        transition: 0.3s;

    }



    .auth-mobile .auth-content ul {

        display: block;

        color: #313131;

        min-width: 5rem;

        white-space: nowrap;

    }



    .auth-mobile .auth-content ul a {

        display: block;

        padding: 0.3125rem 0.625rem;

    }



    .product-category__index .item-product__all .price-product .price-sale {

        font-size: 12px !important;

    }



    .item-product__all .price {

        font-size: 14px !important;

    }



    .menu ul li a:hover,

    .menu ul li:hover {

        background: none;

        color: #313131;

    }



    .form-register__index form .position-relative {

        flex: 0 0 calc((100% - 84px) / 2);

    }



    .image-banner__pro img {

        display: none;

    }



    .banner-pro__content {

        position: unset;

        padding: 0;

    }



    .banner-pro__content .title {

        font-size: 24px;

    }



    .module-doctor .content {

        flex: 0 0 100%;

        padding: 16px;

    }



    .module-doctor .image {

        flex: unset;

        order: -1;

        flex: 0 0 100%;

    }



    .module-doctor .content .title {

        font-size: 24px;

        margin-bottom: 16px;

    }



    .show-menu__header {

        position: absolute;

        top: 50%;

        left: 0;

        transform: translateY(-50%);

    }



    .head-action {

        position: absolute;

        top: 50%;

        right: 0;

        transform: translateY(-50%);

    }



    .head-action .link:not(:last-child) {

        margin-right: 8px;

    }



    .form-contact-main .header-form .title {

        font-size: 24px;

    }



    .hotline-send-contact .title {

        font-size: 20px;

    }



    .item-pro__cate {

        flex-direction: column-reverse;

        padding: 8px;

    }



    .item-pro__cate .btn {

        display: none;

    }



    .item-pro__cate .title {

        margin-bottom: 0 !important;

        font-size: 12px !important;

        text-align: center;

    }



    .item-pro__cate .content {

        margin-right: 0 !important;

        flex: 1;

    }



    .item-pro__cate .image img {

        height: 60px;

    }

    .item-reason .title{

        font-size: 12px;

    }

    .swiper-banner__home,.swiper-pro__home{

        display: none;

    }

}



@media (max-width: 767px) {



    /* .video_item .item-video img {

    max-width: 40px;

  } */

    #ratingModal .form-rating .head-form {

        -webkit-box-pack: start !important;

        -ms-flex-pack: start !important;

        justify-content: flex-start !important;

    }



    #ratingModal .form-rating .head-form .item {

        margin-bottom: 0.9375rem;

        margin-right: 0.9375rem;

    }



    .fz-18 {

        font-size: 0.875rem;

    }



    .mb-sm-15 {

        margin-bottom: 0.9375rem;

    }



    .mb-50 {

        margin-bottom: 1.5625rem;

    }



    .fz-24 {

        font-size: 1.125rem;

    }



    .btn {

        height: 2rem;

        font-size: 0.75rem;

        padding: 0.1875rem .875rem;

    }



    select,

    .form-control {

        font-size: 0.75rem;

    }



    .mb-sm-15 {

        margin-bottom: 0.9375rem;

    }



    .mb-sm-20 {

        margin-bottom: 1.25rem;

    }



    .btn-circle__all {

        width: 1.875rem;

        height: 1.875rem;

        font-size: 1.125rem;

    }



    .btn-circle__all i {

        left: 13px;

    }



    .fz-22 {

        font-size: 0.875rem;

    }



    .form-register__index form {

        height: 2rem;

    }



    .video-main__category .img .btn-play {

        width: 43px;

        height: 32px;

    }

    .footer-upgrade{
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #a8000f;
    }
    .section-doctor {
        background-image: var(--bg-mobile);
    }
}



@media (max-width: 575px) {

    .item-new-small .short_content{

        display: none !important;

    }

    .item-new-small .title{

        font-size: .875rem;

    }

    .item-new-big .title{

        font-size: 1rem;

    }

    .item-new-big .short_content .detail-sapo span{

        font-size: .875rem !important;

    }

    .title-footer {

        font-size: 1.125rem;

    }

    .item-reason .icon {

        height: 2rem;

    }



  



    .mb-w-full {

        width: 100%;

        order: 2;

        margin-top: 0.5rem;

    }



    .item-product__all .icon_flashsale img {

        width: 7px;

    }



    .lang-text-main .notranslate {

        white-space: nowrap;

        font-size: 12px !important;

    }



    .pro-category-menu2 .form_filter_home .select2-container.select2-container--default {

        flex: 0 0 49%;

    }



    .pro-category-menu2 .form_filter_home .select2-container.select2-container--default:after {

        top: 43%;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    .center-news__pages .list-news__pages .items-news__pages {

        display: block;

    }



    .center-news__pages .list-news__pages .items-news__pages .img__ {

        width: 100%;

    }



    .video_item .item-video img {

        max-width: 100%;

    }



    #ratingModal .modal-body {

        padding: 1.25rem;

    }



    #ratingModal .form-rating .head-form .star {

        font-size: 1rem;

    }



    .rating-modal .show-content-rating .content-rating {

        padding-left: 0;

    }



    .section-all {

        padding: 1rem 0;

    }



    .mb-mbs-10 {

        margin-bottom: 0.625rem;

    }



    .pb-40 {

        padding-bottom: 1.25rem;

    }



    .pb-mb-20 {

        padding: 1.25rem;

    }



    .fz-24 {

        font-size: 1rem;

    }



    .mb-40 {

        margin-bottom: 1.25rem;

    }



    .mb-25 {

        margin-bottom: 0.9375rem;

    }



    .title-all {

        font-size: 1rem;

    }



    .deal-hot-index .module-header .header-left {

        display: block !important;

        width: 100%;

    }



    .deal-hot-index .module-header .header-left .time-deal-hot {

        margin-top: 1.25rem;

        width: -webkit-fit-content;

        width: -moz-fit-content;

        width: fit-content;

        margin-left: auto;

        margin-right: auto;

    }



    .logo-mobile {

        max-width: 7.8125rem;

    }



    .breadcrumb {

        margin: 0.5rem 0 !important;

        margin-bottom: 0.5rem !important;

    }



    .pagination strong,

    .pagination a {

        min-width: 1.875rem;

        height: 1.875rem;

    }



    .menu {

        max-width: 80%;

    }



    .item-deal-hot {

        padding: 0.5rem !important;

    }



    .item-deal-hot .price-prd {

        display: block !important;

    }



    .item-deal-hot .button {

        display: none !important;

    }



    .deal-hot-index .btn-circle__all {

        display: none;

    }



    /* .btn-circle__all {

    display: none;

  } */

    .btn-circle__all.btn-circle__prev {

        left: 5px;

    }



    .btn-circle__all.btn-circle__next {

        right: 5px;

    }



    .form-register__index form .btn-red__all {

        min-width: 3.5rem;

        border-radius: 0;

    }



    .form-register__index form .input_form_register {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 calc((100% - 62px) / 2);

        flex: 0 0 calc((100% - 62px) / 2);

    }



    .form-register__index {

        padding: 15px;

    }



    .form-register__index form .form-control::placeholder {

        font-size: 12px;

    }



    .section-bottom-all .sub-title {

        font-size: 0.75rem !important;

    }



    .footer .footer-top {

        padding: 1.5625rem 0;

    }



    .footer .footer-bottom .container {

        display: block !important;

    }



    .footer .footer-bottom .copyright {

        text-align: left;

        margin-bottom: 0.625rem;

    }



    .footer .footer-bottom ul {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

        white-space: nowrap;

    }



    .footer .footer-bottom ul li {

        position: relative;

    }



    .footer .footer-bottom ul li:not(:last-child) {

        margin-right: 1.25rem;

    }



    .footer .footer-bottom ul li:not(:last-child)::after {

        content: "";

        width: 3px;

        height: 3px;

        border-radius: 100%;

        background: #fff;

        position: absolute;

        top: 50%;

        right: -10px;

        -webkit-transform: translateY(-50%) translateX(50%);

        transform: translateY(-50%) translateX(50%);

    }



    .footer .footer-bottom ul li:not(:first-child) {

        border-left: none;

        padding-left: 0 !important;

        margin-left: 0 !important;

    }



    .item-deal-hot .price-prd .price,

    .item-deal-hot .price-prd .price-sale {

        display: block;

    }



    .section-bottom-all .item .title {

        font-size: 12px;

    }



    .product-category__index .item-product__all .price-product .price-sale {

        font-size: 12px !important;

    }



    .bg-mb-white {

        background: #fff !important;

    }



    .results_filter_product .item-product__all .price-product {

        display: block !important;

    }



    .form-register__index form .position-relative {

        flex: 0 0 calc((100% - 62px) / 2);

    }



    .item-product__all .text-color:hover::before {

        display: none;

    }



    .choose-color__detail {

        padding-top: 0;

    }



    /* .main_vouchers .row .voucher{

    display: block !important;

  } */

    .main_vouchers .name_voucher {

        width: 100%;

    }



    .main_vouchers .img-voucher {

        padding: 0;

    }



    .main_vouchers .img-voucher img {

        position: unset;

    }



    .footer-bottom .certifi {

        display: block !important;

    }



    .footer .img-certifi {

        display: inline-block;

        margin-left: 0;

        margin-top: 8px;

    }

}





/* BDD -  26/11/2022 */



.hotline-content .phone {

    color: #F5DC6C;

}



.head-category .menu-header__bottom ul {

    background-color: #F5F5F5;

    margin: 9px 0;

    width: 100%;

    display: flex;

    justify-content: space-around;

    align-items: center;

    position: relative;

}



.news_sidebar_item .items-news__pages .cut-news__pages {

    display: none;

}



.new-most-view .user-views__news li {

    display: block !important;

}



.item-cate__home {

    padding: 8px;

    border-radius: 8px;

    transition: all .3s;

    background: #fff;

    height: 100%;

}



.item-cate__home:hover {

    box-shadow: 0 4px 10px rgba(0, 0, 0, .3) !important;

}

@media(min-width:1200px){

    .cusmtom-col-lg-8{

        width: calc(100% / 8);

    }

}

@media (min-width: 993px) and (max-width: 1200px) {

    .box-guide-item__icon img {

        height: 400px;

        width: 100%;

    }

}



@media (min-width: 992px) and (max-width: 1280px) {

    .head-category .menu-header__bottom>ul>li>a {

        width: 70%;

    }

}



.head-category .menu-header__bottom>ul>li {

    padding: 13px 0;

    height: 100%;

    display: flex;

    width: 25%;

    text-align: center;

    align-items: center;

    justify-content: center;

    border-right: 1px solid #F5DC6C;

}



.head-category .menu-header__bottom>ul>li:last-child {

    border-right: none;

}



.head-category .menu-header__bottom>ul>li:hover {

    background-color: #F5DC6C;

}



.head-category .menu-header__bottom>ul>li:hover>a {

    color: #000;

}



.menu-header__bottom ul li:hover ul {

    top: 100%;

    opacity: 1;

    visibility: visible;

    pointer-events: all;

}



.head-category .menu-header__bottom>ul>li>ul {

    position: absolute;

    top: 150%;

    left: 0;

    width: 100%;

    background: #fff;

    z-index: 10;

    display: flex;

    justify-content: flex-start;

    padding: 1.25rem 0;

    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);

    border-radius: 0 0 10px 10px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition: all .3s;

    flex-wrap: wrap;

}



.head-category .menu-header__bottom>ul>li:hover>ul {

    visibility: visible;

    opacity: 1;

    top: calc(100%);

    pointer-events: all;

    margin: 0;

}



.menu-header__bottom .menu-pro ul {

    text-align: left;

    align-items: flex-start;

}



.menu-header__bottom .menu-pro ul li ul {

    flex-direction: column;

    align-items: flex-start;

}



.menu-header__bottom .menu-pro ul li a {

    display: block;

    padding: 6px 15px;

}



.menu-header__bottom .menu-pro>ul>li {

    flex: 0 0 20%;

}



.menu-header__bottom .menu-pro>ul>li>a::after {

    content: "";

    width: 80%;

    height: 2px;

    background: #f4d54d;

    display: block;

    margin-top: 0.5rem;

}



.menu-header__bottom .menu-pro ul ul li a::before {

    content: "\f105";

    font-family: 'fontAwesome';

    color: #f4d54d;

    font-size: 1.125rem;

    margin-right: 0.5rem;

}





/* Section Product sellings categories on home page */



.product-sellings-categories {

    width: 100%;

    gap: 0.5rem;

    display: flex;

    flex-wrap: wrap;

    margin: 0.5rem 0;

}



.product-category {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    background-color: #FFFBEB;

    border-radius: 0.625rem;

    cursor: pointer;

}



.product-category:focus,

.product-category:hover {

    background-color: #F5DC6C;

    color: #000;

}



.product-category__icon .icon {

    margin: 0.625rem 1rem;

    width: 3.75rem;

    height: 3.75rem;

    object-fit: contain;

}



.product-category__icon .icon img {

    width: 100%;

    height: 100%;

}



.product-category__text {

    flex: 1;

}



.product-category__text p {

    width: 80%;

}



.categories-banner-bottom {

    margin: 2rem auto;

    display: flex;

    gap: 1rem;

    flex-wrap: wrap;

    justify-content: center;

}



.product-banner-sale {

    width: 100%;

    object-fit: cover;

    max-height: 12.5rem;

    margin-bottom: 2.25rem;

}



.product-banner-sale img {

    width: 100%;

    height: auto;

    border-radius: 10px;

}





/* Sections show product by category */



.home-box-pro {

    --spacing-box-pro: 0.5rem;

    display: flex;

    flex-wrap: wrap;

    margin-left: calc(-1 * var(--spacing-box-pro));

}



.home-box-proitem {

    margin-left: var(--spacing-box-pro);

    margin-bottom: var(--spacing-box-pro);

}



.see-all {

    margin-top: 1.25rem;

    display: block;

    text-align: center;

    width: 7.5rem;

    height: 2.25rem;

    border: 1px solid #F5DC6C;

    border-radius: 0.75rem;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    transition: all 0.6s ease-in-out;

    line-height: 2.25rem;

    color: #F5DC6C;

}



.see-all:hover {

    background-color: #F5DC6C;

    color: #ffffff;

}





/* "Why choose" section */



.why-section {

    margin-top: 2.25rem;

}



.why-box {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}



.why-item {

    width: calc(100% / 6);

    display: flex;

    flex-direction: column;

    text-align: center;

}



.why-item-icon {

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    width: 3.75rem;

    height: 3.75rem;

}



.why-item-icon img {

    width: 100%;

    height: 100%;

}



.why-item-text>p {

    width: 95%;

}





/* Guide usage section */



.box-guide {

    width: 100%;

    display: flex;

    row-gap: 1rem;

    flex-wrap: wrap;

    margin-left: -4px;

}



.box-guide-item {

    width: calc(100% / 2 - 4px);

    margin-left: 4px;

    display: flex;

    flex-direction: column;

    gap: 0.25rem;

    height: fit-content;

}



.box-guide-item__icon {

    border-radius: 5px;

    overflow: hidden;

    flex: 0 0 41.5%;

}



.box-guide-item__text {

    font-size: 1rem;

    margin-left: 0.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.box-guide-item__text {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.box-guide-item__text .time_auth {

    display: flex;

    gap: 0.25rem;

    font-size: 12px;

    margin: 8px 0;

}



.box-guide-item__content {

    width: 100%;

    display: block;

    font-size: 14px;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}





/* Form section agent */



.section-agent {

    display: flex;

    flex-direction: row-reverse;

    padding: 1.3125rem 2.0625rem 1.5rem 5.0625rem;

    margin: 2rem 0;

    border-radius: 10px;

}



.section-agent-form {

    background-color: #ffffff;

    width: 50%;

    text-align: center;

    border-radius: 10px;

}



.section-agent-form .group-control__icon {

    margin-bottom: 0.9375rem;

}



.section-agent-form .box {

    padding: 4.5rem 2rem;

    position: relative;

    overflow: hidden;

}



.section-agent-form__title {

    text-transform: uppercase;

    font-weight: 600;

    font-size: 1.5rem;

    color:black;



}



.section-agent-form__subtitle p {

    padding: 1rem 0;

}



.section-agent-form__btn {

    background-color: #FEB734;

    display: flex;

    justify-content: center;

    border-radius: 999px;

    width: 100%;

    padding: 0.575rem 0;

    font-weight: 700;

    color: #0b0203;

    border: 1px solid transparent;

    transition: all .3s;

}



.section-agent-form__btn:hover,

.section-agent-form__btn:focus {

    background: #0b0203;

    color: #fff;

}



.mask-form-top {

    position: absolute;

    top: 0;

    width: 100%;

}



.mask-form-bot {

    position: absolute;

    right: 0;

    width: 100%;

}





/* View Pro categories */



.pro-category-menu2 .form_filter_home {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



.pro-category-menu2 .form_filter_home select {

    margin-left: 0.5rem;

    width: calc(25% - 0.8rem);

    padding: 0.75rem;

    position: relative;

    border-radius: 0.5rem;

    cursor: pointer;

}



.pro-category-menu2 .form_filter_home .select2-selection--single {

    margin-bottom: 10px;

}



.pro-category-menu2 .form_filter_home .select2-container.select2-container--default {

    position: relative;

}



.pro-category-menu2 .form_filter_home .select2-container.select2-container--default:after {

    font-family: 'fontAwesome';

    content: "\f107";

    width: 1rem;

    height: 1rem;

    position: absolute;

    z-index: 1;

    top: 50%;

    right: 0;

    transform: translate(-50%, -50%);

}



.pro-category-menu2 .form_filter_home select option {

    font-size: 16px;

}



.pro-category-menu2 .form_filter_home>select>option:hover {

    color: #F5DC6C;

}



.pro-category-menu2 .form_filter_home select option .option-item {

    padding: 4px 0;

    background-color: #eeeeee;

    border-radius: 4px;

}



.related-news .title {

    font-size: 1.125rem;

}



.see-more {

    color: #000;

    width: 8rem;

    text-align: center;

    position: relative;

    display: block;

    padding: 0.45rem 0.75rem;

    background-color: #F5DC6C;

    border-radius: 0.625rem;

    left: 50%;

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    border: 1px solid #F5DC6C;

    cursor: pointer;

}



.see-more:hover {

    background-color: #ffffff;

    color: #F5DC6C;

}



.see-more::after {

    font-family: 'fontAwesome';

    content: "\f107";

    margin-left: 0.5rem;

    width: 1rem;

    height: 1rem;

    position: relative;

    right: 0;

    transform: translateX(-50%);

}



.select-pro {

    border: 1px #cccccc solid;

}



.search-filter {

    border-radius: 999px;

    border: 1px solid #cccccc;

    padding: 8px;

    display: flex;

    overflow: hidden;

}



.search-filter img {

    padding: 2px;

}



.search-filter input {

    border: transparent;

}



.see-more-filter {

    color: #1E298F;

    font-weight: 700;

}





/* News sidebar */



.items-news__pages {

    display: flex;

    flex-wrap: wrap;

}



.flag-news__pages {

    font-size: 12px;

    text-transform: uppercase;

    color: #fff;

    padding: 8px 12px;

    background-color: #C90000;

    border-radius: 5px;

    position: absolute;

    z-index: 1;

    top: -20px;

}



.items-news__pages .img-news__pages {

    width: 225px;

    margin-right: 20px;

}



.items-news__pages .img-news__pages a {

    position: relative;

    height: 1px;

    width: 100%;

    display: flex;

    padding-top: 60%;

    border-radius: 5px;

    overflow: hidden;

}



.items-news__pages .img-news__pages a img {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.items-news__pages .intros-news__pages {

    width: 100%;

    flex: 1;

}



.items-news__pages .intros-news__pages .names-news__pages:hover,

.items-news__pages .intros-news__pages .names-news__pages:focus {

    color: #0b0203;

}



.pages-news__hots li:first-child .items-news__pages .img-news__pages {

    margin-bottom: 10px;

}



.list-news__pages>li:not(:last-child) {

    padding-bottom: 15px;

    margin-bottom: 15px;

    border-bottom: solid 1px #EBEBEB;

}



.list-news__pages>li:not(:first-child) .names-news__pages {

    font-size: 1rem;

}



.items-news__pages .img-news__pages a {

    padding-top: 56%;

}



@media(max-width:575px) {

    .list-news__pages>li:not(:first-child) .items-news__pages .img-news__pages {

        margin-bottom: 10px;

    }



    .items-news__pages .img-news__pages {

        margin-right: 8px;

    }

}



.content-short-section::after {

    content: "";

    display: block;

    height: 68px;

    width: 100%;

    position: absolute;

    bottom: 0;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);

    z-index: 1;

}



.showAnswerBtn {

    position: absolute;

    right: 4px;

    top: 50%;

    transform: translateY(-50%);

    cursor: pointer;

}



.showAnswerBtn:hover svg {

    transform: scale(1.3);

    transition: 0.3s;

}



.hiddenAnswer {

    display: none;

}



#category-hot {

    max-height: 400px;

    overflow: hidden;

    position: relative;

    margin: 0.75rem 0;

}



#notity-admin {

    max-height: 580px;

    overflow: hidden;

    position: relative;

    margin: 0.75rem 0;

}



#notity-admin:after,

#category-hot::after {

    content: "";

    height: 40px;

    width: 100%;

    position: absolute;

    bottom: 0;

    background: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.5));

}



#notity-admin.show,

#category-hot.show {

    max-height: unset;

    overflow: unset;

}





/* Sidebar */



.news_sidebar_menu_flag {

    background-color: #C90000;

    border-radius: 0px 3.66667px 3.66667px 0px;

    text-align: center;

    position: relative;

    margin-left: 40px;

    margin-bottom: 8px;

}



.news_sidebar_menu_flag::before {

    position: absolute;

    content: "";

    background-image: url(../images/flag-triangle.svg);

    display: block;

    height: 100%;

    width: 36px;

    top: 0;

    left: -33px;

    background-size: cover;

}



.news_sidebar_menu_flag p {

    color: #fff;

    font-size: 14px;

}



.about-info {

    max-width: 312px;

}





/* Filter */



.sidebar-product .content-sidebar__product {

    max-height: 220px;

    overflow: hidden;

    position: relative;

    margin: 0.75rem 0;

}



.sidebar-product .content-sidebar__product.show {

    max-height: unset;

    overflow: unset;

}



.news_sidebar_item .item-product__all .promotion .icon_flashsale {

    display: none;

}





/* Media 3 breakpoint */



@media (min-width: 1200px) {

    .box-guide-item {

        flex-direction: row;

        width: calc(100% / 3 - 4px);

    }



    .product-category {

        width: calc(25% - 0.5rem);

    }



    .home-box-proitem {

        width: calc(20% - var(--spacing-box-pro));

        margin-left: var(--spacing-box-pro);

        margin-bottom: var(--spacing-box-pro);

    }

}



@media (min-width: 768px) and (max-width: 1199px) {

    .why-item {

        width: calc(100% / 3);

    }



    .product-category {

        width: calc(50% - 1rem);

    }



    .home-box-proitem {

        width: calc(33.3333333333% - var(--spacing-box-pro));

    }

}



@media(max-width:991px) {

    .row-prd-all {

        margin-left: -4px !important;

        margin-right: -4px !important;

    }



    .row-prd-all>div[class^="col-"] {

        padding-left: 4px !important;

        padding-right: 4px !important;

        margin-bottom: 8px;

    }

    .item-pro__cate .content,.item-pro__cate .image{

        flex: unset;

        margin-bottom: .5rem;

    }

    .item-pro__cate{

        justify-content: flex-end;

    }



}



@media (max-width: 767px) {

    .item-product__all.upgrade .title-prd__all{

        font-size: 12px;

        margin-bottom: 0 !important;

        font-size: 14px;

    }

    .item-product__all .text{

        padding: .5rem;

    }

    .item-product__all.upgrade .btn-blue__all{

        font-weight: 400;

        font-size: 11px;

    }

    .item-product__all.upgrade .price{

        font-size: 14px !important;

    }

    .btn-play {

        max-width: 45px;

    }



    .footer-bottom .img-certifi {

        max-width: 8.75rem;

    }



    .product-category__icon .icon {

        margin: 0.425rem 0.8rem;

        width: 2.75rem;

        height: 2.75rem;

    }



    .button_show_form_rating {

        margin-top: 12px;

    }



    .logo-footer {

        position: relative;

        left: 50%;

        transform: translateX(-50%);

    }



    .categories-banner-bottom {

        gap: 0.4rem;

    }



    .why-item-icon {

        width: 2.75rem;

        height: 2.75rem;

    }



    .why-item-text,

    .box-guide-item__content p,

    .time_auth {

        font-size: 0.75rem;

    }



    .slide-banner__home_thumb {

        display: none;

    }



    .box-guide-item__icon img {

        height: 140px;

        width: 100%;

    }



    .why-section {

        margin-top: 0;

    }



    .why-item {

        width: calc(100% / 2);

    }



    .product-category {

        width: calc(50% - 4px);

        padding: 6px 0;

    }



    .categories-banner-bottom {

        margin: 0;

    }



    .home-box-proitem {

        width: calc(50% - var(--spacing-box-pro));

    }



    .section-agent {

        padding: 0 !important;

        border: 1px solid #cccccc;

        box-shadow: 2px 2px 4px #dddddd;

    }



    .section-agent-form .box {

        padding: 1.5rem 1rem;

    }



    .see-all {

        margin-top: 0.5px;

    }



    .pro-category-menu2 .form_filter_home select {

        padding: 0 0 0 4px;

        width: calc(50% - 0.8rem);

    }

}



@media (min-width: 768px) and (max-width: 992px) {

    .box-guide-item__icon img {

        height: 260px;

        width: 100%;

    }



    .md-pl-80 {

        padding-left: 80px !important;

    }

}



@media (max-width: 992px) {

    .section-banner__home .image-main img {

        position: relative;

    }



    .footer-bottom .certifi {

        justify-content: flex-start;

        margin-top: 1rem;

    }



    .section-agent {

        padding-left: 2.0625rem;

    }



    .section-agent-form {

        width: 100%;

    }

}



.news_home_item .title a {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.title_knowledge_short p {

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 1;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.module-product__detail .video-top img {

    width: 100%;

}



.percent-current {

    border: 1px solid #C90000;

    border-radius: 4px;

    color: #c90000;

}



.footer-bottom .img-certifi img {

    border-radius: 10px;

}





@media all and (max-width: 576px) {

    #tabMain ul {

        margin-bottom: 20px !important;

    }

}



@media all and (max-width: 321px) {



    .product_item_all .promotion .time-countdown .cl-title,

    .product_item_all .promotion .time-countdown .title_time {

        font-size: 8px;

    }

}



@media all and (max-width: 991px) and (min-width: 576px) {



    .product_item_all .promotion .time-countdown .cl-title,

    .product_item_all .promotion .time-countdown .title_time {

        font-size: 8px;

    }

}







.header-banner {

    background-color: #0b0203;

}



.section-camket {

    background-color: #1784BB;

}



.info-company {

    background-color: rgb(255, 251, 242);

    color: rgb(51, 51, 51);

    border: 1px solid rgb(242, 209, 170);

    padding: 10px;

    margin: 10px;

    font-family: Arial, sans-serif;

}



/* cl product name  */

.item-product__all .cl-blue {

    color: #222222;

}



.italic{

    font-style: italic;

}



.image-bs-smaller .img-fluid {

    max-width: 80%;

}

@media (max-width: 767px) {

    .image-bs-smaller .img-fluid {

        padding-top:25px;

    }

}



/* border box product */

.item-product__all.upgrade {

    box-shadow: none;

}









.module-form-regis {

    margin: 0 auto; /* Canh chỉnh giữa */

    max-width: 850px; /* Điều chỉnh kích thước tối đa nếu cần */

}





.bg-agency{

background-color:#7b030d;

box-shadow: 0 4px 10px rgba(0, 0, 0, .3);

    border-radius: 5px;

    padding:0 20px;

}





.w-65{

    width:65%;

}





input.input-control__alls.controls-alls {

    background-color: #EDEDED;

    border-radius: 30px;

}



/* tỉ lệ vàng */

.tlv .c-img img{

    width: 100%;

    height: auto;

    aspect-ratio: 1.777777777 / 1;

    z-index: 1;

    object-fit: cover;

}









/* INTRO */

.bg1{

    background-color: #2690EB; 

  }

  .bg2{

    background-color: #14457B; 

  }

  .bg3{

    background-color: #2C3691; 

  }

  .bg4{

    background-color: #056CC5; 

  }

  .centered-button {

    display: flex;

    align-items: center; 

    justify-content: center; 

    width: 270px; 

  height:50px;

    border: none; 

  

    padding: 59px; 

    font-size: 16px; 

    cursor: pointer;

    border-radius: 8px;

  color:white;

  font-size:22px;

  font-weight:500;

  white-space:nowrap;

  }

  

  .button-icon {

    width: 55px; /* hoặc kích thước bạn muốn */

    height: auto;

    margin-right: 12px; 

  

  

  }

  

  /* intro mobile */

  @media (max-width: 600px) {

  .centered-button {

    display: flex;

    align-items: center; 

    justify-content: center; 

    width: 100%; 

  height:50px;

    border: none; 

    padding: 59px; 

    font-size: 16px; 

    cursor: pointer;

    border-radius: 8px;

  color:white;

  font-size:22px;

  font-weight:500;

  white-space:nowrap;

  margin-bottom:-110px;

  }

  }







  /* image caption post*/

  .image-container {

    position: relative;

    display: inline-block;

    margin-bottom: 29px;

}





section.content-news__pages .image-container {

    position: relative;

    /* display: inline-block; */

    margin-bottom: 46px;

    margin-top: 20px;

    display: block;

}



/* display: block;*/

img {

    max-width: 100%;

   

}







.image-caption {

    position: absolute;

    width: 100%;

    text-align: center;

    /*background-color: rgba(0, 0, 0, 0.5);

    color: white;*/

  

    padding: 0 10px;

    box-sizing: border-box;

    opacity: 1;



    font-style: italic;

    margin-top: -5px;

    font-weight: 400;

  

}





.icon-container {

    display: flex;

    justify-content: center; /* Canh giữa các biểu tượng */

    align-items: center; /* Canh giữa theo trục dọc */

}



.social-icon {

    max-width: 100px; /* Điều chỉnh kích thước phù hợp */

    max-height: 100px; /* Điều chỉnh kích thước phù hợp */

    margin: 0 10px; /* Khoảng cách giữa các biểu tượng */

}



@media (min-width: 600px) {

    .social-icon {

        max-width: 150px; /* Điều chỉnh kích thước cho màn hình lớn hơn */

        max-height: 150px; /* Điều chỉnh kích thước cho màn hình lớn hơn */

    }

}



@media (max-width: 600px) {

.icon-social{



    max-width: 50px !important;

}

}





.banner-top {

    height: 150px !important;

    display: flex;

    justify-content: center !important; /* Căn giữa theo chiều ngang */

    align-items: center !important; /* Căn giữa theo chiều dọc */

}