:root {
    --bg-primary: #E3B134;
    --color-page: #E3B134;
    --color-primary: #E3B134;
    --color-paginate: #E3B134;
    --font-primary: "SVN-Gilroy", sans-serif;
    --content-width: 1244px;
    --color-bortop: #ebebeb;
    --color-sale: #f6f6f6;
    --width-page-content: 1280px;
    --width-box-content: 980px;
    --w-page-login: 600px;
    --width-box-footer: 946px;
    --content-width-other: 1085px;
    --content-width-cart: 800px;
    --content-width-danhgia: 1055px;
}
body input.fixInput, body input.fixInput:focus{--tw-ring-color: none !important;border: none !important; outline: none !important;border-bottom:1px solid #020202 !important;}
body input.fixInput:focus{border-bottom:1px solid #E3B134 !important;}
.content-main img,
.product-detail-content-item img {
    height: auto !important;
}

.content-main * {
    color: #333;font-size: 16px;line-height: 160%;
}

.overflow-hidden {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    font-size: 14px;
    margin: 0; /*overflow-x: hidden;*/
}

/* width */
/* body::-webkit-scrollbar {
    width: 0px;
}


body::-webkit-scrollbar-track {
    background-color: #000;
}


body::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #E50A23, transparent);
} */

/* Handle on hover */

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-color: transparent !important;
}

img {
    max-width: 100%;
    display: block;
}
table img{max-width: unset;}

a {
    text-decoration: none !important;
}
.hasUnderline {
    text-decoration: underline !important;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ring-none {
    --tw-ring-color: none !important;
}

.goog-te-banner-frame {
    visibility: hidden !important;
}
body {
    top: 0px !important;
}
#google_language_translator {
    width: auto !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0px !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

p.hello {
    font-size: 12px;
    color: darkgray;
}
#google_language_translator {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none;
}
#flags {
    text-align: right;
}
p.hello {
    text-align: right;
    float: right;
    clear: both;
    color: #666;
}
.glt-clear {
    height: 0px;
    clear: both;
    margin: 0px;
    padding: 0px;
}
/* #flags a { display:inline-block; width:35px; height:19px; margin-left:2px; }	 */

.hoverImg{overflow:hidden;}
.hoverImg img{transition:all ease 0.5s;}
.hoverImg:hover img{transform:scale(1.05);}


.pic-product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 22;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.pic-product:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.css_define ul,
.css_define ol {
    list-style-type: inherit;
    margin-left: 20px;
}

[type="checkbox"],
[type="radio"] {
    background-color: rgb(14 56 89 / 10%) !important;
}

.alert {
    z-index: 999;
}

.css-define {
    font-family: var(--font-primary);
    line-height: 1.7;
}
.css-define ul,
.css-define ol {
    list-style: unset;
    margin: unset;
    padding: unset;
    padding-left: 30px;
    margin-bottom: 10px;
}
.css-define p {
    margin-bottom: 10px;
}
.css-define img {
    margin-bottom: 10px;
}
.bg-fixed {
    background: #47775c !important;
}
.bg-contact-menu {
    background: #47775c !important;
}
.font_serif {
    font-family: "Source Serif Pro";
}

.bor-50 {
    border-radius: 50%;
}
.page-over {
    overflow: hidden;
}

.content-css {
    line-height: 170%;
    font-size: 14px;
    color: #444;
}
.content-css p,
.content-css h1,
.content-css h2,
.content-css h3 {
    margin-bottom: 10px;
}
.content-css img {
    /*margin: auto;*/
    margin-bottom: 10px; /*width: 100%;*/
}
.content-css ul,
.content-css ol {
    list-style-type: revert;
    padding-left: 20px;
}
.content-css figure {
    font-style: italic;
    font-size: 12px;
    margin: 0;
}

.content-css table {  
    word-break: break-word;
    border-collapse: separate;
    width: calc(100% + 40px) !important; margin: 0 -20px;
    border-spacing: 20px;
}
.content-css table td,
.content-css table th {    
    
}
.content-css table tr:nth-child(odd) {
   
}

.content-detail-css {
    line-height: 1.6;
    font-size: 14px;
}
.content-detail-css ul,
.content-detail-css ol {
    list-style-type: revert;
    padding-left: 1.5rem;
}

.content-home-css ul {
    padding-left: 1rem;
}

.main_page_detail #slider {
    padding-bottom: 0 !important;
}

.limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scroll-css::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f0f0; /* or add it to the track */
}

.btn-like-product-active {
    background: #e88665 !important;
}
.btn-like-product-active svg path {
    stroke: #fff;
}

.fix-menu #menu-main li {
    padding: 20px 24px;
}
.fix-menu .res-logo img {
    width: 50%;
}

/* Add a thumb */
.scroll-css::-webkit-scrollbar-thumb {
    background: #e9e6e6;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.eye-btn svg:nth-child(1) {
    display: block;
}
.eye-btn svg:nth-child(2) {
    display: none;
}

.eye-active svg:nth-child(1) {
    display: none;
}
.eye-active svg:nth-child(2) {
    display: block;
}

.header-scroll {
    opacity: 0;
}

.swiper-hidden {
    opacity: 0;
}

.content-page-layout {
    max-width: var(--width-page-content);
    margin: auto; /*position: relative;*/
    z-index: 99;
}
.content-box-layout {
    max-width: var(--width-box-content);
    margin: auto;
}
.content-layout {
    max-width: var(--content-width);
    margin: auto;
}
.content-layout-other {
    max-width: var(--content-width-other);
    margin: auto;
}
.content-layout-small {
    max-width: var(--width-box-footer);
    margin: auto;
}
.content-layout-cart {
    max-width: var(--content-width-cart);
    margin: auto;
}
.content-layout-danhgia {
    max-width: var(--content-width-danhgia);
    margin: auto;
}
.content-layout-login {
    max-width: var(--w-page-login);
    margin: auto;
}
.css-upload-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; /*opacity: 0;*/
}

.login-form-alert {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    color: red;
    font-style: italic;
}
.login-form-alert-lg {
    display: block;
    padding: 15px 10px;
    margin-bottom: 20px;
    background: rgb(195 70 70 / 20%);
    border-radius: 3px;
    color: rgb(195 70 70);
}
.login-form-alert-top {
    background: #ffff;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 600;
}

/*=== dev pagination ===*/
.dev-paginator {
    margin-top: 3rem;
}
.dev-paginator .pagination {
    justify-content: center;
    display: flex;
    gap: 5px;
}
.dev-paginator .page-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.dev-paginator .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.dev-paginator .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color:  #b46a55;
    background:#b46a55;
}
.dev-paginator .page-link {
    color: #333333;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition:all ease 0.5s;
}
.dev-paginator .page-link:hover{color:#b46a55;}

.product-pagination .pagination {
    justify-content: start;
}

.swal2-container {
    z-index: 99999999999993;
}
.fancybox-container {
    z-index: 999999992;
}

.center-layout {
    width: 100%;
    max-width: var(--width-page-content);
    margin-left: auto;
    margin-right: auto;
}

.menu__nav > li > a:after,
.product-items,
.product-items__button,
.product-items__name,
.footer__link,
.hlogin-form__input-group__icon,
.hlogin-form__button,
.hlogin__option button {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.himg {
    display: block;
}

.himg img {
    /*display: block; */
    max-width: 100%;
    height: auto;
}

.revealOnScroll {
    opacity: 0;
}

.scroll-btn {
    cursor: pointer;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.grecaptcha-badge {
    display: none;
}

.p-relative {
    position: relative;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

img.lazy {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.pd-10 {
    padding: 0 20px;
}

.cart-table {
    background: #fff;
}

.repay {
    background: #f00;
    border: none;
    color: #fff;
    border-radius: 3px;
}

#hcontainer {
    position: relative;
    z-index: 9; /*background: #fff; overflow: hidden;*/
}

.bortop {
    border-top: 0px solid rgba(27, 73, 50, 5%);
}

.scrollToTop {
    position: fixed;
    right: 0.313rem;
    bottom: 2.5rem;
    z-index: 99999;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
}

.scrollToTop span {
    display: block;
    font-weight: bold;
    font-size: 0.75rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.scrollToTop i {
    display: block;
    font-size: 1.125rem;
}

.scrollToTop:hover {
    background: #000;
    color: var(--color-primary);
}

.menu-side-lang {
    display: flex;
    align-items: center;
}

.hbreadcrumb {
    position: relative;
    z-index: 9;
}

.hbreadcrumb .breadcrumb {
    background: transparent !important;
    justify-content: start;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    gap: 4px;
}

.hbreadcrumb a {
    font-size: 15px;
    color: #666;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    color: #333;
    content: "/";
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item.active a {
    color: #000;
    font-weight: 600;
}

#productBox .hbreadcrumb a {
    font-weight: 400;
}

.static-contain .hbreadcrumb {
    /*background: #FEF6EA; padding: 1rem 0;*/
}
.static-contain .hbreadcrumb a {
    color: #333;
}
.static-contain .breadcrumb-item + .breadcrumb-item::before {
    color: #333;
}
.static-contain #menu-other {
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
}
.static-detail-contain .hbreadcrumb {
    padding-top: 0;
}

/* LOGIN */
.login-account-contain {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    display: none;
    justify-content: right;
    transition: all ease 0.4s;
}
.login-account-contain-open {
    display: flex;
    opacity: 1;
    z-index: 999999999;
    transition: all ease 0.4s;
}
.login-account-box {
    width: 0px;
    transition: all ease 0.4s;
    opacity: 0;
}
.login-account-contain-open .login-account-box {
    width: 380px;
    transition: all ease 0.4s;
    overflow: auto;
    opacity: 1;
}
.login-account-iconphoto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ccc;
}

.login-account-addpost {
    background: green;
    color: #fff;
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    margin-top: 0.5rem;
    min-width: 180px;
}
.login-account-addpost:hover {
    color: #fff;
    background: #09a509;
}
.login-account-has {
    background: green;
    color: #fff !important;
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    margin-top: 0.5rem;
    min-width: 180px;
}

.login-account-edit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
}
.login-account-edit:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    text-decoration: underline !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ccc;
    background: #fff;
}
.ui-datepicker .ui-datepicker-header {
    background: #ebebeb;
    border-color: #ccc;
}
.ui-datepicker .ui-datepicker-title {
    color: #999;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #ebebeb;
    border: 1px solid #ccc;
    color: #666;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #f40000;
}
.ui-widget-header .ui-icon {
    background-image: url(../plugins/jquery-ui-1-13/images/ui-icons_222222_256x240.png);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: none;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: 1px solid #ebebeb;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #ccc !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}

.animation_init {
    opacity: 0;
}
/* .current-active:after{content:'';position: absolute;width:100%;height:3px;background: #82C245;left:0;bottom:0;} */

/*=== END HEADER ===*/
.boxlang-main {
    position: absolute;
    top: 100%;
    left: -95px;
    width: 200px;
    padding-top: 5px;
    overflow: hidden;
    padding-top: 4rem;
}
#flags {
    border-radius: 5px;
    overflow: auto;
    height: 350px;
    padding: 10px;
}
.boxlang-item {
    padding: 5px 5px;
    text-align: left;
}

.skiptranslate {
    display: none !important;
}

/* li .current-active{position: relative;color: #E50A23;} */
/* li .current-active:after{content:'';position: absolute;left:0;bottom:0;width:100%;height: 3px;background: #E50A23;} */

/*=== MENU ===*/
#menu-main,
#menu-main ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu-main {
    display: flex;
}
#menu-main .menu-li {
}
#menu-main .menu-li > a {
    position: relative;
}
#menu-main .menu-li:last-child a:after {
    display: none;
}
#menu-main .menu-li > ul {
    transition: all ease 0.3s;
    width: 220px;
    position: absolute;
    top: 100%;
    background: #fff;
    opacity: 0;
    z-index: -1;
    left: -40px;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    padding: 10px 20px;
}
#menu-main .menu-li > ul > li {
    /*padding: 0.8rem 20px;*/
    position: relative;
    width: 100%;
}
#menu-main .menu-li ul > li > ul > li {
    /*padding:0;margin-top:0.7rem;padding-left: 1.2rem;*/
}
#menu-main .menu-li ul > li > a {
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
    display: block;
    font-family: var(--font-primary);
}
#menu-main .menu-li > ul > li > a {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0px;
}
#menu-main .menu-li a:hover {
    color: #e88665;
}

#menu-main .menu-li:hover > ul {
    top: 100%;
    opacity: 1;
    z-index: 9999999999999;
    visibility: visible;
}

#menu-main .menu-li > ul > li ul {
    /*position: absolute; left:100%; background: #252525; width:100%; visibility: hidden;*/
}
#menu-main .menu-li > ul > li:hover > ul {
    /*top:0px;visibility: visible;*/
}
#menu-main .menu-li > ul > li > ul li {
    padding: 0.5rem 0px;
}
#menu-main .menu-li > ul > li > ul > li:hover ul {
    top: 0px;
    visibility: visible;
}

#menu-main li {
    position: relative;
}
#menu-main > li > a {
    font-size: 16px;
    color: #262626;
    display: block;
    padding: 32px 16px;
}

#menu-main > li.current-active > a {
    color: #e88665;
}
#menu-main > li:first-child {
}
#menu-main > li:last-child {
    padding-right: 0;
}
#menu-main > li:last-child {
}
#menu-main > li:last-child a {
}
#menu-main ul li:hover {
}
#menu-main li:hover > a {
    color: #e88665;
}
#menu-main a:hover {
    /*color: #D62C32 !important;*/
}
#menu-main > li:last-child a:hover {
}

#menu-main > li > a {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

/* #menu-main >li{align-items: center; display: flex;height: 100%;position: relative;} */
/* #menu-main >li:after{ content: ''; position: absolute; width:4px; height:4px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; background: #007183;left:0;top:50%;opacity: 0.5;} */
/* #menu-main >li::before{ content:''; position: absolute; width: 0; bottom:11px; left: calc(50% - 17px); background: #FDBC22; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -ms-transition: all ease 0.3s; -o-transition: all ease 0.3s; opacity: 0;height:3px;border-radius:3px} */
#menu-main > li:hover::before {
    width: 33px;
    opacity: 1;
}
/* #menu-main >li:first-child{background: none !important;}
#menu-main >li:first-child:after{display: none;} */
/* #menu-main >li:hover>a{ color: #3F3F3F; } */
/* #menu-main > li > ul{position: absolute;width: 220px;top: 120%;left: calc(50% - 110px);-webkit-transition: 350ms; -moz-transition: 350ms; -o-transition: 350ms; transition: 350ms; pointer-events: none;padding-top:10px;}
#menu-main > li > ul:after{ content:''; position: absolute; background:#D12230; width:8px; height:8px; transform:rotate(45deg) ; top: 6px; left: calc(50% - 5px); z-index: -1; -webkit-transform:rotate(45deg) ; -moz-transform:rotate(45deg) ; -ms-transform:rotate(45deg) ; -o-transform:rotate(45deg) ; }
#menu-main > li > ul ul{ position: absolute;width: 220px; top: 0 !important; left: 100%; padding-left: 5px; box-shadow: 0px 12px 22px rgb(0 0 0 / 5%); border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; }
#menu-main > li > ul a{color: #fff; font-weight: bold; font-size: 15px;display: block;}
#menu-main li:hover >ul{ opacity: 1; z-index: 9; visibility: visible; visibility: visible; pointer-events: auto; top:100%; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; }

#menu-main >li >a::before{ content:''; position: absolute; width: 47px; bottom:-37px; left: calc(50% - 23px); background: #5F7B6F; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -ms-transition: all ease 0.3s; -o-transition: all ease 0.3s; opacity: 0; height:2px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; } */
/* #menu-main .current-active > a::before{opacity: 1;}
#menu-main .current-active > a{color:#3F3F3F;} */

.fix-menu-detail #menu-main > li > a {
    color: #020f50;
}

.menu-block-show {
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
}

.menu-li:hover .menu-block-show {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    background: #fff;
    opacity: 1;
}

.menu-last-item {
    display: flex;
    color: #8f8f8f;
    padding-right: 0 !important;
    background: none !important;
    cursor: pointer;
}
.menu-last-item a {
    color: #8f8f8f !important;
}
.menu-last-item a:after {
    display: none;
}
.menu-last-item p {
    width: 30px;
    margin-left: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu-last-item span {
    height: 3px;
    border-radius: 5px;
    background: #8f8f8f;
    margin: 0.15rem 0;
}

.menu-btn-contact {
    cursor: pointer;
}
.menu-btn-contact a {
    color: #fff !important;
    background: #40c6f3;
    border-radius: 10px;
    padding: 0 1rem;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 600px;
}
.btn-toggle-footer-active svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.modal-menu-full {
    padding-bottom: 3rem;
    position: relative;
    width: 300px;
    display: inline-block;
}
.menu-side-header {
    width: 100%;
}
.menu-side-info {
    margin-bottom: 1rem;
    padding: 0 1rem;
}
.menu-side-logo {
    text-align: center; /* filter: grayscale(1); */
}
.menu-side-logo img {
    display: inline-block;
}
.menu-side-lang a {
    color: #333;
    font-weight: 500;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}
.menu-side-lang a:last-child {
    border: none;
}

#modal-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 0;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.4s;
    text-align: right;
}
#modal-menu.modal-menu-show {
    opacity: 1; /*z-index: 99999999; */
    width: 100%;
    text-align: right;
    right: 0;
}
#modal-menu.modal-menu-show:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}
.modal-menu-close-main {
    display: flex;
    padding: 0.5rem;
    justify-content: right;
    align-items: center; /*border-bottom: 1px solid #f7f3f3; */
    margin-bottom: 2rem;
}
.modal-menu-close {
    position: relative;
    cursor: pointer;
    /*width: 40px;
    height: 40px;*/
    display: inline-block; /*background: #F5FAF4;*/
}
/* .modal-menu-close:after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 50%;
    top: calc(50% - 1px);
    right: 24%;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}
.modal-menu-close:before {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 50%;
    top: calc(50% - 1px);
    right: 24%;
    transform: rotate(-45deg);
    transition: all ease 0.3s;
}
.modal-menu-close:hover:after {
    transform: rotate(0deg);
}
.modal-menu-close:hover:before {
    transform: rotate(0deg);
} */
.menu-side-home {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #444;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.modal-menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 8rem);
    position: relative;
    min-height: 100%;
    overflow: auto;
    justify-content: space-between;
}
#menu-sidebar {
    /*margin: 20px 0;width: 25%;height: 100vh;*/
}
#menu-sidebar,
#menu-sidebar ul {
    list-style-type: none;
    padding: 0;
}
#menu-sidebar li {
    position: static;
}

#menu-sidebar > li > ul {
    border: 0;
    position: absolute;
    width: 75%;
    min-height: 50vh;
    left: 25%;
    top: 0;
    padding: 25px 0 0 5%;
    margin-left: -1px;
    max-height: 100%;
    flex-flow: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    visibility: hidden;
    opacity: 0;
}
#menu-sidebar > li > ul li {
    position: relative;
    top: 5px;
}

#menu-sidebar > li > a {
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 1.15em;
    position: relative;
}
#menu-sidebar a {
    position: relative;
    color: #333;
}
#menu-sidebar a:after {
    content: "";
    position: absolute;
    width: 0;
    border-top: 2px solid #333;
    left: 0;
    bottom: -2px;
    transition: all ease 0.3s;
}
#menu-sidebar a:hover:after {
    width: 100%;
}

#menu-sidebar > li > ul:before {
    content: " ";
    left: 3%;
    top: 0;
    width: 1px;
    background: #f2f2f2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 50%
    );
    float: left;
    position: absolute;
    height: 100%;
}
#menu-sidebar > li {
    border: 0;
    display: flex;
    justify-content: space-between;
}
#menu-sidebar > li > ul > li {
    width: 25%;
}

.menu-sidebar-pad {
    padding-left: 15px !important;
    border-left: 2px solid #999;
}
.menu-sidebar-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    text-align: center;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    transition: all ease 0.2s;
}
.menu-sidebar-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    transition: all ease 0.2s;
    display: none;
    position: relative;
}
.menu-sidebar-down:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #e8e8e8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.menu-sidebar-down i {
    position: relative;
}

#menu-sidebar > li:hover .menu-sidebar-right {
    background: #ebebeb;
}
#menu-sidebar li:hover > .menu-sidebar-down {
    /*background: #ebebeb;*/
}
#menu-sidebar > li:hover ul {
    opacity: 1;
    visibility: visible;
}
#menu-sidebar .menu-sidebar-active ul {
    opacity: 1;
    visibility: visible;
}
#menu-sidebar > li > ul li {
    padding-bottom: 0;
}

#menu-side-mobile {
    overflow-y: auto;
    text-align: left;
}
#menu-side-mobile,
#menu-side-mobile ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
}
#menu-side-mobile > li {
    /*border-bottom: 1px solid #f7f3f3;*/
}
#menu-side-mobile > li > div > a {
    display: block;
    text-transform: capitalize;
    color: #111111;
    font-size: 18px;
    padding: 1rem 0 1rem 0rem;
    font-weight: 600;
}
#menu-side-mobile > li > ul {
    display: none;
}
#menu-side-mobile > li ul {
    padding-left: 0.5rem;
}
#menu-side-mobile > li > ul {
    /*padding-bottom: 1.5rem;*/
}
#menu-side-mobile > li ul > li {
    /*padding-bottom: 1rem;*/
    padding: 10px 1rem; /*border-bottom: 1px solid #f7f3f3;*/
}
#menu-side-mobile > li ul > li:first-child {
    /*border-top: 1px solid #f7f3f3;*/
}
#menu-side-mobile > li ul > li:last-child {
    /*padding-bottom: 0;*/
    border-bottom: none;
}
#menu-side-mobile > li ul > li a {
    color: #020202;
    font-size: 14px;
}

#menu-side-mobile > li ul > li > ul li {
    padding-bottom: 0;
}

.menu-side-footer {
    width: 100%;
    padding: 0 1.5rem;
    color: #333;
}
.menu-side-footer-copyright {
    font-size: 12px;
    text-align: center;
}

.menu-side-title {
    display: flex;
    align-items: center;
}
.menu-side-title > a {
    font-weight: 400;
    color: #fff;
}
.menu-side-title span {
    display: flex;
    width: 50px;
    height: 40px;
    justify-content: center;
    align-items: center; /*border-left: 1px solid #e8e8e1;*/
    color: #333;
    cursor: pointer;
}

.menu-sticky {
    position: sticky !important;
    top: 0;
    z-index: 9999999;
    background: #fff;
}

#show-menu-small {
    padding: 1.5rem 0;
    border-top: 2px solid #ebebeb;
    background: #ebebeb;
    position: fixed;
    width: 100%;
    z-index: -1;
    height: 100vh;
    opacity: 0;
    margin-top: 1.5rem;
    transition: all ease 0.3s;
    visibility: hidden;
}
#show-menu-small.visible-menu-small {
    z-index: 9999999;
    opacity: 1;
    margin-top: 0rem;
    visibility: visible;
}
.show-menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    background: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}
.show-menu-title p {
    text-transform: uppercase;
    color: #292929;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    display: flex;
}
.show-menu-title span {
    display: flex;
    cursor: pointer;
}
.menu__hidden_li .menu_li_child {
    display: none !important;
}

#menu-small-ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 80vh;
    overflow: auto;
}
#menu-small-ul > li {
    width: calc(100% / 6);
    margin-bottom: 2rem;
}
#menu-small-ul > li > a {
    text-transform: uppercase;
    color: #292929;
    font-weight: 600;
}
#menu-small-ul > li > ul {
    list-style-type: none;
    padding: 0;
}
#menu-small-ul > li > ul > li {
    margin-top: 0.5rem;
}
#menu-small-ul > li > ul > li a {
    color: #000;
}
#menu-small-ul > li > ul > li a:hover {
    text-decoration: underline !important;
}

.menu-flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

/* .menu-block-show{ -webkit-transform-origin: 50% 0; -webkit-transition: 500ms; -moz-transition: 500ms; -o-transition: 500ms; transition: 500ms; pointer-events: none; position:absolute; top:100%; width:100%; left:0; opacity:0; z-index: -1; -ms-transition: 500ms; }
.menu-li:hover .menu-block-show { opacity: 1; z-index: 9999; visibility: visible; pointer-events: auto;background:#fff;opacity:1; top:100%;z-index: 999;border:1px solid #ebebeb;} */

/*=== END MENU ===*/

.menu-search {
    cursor: pointer;
}
.menu-search-show {
    position: relative;
    margin-left: 2.5rem;
}
.menu-search-show input {
    width: 145px;
    background: #ffffff;
    border: 0.5px solid #d7d7d7;
    box-shadow: 0px 0px 30px 5px rgba(4, 57, 109, 0.08);
    border-radius: 20px;
    line-height: 30px;
    text-indent: 30px;
    outline: none;
}
.menu-search-show input::placeholder {
    font-weight: 300;
    font-size: 12px;
}
.menu-search-show button {
    border: none;
    outline: none;
    position: absolute;
    top: 7px;
    left: 5px;
    background: none;
}

/*===END ===*/

.show-popup-post {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    z-index: -999;
    opacity: 0;
}
.show-popup-main {
    background: #fff;
}
.show-popup-active {
    z-index: 999999999;
    opacity: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}
.show-popup-blur {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.show-popup-active .show-popup-blur {
    z-index: 9;
    opacity: 1;
    backdrop-filter: blur(8px);
}

.swiper_album .swiper-button-next,
.swiper_album .swiper-button-prev {
    color: #47775c;
    width: 14px;
    height: 27px;
}
.swiper_album .swiper-button-next:after,
.swiper_album .swiper-button-prev:after {
    font-size: 25px;
}
.swiper-fix .swiper-scrollbar {
    background: #d9d9d9;
    width: 180px;
    position: relative;
    right: 0;
    bottom: 2px;
    height: 2px;
}
/* .swiper-fix .swiper-pagination-current{}
.swiper-fix .swiper-pagination-total{} */
.swiper-fix .swiper-scrollbar-drag {
    background: #6ebb33;
    border-radius: 0;
    position: absolute;
}

.over-tintuc {
    overflow-y: auto;
    max-height: 476px;
}
.over-hethong {
    overflow-y: auto;
    max-height: 530px;
}
/* width */
.scroll-tintuc::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.scroll-tintuc::-webkit-scrollbar-track {
    background: #d9d9d9;
}

/* Handle */
.scroll-tintuc::-webkit-scrollbar-thumb {
    background: #4782f5;
}

/* Handle on hover */
.scroll-tintuc::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9;
}


/* SCROLL DUAN */
/* width */
.duan-content{overflow:auto;}
.duan-content::-webkit-scrollbar {
    width: 2px;
}

.duan-content::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.duan-content::-webkit-scrollbar-thumb {
    background: #E3B134;
}

.duan-content::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
}


/*===LOADER SEND MAIL===*/
#loading_order {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading_container {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.loading_form {
    margin: 50px auto;
    font-size: 13px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-target {
    position: relative;
    width: 600px;
    height: 300px;
    border-style: solid;
}

.position-absolute {
    position: absolute;
}

.fotoer-hotline{color:#E3B134;font-size:20px;position: absolute;width: 180px; right: 50px; top: 20px;}

.btns-social{top:55%;}

.linhvuckinhdoanh-content ul{list-style-type: none;}
.linhvuckinhdoanh-content ul li{position:relative;}
.linhvuckinhdoanh-content ul li:after{content:'';width:10px;height:8px;background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.5L0 -2.62268e-07L-3.0598e-07 7L6 3.5Z' fill='%23E3B134'/%3E%3C/svg%3E%0A");position:absolute;left:-1rem;top:6px;background-size: contain; background-repeat: no-repeat;}

.pulse-fill{position: absolute; top: 50%; left: 50%;transform:translate(-50%,-50%);width: 100%;height: 100%;display:flex;align-items: center; justify-content: center;}
.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 600%;
    height: 600%;
    box-sizing: border-box;
    margin-left: -250%;
    margin-top: -250%;
    border-radius: 50%;
    background-color: #e3b134;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  .pulsating-circle:after {
    content: "";
    position: absolute;
    left: 25%;
    top: 25%;
    display: block;
    width: 50%;
    height: 50%;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
  
  @-webkit-keyframes pulse-ring {
    0% {
      transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  
  @keyframes pulse-ring {
    0% {
      transform: scale(0.33);
    }
    80%, 100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes pulse-dot {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes pulse-dot {
    0% {
      transform: scale(0.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }


.hotline-fixed{min-width:56px;height:56px;border:1px solid #E3B134;padding:3px;cursor:pointer;}
.hotline-fixed p{display:flex;align-items: center;color:#fff;background:#E3B134;height:100%;padding:0 5px;justify-content: center;}
.hotline-fixed p span{transition:all ease 0.5s;width:0;overflow: hidden;}
.hotline-fixed-active  p span{width:123px;padding-right:10px;}


/* LOGO ANIMATE 1 */
.logo-animate1{animation: hithere 1s ease infinite;}
@keyframes hithere {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-20deg) scale(1.2); }
    50% { transform: rotate(20deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
}



/* SHOW MENU OR HIDDEN */
.hidden-menu{top:-100px !important;}

.footerMenu-sub li {
    position: relative;
}

.footerMenu-sub li:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg class='w-%5B10px%5D 900:w-%5B14px%5D' width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23020202' stroke-width='2'%3E%3C/path%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-opacity='0.2' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
    width: 8px;
    height: 16px;
    left: -14px;
    top: 2px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center left;transform: rotate(-90deg);
}


/* BREAK POINT */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
    .btns-social{top:50%;}
    .header-top {
        padding: 10px 2%;
    }
}

@media screen and (max-width: 1366px) {
    .btns-social{top:45%;}
}

@media screen and (max-width: 1250px) {
    .content-page-layout {
        max-width: 95%;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
    .fotoer-hotline{display:none;}
    .hbreadcrumb .breadcrumb{justify-content: center;}
    .content-css table {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
        display: block;
        border: none;
    }
    .mobile-menu-sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
    }
    #hcontainer {
        z-index: 999;
    }

    #menu {
        display: none;
    }
    #modal-menu {
        z-index: 99999999;
    }
    #menu-sidebar {
        width: 100%;
    }
    #menu-sidebar li {
        position: relative;
    }
    #menu-sidebar > li {
    }
    #menu-sidebar > li > ul {
        position: relative;
        width: 100%;
        min-height: auto;
        left: 0;
        padding: 0;
        margin-left: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    #menu-sidebar > li > ul:before {
        display: none;
    }
    #menu-sidebar > li > ul > li {
        width: 100%;
    }
    #menu-sidebar > li > ul li {
        position: relative;
        top: unset;
        margin-top: 5px;
        line-height: 30px;
    }
    #menu-sidebar > li {
        display: block;
        position: relative;
    }
    #menu-sidebar > li > a {
        display: block;
    }
    #menu-sidebar .menu-sidebar-active ul {
        padding-left: 15px;
    }
    #menu-sidebar a {
        font-size: 15px;
    }

    .content-box-layout,
    .content-page-layout {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 815px) {
    .cart_page .back-to-top {
        bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .header-menu-btn span {
        display: none;
    }
    .content-main *{font-size:14px;}
}

@media screen and (max-width: 640px) {
    .show-popup-close svg {
        width: 24px;
    }
    .content-css {
        font-size: 14px;
    }

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 50%;
        background-color: #e3b134;
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
                animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
}

@media screen and (max-width: 500px) {
    #menu-side-mobile > li > div > a {
        font-size: 16px;
        text-transform: capitalize;
    }
    .contact-map iframe{height: 300px;}
}

@media screen and (max-width: 450px) {
    .hbreadcrumb a {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}
