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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }

td:first-child {
    padding-left: 0.5em;
}

.ft-title {
    font-weight: 900;
    margin-bottom: 15px;
}


.ft-title-2 {
    font-weight: 900;
    margin-bottom: 15px;
}


ul li.ft-link {
    list-style: none;
    margin: 0 0 10px;
}

ul li.ft-contact-item {
    list-style: none;
    margin: 0 0 10px;
}

.ft-title {
    position: relative;
}

.ft-title:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg, var(--fs-color-primary) 0%, #0BC39B 100%);
}

.absolute-footer.dark.medium-text-center.text-center {
    background: #000;
    color: #fff;
    padding: 15px;
}


.social-icons.follow-icons.fl-ic-ft .icon {
    background: #dee2e6 !important;
    border-color: #dee2e6;
    color: #222 !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons.follow-icons.fl-ic-ft {
    display: flex;
}

.social-icons.follow-icons.fl-ic-ft .icon:hover {
    background: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}



.wpcf7-spinner {
	display: none;
}

.ft-form-ct {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2px;
}

.form-bt .wpcf7-form-control {
    margin: 0;
	width: 100%;
}

.form-ip .wpcf7-form-control {
    margin: 0;
    border: 0;
	box-shadow: none;
}

.form-bt {
    width: 120px;
}

.form-ip {
    width: calc(100% - 120px);
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid hsla(0,0%,100%,.3);
    }
}


.contact_header {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.contact_header svg {
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
.contact_header a {
  color: #fff;
  font-weight: 700;
}


.xd-col-l .col-inner:before {
    content: "";
    top: -25px;
    right: -25px;
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, #54B348 0%, #3AA247 100%);
}

.xd-header {
    padding-left: 20px;
    border-left: 2px solid #54B348;
}

.xd-bt a.xd-bt-1 {
    display: block;
}

.xd-button:after {
    width: 100%;
    height: 100%;
    background: var(--fs-color-secondary);
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s 
ease-in-out;
    z-index: 0;
}

.xd-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s 
ease-in-out;
    background: var(--fs-color-primary);
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.xd-button a.xd-bt-1 {
    padding: 8px 20px;
    display: block;
    color: #fff;
    z-index: 1;
    position: relative;
}

.xd-button:hover:after {
    left: 0;
}

.xd-text {
    margin-bottom: 10px;
}


.xd-title .xd-title-content:before, .xd-title .xd-title-content:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--fs-color-primary);
    z-index: 2;
}

.xd-title .xd-title-content:before {
    left: -25px;
    top: -15px;
    border-width: 2px 0 0 2px;
}

.xd-title .xd-title-content:after {
    right: -25px;
    border-width: 0 2px 2px 0;
    bottom: -15px;
}

.xd-title-content h2 {
    display: inline;
}

.xd-title-content {
    display: inline-block;
    position: relative;
}

.xd-title {
    text-align: center;
}

.r-khung .col-inner {
    background: #fff;
}


.r-khung .col-inner {
    background: #fff;
}

.r-khung .col-inner:before {
        content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--fs-color-primary);
    z-index: 2;
    top: 10px;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    transition: all 0.3s 
ease-in-out;
}

.r-khung .col-inner:after{
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    border: 2px solid var(--fs-color-primary);
    border-left: none;
    border-top: none;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    transition: all 0.3s 
ease-in-out;
}

.r-khung .col-inner:hover:before {
	  width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.r-khung .col-inner:hover:after {
	  width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.xd-why-tt {
    font-weight: 900;
}


.box.box-category .header-title {
    color: var(--fs-color-primary);
}
  
.product-small.box:hover{
        box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.3) !important;
    transform: translate(0, -4px) !important;
}
.product-small .title-wrapper{
    clear: both;
}
.product-small.box{
  box-shadow: 3px 5px 6px 0px #c9c5cf;
    border-radius: 6px !important;
    border-top-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
 .product-small .box-image{
  border-top-left-radius: 25px;
}

.product-small .box-text{
        background: #FFFFFF;
            border-bottom-right-radius: 25px;
    padding: 15px;
        border-bottom-left-radius: 6px;
}
.product-title a{
    font-weight: bold;
        font-size: 16px;
    line-height: normal;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 42px;
}

.xd-sp-moi-tt {
    font-weight: 900;
    color: var(--fs-color-primary);
    font-size: 20px;
}

.product-bg {
	background: #fff;
}

.promotion-ptt {
    border: 2px solid var(--fs-color-primary);
    padding: 30px 15px 15px;
    position: relative;
    margin-top: 30px;
    border-radius: 5px;
}

.promotion-ptt ul {
    margin: 0;
}

.promotion-ptt b {
    background: var(--fs-color-primary);
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    top: -20px;
    border-radius: 5px;
}


.woocommerce-tabs {
    padding: 0 0 30px;
    border: 0;
}

.woocommerce-tabs .product-tabs{
    gap: 10px;
}

.woocommerce-tabs .product-tabs:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 50%;
    left: 0;
    z-index: 0;
}

.woocommerce-tabs .nav-outline>li {
    text-align: center;
}

.woocommerce-tabs .nav-outline>li>a {
    border: 2px solid #ccc;
    color: #222;
    padding: 12px 25px;
    font-weight: 900;
    line-height: 1;
    border-radius: 0;
    background: #fff;
}

.woocommerce-tabs .nav-outline >li.active > a {
    color: #fff;
    border-color: var(--fs-color-primary);
	background: var(--fs-color-primary);
}


.cam-ket {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cam-ket-ct-line {
    position: relative;
    padding-left: 30px;
}

.cam-ket-ct-line:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/11/icon_check.png);
    background-size: 20px;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}

.cam-ket-tt {
    font-weight: 900;
}

.cam-ket-tt {
    padding: 10px;
    background: var(--fs-color-primary);
    color: #fff;
    text-align: center;
}

.cam-ket-ct {
    padding: 10px;
}


.icb-support {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
}

.htkh-tt {
    font-weight: 900;
    color: var(--fs-color-primary);
}

.xd-form {
    text-align: center;
}

.xd-form-tt {
    font-weight: 900;
    font-size: 20px;
    color: var(--fs-color-primary);
}

.xd-fomr-sub {
    margin-bottom: 14px;
}


.p-button {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-top: 20px;
}

.p-bt {
    width: 50%;
}

.p-bt a {
    padding: 10px;
    text-align: center;
    display: block;
    background: red;
    color: #fff;
    font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a.bt-p-2 {
    background-color: var(--fs-color-primary);
}


.off-canvas-left .mfp-content {
    background-color: #fff
}

.box.box-text-bottom.box-blog-post.has-hover {
    box-shadow: -9px 9px 10px rgb(0 0 0 / .08);
    background: #fff
}

.box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px
}

.box-blog-post .image-cover {
    position: relative
}

.box-blog-post .image-cover:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 51%;
    background: rgb(255 255 255 / .3)
}

.box-blog-post .image-cover:after {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / .6)
}

.box-blog-post .image-cover::before,.box-blog-post .image-cover:after {
    content: "";
    position: absolute;
    opacity: 1;
    pointer-events: none
}

.box-blog-post:hover .image-cover:before {
    z-index: 999;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear
}

.box-blog-post:hover .image-cover:after {
    z-index: 999;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear
}

.box-blog-post .is-divider {
    display: none
}

.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / .3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}


.price_single > p {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0;
    background-color: #EB0000;
    overflow: hidden;
    padding: 10px;
    font-weight: bold;
}

.price-note {
    background: #059005;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.price-note a {
    color: #eec741;
    font-weight: 900;
}

.price_single .price span.amount {
    color: #fff;
    font-size: 24px !important;
    text-decoration: line-through;
}


.single-post .post .article-inner {
    background: #fff;
    padding: 15px;
}



.giuseart-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
  border:none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.ticon-heart {
  background: url(/wp-content/uploads/2025/11/tiktok.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.whatsapp {
  background: url(/wp-content/uploads/2025/11/zalo-150x150-1.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
  background: url(/wp-content/uploads/2023/11/facebook.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav li .button {
  background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
  background: url(/wp-content/uploads/2025/11/up-arrow.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}.giuseart-nav ul li .button-x .btn_phone_txt {
  position: relative; top:35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}
.giuseart-nav ul>li a.chat_animation svg {
  margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
  background: url(/wp-content/uploads/2025/11/messenger.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav ul li .button-x .phone_animation i {
  display: inline-block;
  width: 23px;
  font-size: 26px;
  margin-top: 5px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
  background: url(/wp-content/uploads/2025/11/messenger.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
  background: url(/wp-content/uploads/2025/11/phone.webp) no-repeat;
  background-size: contain;}
.giuseart-nav ul li .button-x .btn_phone_txt {
  position: relative;
}
.giuseart-nav ul li .button-x .btn_phone_txt {
	top: 0;
}
.giuseart-nav li .button-x .phone_animation {
    width: 38px;
    height: 38px;
    background: #6cb917;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
@media only screen and (max-width: 600px){
.giuseart-nav li .chat_animation{display:block !Important}
.giuseart-nav ul li .button-x .btn_phone_txt {
    top: 35px;
}
.giuseart-nav li .button-x .phone_animation {box-shadow: none;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%,0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #6cb917;
  line-height: 15px;
  border: 2px solid white;
}
	
	
	
	.giuseart-nav ul li .button-x .phone_animation i {
  margin-top: 9px;
}
	
.giuseart-nav ul>li a{padding:0; margin:0 auto}
.giuseart-nav {
  background: white;
  width: 100%; border-radius:0;
  color: #fff;
  height: 60px;
  line-height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 5px;
  margin: 0;
  box-shadow: 0 4px 10px 0 #000;
}
.giuseart-nav li {
  float: left;
  width: 20%;
  list-style: none;
  height: 50px;
}
.phone-mobile{display:block !important}}


.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%;
}



.container.section-title-container {
    margin-bottom: 10px
}

.section-title-normal span.section-title-main {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    background: var(--fs-color-primary);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 20px;
    font-weight: 700;
    position: relative;
    margin-right: 20px
}

.section-title-normal span.section-title-main:after {
    content: '';
    display: block;
    line-height: 40px;
    background: var(--fs-color-primary);
    width: 18px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0
}

.section-title-normal {
    overflow: hidden;
    border-bottom: 2px solid var(--fs-color-primary);
    margin-bottom: 0
}

.section-title a {
    font-weight: 400;
    color: var(--fs-color-primary);
}
