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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'SVN-Poppins';
    src: url('/wp-content/themes/flatsome-child/assests/SVN-Poppins.woff2') format('woff2'),
    url('./wp-content/themes/flatsome-child/assests/SVN-Poppins.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SVN-PoppinsB';
    src: url('/wp-content/themes/flatsome-child/assests/SVN-PoppinsBold.woff2') format('woff2'),
    url('/wp-content/themes/flatsome-child/assests/SVN-PoppinsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

ul.top-info {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.top-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
}

ul.top-info li i {
    margin-right: 6px;
}

ul.top-info {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.top-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
}

ul.top-info li i {
    margin-right: 6px;
}

.header-contact .icon {
    width: 42px;
    height: 42px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--fs-color-primary);
    margin-top: 6px;
    border-radius: 6px;
}

.header-contact .icon svg {
    width: 24px;
    height: 24px;
}

.header-contact .icon-box-text {
    padding: 0 !important;
    font-size: 13px;
}

.header-contact .icon-box-text h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
}

.header-contact .icon-box-text ul {
    padding: 0;
    margin: 0;
    padding-left: 13px;
}

.header-contact .icon-box-text ul li {
    margin: 0;
}

.header-contact .icon-box {
    margin: 9px 0px;
}

.box-blog-post .is-divider {
    display: none;
}

.box-list-view .box .box-text, .box-vertical .box-text {
    padding-bottom: 0;
    padding-top: 0;
}

a#js-hide-all-icon-e {
    display: none !important;
}

.header-contact .icon {
    margin-bottom: 6px;
}

.header-contact .icon-box {
    align-items: center;
}

.header-contact .icon .icon-inner {
    display: flex;
    justify-content: center;
}

.header-contact .icon svg {
    width: 20px;
    height: 20px;
    padding: 0;
}

p.name.product-title a {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-doi-tac .box-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 32px;
    padding: 12px;
}

.slider-doi-tac .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-doi-tac .flickity-prev-next-button {
    margin-top: 0 !important;
    top: calc(50% - 45px);
    bottom: auto;
}

.section-title-bold-center .section-title-main:after {
    position: absolute;
    content: '';
    width: 120px;
    height: 36px;
    top: -webkit-calc(50% - 36px / 2);
    top: -moz-calc(50% - 36px / 2);
    top: calc(50% - 36px / 2);
    right: -125px;
    background: url(/wp-content/themes/flatsome-child/assests/line2.svg) no-repeat;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-size: contain;
}

.section-title-bold-center .section-title-main, .section-title-normal span {
    position: relative;
    border: none;
    font-family: 'SVN-PoppinsB';
    padding: 0 12px;
    font-size: 32px;
    font-weight: bolder;
}

.section-title b {
    display: none;
}

h2.section-title.section-title-bold-center {
    width: 100%;
    justify-content: center;
}

.section-title-bold-center .section-title-main:before {
    width: 120px;
    height: 36px;
    top: -webkit-calc(50% - 21px / 2);
    top: -moz-calc(50% - 21px / 2);
    top: calc(50% - 21px / 2);
    right: -125px;
    background: url(/wp-content/themes/flatsome-child/assests/line2.svg) no-repeat;
    /* -webkit-transform: rotateY(180deg); */
    -moz-transform: rotateY(180deg);
    /* transform: rotateY(180deg); */
    position: absolute;
    content: '';
    top: -webkit-calc(50% - 36px / 2);
    top: -moz-calc(50% - 36px / 2);
    top: calc(50% - 36px / 2);
    left: -125px;
    background-size: contain;
}

.section.dark .section-title-bold-center .section-title-main:after, .section.dark .section-title-bold-center .section-title-main:before {
    background: url("/wp-content/themes/flatsome-child/assests/line.svg") no-repeat;
}

.row.slider-doi-tac {
    position: relative;
}

.section-title-normal {
    border: none;
}

.section-title-normal span.section-title-main:after {
    content: '';
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background: #99cd06;
    -webkit-border-radius: 0% 10% 0% 0% / 0% 100% 0% 0%;
    -moz-border-radius: 0% 10% 0% 0% / 0% 100% 0% 0%;
    border-radius: 0% 10% 0% 0% / 0% 100% 0% 0%;
}

p.contact-item {
    display: flex;
    align-items: flex-start;
}

p.contact-item i {
    margin-top: 4px;
    margin-right: 12px;
}

p.contact-item {
    margin-bottom: 9px;
    color: white;
}

.section-title-normal span.section-title-main {
    position: relative;
    padding: 0;
}


.normal-title .page-title-inner {
    padding-bottom: 0px;
    padding-top: 0px;
}

div#product-sidebar {
    padding-top: 42px;
}

.product_list_widget span.product-title {
    font-weight: bold;
    font-size: 13px;
    color: black;
}

.widget_product_categories li a {
    font-size: 14px;
    font-weight: bold;
}

header#header .nav-dropdown {
    display: block;
}

header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 250px;
    padding: 0;
    display: none !important;

}

header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;

}

header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
}

header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
}

header#header .nav-column > li > a, .nav-dropdown > li > a {
    font-weight: bold;
    color: black;
}

.term-tam-op-tuong-da-mem .box-text.box-text-products {
    background-color: black;
    height: 90px;
}

.term-tam-op-tuong-da-mem .product-small.box a {
    color: white;
}

.nav-dropdown li > a {
    text-transform: lowercase !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.nav-dropdown li > a::first-letter {
    text-transform: uppercase;
}

header#header .nav-dropdown li:hover > a {
    color: var(--fs-color-primary);
}


.product-small.tam-op-da-mem {
    background-color: #0a0000;
    color: white !important;
}

.product-small.tam-op-da-mem p.name a {
    color: white;
    font-size: 17px;
}

.product-small.tam-op-da-mem .product-subtitle, .product-subtitle {
    color: white;
    font-size: 15px;
}

.page-template-page-blank-landingpage #main {
    position: fixed;
    width: 100%;
    height: 100%;
}

.page-template-page-blank-landingpage #main .img-inner img {
    width: auto !important;
    height: 50px;
}
.page-template-page-blank-landingpage #main .fb3d-fullscreen-mode {
    height: calc(100% - 60px) !important;
}

section.section.catalog-container {
    height: 100%;
    width: 100%;
    position: relative;
}

section.section.catalog-container>.section-content.relative {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.header-bottom-nav > li > a{
    text-transform: capitalize;
}
