/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueUltraLightItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueThin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueThinItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueLightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueRoman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueMediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueBoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueHeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('./assets/fonts/Helvetica-Neue/HelveticaNeueBlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
body, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a  {
    font-family: 'HelveticaNeue', sans-serif !important;
}
.mb0, .mb0 > * {
    margin-bottom: 0 !important;
}
.mg0, .mg0 > * {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 500;
}
.a32, .a32 > * {
    font-size: 32px !important;
}
.a44, .a44 > * {
    font-size: 44px !important;
}
.a16, .a16 > * {
    font-size: 16px !important;
}
.a_gratex h2 {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.5;
}
.opa-0 {
    opacity: 0 !important;
}
.fw300, .fw300 * {
    font-weight: 300 !important;
}
.fw400, .fw400 * {
    font-weight: 400 !important;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0 !important;
}
/* Footer start */
.absolute-footer {
    display: none !important;
}
.btn_xem_chi_duong {
    border-radius: 50px;
    border-color: rgba(30, 118, 128, 1) !important;
    color: rgba(30, 118, 128, 1) !important;
    font-weight: 400;
    border: .5px solid !important;
    display: inline-flex;
    align-items: center;
}
.btn_xem_chi_duong:hover {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    color: #fff !important;
    border: .5px solid !important;
}
.amlab_icb_center , .a_midic {
    align-items: center;
}
.footer_social_icon {
    display: flex;
    gap: 15px;
}
.bg-color-section-footer .border_top_row {
    border-top: 2px solid #ddd;
}
#footer .a_title h2 {
    font-weight: 400;
}
/* Footer end */

/* Header start */
#wide-nav > .flex-row > .flex-col {
    width: 100%;
}
#wide-nav > .flex-row > .flex-col > ul.nav {
    justify-content: space-between;
}
#wide-nav > .flex-row > .flex-col > ul.nav li.menu-item {
    display: flex;
    align-items: center;
    gap: 4px;
}
#wide-nav > .flex-row > .flex-col > ul.nav li.menu-item a {
    padding: 0;
    font-size: 14px;
    height: 100%;
}
#wide-nav > .flex-row > .flex-col > ul.nav li.menu-item::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(./assets/images/menu-icons/Icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    border: none;
    opacity: 1;
    left: unset;
    position: relative;
    bottom: unset;
}
#wide-nav > .flex-row > .flex-col > ul.nav li:nth-child(2)::before {
    background-image: url(./assets/images/menu-icons/Icon1.png);
}
#wide-nav > .flex-row > .flex-col > ul.nav li:nth-child(3)::before {
    background-image: url(./assets/images/menu-icons/Icon2.png);
}
#wide-nav > .flex-row > .flex-col > ul.nav li:nth-child(4)::before {
    background-image: url(./assets/images/menu-icons/Icon3.png);
}
#wide-nav > .flex-row > .flex-col > ul.nav li:nth-child(5)::before {
    background-image: url(./assets/images/menu-icons/Icon4.png);
}
#wide-nav > .flex-row > .flex-col > ul.nav li:nth-child(6)::before {
    background-image: unset;
}
#masthead .header-nav-main .cart-item a.header-cart-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    border: none;
    text-transform: math-auto;
    font-weight: 400;
    font-size: 16px;
}
#masthead .header-nav-main .cart-item a.header-cart-link i {
    margin: 0;
    margin-left: 10px;
}
#masthead .header-nav-main .cart-item a.header-cart-link i::before {
    content: url('./assets/images/cart.png');
}
p.header-fones::before {
    content: '';
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/call.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
p.header-fones {
    display: flex;
    align-items: center;
    gap: 5px;
}
#wide-nav > .flex-row > .flex-col > ul.nav li.menu-item .sub-menu {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border: none;
}
.a_menu .icon-box .icon-box-text p, .a_menu .icon-box .icon-box-text a {
    font-size: 12px !important;
    font-weight: 300;
}
.a_menu .icon-box .icon-box-text:hover p, .a_menu .icon-box .icon-box-text:hover a {
    cursor: pointer;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.a_menu .a_ic_cat {
    transition: border 1s ease;
}
.a_menu .a_ic_cat:hover {
    border: 1px solid #1E7680;
    transition: border 1s ease;
}
.rad10 {
    transition: border 1s ease;
}
.rad10:hover {
    border: 1px solid #1E7680;
    transition: border 1s ease;
}
/* Header end */

/* Search img start */
.amlab_uxp-search .box-image {
    width: 80px;
    display: inline-block;
}
.amlab_uxp-search .box-image a img {
    aspect-ratio: 1/1;
    max-width: 80px;
}
#amlab_search-dropdown .amlab_image-search-area {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
#header .flex-col.flex-grow ul.nav li.html {
    width: 69%;
}
#header .amlab_image-search-icon {
    position: absolute;
    top: 5px;
    right: 0;
}
#header .amlab_search-icon {
    position: absolute;
    top: 8px;
    right: 175px;
}
#header .search-image-btn.js-search-image-btn {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 4px;
    padding-right: 10px;
}
#header .search-image-btn.js-search-image-btn span {
    color: rgba(6, 77, 92, 1);
    font-weight: 300;
    text-transform: math-auto;
    font-size: 12px;
    line-height: 1;
    padding-left: 4px;
    border-left: 1px solid;
}
#header .amlab_product-search-input.amlab_search-input::placeholder {
    color: #064D5C;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .5px;
}
#header .amlab_product-search-input.amlab_search-input {
    border-radius: 50px;
    padding-right: 200px;
    border: none;
    box-shadow: none;
    color: #064D5C;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .5px;
    min-height: 40px;
}
#header #amlab_search-dropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 0 0 21px 21px;
    z-index: 2;
    border: 1px solid #1e7680;
    border-top: 0;
}
#header #amlab_search-dropdown .amlab_suggestion-title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 11px;
    display: none;
}
#header .amlab_product-search-container.dropdown-open .amlab_product-search-input.amlab_search-input {
    border-radius: 21px 21px 0 0;
    border: 1px solid #1e7680;
    border-bottom: 0;
}
#header .amlab_search-input-wrapper.st-active .amlab_image-search-icon {
    display: none;
}
#header .amlab_search-input-wrapper.st-active .amlab_product-search-input.amlab_search-input {
    padding-right: 30px !important;
}
#header .amlab_search-input-wrapper.st-active .amlab_search-icon {
    right: 10px;
}
#header .amlab_search-input-wrapper.si-active .amlab_image-search-icon {
    width: 100%;
    background-color: #fff;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    border: 1px solid #1e7680;
    height: 100%;
    top: 0;
    border-bottom: 0;
}
#header .amlab_search-input-wrapper.si-active .amlab_image-search-icon .search-image-btn.js-search-image-btn {
    margin: 0 auto;
    padding: 0;
}
#header .amlab_search-input-wrapper.si-active .amlab_image-search-icon .search-image-btn.js-search-image-btn span {
    border: none;
}
#header #amlab_search-dropdown {
    min-height: 100px;
    height: auto;
    overflow: hidden;
}
#header #amlab_search-dropdown .amlab_search-suggestions {
    position: relative;
    max-height: 60vh;
    overflow-y: scroll;
    width: 100%;
}
#header .amlab_img_drop-zone-prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#header .amlab_img_drop-zone-prompt > p {
    color: #003041;
    font-size: 14px;
    font-weight: 300;
}
#header .amlab_img_drop-zone-prompt > p strong {
    color: #EC1D27;
    text-decoration: underline;
}
#header #amlab_search-dropdown .amlab_search-suggestions::before {
    content: '';
    position: absolute;
    width: 96%;
    height: 1px;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    transform: translateX(-50%);
    left: 50%;
    top: 5px;
    z-index: 2;
}
#header #amlab_search-dropdown .amlab_image-search-area::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    transform: translateX(-50%);
    left: 50%;
    top: -25px;
    z-index: 2;
}
/* #header .amlab_search-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
} */
.amlab_uxp-search.equalize-box {
    margin: 0 !important;
    margin-top: 15px !important;
    padding: 10px;
}
.amlab_uxp-search .box-text {
    text-align: left !important;
}
.amlab_uxp-search > .col > .col-inner {
    box-shadow: 0px 0px 1px 0px #00000040;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 5px;
}
.amlab_uxp-search > .col > .col-inner:hover {
    border: 1px solid #1E7680;
}
.amlab_uxp-search .box-text p.name a {
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    text-transform: uppercase;
}
.amlab_uxp-search .box-text span.price {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 15px;
    font-weight: 500;
}
/* Search img end */

.s_img_fedback .slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #95D6D0;
    width: 30px;
    border-radius: 20px;
}

.s_img_fedback .slider-nav-light .flickity-page-dots .dot {
    background-color: #ddd;
    margin: 0;
}

.s_img_fedback .flickity-page-dots {
    bottom: -50px;
}

.s_img_fedback .img img {
    border-radius: 16px;
}

.s_img_fedback .large-4 {
    padding: 0 8.5px;
}

.s_img_fedback .flickity-prev-next-button {
    display: none;
}

.stack_visao_home > .icon-box {
    width: calc(100% / 6);
}

.s_dv_docquyen_amlab p {
    margin: 0;
}

.s_dv_docquyen_amlab .img img {
    border-radius: 16px;
}

/* .s_dv_docquyen_amlab {
    background: linear-gradient(180deg, #DAF1EF 0%, rgba(218, 241, 239, 0.92) 64%, rgba(218, 241, 239, 0.00) 100%);
} */

.btn_xem_mau {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    padding: 0px 16px !important;
    border: none;
}

.btn_xem_mau span {
    color: white;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 20px;
}

.btn_xem_mau.dark span {
    color: #fff !important;
}

.btn_xem_all_amlab span {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 0px 4px;
    vertical-align: middle;
}

.btn_xem_all_amlab {
    border: 1px solid #1e7680 !important;
}
.btn_xem_all_amlab span {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.btn_xem_all_amlab i {
    vertical-align: sub;
    top: 0;
}
.btn_xem_all_amlab:hover {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
}
.btn_xem_all_amlab:hover span {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.a_title {
    position: relative;
}
.a_title h2 {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 300;
    font-size: 32px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}
.a_title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 118, 128, 0) 0%, #044A52 50%, rgba(30, 118, 128, 0) 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.a_title h2::before {
    position: absolute;
    content: '';
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.a_title_noline h2 {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 400;
}
.s_hanh_trinh .banner {
    border-radius: 16px;
    background: linear-gradient(180deg, #DAF1EF 0%, rgba(218, 241, 239, 0.30) 100%) !important;
    overflow: hidden;
}

.s_hanh_trinh .img_number img {
    border-bottom-left-radius: 16px;

    border-bottom-right-radius: 16px;
}

.s_hanh_trinh .button span {
    padding: 7px 12px;
    padding-right: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.s_hanh_trinh .button .icon-angle-right:before {
    padding-right: 6px;
}
.s_hanh_trinh .button {
    border: 1px solid #1e7680;
    background-color: #fff;
}
.s_hanh_trinh .button:hover span {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.icon-angle-right:before {
    content: url('./assets/images/arr.png');
}
.button:hover .icon-angle-right:before {
    filter: brightness(0) invert(1);
}
.s_hanh_trinh .icon-box .font_16 p {
    line-height: 34px;
}

.s_hanh_trinh .font_16 p {
    margin: 0;
    line-height: 24px;
}

.s_hanh_trinh .icon-box-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.a_banner_slider .flickity-page-dots {
    width: fit-content;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4px;
    border-radius: 50px;
}
.a_banner_slider .flickity-page-dots .dot {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
}
.a_banner_slider .flickity-page-dots .dot.is-selected {
    width: 24px;
    height: 9px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
}
.amlab_sb_chinhsach .accordion-item {
    margin-bottom: 10px;
}
.amlab_sb_chinhsach .accordion-item a button.toggle {
    left: unset;
    right: 0;
}
.amlab_sb_chinhsach .accordion-item a.accordion-title {
    border-radius: 10px;
    border: 1px solid #1E7680;
    color: #064D5C;
    padding: 12px 16px;
}
.amlab_sb_chinhsach .accordion-item a.accordion-title.active {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    font-weight: normal;
    background-color: #fff;
}
.amlab_sb_chinhsach .accordion-item .accordion-inner {
    padding: 12px 8px;
}
.amlab_sb_chinhsach .accordion-item a.accordion-title.active + .accordion-inner {
    border-radius: 0 0 10px 10px;
    border: 1px solid #1E7680;
    border-top: 0;
    padding: 0 8px;
}
.a_cs_menu a.ux-menu-link__link {
    padding: 8px 16px;
    border-bottom: 1px solid #BBBBBB;
}
.a_cs_menu .ux-menu-link:hover a.ux-menu-link__link, .a_cs_menu .ux-menu-link.active a.ux-menu-link__link {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    color: white;
}
.a-custombread {
    color: #262626;
}
.a-custombread a {
    color: #666666;
}
.a_blog.a_b3 .box-text {
    padding: 0 8px;
}
.a_blog .post-meta-info {
    opacity: 1;
    color: #6E6E6E;
    font-size: 14px;
    line-height: 1;
}
.a_blog .post-title a {
    font-size: 24px;
    font-weight: 500;
    color: #0C0A0A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0;
    line-height: 1.1;
}
.a_blog.a_b3 .post-title a {
    font-size: 20px;
}
.a_blog .from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.a_blog .box-image {
    vertical-align: top;
}
.a_blog .box-image .image-cover {
    box-shadow: 
  0px 1px 2px 0px #2929290D,
  0px 3px 3px 0px #2929290A,
  0px 8px 5px 0px #29292908,
  0px 14px 6px 0px #29292903,
  0px 22px 6px 0px #29292900;
    border-radius: 10px;
}
.a_ic_title {
    width: fit-content;
    align-items: center;
}
.a_bh3.a_blog .post-title a {
    -webkit-line-clamp: 3;
    line-height: 110%;
    font-size: 20px;
}
.a_blog_imbs .box .box-image > div {
    border-radius: 16px;
    box-shadow: 
  0px 1px 2px 0px #2929290D,
  0px 3px 3px 0px #2929290A,
  0px 8px 5px 0px #29292908,
  0px 14px 6px 0px #29292903,
  0px 22px 6px 0px #29292900;
    overflow: hidden;
}
.a_blog_imbs h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}
.btn_xem_chi_duong i {
    top: 0;
    margin-left: 5px !important;
}
.btn_xem_chi_duong i::before {
    content: url('./assets/images/arr.png');
}
.btn_xem_chi_duong:hover i::before {
    filter: brightness(100);
}
.a_blogtabs ul.nav {
    gap: 4px;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #BBBBBB;
}
.a_blogtabs ul.nav li a {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}
.a_blogtabs ul.nav li.active a {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.a_blogtabs ul.nav li a {
    padding-left: 8px;
    padding-right: 8px;
}
.a_blogtabs ul.nav:hover li.active a::before {
    opacity: 1;
}
.a_blogtabs ul.nav li a::before {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
}
.a_ic_cat {
    /* box-shadow: 0px 0px 5px 1px #00000040; */
    border-radius: 10px;
    border: 1px solid transparent;
}
.a_ic_cat .box-text {
    position: absolute;
    top: 0;
    bottom: unset;
    left: 0;
    width: fit-content;
    padding: 4px 8px;
    background: linear-gradient(133.92deg, rgba(6, 77, 92, 0.85) 1.88%, rgba(30, 118, 128, 0.85) 50.94%, rgba(65, 162, 165, 0.85) 100%);
    border-radius: 10px 0;
    box-shadow: 1px 1px 3px 0px #00000040;
}
.a_ic_cat .box-text .box-text-inner, .a_ic_cat .box-text .box-text-inner h4 {
    width: fit-content;
}
.a_ic_cat .box-text .box-text-inner h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.m_heading.wline {
    border-left: 2px solid;
    border-image-source: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    border-image-slice: 1;
    padding-left: 15px;
    white-space: nowrap;
    background-color: white;
}
.m_heading {
    background-color: white;
    padding-right: 10px;
    z-index: 2;
}
.m_heading h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
a.button.primary.a_xtt {
    font-size: 12px;
    color: #666666 !important;
    background-color: #fff !important;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0 10px !important;
}
.z2 {
    z-index: 2;
}
.z1 {
    z-index: 1;
}
.a_sline {
    position: relative;
}
.a_sline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    background-color: #ddd;
}
.a_menu {
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.a_menu .tab-panels {
    border-left: none;
    overflow-y: scroll;
    max-height: 500px;
}
.a_menu ul.nav {
    background-color: #FAFAFA;
}
.a_menu ul.nav li {
    height: 100%;
    border: none;
    background-color: #FAFAFA;
    padding-left: 15px;
    height: 100px;
}
.a_menu ul li a {
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
    gap: 10px;
    padding-left: 15px;
}
.a_menu ul.nav:hover li a::before {
    opacity: 1;
}
.a_menu ul li a::before {
    content: '';
    display: inline-flex;
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url(./assets/images/menu-icons/nhancuoi.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.a_menu ul li:nth-child(2) a::before {
    background-image: url(./assets/images/menu-icons/cauhon.png);
}
.a_menu ul li:nth-child(3) a::before {
    background-image: url(./assets/images/menu-icons/nhandoi.png);
}
.a_menu ul li:nth-child(4) a::before {
    background-image: url(./assets/images/menu-icons/nhannu.png);
}
.a_menu ul li:nth-child(5) a::before {
    background-image: url(./assets/images/menu-icons/bst.png);
}
.a_menu ul li a::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 14px;
    height: 16px;
    background-image: url(./assets/images/arrblack.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.a_menu ul li:hover {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
}
.a_menu ul li:hover a {
    color: #fff !important;
}
.a_menu ul li:hover a::before, .a_menu ul li:hover a::after {
    filter: invert(1);
}
.a_menu.dichvu .box .box-image {
    border: 1px solid #F4F4F4;
    box-shadow: 0px 1px 2px 0px #2929290D, 0px 3px 3px 0px #2929290A, 0px 8px 5px 0px #29292908, 0px 14px 6px 0px #29292903, 0px 22px 6px 0px #29292900;
    border-radius: 10px;
}
.a_menu.dichvu .box .box-text {
    padding: 8px 0;
}
.a_menu.dichvu .box .box-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}
.a_menu.dichvu .box .box-text h4:hover {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.a_menu.dichvu .box .box-text p {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
}
.rad10 {
    border-radius: 10px;
    overflow: hidden;
}
.a_chinhsach h3 {
    font-size: 14px;
    font-weight: 400;
    color: #0C0A0A;
    margin-bottom: 8px !important;
}
.a_chinhsach a.ux-menu-link__link {
    font-size: 12px;
    font-weight: 300;
    color: #262626;
}
.a_chinhsach a.ux-menu-link__link:hover {    
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.a_mepro .box-text.text-left {
    padding: 0 8px;
    height: 100% !important;
}
.a_mepro .box-text .title-wrapper p {
    height: auto !important;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.a_mepro .box-text .btn_xem_chi_duong {
    font-size: 12px !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_mepro .product-small {
    border-radius: 10px;
    border: 0.5px solid #D3D3D3;
    overflow: hidden;
}
.a_mepro .box-text .btn_xem_chi_duong i {
    scale: .7;
    margin-right: 0 !important;
}
.a_mepro .box-text .price-wrapper span.amount {
    background: linear-gradient(134.42deg, #D3BB62 0%, #C4A739 49.51%, #BF9516 99.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.a_menu.dichvu .box-image {
    transition: border 1s ease;
    border: 1px solid transparent;
}
.a_menu.dichvu .box-image:hover {
    border: 1px solid #1E7680;
    transition: border 1s ease;
}
.amlab_baogom img {
    padding-top: 0 !important;
}
.amlab_baogom p {
    margin-bottom: 0 !important;
}

.amlab_baogom .icon-box {
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #ffffff91;
}
.amlab_baogom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.65px;
    vertical-align: middle;
}
.acc_faq .accordion-item {
    border-bottom: 1px solid #D3D3D3;
}
.acc_faq button.toggle {
    left: unset;
    right: 0;
    transform: translateY(-50%);
    top: 50% !important;
    height: 35px;
    min-height: unset;
}
.acc_faq a.accordion-title {
    padding: 10px 8px;
    color: #262626;
    border-top: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: none;
    background-color: #fff;
}
.acc_faq a.accordion-title.active {
    background-color: #fff;
    font-weight: normal;
}
.single.single-product form.cart, .single.single-product .woocommerce-variation-add-to-cart {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
}
.single.single-product .related.related-products-wrapper, 
.single.single-product form.cart .ux-quantity.quantity.buttons_added, 
.single.single-product .woocommerce-variation.single_variation {
    display: none !important;
}
.single.single-product form.cart .single_add_to_cart_button, .single.single-product form.cart .ux-buy-now-button {
    width: 48%;
    border-radius: 50px;
    border: none;
}
.single.single-product form.cart .single_add_to_cart_button {    
    color: transparent;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border: 1px solid #1E7680;
    text-transform: math-auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.single.single-product form.cart .single_add_to_cart_button:hover {
    box-shadow: none;
}
.single.single-product form.cart .single_add_to_cart_button::before {
    content: '';
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/cartgradient.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.single.single-product form.cart .ux-buy-now-button {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    color: #fff;
    font-weight: 400;
    text-transform: math-auto;
}
.single.single-product .variations_form .ux-swatch {
    box-shadow: none;
}
.single.single-product .variations label, .product-color-field p, .btnplustext p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.single.single-product .variations th.label:has(label[for="pa_chat-lieu"]) {
    display: flex;
    gap: 10px;
}
.single.single-product .variations th.label:has(label[for="pa_chat-lieu"]) .selected-variation-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
}
.selected-color-name {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
}
.single.single-product .variations tr {
    display: flex;
    flex-direction: column;
}
label[for="pa_chat-lieu"]::after {
    content: "*";
    color: red;
    margin-left: 3px;
    font-weight: inherit;
}
label[for="pa_chat-lieu"]::before {
    content: ":";
    color: #666666;
    position: absolute;
    right: -5px;
}
.single.single-product .variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 2px #1E7680;
}
.a_baohanh > .col-inner {
    border: 1px solid #D3D3D3;
    overflow: hidden;
}
.a_ctsp {
    padding: 0;
}
.single.single-product .woocommerce-tabs {
    border: none;
    padding: 8px 0;
}
.single.single-product .woocommerce-tabs ul.tabs {
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #BBBBBB;
}
.single.single-product .woocommerce-tabs ul.tabs li a::before {
    content: none;
}
.single.single-product .woocommerce-tabs ul.tabs li {    
    padding: 4px 8px;
}
.single.single-product .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    border-radius: 10px 10px 0 0;
}
.single.single-product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    text-transform: math-auto;
    font-weight: 400;
}
.single.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    font-size: 18px;
    text-transform: math-auto;
    font-weight: 400;
}
.a_instock {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.product-stock-status span, .product-stock-status {
    font-size: 14px;
    color: #666666;
}
.single.single-product .product-thumbnails .col {
    padding: 10px;
    margin-bottom: 15px;
}
.single.single-product .product-thumbnails a {
    border: 2px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #00000026;
}
.single.single-product .product-thumbnails .is-selected a {
    border: 2px solid #1E7680;
}
.woocommerce-product-gallery__wrapper a.zoom-button {
    display: none;
}
.amlab_quatang {
    margin-bottom: 20px;
}
.amlab_quatang .accordion-item {
    background: linear-gradient(360deg, #FAFDFD 0%, #E5FFFE 106.25%);
    box-shadow: 0px 0px 3px 0px #00000040;
    border-radius: 8px;
    overflow: hidden;
}
.amlab_quatang button.toggle {
    left: unset;
    right: 0;
    transform: translateY(-50%);
    top: 50% !important;
    height: 35px;
    min-height: unset;
}
.amlab_quatang a.accordion-title {
    padding: 10px;
    border-top: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}
.amlab_quatang a.accordion-title.active {
    border-bottom: 1px solid #1E7680;
    background-color: transparent;
}
.amlab_quatang a.accordion-title span {    
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.amlab_quatang a.accordion-title::before {
    content: '';
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/single-product/quatang.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.single.single-product .product-info .price-wrapper span.amount {
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
}
.color-options-wrapper {
    display: flex;
    gap: 10px;
}
.color-options-wrapper img {
    width: 32px;
    aspect-ratio: 1/1;
    padding: 1px;
    border-radius: 50px;
}
.color-options-wrapper .color-option.selected img {
    border: 2px solid #1E7680;
}
.btnplustext {
    display: flex;
    justify-content: space-between;
}
.btnplustext button.ring-size-guide-btn {
    text-transform: math-auto;
    font-weight: 400;
    color: #1e7680;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.btnplustext button.ring-size-guide-btn::before {
    content: '';
    position: relative;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-image: url(./assets/images/single-product/ruler.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
label.color-option:hover {
    cursor: pointer;
}
.single.single-product .ux-swatch__img {
    max-width: 100%;
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
}
.ring-size-options-wrapper button {
    margin: 0;
    margin-right: 5px;
    border: 1px solid #BBBBBB;
    width: 40px;
    min-width: unset;
    padding: 0;
    border-radius: 4px;
}
.ring-size-option.selected {
    border: 1px solid #1E7680;
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.amlab-breadcrumb a, .amlab-breadcrumb .amlab-breadcrumb-separator {
    color: #666666 !important;
    font-size: 14px;
    font-weight: 400;
}
.amlab-breadcrumb .amlab-breadcrumb-current {
    color: #262626 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: math-auto;
}
/* new-product-badge-style - Hyle */
.badge-container:has(.knt-new-badge) {
    left: unset !important;
    right: 5px !important;
    width: 30px;
    height: 30px;
    margin: 0;
}
.knt-new-badge {
    width: 30px;
    height: 30px;
    background-image: url(./assets/images/newbadge.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.amlab_related_product .a_title h2 {
    text-transform: uppercase;
    line-height: 150%;
}
.amlab_related_product .a_title h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 118, 128, 0) 0%, #1E7680 50%, rgba(30, 118, 128, 0) 100%);
    opacity: 50%;
}
.amlab_related_product .flickity-button {
    margin-top: 0 !important;
}
.linebot h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 118, 128, 0) 0%, #1E7680 50%, rgba(30, 118, 128, 0) 100%);
    opacity: 50%;
}
.a_stitle {
    position: relative;
    min-height: 39px;
}
.a_ictitle {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-color: #fff;
    width: fit-content;
    padding-right: 15px;
}
.a_bannerleft .img-inner {
    border: 0.5px solid #F4F4F4;
    border-radius: 18px;
    box-shadow: 0px 0px 1px 0px #0000004D;
}
.a_hom_sliderp .flickity-button {
    color: #999999;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    top: 49% !important;
}
.a_hom_sliderp .flickity-button svg {
    width: 20px;
    height: 40px;
    box-shadow: -1px 0px 1px 0px #0000001A;
    fill: #999999;
    background-color: #F4F4F4;
    padding: 0;
}
.a_hom_sliderp .flickity-button:hover svg {
    background: linear-gradient(125.43deg, #1E7680 14.96%, #41A2A5 38.55%, #61BFBF 62.15%, #BFFDFA 86.46%);
}
.a_hom_sliderp .flickity-button:hover svg path {
    fill: #fff !important;
}
.a_hom_sliderp .flickity-button.next {
    right: 0%;
}
.a_hom_sliderp .flickity-button.previous {
    left: 0%;
}
.a_hom_sliderp .flickity-button.next svg {
    border-radius: 99px 0 0 99px;
}
.a_hom_sliderp .flickity-button.previous svg {
    border-radius: 0 99px 99px 0;
}
.a_hom_sliderp .flickity-button svg path {
    fill: #999999 !important;
}
.a_hom_sliderp > .slider:hover .flickity-button {
    transform: translateY(-50%) !important;
}
.a_hom_sliderp .flickity-slider > .row > .col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.a_tabspro > ul.nav {
    flex-wrap: nowrap;
    border-bottom: 1px solid #BBBBBB;
}
.a_tabspro > ul.nav > li {
    width: 100%;
    margin: 0;
}
.a_tabspro > ul.nav > li a::before {
    background-color: #1E7680;
}
.a_tabspro > ul.nav > li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #252525;
}
.a_tabspro > ul.nav > li.active a, .a_tabspro > ul.nav > li:hover a {    
    background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.a_tabspro > ul.nav > li a::after {
    content: '';
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url(./assets/images/home/earrings.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.a_tabspro > ul.nav > li.active a::after, .a_tabspro > ul.nav > li:hover a::after {
    background-image: url(./assets/images/home/earringsa.png);
}
.a_tabspro > ul.nav > li:nth-child(2) a::after {
    background-image: url(./assets/images/home/necklace.png);
}
.a_tabspro > ul.nav > li.active:nth-child(2) a::after, .a_tabspro > ul.nav > li:hover:nth-child(2) a::after {
    background-image: url(./assets/images/home/necklacea.png);
}
.a_tabspro > ul.nav > li:nth-child(3) a::after {
    background-image: url(./assets/images/home/charm.png);
}
.a_tabspro > ul.nav > li.active:nth-child(3) a::after, .a_tabspro > ul.nav > li:hover:nth-child(3) a::after {
    background-image: url(./assets/images/home/charma.png);
}
.a_tabspro.tsc > ul.nav > li a::after {
    content: '';
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url(./assets/images/home/tsc.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.a_tabspro.tsc > ul.nav > li.active a::after, .a_tabspro.tsc > ul.nav > li:hover a::after {
    background-image: url(./assets/images/home/tsca.png);
}
.a_tabspro.tsc > ul.nav > li:nth-child(2) a::after {
    background-image: url(./assets/images/home/earrings.png);
}
.a_tabspro.tsc > ul.nav > li.active:nth-child(2) a::after, .a_tabspro.tsc > ul.nav > li:hover:nth-child(2) a::after {
    background-image: url(./assets/images/home/earringsa.png);
}
.amlab_slider {
    display: flex;
    flex-wrap: nowrap;
}
.amlab_slider .col {
    flex-basis: 25%;
    max-width: 25%;
}
.a_tabspro.bst ul.nav {
    max-width: 1250px;
    margin: 0 auto;
}
.amlab_slider .overlay {
    background: linear-gradient(180deg, rgba(6, 77, 92, 0) 50%, #003041 100%) !important;
    transition: background 0.3s ease-in-out;
}
.amlab_slider .col > .col-inner:hover > .box .overlay {
    background: linear-gradient(180deg, rgba(211, 187, 101, 0) 33%, #A0872E 100%) !important;
    transition: background 0.3s ease-in-out;
}
.amlab_slider .box h4 {
    font-size: 24px;
    font-weight: 400;
}
.amlab_slider .box p {
    font-size: 16px;
    font-weight: 300;
}
.amlab_slider .box .box-image > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: url(./assets/images/home/Vector.png); 
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .2;
    z-index: 1;
}

.a_tabspro.bst > ul.nav > li:nth-child(1) a::after {
    background-image: url(./assets/images/home/nhancuoi.png);
}
.a_tabspro.bst > ul.nav > li.active:nth-child(1) a::after, .a_tabspro.bst > ul.nav > li:hover:nth-child(1) a::after {
    background-image: url(./assets/images/home/nhancuoia.png);
}
.a_tabspro.bst > ul.nav > li:nth-child(2) a::after {
    background-image: url(./assets/images/home/cauhon.png);
}
.a_tabspro.bst > ul.nav > li.active:nth-child(2) a::after, .a_tabspro.bst > ul.nav > li:hover:nth-child(2) a::after {
    background-image: url(./assets/images/home/cauhona.png);
}
.a_tabspro.bst > ul.nav > li:nth-child(3) a::after {
    background-image: url(./assets/images/home/nhandoi.png);
}
.a_tabspro.bst > ul.nav > li.active:nth-child(3) a::after, .a_tabspro.bst > ul.nav > li:hover:nth-child(3) a::after {
    background-image: url(./assets/images/home/nhandoia.png);
}
.a_tabspro.bst > ul.nav > li:nth-child(4) a::after {
    background-image: url(./assets/images/home/thoitrangnu.png);
}
.a_tabspro.bst > ul.nav > li.active:nth-child(4) a::after, .a_tabspro.bst > ul.nav > li:hover:nth-child(4) a::after {
    background-image: url(./assets/images/home/thoitrangnua.png);
}
.a_tabspro.bst > ul.nav > li:nth-child(6) a::after {
    background-image: url(./assets/images/home/necklace.png);
}
.a_tabspro.bst > ul.nav > li.active:nth-child(6) a::after, .a_tabspro.bst > ul.nav > li:hover:nth-child(6) a::after {
    background-image: url(./assets/images/home/necklacea.png);
}
.a_hidbtn {
    border: 1px solid #FFFFFF40 !important;
    color: #fff !important;
    width: fit-content;
    margin: 8px auto !important;
    display: inline-flex !important;
    align-items: center;
    font-size: 16px;
}
.a_hidbtn i::before {
    filter: brightness(0) invert(1);
}
.a_hidbtn i {
    top: 0;
}
.a_hidbtn:hover {
    background-color: #fff !important;
    color: #C39146 !important;
}
.a_hidbtn:hover i::before{
    content: url(./assets/images/home/yellow_arr.png);
    filter: unset !important;
}
.a_hompro.spm .flickity-button {
    margin-top: 0;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .amlab_uxp-search.product-small {
        display: flex;
    }
    .amlab_uxp-search.product-small > .box-image {
        width: 80px !important;
    }
    .a_bannerleft .img-inner img {
        max-height: 150px;
        object-fit: cover;
        object-position: 100% 50%;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(1) {
        background: #fff !important;
        color: #1E7680 !important;
        border: 1px solid #1e7680;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(1):hover,
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(2):hover {
        box-shadow: none;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(1) span {
        background: #fff !important;
        color: #1E7680 !important;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(2),
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(3) .stack a.button:nth-child(1):hover {
        background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%) !important;
        color: #fff !important;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(3) .stack a.button:nth-child(1) {
        background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%) !important;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(2) span,
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(3) .stack a.button:nth-child(1) span {
        background: unset;
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(2) .stack a.button:nth-child(2) i,
    .s_dv_docquyen_amlab .section-content > .row .col:nth-child(3) .stack a.button:nth-child(1) i {
        filter: brightness(0) invert(1);
    }
    .s_dv_docquyen_amlab .stack a.button {
        width: 50%;
    }
    .s_hanh_trinh .banner .banner-layers {
        overflow: unset;
    }
    .s_hanh_trinh .banner h2 {
        background: linear-gradient(134.42deg, #D3BB62 0%, #C4A739 49.51%, #BF9516 99.01%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    .s_img_fedback .flickity-page-dots {
        bottom: -25px;
    }
    .stack_visao_home {
        flex-wrap: wrap !important;
        row-gap: 20px;
    }
    .stack_visao_home > .icon-box {
        width: 33% !important;
        margin: 0 !important;
    }
    .stack_visao_home > .icon-box .icon-box-text p {
        font-size: 12px !important;
        font-weight: 500;
    }
    .amlab_slider {
        margin-left: 15px;
    }
    .amlab_slider .col .col-inner {
        padding-right: 8px;
    }
    .amlab_slider .col .col-inner .box {
        border-radius: 16px;
        overflow: hidden;
    }
    .amlab_slider .col {
        flex-basis: 85%;
        max-width: 85%;
    }
    .a_tabspro > ul.nav {
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .a_tabspro.bst > ul.nav {
        margin-left: 15px;
        margin-right: 15px;
    }
    .a_tabspro > ul.nav > li {
        min-width: 190px;
    }
    .a_tabspro > ul.nav > li a {
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .a_stitle .is-divider {
        display: none;
    }
    .a_stitle .a_ictitle {
        justify-content: center;
        padding-right: 0;
        width: 100%;
    }
    .a_stitle .a_ictitle .icon-box-text, .a_stitle .a_ictitle .icon-box-text * {
        width: fit-content;
        flex: unset;
    }
    .amlab_related_product .product-small.col {
        flex-basis: 45% !important;
        max-width: 45% !important;
    }
    .single.single-product .product-main {
        padding-bottom: 0;
    }
    .single.single-product form.cart .single_add_to_cart_button, .single.single-product form.cart .ux-buy-now-button {
        width: 100%;
    }
    .amob_6ic p {
        font-size: 14px;
    }
    .amob_6ic .row > .col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .amlab_baogom .icon-box .icon-box-text {
        padding-left: 10px !important;
    }
    .amlab_baogom .icon-box {
        align-items: center;
        min-height: 48px;
        padding: 6px 8px;
    }
    .amlab_baogom p {
        font-size: 14px;
        line-height: 20px;
    }
    .a_menumob .bdtr10.mmob_acc .mmob_content .accordion-item > a.accordion-title::before {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url(./assets/images/menu-icons/nhancuoi.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: inline-flex;
        border: none;
        opacity: 1;
        left: unset;
        position: relative;
        bottom: unset;
    }
    .a_menumob .bdtr10.mmob_acc .mmob_content .accordion-item:nth-child(2) > a.accordion-title::before {
        background-image: url(./assets/images/menu-icons/cauhon.png);
    }
    .a_menumob .bdtr10.mmob_acc .mmob_content .accordion-item:nth-child(3) > a.accordion-title::before {
        background-image: url(./assets/images/menu-icons/nhandoi.png);
    }
    .a_menumob .bdtr10.mmob_acc .mmob_content .accordion-item:nth-child(4) > a.accordion-title::before {
        background-image: url(./assets/images/menu-icons/nhannu.png);
    }
    .a_menumob .bdtr10.mmob_acc .mmob_content .accordion-item:nth-child(5) > a.accordion-title::before {
        background-image: url(./assets/images/menu-icons/bst.png);
    }
    #wide-nav li.html.html_topbar_left {
        margin-bottom: 10px;
    }
    #masthead .container .top-divider {
        display: none;
    }
    #main-menu .m_menuhed {
        position: absolute;
        top: 0;
        background-color: #85CFCA;
        width: 100%;
        height: 110px;
    }
    #main-menu .sidebar-menu {
        padding: 0;
    }
    .mfp-content:has(#main-menu) {
        height: 100%;
        padding-top: 0;
        background-color: #f4f4f4;
    }
    #main-menu li.html > .row.wpdt {
        padding-top: 125px;
    }
    .a_menumob .mmob_acc button.toggle {
        left: unset;
        transform: translateY(-50%);
        right: 0 !important;
        top: 50% !important;
        height: 35px;
        min-height: unset;
    }
    .a_menumob .bdtr10.mmob_acc a.accordion-title {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .a_menumob .mmob_acc a.accordion-title {
        text-align: left;
        padding: 10px 8px;
        color: #262626;
        border-top: 0;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .a_menumob .mmob_acc a.accordion-title.active {
        background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
        color: #fff;
        font-weight: 400;
    }
    .a_menumob .mmob_acc .mmob_content .accordion-title.active {
        background: transparent;
        color: #262626;
        font-weight: 400;
    }
    .a_menumob .mmob_acc a.accordion-title.active button i {
        transform: scaleY(-1);
    }
    .a_menumob .mmob_acc > .accordion-item > .accordion-inner {
        padding: 0 15px 15px;
        background-color: white;
        border: 1px solid #1E7680;
    }
    .a_menumob .mmob_acc .mmob_content > .accordion-item > .accordion-inner {
        padding: 0 5px;
    }
    .a_menumob .ux-menu-link > a {
        border: none !important;
        padding: 0 10px;
        line-height: 42.69px;
        color: #262626;
        font-weight: 400;
        font-size: 16px;
    }
    .mmob_content .ux-menu-link > a {
        font-size: 12px;
        font-weight: 300;
        line-height: unset;
    }
    .mmob_content .ux-menu.stack {
        margin-top: 15px;
    }
    .mmob_content h2 {
        color: #0C0A0A;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
        margin-top: 10px;
    }
    .mmob_content .icon-box {
        margin-bottom: 8px;
        align-items: center;
    }
    .mmob_content .icon-box a, .mmob_content .icon-box p {
        color: #262626;
        font-size: 12px;
        font-weight: 300;
    }
    .mmob_content .stack a.button {
        color: #0043DA;
        font-weight: 400;
        font-size: 14px;
    }
    .mmob_content .accordion-item:not(:last-child) {
        border-bottom: 1px solid #D3D3D3;
    }
    .mmob_content .accordion-title.active {
        padding-bottom: 0 !important;
    }
    .header-bottom {
        background-color: #85cfca !important;
    }
    #masthead li.cart-item a.header-cart-link {
        background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
        border: none;
    }
    #masthead li.cart-item i {
        top: 0;
    }
    #masthead li.cart-item i::before {
        content: url('./assets/images/mcart.png');
    }
    #header .amlab_product-search-input.amlab_search-input {
        padding-right: 160px !important;
    }
    #header .amlab_search-icon {
        right: 160px;
    }
    #wide-nav > .flex-row > .flex-col > ul.nav li.html, #wide-nav > .flex-row > .flex-col > ul.nav li.html .amlab_product-search-container {
        width: 100%;
    }
    .a_blogtabs ul.nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }
    .a_blogtabs ul.nav li {
        white-space: nowrap;
    }
    .a_blog_imbs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }
    .a_blog_imbs > .col {
        white-space: nowrap;
        width: 100%;
    }
    .a_blog_imbs img {
        min-width: 160px;
        object-fit: cover;
    }
    .a_title::before {
        width: 110%;
    }
    .a_title h2 {
        font-size: 24px;
        padding: 0 12px;
    }
    .a_blog.a_b3 .post-meta-info {
        gap: 4px;
        margin-top: 5px;
    }
    .a_blog.a_b3 .a_blogcat {
        order: 1;
        width: 100%;
    }
    .a_blog.a_b3 .a_blogdate {
        width: 100%;
        order: 2;
    }
    .a_blog.a_b3 .from_the_blog_excerpt {
        display: none;
    }
    .a_blog.a_b3 .post-title a {
        font-size: 14px;
        margin: 0;
    }
    .a_blog.a_b3 .box-vertical .box-image {
        width: 80% !important;
    }
    .a_blog.a_b3 .box-vertical {
        display: flex;
    }
    .a_blogdot {
        display: none;
    }
    .a_blog.a_b1 .a_dot1 {
        display: block;
    }
    .a_blog .box-text-inner {
        display: flex;
        flex-direction: column;
    }
    .a_blog .post-meta-info {
        order: 3;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px;
    }
    .a_blog.a_b1 .post-meta-info .a_blogdate {
        width: 100%;
    }
    .a_blog .post-title a {
        font-size: 16px;
    }
    .a_blog .from_the_blog_excerpt {
        font-size: 12px;
        -webkit-line-clamp: 5;
        margin-bottom: 10px;
    }
    .a_bkm .post-meta-info {
        display: none;
    }
    .a_bkm .box {
        display: flex;
        flex-direction: row;
    }
    .a_bkm .box .box-image {
        width: 80% !important;
    }
    .a_bkm .box .box-text {
        padding: 0 8px;
    }
    .a_bkm .box .box-text .post-title a {
        margin: 0;
    }
    .a_bh3.a_blog .post-title a {
        font-size: 14px;
    }
    button.chinh-sach-trigger-btn::after {
        content: '';
        position: absolute;
        transform: translate(-50%, -50%);
        right: 10px;
        top: 50%;
        width: 14px;
        height: 16px;
        background-image: url('./assets/images/Dropdown.png');
    }
    button.chinh-sach-trigger-btn {
        width: 100%;
        text-align: left;
        border: 1px solid #1E7680;
        border-radius: 10px;
        background: linear-gradient(133.92deg, #064D5C 1.88%, #1E7680 50.94%, #41A2A5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-weight: 500;
        height: 48px;
        margin: 0;
    }
    .a_cs_menu .ux-menu-link:last-child a.ux-menu-link__link {
        border-bottom: 0;
    }
    .a_mmenu_ovl .a_gratex h2 {
        padding: 12px 16px 0;
        border-top: 1px solid #064D5C;
    }
    .a_cs_menu {
        padding: 0 8px;
    }
    .amlab_sb_chinhsach, .a_mmenu_ovl {
        display: none;
    }
    .chinh-sach-overlay .a_mmenu_ovl {
        display: block;
    }
    .s_hanh_trinh .button span {
        font-size: 12px;
        line-height: 20px;
    }

    .s_hanh_trinh .icon-box-img {
        width: 19px !important;
    }

    .s_hanh_trinh .font_16 p {
        margin: 0;
        line-height: 20px;
    }

    .s_hanh_trinh .font_16 p {
        font-size: 12px !important;
    }

    .s_hanh_trinh .icon-box .font_16 p {
        line-height: 20px;
    }
    .btn_xem_all_amlab span {
        font-size: 14px;
    }
    .btn_xem_mau span {
        font-size: 14px;
        padding: 0 10px;
    }
    .s_img_fedback .slider .img {
        margin-bottom: 5px !important;
    }

    .s_img_fedback .img img {
        border-radius: 7px;
    }

    .s_img_fedback .large-4 {
        padding: 0 2.5px;
    }
    .m32, .m32 > * {
        font-size: 32px !important;
    }
    .m24, .m24 > * {
        font-size: 24px !important;
    }
    .m20, .m20 > * {
        font-size: 20px !important;
    }
    .m18, .m18 > * {
        font-size: 18px !important;
    }
    .m16, .m16 > * {
        font-size: 16px !important;
    }
    .m12, .m12 > * {
        font-size: 12px !important;
    }
    .m10, .m10 > * {
        font-size: 10px !important;
    }
    .m14, .m14 > * {
        font-size: 14px !important;
    }
}