/*
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.   ***************/

body {
    font-size: 16px;
    line-height: 1.7;
}

h1 {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h2 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.31em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.banner h1 {
    font-size: 2em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.button, button, input[type=button], input[type=reset], input[type=submit], .res-text {
    font-size: 1em;
}
img.size-full.alignnone {
    margin-bottom: 15px;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 10px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 10px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text p {
    margin-bottom: 15px;
    margin-top: 0;
}
/* p:last-of-type {
    margin: 0 !important;
} */
.single-page img {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.image-rd-10 img {
    border-radius: 10px;
}
.image-rd-15 img {
    border-radius: 15px;
}
.image-rd-20 img {
    border-radius: 20px;
}
.image-rd-25 img {
    border-radius: 25px;
}

.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a{
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 30px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
/*.nav>li>a,*/
/*.nav-dropdown-default .nav-column li>a,*/
/*.nav-dropdown.nav-dropdown-default>li>a {*/
    /*font-size: 16px;*/
/*}*/
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: var(--fs-color-primary);
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    font-weight: 700;
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown .nav-dropdown {
    min-width: 160px;
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown a {
    display: flex;
    align-items: center;
}
.nav.header-nav > li.header-language-dropdown a .image-icon,
.nav.header-nav > li.header-language-dropdown a .icon-image {
    width: 18px;
    display: flex;
    align-items: center;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 5px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-primary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    /*filter: brightness(0) invert(1);*/
    /*-webkit-filter: brightness(0) invert(1);*/
    position: relative;
    z-index: 9;
}
.row-social-fixed .img.social-hotline a,
.row-social-fixed .img.social-hotline a:before {
    background: #e70904;
}
.row-social-fixed .img.social-hotline a:after {
    border-color: #e70904;
}

.row-social-fixed .img.social-zalo a,
.row-social-fixed .img.social-zalo a:before {
    background: #2698f1;
}
.row-social-fixed .img.social-zalo a:after {
    border-color: #2698f1;
}

.row-social-fixed .img.social-email a,
.row-social-fixed .img.social-email a:before {
    background: #f2701c;
}
.row-social-fixed .img.social-email a:after {
    border-color: #f2701c;
}

.row-social-fixed .img.social-whatsapp a,
.row-social-fixed .img.social-whatsapp a:before {
    background: #189d0c;
}
.row-social-fixed .img.social-whatsapp a:after {
    border-color: #189d0c;
}

.row-social-fixed .img.social-in a,
.row-social-fixed .img.social-in a:before {
    background: #0a66c2;
}
.row-social-fixed .img.social-in a:after {
    border-color: #0a66c2;
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

#top-bar .nav-small.nav>li.html {
    font-size: 0.8em;
	text-transform: uppercase;
}
.header-nav.header-nav-main.nav-left {
    justify-content: space-between;
    padding: 0 90px 0 60px;
}
.image-white p {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	gap: 10px;
}
.image-white img {
	filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.site-breadcrumb {
	padding: 10px 0;
	background-color: #10142c;
}
.site-breadcrumb p {
	margin: 0;
	color:#fff;
}
.site-breadcrumb a{
	color:#fff;
}
.post-item .box-text {
	padding: 15px 0 0;
}
.post-item .box-text .post-meta {
	font-size: 1em;
	margin-bottom: 10px;
}
.post-item .box-text .post-title {
	margin-bottom: 10px;
}
.post-item .box-text .post-title a {
	word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
    overflow: hidden;
	margin: 0;
}
.is-divider:not(.divider) {
	display: none !important;
}
.nav-dropdown-has-shadow .nav-dropdown {
	background-color: var(--primary-color);
}

.nav-dropdown-has-shadow .nav-dropdown .row a {
	color: #ffffff;
	padding: 5px 0;
    min-height: auto;

}
.nav-dropdown-has-shadow .nav-dropdown .ux-menu-link:first-child a {
	text-transform: uppercase;
	font-weight: 700;
}
.nav-dropdown-has-shadow .nav-dropdown .ux-menu-link:not(:first-child) a {
	transition: 0.3s;
	font-size: 0.93em;
}
.nav-dropdown-has-shadow .nav-dropdown .ux-menu-link:not(:first-child) a:hover {
	font-weight: 700;
    padding-left: 5px;
}
.entry-meta {
	text-transform: none;
	font-size: 1em;
}
.widget {
	position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.widget .widget-title {
	display: block;
	padding: .5rem;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    position: relative;
    background: #70a84d;
    color: #fff;
}
.widget ul {
    padding: 0 10px;
}
.widget>ul>li ul, ul.menu>li ul {
    border-left: none;
}
.widget .post_comments {
	display: none;
}
.widget.flatsome_recent_posts .badge {
    height: 80px;
    width: 80px;
}
.widget.flatsome_recent_posts .badge {
    height: 80px;
    width: 80px;
}
.widget.flatsome_recent_posts a {
	font-size: 0.9em;
	margin: 0;
}
.page-wrapper {
    padding-top: 60px;
}
.product-stock-status {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	margin-bottom: 15px;
}
.product-stock-status .item {
	white-space: nowrap;
}
.price,
span.amount {
	font-weight: 700;
    color: #ff4f0b;
}
.price-wrapper {
    font-size: 1.5em;
}
.product-short-description {
	padding-bottom: 10px;
}
.product-short-description p {
	margin-bottom: 10px;
}
.ul-type-check ul li {
	margin-left: 0;
    list-style: none;
	padding-left: 39px;
	background-image: url('/wp-content/uploads/2026/05/check-mark.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 29px;
}
.woocommerce-product-gallery__wrapper.product-gallery-slider {
	margin: 0 0 1.5rem 0;
    background: #fff;
    border: 1px solid #ddd;
}
.product-thumbnails.thumbnails .col a {
	border: 1px solid #ddd !important;
}
.woocommerce-tabs .nav>li>a {
    font-size: 1.5em;
    text-transform: uppercase !important;
	margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	padding: .5rem 1rem;
}
.woocommerce-tabs .nav>li>a:hover, 
.woocommerce-tabs .nav>li.active>a {
    font-weight: bold;
    color: #70a84d;
	background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.woocommerce-tabs .nav>li>a:before {
	display: none;
}
.woocommerce-tabs.tabbed-content .tab-panels {
	padding: 20px;
	border: 1px solid #dee2e6;
}
.woocommerce-tabs table td {
    padding: 12px;
}
.related-products-wrapper {
    border-top: 0;
}
.related-products-wrapper .product-section-title {
	border-bottom: 1px solid #dee2e6;
}
.product-small.box .box-image {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	overflow: hidden;
}
.product-small.box .box-image a {
	height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-small.box .box-image a.view-detail-btn {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 20px;
    left: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.product-small.box:hover .box-image a.view-detail-btn {
	opacity: 1;
	visibility: visible;
}
.product-small.box .box-image a.view-detail-btn img {
	max-width: 26px;
	max-height: 26px;
	object-fit: contain;
}
.product-small.box .box-text {
	padding: 15px 0 0;
	text-align: center;
}
.product-small.box .box-text .product-title {
	font-size: 1.15em;
    font-weight: 500;
}
.product-small.box .box-text .product-title a {
	word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
    overflow: hidden;
	margin: 0;
}
.product-small.box .box-text .price-wrapper {
	font-size: 17px;
}
.term-description.limit-height {
    max-height: 310px;
    padding: 15px 15px 60px;
	border: 1px solid #e0ecf9;
    position: relative;
	overflow: hidden;
}
.term-description.limit-height.expanded {
    max-height: none;
}
.term-description.limit-height:before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: -o-linear-gradient(transparent,#fff);
    background: linear-gradient(transparent, #fff);
}
.term-description.limit-height.expanded:before {
    display: none;
}
.term-description .more-less-toggle {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
	text-align: center;
}
.more-less-toggle button {
    background: none;
    border: none;
    color: #70a84d;
    cursor: pointer;
    font-weight: 600;
	text-transform: none;
    padding: 0;
    margin: 0;
}
.shop-container .products.row {
	padding-top: 30px;
}
.shop-page-title .page-title-inner {
    padding-top: 60px;
}
.shop-page-title .is-large {
	display: none;
}
.box-overlay-effect {
	border-radius: 10px;
	overflow: hidden;
}
.box-overlay-effect .box-image .overlay {
	opacity: 0;
	transition: 0.5s;
}
.box-overlay-effect:hover .box-image .overlay {
	opacity: 1;
}
.box-overlay-effect .box-text {
	background: linear-gradient(180deg, rgba(100, 100, 100, 0.01) 0%, rgba(255, 255, 255, 0.4) 35.94%, rgba(255, 255, 255, 0.8) 78.29%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.box-overlay-effect:hover .box-text {
	background: none;
}
.box-overlay-effect .box-text p {
    font-size: 13px;
    font-weight: 700;
	margin: 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	color: #000000;
}
.box-overlay-effect .box-text a {
    font-size: 18px;
    font-weight: 700;
	margin: 0;
	padding: 5px 0 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	color: #000000;
}
.box-overlay-effect:hover .box-text p,
.box-overlay-effect:hover .box-text a {
    color: #ffffff;
}
.tabbed-content .nav-simple {
	gap: 25px;
	flex-flow: row wrap;
}
.tabbed-content .nav-simple .tab {
	margin: 0;
}
.tabbed-content .nav-simple .tab a {
	font-size: 0.96em;
	color: #fff;
}
.tabbed-content .nav-simple .tab.active a,
.tabbed-content .nav-simple .tab a:hover {
	text-decoration: underline;
	color: var(--primary-color);
}
.tabbed-content.tabs-products .tab-panels {
    padding: 20px 0 0;
}
.row-slider>.flickity-viewport>.flickity-slider>.col {
    padding-top: 10px;
}
.form-dang-ky {
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}
.form-dang-ky p {
	flex: 1;
}
.form-dang-ky input[type=email] {
    margin: 0;
    border: none;
    background: none !important;
    padding-left: 0;
}
.form-dang-ky .btn-submit .wpcf7-submit {
	padding: 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #70a84d;
    color: #ffffff;
	border-radius: 5px;
}
/* .site-projects .post-item {
	transform: scale(0.8);
	transition: 0.5s;
}
.site-projects .is-selected:nth-child(2 of .is-selected) {
	transform: scale(1);
	z-index: 9;
	transition: 0.5s;
} */
.site-projects .post-item .col-inner {
	padding-bottom: 10px;
}
.site-projects .post-item .col-inner .box {
    padding: 15px;
    background: #d5b455;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    overflow: hidden;
}
.site-projects .post-item .col-inner img {
	border-radius: 10px;
}
.site-projects .post-item .post-title a,
.site-projects .post-item .from_the_blog_excerpt  {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: inherit;
    overflow: hidden;
}
.single-post-inner {
	padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.site-related-post .box-image .image-cover {
	padding-top: 75%;
}
.site-related-post .post-item .box-text .post-title {
	font-size: 1em;
	margin: 0;
}
.site-post-new {
	padding: 10px;
}
.site-post-new .post-item:not(:last-child) {
	padding-bottom: 10px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.site-post-new .post-item .box-image {
	width: 80px;
    min-width: 80px;
}
.site-post-new .post-item .box-text .post-title {
    font-size: 0.9em;
    margin: 0 0 5px;
}
.site-post-new .post-item .box-text .post-title a {
    -webkit-line-clamp: 3;
}
.site-post-new .post-item .box-text .post-meta {
    font-size: 0.8em;
    margin-bottom: 0;
}

@media only screen and (max-width: 1360px) {
	.header-nav.header-nav-main.nav-left {
		justify-content: space-between;
		padding: 0 30px 0 0;
	}
}
@media only screen and (min-width: 850px) {
	.box-overlay-effect .box-image .image-cover {
		padding-top: 0 !important;
		height: 245px;
	}
	.box-overlay-effect.item-large .box-image .image-cover {
		padding-top: 0 !important;
		height: 520px;
	}
}

@media only screen and (max-width: 767px) {
	.product-small.box .box-image a {
		height: 250px;
	}
}