/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/


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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap');

@font-face {
  font-family: myfontutmavo;
  src: url(/wp-content/themes/flatsome-child/font/UTMAvo.ttf);
}
body,.nav > li > a,h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family: myfontutmavo !important;
}

:root{
--main-col:#05428c;
--secon-color:#0f77ae;
--thir-color:#eeee22;
}
/*Scroll bar*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--main-col);
    border: 1px solid var(--main-col);
}
b, strong {
    font-weight: 600 !important;
    color: var(--main-col);
}   
p, span, li {
    font-size: 16px;
    font-weight: 500;
}
.col-padding{
    padding-bottom: 0;
}
/*CSS By Tunnguyn07*/
.contact-header {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.contact-header span {
	width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px dashed;
    margin-right: 10px;
}
.no-bullets {
  list-style: none outside;
  margin-left: 0; 
  margin-bottom: 0;
}
.no-bullets li{
	margin-bottom: 0;
}
button.button.buy_now_button {
    flex: 0 1 auto;
}
div#wide-nav {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}
#wide-nav a.nav-top-link {
    font-size: 16px;
    color: black;
}
#wide-nav .nav>li.menu-item {
    margin: 0 15px;
}
.mfp-bg {
    background: black !important;
}
#masthead .menu-item a {
    font-size: 15px !important;
    text-transform: uppercase;
}
a.hotline-header {
    background: var(--main-col);
    padding: 10px !important;
    font-size: 16px !important;
    color: white !important;
    border-radius: 99px;
    margin-left: 10px;
}
a.hotline-header i{
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border-radius: 100%;
    opacity: 1;
    transform-origin: 50% 50% 0;
}
@keyframes ring-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

/* Css Menu 3 level */
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown {
    border: 1px solid #ddd !important;
    padding: 0;
    border-radius: 4px;
    top: 50px;
    left: 0 !important;
}
.nav-spacing-xlarge>li {
    margin: 0 10px;
}
.nav-dropdown.nav-dropdown-default>li a:hover:after {
    width: 100%;
    transittion: all 300ms;
    -webkit-transition: all 300ms;
}

.nav-dropdown.nav-dropdown-default>li a:after {
    content: '';
    width: 0;
    height: 2px;
    background: var(--main-col);
    position: absolute;
    left: 0;
    bottom: -2px;
    transittion: all 300ms;
    -webkit-transition: all 300ms;
}
.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--main-col);
}
#masthead .nav-dropdown li a::before{
    display: none !important;
}
.nav-dropdown.nav-dropdown-default>li a {
    position: relative;
}
.nav-dropdown li.menu-item a {
    padding: 10px 0 !important;
    margin: 0 10px !important;
    border-bottom: 1px solid #dddddd !important;
}
.nav-dropdown li:last-child{
	border-bottom: none;
}
.nav-dropdown a{
	color: black !important;
}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important;font-size:15px; font-weight:500}
/*.nav-dropdown .nav-dropdown-col>ul li:hover{background:#db0000}*/
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:var(--main-col) !important;}
/*.nav-dropdown-default>li:hover{background:#fbae3c}*/
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul {
    border: 1px solid #d2d2d2;
    margin-top: -42px;
    box-shadow: 2px 2px 5px #828282;
    display: none;
    position: absolute;
    padding: 0;
    border-radius: 4px;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{ text-transform: uppercase;}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
/*Trang chủ*/
.bg-title-home{
    display: flex;
    justify-content: center;
}
.bg-title-home h2 {
    width: auto;
    height: 42px;
    background: var(--main-col);
    position: absolute;
    display: flex;
    color: white;
    font-size: 20px;
    align-items: center;
    padding: 0 10px;
    top: -12px;
}
.bg-title-home h2:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 42px;
    background: url(/wp-content/themes/flatsome-child/img/bg-dmsp.png);
    background-size: 100% 100%;
    top: 0;
    left: -62px;
}
.bg-title-home h2:after {
    content: '';
    position: absolute;
    width: 62px;
    height: 42px;
    background: url(/wp-content/themes/flatsome-child/img/bg-dmsp.png);
    background-size: 100% 100%;
    top: 0;
    left: 100%;
    transform: scaleX(-1);
}
.col-bg-dmsp>.col-inner{
    box-shadow: rgb(0 0 0 / .16) 0 1px 4px;
    border-radius: 4px;
    padding: 20px;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}
.col-bg-dmsp .product-category.col {
    padding-bottom: 0;
}
.product-category .box-image {
    background: #f2f8ff;
    border-radius: 20px;
    padding: 20px;
}
.product-category .col-inner:hover .header-title{
    color: var(--main-col);
}
.title-home:after {
    content: "";
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 8rem;
    height: 2px;
    background: var(--main-col);
}
.title-home h1, .title-home h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.row-blog {
    background: #f1f7ff;
    border-radius: 6px;
    border: 1px solid #05428c;
    padding: 20px;
    margin: 0 !important;
}
.row-blog .col.post-item,.row-blog .col.medium-7
,.row-blog .col.medium-5 {
    padding-bottom: 0;
}
.title-cn {
    font-size: 18px;
    color: var(--main-col);
    font-weight: 600;
}
.box-chinhanh {
    margin-bottom: 20px;
}
.box-chinhanh .icon-box-img {
    background: #b9d5fb;
    padding: 10px;
    border-radius: 14px;
}
.box-chinhanh .icon-box-text p {
    font-size: 12px;
}
.box-chinhanh .icon-box-left {
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
}
.row-height {
    max-height: 491px;
    overflow-y: auto;
    margin-right: -15px !important;
}
.title-text {
    margin-bottom: 30px;
}
.title-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 7px;
    top: 43px;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.title-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
}
.title-text:after {
    background: #f5f5f5 url(/wp-content/themes/flatsome-child/img/mui-ten.png) center no-repeat;
}
.title-text:before {
    background: #fff url(/wp-content/themes/flatsome-child/img/mui-ten.png);
}
.title-text h2 {
    color: var(--main-col);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.st_duan .box-image:before{
    content: "";
    display: inline-block;
    background: white;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}
.st_duan .box-image:after{
    right: -1px;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    content: "";
    display: inline-block;
    background: white;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    position: absolute;
    /* left: -1px; */
    /* top: -1px; */
    z-index: 9;
}
.product-small.box {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.product-small.box p.category {
    display: none;
}
.product-small.box .box-text.box-text-products {
    padding-bottom: 0;
    padding-top: 10px;
}
/*.product-small.box .title-wrapper {
    min-height: 80px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}*/
.sidebar-inner .widget,#product-sidebar .widget_text {
    border: 1px solid var(--main-col);
    padding: 10px;
    border-radius: 12px;
}
.widget-title {
    color: white;
    display: block;
    background: linear-gradient(to right, #05428c, #2282b5);
    padding: 10px;
    margin-bottom: 15px !important;
    font-size: 16px !important;
    border-radius: 12px 10px 36px 29px;
    box-shadow: 3px 2px 3px 0px #7797bf;
}
#product-sidebar p,#product-sidebar li,
#product-sidebar li a,#product-sidebar span{
    font-size: 13px;
    margin-bottom: 5px; 
}
.product-attributes li{
    list-style: none;
    margin-left: 0 !important;
}
.woocommerce-product-attributes  tr.woocommerce-product-attributes-item:nth-child(odd) {
    background: #e0eeff;
}
.woocommerce-product-attributes  th{
    padding: 10px;
    color: var(--main-col);
}
.is-divider.small {
    display: none;
}
.product-title a {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.st_danhsach .image-cover {
    border-radius: 24px;
}
.section-title-normal span {
    line-height: 50px;
    height: 50px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: url(/wp-content/themes/flatsome-child/img/title-home.png) right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px 0 15px;
    border-bottom: 0;
    margin-bottom: -2px;
}

.section-title-normal {
    border-bottom: 2px solid var(--main-col)
}
.st_tintuc .badge .badge-inner:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-top: 4px solid #c96a77;
    border-left: 7px solid transparent
}

.st_tintuc .badge .badge-inner {
    color: #fff;
    background-color: var(--main-col) !important;
    border: 1px solid var(--main-col) !important;
    border-radius: 2px 25px 5px 0
}

.st_tintuc .badge .post-date {
    top: 4%
}

.st_tintuc .badge .col-inner {
    border-radius: 4px
}

.st_tintuc .badge .col-inner img {
    border-radius: 4px 4px 0 0
}

.post-title.is-large,.from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-title.is-large{
    height: 47px;
}
.bai-viet-lien-quan .post-title.is-large{
    height: 40px;
}
.blog-1-post .post-title.is-large {
    height: auto;
    font-size: 24px;
    margin-bottom: 15px;
}
.box-blog-post .is-divider {
    display: none;
}
.row-blog .col.medium-5 .post-item {
    border-bottom: 1px dashed #bdbdbd;
    padding: 10px;
}
.row-blog .col.medium-5 .post-item:last-child{
    border-bottom: none;
}
.row-blog .col.medium-5 .post-item:first-child{
    padding-top: 0 !important;
}
p.cat-label.is-xxsmall.op-7.uppercase {
    display: none;
}
/*Footer*/
.st_footer {
    border-top: 5px solid var(--main-col);
}
.st_footer strong {
    font-size: 16px !important;
    color: var(--main-col);
}
.st_footer strong:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: var(--main-col);
    position: relative;
    bottom: 0;
    margin-top: 5px;
}
.st_footer ul li {
    font-size: 15px;
    margin-bottom: 0;
}
.ul-none ul li{
	list-style: none !important;
	margin-left: 0;
}
.ul-none ul li i{
    color: var(--main-col);
}
.st_footer .ul-lienket ul li{
	list-style: square;
}
.st_footer .col{
    padding-bottom: 0;
}
.st_footer a:hover{
	color: var(--main-col);
}
.icon-box-left, .icon-box-right {
    align-items: center;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.send-button {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
.st_footer  input.wpcf7-email{
    height: 50px;
}
/*Trang giới thiệu*/
/*.sub-brc .rank-math-breadcrumb {
    position: absolute;
    margin: 0 auto;
    top: 58%;
    left: 50%;
    transform: translatex(-50%);
}*/
.sub-brc .rank-math-breadcrumb p, .sub-brc .rank-math-breadcrumb a {
    color: white;
    margin-bottom: 0;
}
/*TRang danh mục*/
.yith-wcan-filters .yith-wcan-filter {
    border: 1px solid #d4d4d4;
}
.yith-wcan-filters h4.filter-title {
    color: white !important;
    background: var(--main-col);
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}
.yith-wcan-filters .filter-content {
    padding: 10px;
}
/*Chi tiết sản phẩm*/
.single-product .row-large>.col{
    margin-bottom: 0;
    padding: 0 15px 30px;
}
.single-product nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}
h1.product-title{
    font-weight: 500;
}
.product-info .price-wrapper{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.product-info  p.price.product-page-price span {
    font-size: 24px;
    color: var(--main-col);
    font-weight: 500;
}
.product-info .price {
    margin: 0 !important;
    padding: 20px 0;
}
.product-short-description{
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.product-hotline {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quantity input.plus.button.is-form,
.quantity input.minus.button.is-form,
button.single_add_to_cart_button.button.alt,
button.button.buy_now_button{
    border-radius: 99px;
}
.single-product .product-main {
    padding-bottom: 0;
}
ul.product-tabs {
    background: rgb(152 198 255);
}
ul.product-tabs li a {
    border-radius: 0;
    padding: 10px 25px;
    background: var(--secon-color);
    color: white;
    font-weight: 500;
    font-size: 16px;
}
ul.product-tabs li.active a,ul.product-tabs li:hover a {
	background:  var(--main-col);
	color: white;
}
.woocommerce-tabs .tab-panels {
    border: 1px solid #e6e6e6;
    padding-top: 30px !important;
    padding: 15px;
}
.woocommerce-tabs .tab-panels p{
	text-align: justify;
}
h3.product-section-title-related {
    display: block !important;
    border-left: 5px solid var(--main-col);
    padding: 10px;
    font-size: 24px;
}
/* Css cate */
.blog-archive .col.post-item .col-inner{
    line-height: 1.5em;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item .col-inner:hover{
    box-shadow: 1px 2px 15px rgb(0 0 0 / 30%);
}

.blog-archive .col.post-item .box-text{
    padding: 15px;
}
.blog-archive .post-item:nth-child(n + 3) .box-text h3{
    min-height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.blog-archive .col.post-item:nth-child(1) .box-text  a,
.blog-archive .col.post-item:nth-child(2) .box-text  a{
    color: white !important;
}
.blog-archive .post-item .col-inner{
    box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item:nth-child(1) .image-cover:after,
.blog-archive .col.post-item:nth-child(2) .image-cover:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(transparent, #000000);
    pointer-events: none;
    backface-visibility: hidden;
    transition: opacity .3s;
}
.blog-archive .col.post-item:nth-child(1) .image-cover,
.blog-archive .col.post-item:nth-child(2) .image-cover{
    padding-top: 65% !important;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.blog-archive .col.post-item:nth-child(1),
.blog-archive .col.post-item:nth-child(2){
    max-width: 50%;
    flex-basis: 50%;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text{
    padding: 1.5rem !important;
    color: #fff;
}
.blog-archive .col.post-item .box-text p.cat-label{
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    font-weight: bold;
}
.blog-archive .post-item .box-text h5{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.blog-archive .post-item:hover img{
    transform: scale(1.1);
}
.blog-archive .post-item:nth-child(n + 3) .box-text{
    padding: 1rem 1.25rem;
    border-top: 2px solid var(--main-col);
}
.blog-archive .post-item:nth-child(n + 3) .box-text p.cat-label{
    position: absolute;
    top: -14px;
    left: 1rem;
    font-weight: bold;
    font-size: 14px;
    background-color: var(--main-col);
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 4rem;
    opacity: 1;
    text-transform: none;
}
.box-blog-post .is-divider{
    display: none;
}

@media only screen and (max-width: 48em){
    .blog-archive .col.post-item:nth-child(1), .blog-archive .col.post-item:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* End Page news AZ9s Team*/
/*Chi tiết bài viết*/
#secondary .widget {
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 8px;
}
#flatsome_recent_posts-2 .widget-title,
#tag_cloud-2 .widget-title {
    color: white !important;
    background: var(--main-col);
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}
#flatsome_recent_posts-2 ul{
	padding: 0 10px;
}
#flatsome_recent_posts-2 .mr-half {
    margin-right: 5px;
}
#tag_cloud-2 .tagcloud {
    padding: 10px;
}
#tag_cloud-2 .tagcloud a {
    font-weight: 500;
    font-size: 16px !important;
    border: none;
    color: black;
    display: flex;
}
#tag_cloud-2 .tagcloud a:before {
    content: "\f02b";
    font-family: 'FontAwesome';
    padding-right: 5px;
    margin-top: 3px;
    color: var(--main-col);
}
#tag_cloud-2 .tagcloud a:hover,#tag_cloud-2 .tagcloud a:hover:before{
	color: white !important;
}
#shop-sidebar .product-categories a {
        font-size: 13px;
        text-transform: uppercase;
    }
.entry-content p{
	text-align: justify;
}
/*Menu sidebar*/
#menu-menu-sidebar li {
    list-style: none;
    margin-left: 0
}

#menu-menu-sidebar li li {
    list-style: square
}

ul#menu-menu-sidebar {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px
}

#menu-menu-sidebar .menu-item a {
    font-size: 20px;
    display: block;
    background: var(--main-col);
    color: #fff;
    padding-left: 10px
}

#menu-menu-sidebar .menu-item .sub-menu a {
    font-size: 15px;
    background: #fff;
    color: #4e657b;
    padding-left: 0
}

#menu-menu-sidebar .sub-menu .menu-item.current_page_item a {
    color: var(--main-col);
}
#menu-menu-sidebar .menu-item.current_page_item a {
    color: var(--thir-color);
}
#menu-menu-sidebar .menu-item .sub-menu {
    margin: .5em 0 .5em 2em
}
/*Relate Post CSS*/
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan h2{font-size:20px; }
.bai-viet-lien-quan ul{width:100%; margin-bottom:0; display:inline-block; clear:both }.bai-viet-lien-quan ul li .box-image img {
    height: 230px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan ul li .tieu-de-bai-viet {
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    line-height: 22px;
}
.bai-viet-lien-quan h2 span {
    display: inline-block;
    color: var(--main-col);
    border-bottom: 2px solid var(--main-col);
    padding-bottom: 10px;
    margin-bottom: -2px;
    text-transform: uppercase;
}
.bai-viet-lien-quan h2 {
    border-bottom: 2px solid #b57f5b;
}
.blog-single .large-9.col.medium-col-first {
    padding-bottom: 0;
    margin-bottom: -15px;
}
.archive .large-9.col.col-padding-bt {
    margin-top: -15px;
}
.title-bv span {
    font-weight: 600;
    font-size: 20px;
    color: var(--main-col);
    border-bottom: 2px solid;
    cursor: pointer;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.title-bv{
    margin-bottom: 20px;
}
.text-ft-fs p {
    font-size: 14px;
    margin-bottom: 0;
}
/* Trang Liên hệ */
.lh_lienhe p strong{
	font-weight: 500;
	font-size: 24px;
	color: var(--main-col);
}
.lh_lienhe p{
	margin-bottom: 0;
}
.lh_lienhe iframe {
    height: 250px !important;
}
.lh_lienhe .wpcf7-form  input ,.lh_lienhe .wpcf7-form  textarea{
    border-radius: 8px;
    height: 40px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/*Menu mobile*/
.off-canvas-left .mfp-content {
		width: 100%;
		top: 70px;
		box-shadow: none;
	}
	.mobile-sidebar {
		background: white;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		font-size: 17px;
		color: var(--main-col);
	}
	.mfp-content .toggle {
		color: var(--main-col);
	}
	.icon-menu:before {
		content: "\f550";
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
	}
	.contact-header span,.contact-header li {
	    color: white;
	}
	.contact-header a{
		padding-left: 0 !important;
	}
	.st_danhsach h3 {
	    font-size: 24px;
	}
	div#shop-sidebar {
	    background: white;
	}

	.shop-page-title  nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
	    display: none;
	}
	.product-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .product-tabs::-webkit-scrollbar {
        height: 0;
    }
	.product-tabs li {
        flex: 0 0 auto;
        width: auto;
    }
    .title-home p{
    	text-align: justify !important;
    }
    .bg-title-home h2 {
        font-size: 13px;
    }
    .post-title.is-large {
        font-size: 16px;
    }
    .st_footer .icon-box-left {
        flex-direction: column;
    }
    .st_footer .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0;
        margin-bottom: 15px;
    }
}
