<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#main, #wrapper {
    background: #f4f9ff;
    background-color: #f3eee4;
 background-image: url(images/background_module.png);

}
.has-border {
    background: #fff;
}
.group-address ul li {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;    margin-left: 0;
}
.group-address ul li p {
	    margin-bottom: 0;
}
.social li {
    list-style: none;
    display: inline-block;
}
.footer-wrapper {    
  position: relative;
    background-color: var(--primary-color);
    background-image: url(images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;}
.footer-wrapper .section.dark {
  background-color: transparent!important
}
.product-main .content-row {
    background-color: #fff;
    padding-top: 15px;
}
.product-footer .woocommerce-tabs .tab-panels {
    padding: 30px 15px;
    border: none;
    background: #fff;
}
.rank-math-breadcrumb {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
}

.rank-math-breadcrumb p {
    margin-bottom: 0px;
}

.rank-math-breadcrumb .separator {
    color: #5f5f5f;
}

.rank-math-breadcrumb a {
    color: var(--primary-color);
}
.slider-nav-outside .flickity-prev-next-button {
    opacity: 1;
      color: #fff;
}

.slider-nav-simple .flickity-prev-next-button svg path {
    fill: #ccc;
}

.slider-nav-circle .flickity-prev-next-button {
    opacity: 1;
    top: 50%;
}

.slider-nav-circle .flickity-prev-next-button svg {
    border: none;
    background: var(--primary-color) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.slider-nav-circle .flickity-prev-next-button:hover svg {
    background-color: var(--primary-color) !important;
}

.shop-sidebar span.widget-title { text-transform: none; font-size: 16px; display: block; color: #252525; border-bottom: 1px dashed #d7d7d7; padding-bottom: 10px; margin-bottom: 10px; }
.shop-sidebar .is-divider { display: none; }
.shop-sidebar ul li { position: relative; }
.shop-sidebar ul li a { letter-spacing: 0.5px; padding: 8px 10px 8px 30px; color: #2c2c2c; font-size: 14px; }
.shop-sidebar  ul li:before { content: ""; width: 16px; height: 16px; border: 1.5px solid #808080; border-radius: 3px; position: absolute; left: 0; top: 11px; opacity: 1; font-family: fl-icons !important; }
.shop-sidebar  ul li + li { border-top: none; }
.shop-sidebar  ul li:hover &gt; a, #shop-sidebar ul li.active &gt; a { color: var(--primary-color); }
.shop-sidebar  ul li:hover:before, #shop-sidebar ul li.active:before { content: "î€Š"; color: #fff; line-height: 16px; font-size: 11px; text-align: center; background-color: var(--primary-color); border-color: var(--primary-color); }
.shop-sidebar  .widget_price_filter .ui-slider-horizontal { height: 3px; background-color: #ccc; }
.shop-sidebar  .widget_price_filter .ui-slider .ui-slider-range { background-color: var(--primary-color); opacity: 1; }
.shop-sidebar  .widget_price_filter .ui-slider .ui-slider-handle { height: 24px !important; width: 24px !important; border-radius: 50% !important; top: -8px !important; border: none !important; background: #fff !important; border: solid 6px var(--primary-color) !important; }
.shop-sidebar  .widget_price_filter .price_slider_amount { display: flex; flex-direction: column-reverse; }
.shop-sidebar  .widget_price_filter .price_slider_amount .button { background-color: var(--primary-color); height: 44px; line-height: 44px; font-weight: 500; width: 120px; border-radius: 80px; margin-top: 20px; font-size: 16px; }
.shop-sidebar .widget_price_filter .price_slider_amount .button:hover { background-color: var(--primary-color); }
.shop-sidebar  .widget_price_filter .price_slider_amount .price_label { display: flex; justify-content: space-between; }

.blog-wrapper,.entry-content{
    padding-top: 0px !important
}


.section-banner .banner,.section-banner .banner .bg,.section-banner .banner .banner-layers,.section-banner .banner .banner-bg{
    border-radius: 15px !important;
}
.section-tin-tuc .post-item{
    padding-bottom: 0px !important
}
.section-tin-tuc .is-divider{
    display: none;
}
.success.is-outline:hover{
    border-color: #4B4B43;
}
.p-normal{
    font-size: 19px;
}
.font-big{
        font-size: 34px;
    margin-bottom: 0px;
}
.section-tin-tuc .box-image img{
        border-radius: 18px;
}
.row-sp{
        margin-top: -200px;
    border: 1px dashed #95274E;
    padding: 30px 10px;
    border-radius: 12px;
    background: url('images/gb-product.jpg');
}
.main-color{
   color:var(--primary-color) !important;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Pacifico.ttf);
 
}
.div-box-border{
        text-align: center;
    border: 5px solid #d7e3d0;
    padding: 60px
}

.section-cam-xuc .text-cam-xuc{
    font-size: 60px;
}
@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg); }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg); } }

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); } }

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg); }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg); } }

.div-nhan-xet .review-circle{
    width: 270px !important;
    height: 270px !important;
}
.div-nhan-xet .review-circle .circle{
    border: 2px solid #ffffff !important;
}
.review-content .review-icon{
    font-size: 60px;
    line-height: 45px;
    font-family: Pacifico;
}
.title-banner{
        font-size: 63px !important;
    line-height: 120px !important;
}
.div-nhan-xet .review-content{
        padding: 30px;
    margin: auto;
    width: 270px;
    height: 270px;
}
.about-icon .about-circle .circle:nth-child(1) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin1 6s linear infinite;
    animation: spin1 6s linear infinite;
       border-color: #c7c7c7;
}
.about-icon .about-circle .circle:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
    border-color: #c7c7c7;
}
.about-icon .about-circle .circle:nth-child(3) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin3 6s linear infinite;
    animation: spin3 6s linear infinite;
    border-color: #c7c7c7;
}
.about-icon .about-circle  .circle:nth-child(4){
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin4 6s linear infinite;
    animation: spin4 6s linear infinite;
    border-color: #c7c7c7;
}
.about-icon .about-circle .circle {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid transparent;
    border-radius: 92% 110% 132% 88%  !important;
}
.about-icon .about-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}
.about-icon img{
    margin-bottom: 0px !important;
}
.about-icon {
    text-align: center;
    position: relative;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
.title-home{
    font-size: 40px;
    text-transform: capitalize;
    color: #000000;
}
.font-style{
    font-family: 'Pacifico' !important;}
/*Nut goi dien thoai*/
.call-now {
    left: 0;
    bottom: 25px;
    height: 50px;
    min-width: 200px;
    position: fixed;
    background-color: #95274e;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    z-index: 998;
}
.call-now .btn-call-now i {
    position: absolute;
    color: #95274e;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #95274e;
}
.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}
/*end nut goi*/
.div-text-trai p strong{
    font-weight: bold !important;
}
.div-phai p{
    display: none;
}
.div-phai .icon-box-text p{
    display: block !important;
}

.blog-archive .box-text .post-title{
    min-height: 57px;
}
.blog-archive .box-text .from_the_blog_excerpt {
    min-height: 60px;
}
.sidebar-wrapper ul li a{
    color: #905d2f
}
.banner h1, .banner h2, .banner h3 {
    line-height: 1 !important;
}

#shop-sidebar .widget-title,.post-sidebar .widget-title{
   color: #95274E;
}
.header-nav-main  &gt;  li &gt;  a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}


.product-title a{
       
    font-weight: bold;
}
span.amount,.lien-he-price {
  
    color: #EAB45E;
    font-weight: bold;
}

.woocommerce-tabs .tab-panels{
        border: 1px solid #f1ead6;
    padding: 15px;
}
.woocommerce-tabs li{
    padding: 0px;
 
    margin: 0px !important;
}
.button span {
    display: inline-block;
    line-height: 2.5;
}
.woocommerce-tabs li a{
 padding: 8px 26px;

}
.row-sp .product-small .price{
    font-size: 20px;
}
.row-sp .product-small .box-text{
    background: url('images/nensp.png');
        height: 89px;
    line-height: 44px;
}
.woocommerce-product-gallery{
        border: 1px solid #f1ead6;
}
.woocommerce-tabs  li.active&gt;a{
 
}
.item-oll.active .line:before {
    height: 51px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.item-oll .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url(images/line1.png) center top no-repeat;
}
.item-oll.active .line:after {
    bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.item-oll .line {
    margin-top: 11px;
    position: relative;
    height: 51px;
}

.item-oll .line:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -4px;
    background-position: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #95274E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.active .border-img-home .doc-item.doc_1 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.3s;
    -moz-transition: all 0.2s linear 0.3s;
    -ms-transition: all 0.2s linear 0.3s;
    -o-transition: all 0.2s linear 0.3s;
    transition: all 0.2s linear 0.3s;
}
.border-img-home .doc-item.doc_1 {
    top: 59px;
    left: -24px;
    opacity: 0;
}
.active .border-img-home .doc-item.doc_2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
    -moz-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
    -ms-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
    -o-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
    transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
}
.border-img-home .doc-item.doc_2 {
    top: -1px;
    left: 13px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.border-img-home .doc-item {
    position: absolute;
    z-index: 2;
}
.border-img-home {
    max-width: 258px;
    position: relative;
    margin: 0 auto;
}
.border-img-home img.bg {
    position: relative;
    z-index: 10;
    display: block;
}
.gr-avo-24 {
   text-transform: uppercase;
    font-size: 24px;
    color: #905d2f;
    font-family: "Avo",Helvetica,arial,sans-serif;
    margin-bottom: 0px;
}
.item-oll p.tt2 {
    font-family: "Avo-Bold",Helvetica,arial,sans-serif;
    font-size: 33px;
    color: #95274E;
    line-height: 40px;
}
.item-oll p.desc {
    max-width: 250px;
    margin: 12px auto 0;
    min-height: 76px;
}
.item-oll p.tt2 {
  font-weight: bold;
    text-transform: uppercase;
    font-family: "Avo-Bold",Helvetica,arial,sans-serif;
    font-size: 33px;
    color: #95274E;
    line-height: 40px;
    margin-bottom: 0px;
}
.section-giao-dich{
        background: url(images/sky.jpg) center bottom no-repeat;
}
.footer-1 .section{
    padding: 0px;
}
.footer-1 .section .col{
    padding-bottom: 0px;
}
.footer-2{
    padding-top: 0px;
    border-top: none;
}
.footer-1{
    margin-bottom: 20px;
   border-top: 1px solid #e2e1dd;
    border-bottom: 1px solid #e2e1dd;
}
.footer-2 .is-divider{
    background: transparent;
    height: 0px;
}
.footer-2 .widget-title{
    color: #905d2f
}

.footer-1 .section-footer-1 .div-phai .large-4{
     border-left: 1px solid #e2e1dd;
}
ul.menu&gt;li+li, .widget&gt;ul&gt;li+li {
    border-top: none;
}
/*MÃ&nbsp;u sáº¯c button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
        color: #95274E !important;
    font-size: 24px !important;
}
/*Káº¿t thÃºc mÃ&nbsp;u sáº¯c*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

@media(max-width: 855px){
    .section-footer-nhan-tin .wpcf7-form .medium-flex-wrap{
        display: block;
    }
    .section-footer-nhan-tin .wpcf7-form .medium-flex-wrap .flex-grow{
        width: 64%;
    float: left;
    }
    .section-footer-nhan-tin{
        text-align: center;
    }
    .section-gioi-thieu{
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .section-banner-dau .banner{
        padding-top: 400px !important;
    }
    section.div-no-padding .section-content {
        padding: 10px;
    }
    .title-home {
      font-size: 30px;
}
    .section-cam-xuc .text-cam-xuc {
    font-size: 40px;
}
    .home header.transparent .header_logo{
        display: block !important;
    }
      .home header.transparent .header-logo-dark{
        display: none !important;
      }
      .home header.transparent .mobile-nav a{
        color: black !important;
      }
    .title-banner {
    font-size: 23px !important;
    line-height: 20px !important;
}
    .header.show-on-scroll, .header.has-transparent, .header.transparent {
    position: relative;
}
    .div-nhan-xet .about-icon{
        margin-bottom: 20px;
    }
    .section-cam-xuc .banner{
            padding-top: 300px !important;
    }
     .section-cam-xuc .banner .div-box-border{
            width: 88%;
                padding: 26px;
     }


.section-banner .banner{
    margin-bottom: 10px;
}

}
.logo-left .logo {
    margin-right: 10px;
}
.header-main .phone_header {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
    height: 55px;
}

.header-main .phone_header .mr-half {
    margin-right: 8px !important;
}

.header-main .phone_header svg {
    width: 39px;
    height: 43px;
    animation: ring 2s ease-in-out infinite;
}

.header-main .phone_header svg path {
    fill: var(--primary-color);
}

.header-main .phone_header .text {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
}

.header-main .phone_header .hotline {
    font-size: 18px;
    font-weight: 800;
    margin-top: -2px;
    color: var(--primary-color);
}

.header-main .phone_header .hotline:hover {
    color: var(--secondary-color);
}

.header-main li.has-icon a.icon {
    display: flex;
    height: 55px;
    width: 55px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.header-main .cart-item .nav-dropdown {
    min-width: 336px;
}

.header-main ul.product_list_widget li a:not(.remove) {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.header-main ul.product_list_widget li a.remove {
    border: none;
    color: #111;
    font-size: 28px !important;
}

.header-main ul.product_list_widget li .quantity {
    opacity: 1;
    color: #414042;
    font-size: 16px;
}

.header-main ul.product_list_widget li .quantity span.amount {
    color: #c00;
}

.header-main ul.product_list_widget li dl {
    font-size: 13px;
    text-transform: none;
}

.header-main .widget_shopping_cart p.total {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    color: #111;
}

.header-main .woocommerce-mini-cart__buttons {
    display: flex;
    gap: 10px;
}

.header-main .woocommerce-mini-cart__buttons a {
    text-transform: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff !important;
    color: #111;
    border: 1px solid #111;
    border-radius: 100px;
    box-shadow: none;
}

.header-main .woocommerce-mini-cart__buttons a.checkout {
    background-color: var(--primary-color) !important;
    color: #fff;
    border-color: var(--primary-color) !important;
}

.header-main .woocommerce-mini-cart__buttons a.checkout:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.header-main .woocommerce-mini-cart__buttons a:hover {
    background-color: var(--primary-color) !important;
    color: #fff;
    border-color: var(--primary-color) !important;
}

@keyframes ring { 0% { transform: rotate(-15deg); }
  2% { transform: rotate(15deg); }
  4% { transform: rotate(-18deg); }
  6% { transform: rotate(18deg); }
  8% { transform: rotate(-22deg); }
  10% { transform: rotate(22deg); }
  12% { transform: rotate(-18deg); }
  14% { transform: rotate(18deg); }
  16% { transform: rotate(-12deg); }
  18% { transform: rotate(12deg); }
  20% { transform: rotate(0deg); } }

  #shop-sidebar span.widget-title { color: #494949; font-size: 22px; font-weight: 700; text-transform: none; margin-bottom: 20px; display: block; }
#shop-sidebar .is-divider { display: none; }
#shop-sidebar .product-categories li &gt; a { padding: 13px 0; font-size: 16px; color: #494949; font-weight: 500; }
#shop-sidebar .product-categories li &gt; a:hover { color: var(--primary-color); }
#shop-sidebar .product-categories li.current-cat &gt; a, #shop-sidebar .product-categories li.active &gt; a { color: var(--primary-color); }
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range { background-color: var(--primary-color); }
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle { height: 24px !important; width: 24px !important; border-radius: 50% !important; top: -8px !important; border: none !important; background: #fff !important; border: solid 6px var(--primary-color) !important; }
#shop-sidebar .widget_price_filter .price_slider_amount { display: flex; flex-direction: column-reverse; }
#shop-sidebar .widget_price_filter .price_slider_amount .button { background-color: var(--primary-color); height: 50px; line-height: 50px; font-weight: 700; width: 100%; border-radius: 80px; margin-top: 20px; font-size: 18px; box-shadow: none; }
#shop-sidebar .widget_price_filter .price_slider_amount .button:hover { background-color: var(--secondary-color); }
#shop-sidebar .widget_price_filter .price_slider_amount .price_label { display: flex; justify-content: space-between; }

.category-page-row { padding-top: 45px; }

.product-info h1.product-title { font-size: 25px; color: #212529; }
.product-info span.amount { white-space: nowrap; font-size: 25px; font-weight: 700; color: var(--primary-color); }
.product-info del span.amount { font-size: 18px; color: #000; }
.product-info .woocommerce-product-rating li { display: flex; align-items: center; }
.product-info .woocommerce-review-link { font-size: 16px; margin-left: 5px; }
.product-info .status_name a { color: var(--primary-color); font-weight: 700; }
.product-info .group-status strong { color: #000; }
.product-info .group-status .second_status { border-left: 1px #000 solid; margin-left: 5px; padding-left: 7px; }
.product-info .group-status .second_status .out-of-stock { color: var(--secondary-color); }
.product-info .group-status .second_status .in-stock { color: #53a900; }
.product-info .product-short-description { font-size: 16px; color: #656565; border-top: 1px solid #e5e5e5; padding-top: 20px; }
.product-info .custom-quantity-wrap { padding: 15px 0; margin-bottom: 20px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; }
.product-info .custom-quantity-wrap .quantity { margin-bottom: 0; }
.product-info .custom-quantity-wrap .qty-text { margin-right: 10px; }
.product-info .single_add_to_cart_button {     background: #fff3d1 !important;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    float: left;
    width: 63%;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    min-height: 74px;
    margin: 0; }
.product-info .single_add_to_cart_button .txt-main { font-size: 20px; font-weight: 800; line-height: normal; }
.product-info .single_add_to_cart_button .regular { font-weight: 400; font-size: 14px; text-transform: none; line-height: normal; display: block; }
.product-info .single_add_to_cart_button.buy_now_button { background: var(--primary-color) !important; color: #fff; margin-left: 16px; }
.product-info .single_add_to_cart_button.buy_now_button .txt-main:before { content: ""; height: 20px; width: 22px; background-image: url(assets/images/i-muangay.svg); background-size: contain; background-repeat: no-repeat; top: 16px; left: 44px; position: absolute; }
.product-info .single_add_to_cart_button:hover { background-color: var(--primary-color) !important; border-color: var(--primary-color) !important; color: #fff; }

.quantity { font-size: 16px; color: #000; font-weight: 600; }
.quantity .button { min-width: auto; border: 1px solid #e1e1e1; background: #fff; height: 45px; width: 35px; background-color: #00000008; box-shadow: none; border-radius: 0px; }
.quantity .qty { box-shadow: none; height: 45px; min-width: 45px; }

.product-gallery .image-tools { display: none; }
.product-gallery .product-thumbnails a { border: 1px solid #e2e2e2; }
.product-gallery .product-thumbnails .is-nav-selected a, .product-gallery .product-thumbnails a:hover { border-color: var(--primary-color); }
.product-gallery .badge-container { margin: 0; left: 0; right: 0; }
.product-gallery .badge-container .badge-inner.on-sale { border-radius: 0 !important; background: url(assets/images/bg_sale.svg) no-repeat; width: 90px; height: 93px; line-height: 30px; font-size: 20px; vertical-align: top; position: absolute; right: 0; background-size: contain; text-align: center; }
.product-gallery .badge-container .new-bubble-auto { background: url(assets/images/bg_new.svg); border-radius: 0 !important; top: 6px; color: #faff00; position: absolute; left: 8px; width: 53px; height: 37px; line-height: 37px; font-weight: 700; }
.woocommerce-tabs .nav-tabs &gt; li { margin-bottom: 0px; border-top-right-radius: 4px; border-top-left-radius: 4px; background: #f2f2f2; padding: 0px 40px; }
.woocommerce-tabs .nav-tabs &gt; li a { background-color: transparent; border: none; text-transform: none; font-size: 20px; font-weight: 700; color: #4d4d4d; }
.woocommerce-tabs .nav-tabs &gt; li.active { background: var(--primary-color); }
.woocommerce-tabs .nav-tabs &gt; li.active &gt; a { color: #fff; }
.woocommerce-tabs .tab-panels { padding: 30px 0 0; border: none; }

.product-main { padding-bottom: 0; }
.product-main .col { padding-bottom: 0; }

.woocommerce-product-gallery figure { border: solid 1px #ebebeb; }

.single-product div#tab-description { overflow: hidden; position: relative; display: block !important; }

.single-product .tab-panels div#tab-description.panel:not(.active) { height: 0 !important; }

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

.devvn_readmore_flatsome:before { height: 55px; margin-top: -45px; content: ""; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 ); display: block; }

.devvn_readmore_flatsome a { color: #4d4d4d; display: inline-block; border: 1px solid #e5e5e5; border-radius: 0px; height: 40px; line-height: 40px; width: 180px; font-size: 16px; }

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

.product-section-title-related { font-size: 26px; text-transform: none; }

.my-account-header { padding-top: 45px; }

.woocommerce-page:not(.single) .checkout-breadcrumbs { font-size: 20px; text-transform: none; }
.woocommerce-page:not(.single) .checkout-page-title { background: #f8f8f8; }
.woocommerce-page:not(.single) .cart-container .quantity .button { min-width: auto; }
.woocommerce-page:not(.single) .shop_table thead th { font-weight: 500; }
.woocommerce-page:not(.single) .shop_table .product-name a { color: #111; font-weight: 600; }
.woocommerce-page:not(.single) .shop_table .variation { text-transform: none; color: #111; }
.woocommerce-page:not(.single) .checkout-button, .woocommerce-page:not(.single) #place_order { background-color: var(--primary-color) !important; border-radius: 5px; }
.woocommerce-page:not(.single) .coupon .expand { background-color: #111; color: #fff; border-radius: 5px; text-shadow: none; }
.woocommerce-page:not(.single) .woocommerce-checkout input[type=text], .woocommerce-page:not(.single) .woocommerce-checkout input[type=tel], .woocommerce-page:not(.single) .woocommerce-checkout input[type=email], .woocommerce-page:not(.single) .woocommerce-checkout textarea, .woocommerce-page:not(.single) .woocommerce-checkout select, .woocommerce-page:not(.single) .woocommerce-checkout .select2-container .select2-selection { background-color: #fff; border: 1px solid #d9d9d9; border-radius: 5px; box-shadow: none; height: 45px; }

.woocommerce-form-track-order p.form-row-first, .woocommerce-form-track-order p.form-row-last { width: 100%; }
.woocommerce-form-track-order .button { width: 100%; border-radius: 5px; }

form input[type=text] { background-color: #fff; border: 1px solid #d9d9d9; border-radius: 5px; box-shadow: none; height: 45px; }

.entry-content, .entry-header-text { padding-top: 0; }

.post-sidebar span.widget-title { color: #494949; font-size: 22px; font-weight: 700; text-transform: none; margin-bottom: 20px; display: block; }
.post-sidebar .is-divider { display: none; }
.post-sidebar .flatsome_recent_posts .badge { width: 125px; height: 82px; border-radius: 10px; overflow: hidden; }
.post-sidebar .flatsome_recent_posts li a { color: #231f20; font-size: 16px; font-weight: 700; }
.post-sidebar .flatsome_recent_posts li a:hover { color: var(--primary-color); }
.post-sidebar .flatsome_recent_posts li .post_comments { display: none; }
.post-sidebar ul li &gt; a { padding: 13px 0; font-size: 16px; color: #494949; font-weight: 500; }
.post-sidebar ul li &gt; a:hover { color: var(--primary-color); }
.post-sidebar ul li.current-cat &gt; a, .post-sidebar ul li.active &gt; a { color: var(--primary-color); }

.blog-wrapper { padding-top: 0; }

.blog-single blockquote { z-index: 1; color: #fff; font-weight: 500; font-size: 20px; padding: 50px; border-radius: 4px; position: relative; background-color: var(--primary-color); margin: 20px 0; }
.blog-single blockquote h4 { font-size: 18px; font-weight: 700; padding-top: 15px; color: #fff; }
.blog-single blockquote:after { top: 50%; left: 0; right: 0; z-index: -1; font-size: 275px; font-weight: 900; content: '"'; text-align: center; position: absolute; transform: translateY(-50%); color: rgba(255, 255, 255, 0.25); }
.blog-single #comments .comment-respond { background-color: transparent; margin-top: 0; padding: 0; }
.blog-single #comments .comment-respond .submit { background: #484848; border-radius: 3px; }
.blog-single #comments .comment-respond input:not([type="submit"]):not([type="checkbox"]), .blog-single #comments .comment-respond textarea { width: 100%; height: 60px; border: none; padding-left: 20px; margin-bottom: 20px; background-color: #f0f0f0; box-shadow: none; }
.blog-single .comments-title, .blog-single time { display: none; }
.blog-single .comment-reply-link, .blog-single .cancel-comment-reply-link { background: var(--primary-color); color: #fff; font-size: 14px; font-weight: 400; text-transform: none; padding: 8px 25px; border-radius: 5px; }
.blog-single cite { font-style: normal; }
.blog-single .says { display: none; }
.blog-single .comment-list li .avatar { border-radius: 10px; }
.blog-single .blog-details-tag { margin-top: 40px; padding: 10px 0px; border: 1px solid #ded7d7; border-left: none; border-right: none; }
.blog-single .blog-details-tag a { margin-left: 8px; padding: 10px 10px; display: inline-block; background-color: #f7f7f7; transition: .3s all ease-in-out; }
.blog-single .tag-box { margin-bottom: 30px; }
.blog-single .tag-box:before { content: "#"; color: var(--secondary-color); font-size: 25px; height: 1.75rem; line-height: 1.06; display: inline-block; }
.blog-single .tag-box a { color: #231f20; font-weight: 500; font-size: 14px; background: #F0F0F0; border-radius: 3px; padding: 4px 10px; margin-right: 5px; display: inline-block; margin-bottom: 5px; word-break: break-word; border-radius: 20px; }
.blog-single .tag-box a:hover { color: #fff; background-color: var(--primary-color); }
.blog-single .share-box .social-icons a { margin: 0 10px; color: #3A3B3D; font-size: 15px; }
.blog-single .share-box .social-icons .email, .blog-single .share-box .social-icons .linkedin { display: none; }
/* Old css */

.button:not(.icon) { min-height: 40px; line-height: 38px; }
.button:not(.icon).is-outline { border-width: 1px; }

.section-title-container { margin-bottom: 0; }

.section-title { border-bottom: none; }

.service_product {
    overflow: hidden;
    padding: 10px 0px;
}

.service_product .item_service {
    padding: 5px 15px;
    text-align: center;
    display: block;
}

.service_product .item_service:last-child .content_service {
    border-bottom: 0;
}

.service_product .item_service .content_service {
    position: relative;
    padding: 5px 0px 10px 0px;
    border-bottom: 1px dashed #ebebeb;
}

.service_product .item_service .content_service p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0;
    padding: 0px;
    color: #252525;
}
.back-to-top {
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 50px;
    width: 50px;
    bottom: 60px;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-size: 19px;
}</pre></body></html>