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

@font-face {
    font-family: 'PoppinsVN';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNGilroy';
    src: url('fonts/SVN-Gilroy.woff2') format('woff2'),
        url('fonts/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsVN';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('fonts/Phelveticaneue.ttf') format('truefont');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Eurostile';
    src: url('fonts/SFUEurostile.eot');
    src: url('fonts/SFUEurostile.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUEurostile.woff2') format('woff2'),
        url('fonts/SFUEurostile.woff') format('woff'),
        url('fonts/SFUEurostile.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Eurostile Bold';
    src: url('fonts/SFUEurostileBold.eot');
    src: url('fonts/SFUEurostileBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SFUEurostileBold.woff2') format('woff2'),
        url('fonts/SFUEurostileBold.woff') format('woff'),
        url('fonts/SFUEurostileBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.col-inner {

    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {


   

}

.single-page blockquote{
        border-radius: 20px;
        padding: 12px;
        border: dashed 2px orange;
        font-size: 16px;
        font-weight: 400;
        color: black;
        text-align: justify;
        line-height: 1.5;
        word-break: break-word;
}

body,
html,
.header-nav li a {
    font-family: "SFU Eurostile", sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SFU Eurostile Bold", sans-serif;
    font-weight: bold
}

/*End Font setting*/

.product-small.box {
    padding: 5px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 8px;
}

.product-small .box .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.price {
    /* font-family: "helveticaneue"; */
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-top: 8px;
}

.price span.amount {
    color: #01b14e;
}

.ux-swatch.selected {
    box-shadow: 0 0 0 0.1rem #51a13e;
    border-radius: 5px;
}

.ux-swatch {
    border-radius: 5px;
}

:root {
    --primary-color: #01b14e;
    --fs-color-primary: #01b14e;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #01b14e;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 360px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1200px;
}

.row.row-collapse {
    max-width: 1170px;
}

.row.row-small {
    max-width: 1192.5px;
}

.row.row-large {
    max-width: 1230px;
}

.header-main {
    height: 83px;
}

#logo img {
    max-height: 83px;
}

#logo {
    width: 176px;
}

.header-bottom {
    min-height: 10px;
}

.header-top {
    min-height: 30px;
}

.transparent .header-main {
    height: 30px;
}

.transparent #logo img {
    max-height: 30px;
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 30px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important;
}

.stuck #logo img {
    max-height: 70px !important;
}

.search-form {
    width: 100%;
}

.header-bg-color {
    background-color: #ffffff;
}

.header-bottom {
    background-color: #f1f1f1;
}

.header-main .nav>li>a {
    line-height: 16px;
}

.stuck .header-main .nav>li>a {
    line-height: 50px;
}

.header-bottom-nav>li>a {
    line-height: 16px;
}

@media (max-width:549px) {
    .header-main {
        height: 70px;
    }

    #logo img {
        max-height: 70px;
    }
}

.nav-dropdown {
    font-size: 100%;
}

body {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #000000;
}

.breadcrumbs {
    text-transform: none;
}

button,
.button {
    text-transform: none;
}

.nav>li>a,
.links>li>a {
    text-transform: none;
}

.section-title span {
    text-transform: none;
}

h3.widget-title,
span.widget-title {
    text-transform: none;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #0a0a0a;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: #0a0a0a;
}

.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before,
.header-nav-main.nav-box>li>a:hover,
.header-nav-main.nav-box>li.active>a,
.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #0a0a0a;
}

@media screen and (min-width:550px) {
    .products .box-vertical .box-image {
        min-width: 300px !important;
        width: 300px !important;
    }
}

.page-title-small+main .product-container>.row {
    padding-top: 0;
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */

body {
    color: #333;
}

.gallery-columns-1 .gallery-item,
.large-columns-1>.col,
.large-columns-1 .flickity-slider>.col {
    border-bottom: 1px solid #ececec;
    padding-top: 20px;
}

.archive-page-header {
    border-bottom: 1px solid #ececec;
}

div.exqute-masonry-seperator {
    display: none;
}

.woocommerce-result-count.hide-for-medium {
    display: none;
}

.woocommerce-loop-product__title {
    font-size: 0.9em;
}

.term-description,
.text-expand {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    display: block;
}

.devvn_readmore_taxonomy_flatsome a {
    color: #fff;
    display: block;
    background: var(--primary-color);
    width: 120px;
    margin: 0 auto;
    font-size: 0.9em;
    padding: 5px 0;
}

.devvn_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-bottom: 6px solid #fff;
}

a.tra-gop-btn {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.tra-gop-btn span {
    display: block;
    font-size: 70%;
}

/** Rank Math SEO FAQ **/

#rank-math-faq {
    margin-top: 40px;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #22a8e2;
    padding: 20px;
    position: relative;
}

#rank-math-faq .rank-math-question {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 18px 0 13px;
    margin: 0;
    color: #333;
    cursor: pointer;
    position: relative;
}

#rank-math-faq .rank-math-question:after {
    content: "";
    background: url(//thachpham.com/chevron-down-black.svg) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(0deg);
    transition: all .3s;
}

#rank-math-faq .rank-math-question.faq-active:after {
    transform: rotate(180deg);
}

#rank-math-faq .rank-math-list-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

#rank-math-faq .rank-math-answer {
    padding: 0 10px;
    color: #666;
    background: #fff;
    font-size: 18px;
}

.SVNGilroy h2 {
    font-size: 45px;
}

/* Tablet */

@media (max-width:849px) {
    .SVNGilroy h2 {
        font-size: 35px;
    }
}

/* Mobile */

@media (max-width:549px) {

    .home_clack_usa .img-inner.box-shadow-4.dark,
    .lien-he-tu-van .img-inner.image-zoom.dark {
        margin-top: 0 !important;
    }

    .dinh-huong {
        display: none;
    }

    h2.SVNGilroy {
        font-size: 25px;
    }
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

/* Additional Custom CSS */

.SVNGilroy {
    font-family: "SVNGilroy", sans-serif !important;
}

.SVNGilroy h2 {

    font-family: "SVNGilroy", sans-serif !important;
    color: rgb(31, 92, 186);
    text-align: center;
    line-height: 1.4;
    text-shadow: rgb(31 92 186) 1px 1px 0;
}

.colgiua {
    background-image: url(/wp-content/uploads/2023/05/5hyy.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.row-xuly {
    background-color: #009aff36;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.row-xuly .col.medium-6 {
    padding-bottom: 0;
}

.slide-doitac .img {
    background-color: whitesmoke;
    border-radius: 7px;
}

.slide-doitac .col {
    padding-right: 5px;
    padding-left: 5px;
}

.box-service {
    border-radius: 10px;
    padding: 5px;
}

.box-service p {
    margin-bottom: 5px;
}

.box-service .image-cover img {
    border-radius: 5px;
}

.box-service:before,
.box-service:after {
    content: "";
    position: absolute;
    width: 55px;
    height: 30px;
    transition: .5s;
}

.box-service:before {
    border-left: 2px solid #3a5cff;
    border-top: 2px solid #3a5cff;
    left: 0;
    top: 0;
}

.box-service1:before {
    border-left: 2px solid #4c9b3c;
    border-top: 2px solid #4c9b3c;
}

.box-service:after {
    border-right: 2px solid #3a5cff;
    border-bottom: 2px solid #3a5cff;
    right: 0;
    bottom: 0;
}

.box-service:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.box-service:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.box-service .box-text {
    z-index: 2;
}

.ketnoivoichungtoi {
    background-image: url(/wp-content/uploads/2023/05/arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 25% auto;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 10px;
}

input[type=submit] {
    width: 100%;
    border: none;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 18px 20px;
    margin-bottom: 20px;
    background-color: #FA8A1A;
    border-radius: 12px;
    outline: none;
    background-image: url(/wp-content/uploads/2023/05/bg-submit.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
}

.lightbox-content {
    border-radius: 10px;
}

a {
    color: #01b14e;
}

.name.product-title {
    font-size: 1em;
}

.name.product-title a {
    text-align: center;
    font-weight: bold;
}
.copyright p{margin:0;}
.page-title-inner {

    padding-top: 0;
    
}
.box-shadow-ex .col-inner{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

	.devvn_single_price {
		background-color: #199bc42e;
		border: 1px dashed #199bc4;
		padding: 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 0 0 10px;
		color: #000;
	}
    .devvn_single_price .price-line {
        display: flex;
        align-items: baseline;
    }
	.devvn_single_price span.label {
		color: #333;
		font-weight: 400;
		font-size: 14px;
		padding: 0;
		margin: 0;
		float: left;
		width: 150px;
		text-align: left;
	}

	.devvn_single_price span.devvn_price .amount {
		font-size: 14px;
		font-weight: 700;
		color: #ff3a3a;
	}

	.devvn_single_price span.devvn_price del .amount, .devvn_single_price span.devvn_price del {
		font-size: 14px;
		color: #333;
		font-weight: 400;
	}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media (min-width: 550px) {

    p.form-row-last,
    p.form-row-first {
        width: 100%;
        float: left;
    }
}