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

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
/* @import url("assets/fonts/OpenSans/font-OpenSans.css"); */

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */

/** Font Roboto **/
/* @import url("assets/fonts/Roboto/font-Roboto.css"); */

/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */

/** Font Inter **/
@import url("assets/fonts/Inter/font-Inter.css");

* {
    scroll-behavior: smooth !important;
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Inter", sans-serif;
}

.alt-font {
    font-family: "Inter", sans-serif;
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.featured-box .icon-box-img img {
    padding-top: 0;
}

.wpcf7-spinner {
    display: none;
}

.box-shadow-1, 
.box-shadow-1-hover:hover, 
.row-box-shadow-1 .col-inner, 
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 0px 10px 0px #0000001A;
}

.col >.col-inner .badge-container {
    margin: 10px 10px 0 15px;
}

.col >.col-inner .badge-container .badge-circle {
    height: 25px;
}

.col >.col-inner .badge-container .badge-circle .badge-inner {
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
}

/** Header **/

#wide-nav {
    padding-top: 5px;
}

li.header-search-form form.searchform input {
    height: 45px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 48px;
    border: 1px solid #DDD;
    box-shadow: none;
    background: #F6F6F6;
    border-radius: 40px;
}

li.header-search-form form.searchform .flex-col:nth-child(2) {
    position: absolute;
    right: 0;
}

form.searchform .ux-search-submit {
    height: 45px;
    width: 45px;
    border: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px !important;
    background: #0FAA4F;
    font-size: 16px;
}

.html1,
.html2 {
    position: relative;
    padding-left: 45px;
}

.html1::before {
    content: "";
    position: absolute;
    background: url("assets/images/icon-phone.png") no-repeat center / contain;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
}

.html2::before {
    content: "";
    position: absolute;
    background: url("assets/images/icon-suport.png") no-repeat center / contain;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
}

.html1 h4,
.html2 h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.html1 p,
.html2 p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.cart-item .header-button a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.cart-item .header-button a .icon-shopping-cart {
    font-size: 20px;
}

/** Nav Menu **/

.header-vertical-menu__opener {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.header-vertical-menu__title {
    font-size: 16px;
}

.nav.header-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
    font-size: 15px;
    padding: 10px 15px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    padding-right: 6px;
}

/** Breadcrumbs **/

.webrt-page-title nav.breadcrumbs > span > span:first-child a::before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    padding-right: 5px;
}

.shop-page-title .woocommerce-breadcrumb,
.product-info .woocommerce-breadcrumb {
    display: none;
}

.webrt-page-title {
    background: #F1F1F1;
}

.webrt-page-title .page-title-inner {
    padding-top: 10px;
    min-height: 45px;
    padding-bottom: 10px;
}

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs a:hover {
    color: #0FAA4F;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Menu **/

header#header .nav-dropdown {
	display: block;
	border: 0;
}
header#header .nav-dropdown-default {
	padding: 10px;
}
header#header .nav-dropdown {
	min-width: 290px;
}
header#header .nav-dropdown ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 290px;
	padding: 10px;
	display: none !important;
	border-radius: 0px;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
header#header .nav-dropdown ul.sub-menu a {
    color: #333;
	white-space: normal;
	margin: 0;
	border: 0;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #ececec;
}
header#header .nav-dropdown .nav-dropdown-col .menu-item-has-children {
	margin-top: 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-dropdown li.menu-item-has-children > a {
    font-size:15px;
	font-weight: 500;
	text-transform: none;
	color: #333;
}
header#header .nav-dropdown li>a:hover,
header#header .nav-dropdown li.active>a {
	color: #0faa4f;
}
header#header .nav-dropdown.nav-dropdown-default>li:last-child>a {
	border-bottom: 0;
}

/** Mega Menu **/

header#header ul.nav.header-nav >li.mega-menu {
    position: initial;
}

header#header ul.nav.header-nav >li.mega-menu::before,
header#header ul.nav.header-nav >li.mega-menu::after {
    display: none;
}

header#header ul.nav.header-nav >li.mega-menu .nav-dropdown {
    /* width: 100%;
    min-width: 100%; */
    width: 1240px;
    min-width: 1240px;
    padding: 15px;
}

header#header li.mega-menu.current-dropdown>.nav-dropdown {
    /* left: 0px; */
    left: calc(100% - 1240px);
    margin-left: 0px !important;
}

header#header .mega-menu > ul.sub-menu.nav-dropdown > li {
    width: 25%;
    float: left;
    padding: 0px 10px;
    position: relative;
}

header#header .mega-menu .nav-dropdown-default .nav-column li>a {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

header#header .mega-menu .nav-dropdown-default .nav-column li>a:hover {
    color: #005097;
}

header#header .mega-menu .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 0;
    color: #005097;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

header#header .mega-menu .nav-dropdown ul.sub-menu {
    display: block !important;
    position: initial;
    width: 100%;
    box-shadow: none;
    padding: 0;
}

.nav-dropdown-has-arrow header#header li.mega-menu.has-dropdown::after,
.nav-dropdown-has-arrow header#header li.mega-menu.has-dropdown::before {
    bottom: 1px;
}

.nav-dropdown-has-arrow header#header .stuck li.mega-menu.has-dropdown::after,
.nav-dropdown-has-arrow header#header .stuck li.mega-menu.has-dropdown::before {
    bottom: -2px;
}

/** Menu Mobile **/


/** Footer **/

#footer {
    color: #FFF;
    background: transparent;
    padding-bottom: 30px;
}

#footer a {
    color: #FFF;
}

#footer > .footer-inner {
    width: 1350px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    background: url("assets/images/bg_footer.jpg") no-repeat center / cover ;
}

#footer h4,
#footer .widget-title {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
}

#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-widgets-aside ul.menu li + li {
    border-top: none;
}

.footer-widgets-asea:nth-child(1) ul li {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
}

.footer-widgets-asea:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(2):before {
    content: "\f095";
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(3)::before {
    content: "\f0e0";
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(4)::before {
    content: "\f0ac";
}

.footer-widgets-asea ul li {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}

.footer-widgets-asea ul.menu li {
    padding-bottom: 0;
}

.footer-widgets-asea form input[type="email"] {
    height: 40px;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 45px;
    margin-bottom: 0;
}

.footer-widgets-asea form button {
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    color: #0FAA4F;
    border-radius: 8px;
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 40px;
    min-height: 40px;
}

.footer-widgets-asea iframe {
    border-radius: 10px;
    border: 4px solid #FFFFFF57 !important;
}

#footer .absolute-footer > .container {
    position: relative;
}

#footer .absolute-footer > .container::before {
    content: "";
    width: calc(100% - 30px);
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    top: -15px;
    left: 15px;
    position: absolute;
}

.absolute-footer.dark {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
}

.footer-secondary {
    padding: 0;
}

.payment-icons img {
    width: 140px;
}

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: linear-gradient(90deg, #0D9244 0%, #0FAA4F 100%);
}

/** Sidebar **/

.widget .is-divider {
    display: none;
}

ul.product_list_widget li {
    padding-bottom: 15px;
}

aside.widget_categories ul,
aside.widget_products ul,
aside.flatsome_recent_posts  ul {
    border-top: 0;
}

.widget.widget_categories > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 20px;
}

.product-small.box .product-title a {
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

table tbody td,
table tbody th {
    padding: 10px 15px !important;
    vertical-align: top;
    border: 0;
}

.shop-container .col.large-9 .product-main {
    padding: 10px 0px 25px;
}

.product-gallery,
.product-thumbnails .col {
    padding-bottom: 1px !important;
}

.product-small.box .box-text.box-text-products {
    padding: 20px 15px;
}

#product-sidebar {
    margin-top: 20px;
}

#product-sidebar aside:last-child {
    margin: 0;
}

.sidebar-inner span.widget-title,
#secondary span.widget-title {
    width: 100%;
    display: block;
    background: #0FAA4F;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
}

#product-sidebar .product-categories {
    border: 1px solid #DDD;
}

#product-sidebar .product-categories li {
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar-wrapper.ul-reset .widget {
	padding-left: 0;
	padding-right: 0;
}
ins .woocommerce-Price-amount {
    font-size: 16px;
}

.woocommerce-variation-price ins .woocommerce-Price-amount {
    font-size: 22px;
}

.product-info .price-wrapper ins .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #da251c;
    line-height: 28px;
}

del span.amount {
    opacity: 1;
}

.product-info .price-wrapper del .woocommerce-Price-amount {
    color: #333;
    font-size: 18px;
}

#tu-van .wrap_title {
    padding: 15px 10px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    background: linear-gradient(270deg, #05A246 0%, #0FAA4F 100%);
}

#tu-van .wrap_title h3 {
    color: #FFF;
}

#tu-van .wrap_title p {
    font-size: 13px;
}

#tu-van textarea {
    min-height: 100px;
}

#tu-van form.wpcf7-form {
    padding: 20px;
}

.product-short-description {
    border: 1px dashed #DA251C;
    border-radius: 15px;
    padding: 15px 20px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-short-description ul li {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    list-style-type: none;
}

.product-short-description ul li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #DA251C;
    padding-right: 5px;
}

#supporter-info {
    border: 1px solid #EBEBEB;
}

.supporter {
    padding-left: 20px;
    padding-right: 20px;
}

.supporter ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    position: relative;
}

.supporter:nth-child(2) ul {
    border-bottom: 1px solid #E8E8E8;
}

.supporter ul::before {
    content: "\f098";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    color: #cdced1;
    left: -30px;
    top: calc(50% - 15px);
}

.supporter ul li {
    margin: 0;
}

.supporter ul li:first-child {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.supporter ul li.phone a {
    color: #F31C1C;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    /** Footer **/
    #footer > .footer-inner {
        width: 100%;
    }
    .absolute-footer.dark {
        line-height: 22px;
    }
    .section-title-container .section-title .section-title-main {
        width: 276px;
    }
    .rt-section-news h2 {
        font-size: 25px;
    }
    .rt-section-news p br {
        display: none;
    }
    /** Product **/
	.heading-cat_product h3 {
		font-size: 17px;
	}
    .price > .woocommerce-Price-amount > bdi,
    .price .amount-contact {
        line-height: 25px;
    }
    .add-to-cart-button a.button {
        height: 25px;
        font-size: 13px;
        line-height: 29px;
    }
    .add-to-cart-button a.button::after {
        font-size: 12px;
    }
    form.cart .quantity {
        width: 100%;
    }
    /* form.cart .single_add_to_cart_button.button {
        width: 100%;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    } */
    /* form.cart .buy-now.button,
    form.cart .btn-tuvan__single {
        width: calc(50% - 7px);
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
    } */
    form.cart .btn-tuvan__single p,
    form.cart .buy-now p {
        font-size: 9px;
    }
    .product-small.box .box-text.box-text-products {
        padding: 15px 5px;
    }
    ins .woocommerce-Price-amount {
        font-size: 14px;
    }
    .add-to-cart-button a.button {
        padding: 0px 10px;
    }
    .wrap-product__single table tbody tr td:first-child {
        width: 45%;
    }
    .product-small.col .price > .woocommerce-Price-amount > bdi {
        font-size: 12px;
    }
    .heading-cat_product h3::before {
        left: -10px;
    }
    /** Page **/
    .gg-map p iframe {
        height: 220px;
    }
    .rt-section-intro h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .rt-section-intro h4 {
        font-size: 18px;
    }
    .rt-section-intro a.button {
        font-size: 20px;
    }
    .heading-cat_noibat h3,
    .heading-cat_noibat h3::before {
        font-size: 18px;
    }
    .product-small.box .product-title a {
        height: 38px;
    }
    .box-vertical .box-image {
        width: 13% !important;
        float: left;
        padding-right: 10px;
    }
    .cat_parent ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }
	.rt-section-index .row > .col.large-3 {
		padding-left: 5px;
		padding-right: 5px;
	}
    .rt-section-index .icon-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.rt-section-index .icon-box .icon-box-img {
		width: 45px !important;
	}
    .rt-section-index .icon-box .icon-box-text {
        padding-left: 0em;
        text-align: center;
    }
    .rt-section-index .icon-box .icon-box-text h3 {
		font-size: 10px;
		line-height: 15px;
		padding-top: 10px;
    }
	.rt-section-index .icon-box .icon-box-text h3 br {
		display: none;
	}
    .cat-home__wrap .heading-cat_product {
        gap: 0px;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 15px;
    }
    .cat-home__wrap .heading-cat_product ul {
        padding: 5px 0px;
    }
    .cat-home__wrap .heading-cat_product ul li a {
		font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
	.heading-cat_product ul li {
		margin-bottom: 3px;
	}
	#button-contact-vr .button-contact .phone-vr {
		width: 70px;
  		height: 70px;
	}
	.phone-vr-circle-fill {
		width: 48px;
		height: 48px;
		top: 17px;
		left: 17px;
	}
	.phone-vr-img-circle {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.phone-vr-img-circle img {
		max-height: 15px;
  		max-width: 19px;
	}
	.phone-bar a {
		margin-top: -42px;
		font-size: 12px;
  		padding: 3px 10px 3px 38px;
	}
}