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

/** Fonts Be Vietnam Pro **/
@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Thin.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-ThinItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-ExtraLight.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Light.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-LightItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Regular.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Italic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Medium.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-MediumItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-SemiBoldItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Bold.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-BoldItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-ExtraBold.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-ExtraBoldItalic.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-Black.ttf");
}

@font-face {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/BeVietnamPro/BeVietnamPro-BlackItalic.ttf");
}

/** Fonts Roboto **/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-ThinItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Italic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-BoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-Black.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto/Roboto-BlackItalic.ttf") format('woff2');
}

/** Fonts Plus Jakarta Sans **/

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraLight.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-LightItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-Italic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-MediumItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-SemiBoldItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-BoldItalic.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf");
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraBoldItalic.ttf");
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

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;
}

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

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

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

.alt-font {
    font-family: "Be Vietnam Pro", sans-serif;
}

/** Header **/

#top-bar {
    font-size: 18px;
}

#header .header-wrapper {
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.header-nav ul li {
    list-style-type: none;
}

li.header-search-form form.searchform {
    width: 90%;
}

li.header-search-form form.searchform input {
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 48px;
}

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

ul.header-nav.nav-right li.header-search-form form.searchform button {
    height: 40px;
    width: 60px;
    border-radius: 25px !important;
    background: linear-gradient(243.74deg, #002664 11.89%, #1D4C9F 85.65%);
    border: 0px;
}

.header-button-1 .header-button span::before {
    content: "\f2a0";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    padding-right: 5px;
}

.header-button > a {
    height: 40px;
    line-height: 40px;
}

.cart-item.has-icon .header-button > a {
    padding-left: 5px;
    padding-right: 5px;
}

#wide-nav ul.header-nav li.menu-item:nth-child(2) a::after {
    display: none;
}

.flex-col.flex-grow ul.header-nav {
    justify-content: center;
}

form.searchform .ux-search-submit {
    background: #002664;
    height: 40px;
    width: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px !important;
}

/** Nav Menu **/

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

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

/** Home **/

.headding-section h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.headding-section h2::before {
    content: "";
    position: absolute;
    width: 96px;
    height: 8px;
    background: url("assets/images/line.png") no-repeat;
    bottom: -16px;
    left: calc(50% - 48px);
}

/** Post cat **/

.post-item .box.box-normal {
    box-shadow: 0px 2px 6px 0px #0000001A;
}

.post-item .box-text {
    padding-left: 20px;
    padding-right: 20px;
}

/** Single Post **/

.entry-meta {
    font-size: 14px;
}

.entry-meta .posted-author {
    padding-right: 10px;
}

.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.post-item .box.box-push:hover h5.post-title a {
    color: #FFF;
}

.post-item .box.box-push:hover .is-divider {
    background: #FFF;
}

.box-push h5.post-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.02em;
    text-align: left;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

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

.related-post .heading {
    font-size: 25px;
    color: #444444;
    margin-bottom: 15px;
}

#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #DDD;
}

.post-item .box-text a.button {
    color: #002664;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #002664;
    border-top-color: rgb(24, 117, 203);
    border-right-color: rgb(24, 117, 203);
    border-bottom-color: rgb(24, 117, 203);
    border-left-color: rgb(24, 117, 203);
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

.post-related-wrap {
    padding-bottom: 60px;
}

.related-post .heading {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
	border-bottom: 2px solid #DDD;
	position: relative;
}

.related-post .heading:before {
	content: "";
	width: 245px;
	height: 1px;
	position: absolute;
	border-bottom: 2px solid #FF7900;
	bottom: -2px;
	left: 0;
}

.related-post .flickity-prev-next-button {
    opacity: 1;
}

.related-post .flickity-prev-next-button.previous {
    left: -15px;
}

.related-post .flickity-prev-next-button.next {
    right: -15px;
}

.btn-single .btn {
    width: 100%;
    display: block;
    padding: 5px 20px;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 17px;
}

.btn-single .btn.btn-zalo__single {
    background-color: #01a8da;
}

.btn-single .btn.btn-hotline__single {
    background-color: #216925;
}

/** Footer **/

#footer {
    color: #FFF;
    background: #002664;
}

#footer a {
    color: #FFF;
}

#footer h4,
#footer .widget-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    background: transparent;
    height: auto;
    text-align: left;
}

#footer h4::before,
#footer .widget-title::before {
    content: "";
    width: 62px;
    height: 0px;
    position: absolute;
    border-bottom: 2px solid #FFF;
    bottom: 0;
    left: 0;
}

#footer .footer-widgets-asea:nth-child(1) {
    flex-basis: 31%;
    max-width: 31%;
}

#footer .footer-widgets-asea:nth-child(2)  {
    flex-basis: 20%;
    max-width: 20%;
}

#footer .footer-widgets-asea:nth-child(3) {
    flex-basis: 25%;
    max-width: 25%;
}

#footer .footer-widgets-asea:nth-child(4) {
    flex-basis: 24%;
    max-width: 24%;
}

#footer .footer-widget-asea .widget {
    padding-left: 0;
    padding-right: 0;
}

#footer .widget > ul > li + li,
#footer ul.menu > li + li {
  border-top: 0;
}

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

.footer-widgets-asea:nth-child(1) ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 15px;
}

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

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

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

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

.absolute-footer.dark {
    color: #FFF;
}

#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: #004AAF;
}

.wpcf7-spinner {
    display: none;
}

/** Menu **/

ul.header-nav.nav-uppercase >li.menu-item >a {
    text-transform: uppercase;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #222;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    padding: 10px;
    min-width: 290px;
}

.nav-dropdown li {
    font-size: 14px;
}

li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    display: block;
}

.nav-dropdown-full>li.nav-dropdown-col {
    width: 25%;
    float: left;
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

#main-menu ul.nav-sidebar .html.custom {
    color: #FFF;
    flex-flow: nowrap;
}

#main-menu ul.nav-sidebar .html.custom i {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #FFF;
}

/** Menu sub-menu 3 **/

.nav-dropdown>li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
}
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.nav-dropdown-default>li:hover>a, 
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    color: #FB8800;
}

.nav-dropdown-default>li.menu-item-has-children>a {
    position: relative;
}

.nav-dropdown-default>li.menu-item-has-children>a::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 40px;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
    margin-top:-40px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col {
    width:100%;
    border-right:0;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding:10px;
    text-transform: none;
    color:black;
}

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

/** Mega Menu **/

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

li.mega-menu.current-dropdown>.nav-dropdown {
    left: 0px;
    margin-left: 0px !important;
}

.mega-menu ul.sub-menu li {
    width: 33.333%;
    float: left;
    padding-left: 42px;
    padding-right: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mega-menu .nav-dropdown-default .nav-column li>a,
.mega-menu .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 0;
}
#button-contact-vr{
	left: auto;
    right: 0;
}
.phone-bar a{
	right: 30px;
	left: auto;
	padding: 7px 50px 7px 15px;
}
/** Home **/

.colum-banner__home .col.medium-3 {
    flex-basis: 280px;
    max-width: 280px;
}

.colum-banner__home .col.medium-9 {
    flex-basis: calc(100% - 280px);
    max-width: calc(100% - 280px);
}

.heading-cat_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #DDD;
    background: #FFF;
}

.heading-cat_product h3 {
    border-left: 5px solid #D52B1D;
}

.heading-cat_product h3 {
    margin: 0;
    height: 45px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    max-width: max-content;
    padding-left: 25px;
    position: relative;
    margin-bottom: 0px;
}

.heading-cat_product h3::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 8px);
    left: 0px;
    border-left: 8px solid #D52B1D;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.heading-cat_product ul {
    margin: 0;
}

.heading-cat_product ul li {
    margin: 0;
    padding-right: 0px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    position: relative;
}

.heading-cat_product ul li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    border-left: 2px solid #D4D4D4;
    top: 13px;
    left: -13px;
}

.title-cat_product .section-title {
    margin: 0;
}

.title-cat_product .section-title b {
    opacity: 0.2;
    background: #002664;
}

.title-cat_product .section-title span {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}

/** Page **/

.gg-map p {
    margin-bottom: 0;
    line-height: 0;
}

/** Woocoommerce **/

.cat-home__wrap .cat-home__left {
    flex-basis: 77%;
    max-width: 77%;
}

.cat-home__wrap .cat-home__right {
    flex-basis: 23%;
    max-width: 23%;
}

.col .product-small.box {
    border: 1px solid #DFDFDF;
}

.add-to-cart-button a.button {
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #002664;
    text-transform: none;
}

.add-to-cart-button a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.widget li > .woocommerce-Price-amount bdi,
.widget .amount-contact,
.price>.woocommerce-Price-amount>bdi,
.price .amount-contact {
    color: #e24642;
    font-weight: 700;
}

/** Sidebar **/

#menu-danh-muc-san-pham {
    border-top: 0;
    border: 1px solid #002664;
}

#menu-danh-muc-san-pham li {
    padding-left: 15px;
    padding-right: 15px;
}

#menu-danh-muc-san-pham li a {
    position: relative;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#menu-danh-muc-san-pham ul.sub-menu {
    border-left: 0px;
    margin: 0 0 10px 0px;
    padding-left: 0px;
}

#menu-danh-muc-san-pham ul.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

aside.widget_categories .widget-title,
aside.widget_nav_menu .widget-title,
aside.widget_products .widget-title,
aside.flatsome_recent_posts .widget-title {
    color: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #002664;
}

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

aside.widget_categories ul,
aside.widget_products ul,
aside.flatsome_recent_posts  ul {
    border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #002664;
}

.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: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.product-small.box .product-title a {
    height: 66px;
    overflow: hidden;
    display: block;
    line-height: 22px;
    margin: 0 0 10px 0;
}

table tbody td,
table tbody th {
    padding: 1rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.product-footer .woocommerce-tabs .tabs {
	background: #f1f1f1;
  	border-radius: 20px;
}

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

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

#product-sidebar .widget_product_categories .widget-title {
    color: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #002664;
}

#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;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.colum-banner__home .col.medium-9 {
		flex-basis: 100%;
    	max-width: 100%;
	}
	.cart-item.has-icon .header-button > a {
		height: 30px;
    	line-height: 30px;
	}
    /** Home **/
    .title-cat_product .section-title span {
        font-size: 20px;
    }
    .headding-section h2 {
        font-size: 22px;
    }
    .heading-cat_product {
        margin-bottom: 0px;
    }
    .heading-cat_product ul {
        padding: 5px 10px;
    }
    .cat-home__wrap .cat-home__left {
        flex-basis: 100%;
        max-width: 100%;
    }
    /** Footer **/
    #footer {
        background-size: cover;
    }
    #footer .footer-widgets-asea:nth-child(1),
    #footer .footer-widgets-asea:nth-child(2),
    #footer .footer-widgets-asea:nth-child(3),
    #footer .footer-widgets-asea:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;
    }
    /** 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,
    form.cart .buy-now.button {
        width: calc(50% - 7px);
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    /** Page **/
    .gg-map p iframe {
        height: 220px;
    }
}