/*
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-family: "Roboto", sans-serif;
}


input#woocommerce-product-search-field-0 {
    border-radius: 8px 0 0 8px !important;
}

.header-search-form-wrapper button.ux-search-submit.submit-button {
    border-radius: 0 8px 8px 0;
    background-color: var(--primary-color) !important;
}

.header-nav li a {
    color: #000;
    font-family: "Roboto", sans-serif !important;
}

#wide-nav .flex-col.hide-for-medium.flex-center {
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav {
    justify-content: space-between !important;
}

.nav-dropdown {
    min-width: 300px;
}

.header-nav>li.current-menu-item>a,
.header-nav>li>a:hover {
   color: var(--primary-color);

}

.text-hero * {
    position: relative;
    padding: 4px 10px;
    width: max-content;
}

.col-mau-gra > .col-inner {
    padding: 20px 20px 10px 20px;
    border-radius: 6px;
    backdrop-filter: blur(20px) opacity(0.9);
    -webkit-backdrop-filter: blur(20px);
    background: linear-gradient(180deg, #0eaef0, #1287b3);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.7s ease-in-out;
}

.col-mau-gra:hover > .col-inner {
    background-position: bottom;
	cursor: pointer;
}




.text-hero *::after {
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}

.ux-shape-divider--top {
    top: -30px;
}

span.widget-title.shop-sidebar {
    padding-bottom: 6px;
    font-size: 20px;
}

.menu>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 20px;
    font-weight: 700;
}

a.button.product_type_simple {
    border-radius: 8px;
}

.term-description {
    color: #000;
}

#san-pham-moi-xem>li>a {
    display: flex;
    align-items: center;
}

#masthead {
    box-shadow: none;
}

.stuck #masthead {
    box-shadow: none;
    background-color: #ffffff;
}

#san-pham-moi-xem>li>a span {
    font-weight: 700;
    color: #000;
}

aside#block-dm-giai-phap {
    position: sticky;
    top: 120px;
}


.nav-pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.nav-pagination ul li {
    padding: 10px;
    margin-top: 20px;
}

.nav-pagination li .current,
.nav-pagination li a:hover,
.nav-pagination li span:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
}

.nav-pagination li a,
.nav-pagination li span {
    border: 2px solid;
    border-radius: 99px;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: max-content;
    width: auto;
}

.sub-menu.giai-phap {
    list-style: none;
    display: flex;
    justify-content: center;
}

.sub-menu.giai-phap a:hover{
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 12px;
}

.sub-menu.giai-phap>li{
    padding: 0 15px;
}

.sub-menu.giai-phap>li>a {
    color: #000;
    padding: 10px;
    font-weight: 600;
}

.sub-menu.giai-phap .menu-item-has-block .nav-dropdown .col-inner ul:not(.nav.nav-vertical) li:not(.tab):not([class^=bullet-]) {
    margin-left: 0 !important;
}

.sub-menu.giai-phap>li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.sub-menu.giai-phap ul {
    list-style: none;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}