<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{font-family:"SVN-Biennale";src:url("fonts/SVN-Biennale Regular.ttf") format("truetype");font-weight:400;font-style:normal}
@font-face{font-family:"SVN-Biennale";src:url("fonts/SVN-Biennale Medium.ttf") format("truetype");font-weight:500;font-style:normal}
@font-face{font-family:"SVN-Biennale";src:url("fonts/SVN-Biennale SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}
@font-face{font-family:"SVN-Biennale";src:url("fonts/SVN-Biennale Bold.ttf") format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:"SVN-Biennale";src:url("fonts/SVN-Biennale Heavy.ttf") format("truetype");font-weight:950;font-style:normal}
:root {
    --mf-text-color: #333;
    --mf-primary-color: var(--fs-color-primary);
    --mf-secondary-color: var(--fs-color-secondary);
    --mf-success-color: var(--fs-color-success);
    --mf-alert-color: var(--fs-color-alert);
    --mf-border-color: var(--fs-color-primary);
    --mf-heading-color: var(--heading-color);
    --mf-link-color: var(--fs-experimental-link-color);
    --mf-link-hover-color: var(--fs-experimental-link-color-hover);
    --mf-color-1: #79C1F8;
}
p {
    margin: 0 0 1rem 0;
}
:where(p:last-of-type) {
    margin-bottom: 0 !important;
}
li {
    margin-bottom: .5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

body {
    font-family: "SVN-Biennale", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.container {
    padding-inline: 12px;
}
.row .container {
    padding-inline: 0;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1224px !important;
}
.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {
    margin-left: -12px;
    margin-right: -12px;
}
.col, .columns, .gallery-item {
    padding: 0 12px 24px;
}

.longthuy {
  border-left: 10px solid #2196F3;
  padding-left: 10px;
  margin-bottom: 20px;
}

.longthuy h2 {
  margin: 0;
  font-weight: bold;
  color: #2196F3;
  text-transform: uppercase;
  font-size: 28px;
}

.longthuy p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 5px;
}

.tieu_de_long_thuy{
	border-left: 2px solid #2B91DE; 	padding-left: 10px;
	margin-right: 10px;
}
.border_top_long_thuy{
	border-bottom: 2px solid #2B91DE; 	
	width:25%;
}
.tieu_de_long_thuy h1{
	color: #2B91DE;
}
/* contact info*/
.info_long_thuy {
    display: flex;
    align-items: center; 
    gap: 20px;              
}

.info_long_thuy p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;     
}

.info_long_thuy img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.info_long_thuy span {
    font-size: 14px;
    color: #333;
}
/*  socila info */
.social_long_thuy {
    display: flex;
    gap: 10px; 
    align-items: center;
}

.social_long_thuy img {
    width: 24px;
    height: 24px;
    object-fit: contain; 
}
/*  giá»›i thiá»‡u */
 .long_thuy-card-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 345px;
    margin: 0 auto;
}
.long_thuy-background-block {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #2196f3;
    border-radius: 20px;
    z-index: 1;
}
.long_thuy-image-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
}
.long_thuy-image-block img {
    width: 100%;
                height: 350px;
    display: block;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .long_thuy-background-block {
        top: 15px;
        left: 15px;
    }
}
@media (max-width: 480px) {
    .long_thuy-background-block {
        top: 10px;
        left: 10px;
    }
}
/*  vÃ¬ sao */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.long-thuy-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px auto;
    position: relative;
}

.long-thuy-left {
    flex: 1;
    min-width: 300px;
    z-index: 1;
}

.long-thuy-left img {
    width: 100%;
    height: auto;
    max-height: 770px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.long-thuy-right {
    width: 400px;
        height:600px;
    position: relative;
    background: #fff;
    padding: 30px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-left: -80px;
    z-index: 2;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
}

.long-thuy-right h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #222;
}

.long-thuy-right p {
    color: #555;
    font-size: 14px;
    margin-bottom: 25px;
}

.long-thuy-accordion {
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.long-thuy-accordion-button {
    width: 100%;
    background-color: #3399ff;
    color: white;
    border: none;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.long-thuy-accordion-button span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.long-thuy-accordion-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}


.long-thuy-accordion-content {
    background-color: #eaf2ff;
    display: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #333;
}

.long-thuy-accordion.long-thuy-active .long-thuy-accordion-content {
    display: block;
}

.long-thuy-title-line {
    width: 30%;
    height: 3px;
    background-color: #3399ff;
    margin: 8px 0 20px;
    border-radius: 2px;
}

    
    /* Responsive tablet */
@media (max-width: 800px) {
  .long-thuy-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .long-thuy-left img {
    max-height: 350px;
  }

  .long-thuy-right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

/* Responsive mobile */
@media (max-width: 576px) {
  .long-thuy-right {
    padding: 10px 15px;
  }

  .long-thuy-right h2 {
    font-size: 20px;
  }

  .long-thuy-right p,
  .long-thuy-accordion-button,
  .long-thuy-accordion-content {
    font-size: 13px;
  }

  .long-thuy-accordion-button {
    padding: 10px 15px;
  }

  .long-thuy-title-line {
    width: 50%;
  }
}
/*  title border */
.section-title-container {
    position: relative;
    padding: 0;
    margin-block: 0 24px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    background-color: var(--mf-secondary-color);
    align-items: center;
    border-radius: 5rem 0 5rem 0;
    width: 100%;
    margin-inline: 0;
    margin-block: 0;
    border: none;
    line-height: normal;
    padding-inline: 0 40px;
}

.section-title-main {
    background-color: var(--mf-primary-color);
    color: #ffffff;
    padding-block: 5px !important;
    margin-block: 0 !important;
    border-radius: 5rem 0  5rem 0;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    min-width: 100px;
    padding-inline: 32px 32px;
    border: none !important;
}
@media (min-width: 550px) {
    .section-title-main {
        font-size: 24px;
        min-width: 282px;
        padding-inline: 64px 32px;
    }
}

.section-title a {
    font-size: 16px;
    font-weight: 700;
}
.section-title a i { display: none; }

.section-title a:hover {
    color: #2196F3;
}
/*  sáº£n pháº©m hiá»ƒn thá»‹*/
.product-small.box {
    border-radius: 8px;
    background-color: #fff;
    padding: 8px 8px 16px 8px;
}
.has-item-border .product-small.box {
    border: 1px solid var(--mf-primary-color);
}

.product-small .box-image {
    background-color: var(--mf-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding-top: 100%;
    margin-block: 0 16px;
}
.product-small .box-image .image-fade_in_back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-small .box-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product-small .box-text {
    background-color: #ffffff;
    padding: 0;
    border-radius: 0 0 8px 8px;
}
.product-small .box-text {
    background-color: #ffffff;
    padding: 0;
    border-radius: 0 0 8px 8px;
}
.product-small .title-wrapper {
    margin-block: 0 8px;
}
.product-small .product-title {
    margin-block: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    text-align: center;
}
.product-small .product-title a {
    margin: 0;
}

.product-small .price-wrapper {
    text-align: center;
}
.product-small .price-wrapper .amount {
    font-size: 16px;
    line-height: 24px;
}

/*   boder áº£nh long-thuy-border*/
.long-thuy-border .img-inner img{
	border-radius:8px;
}
/*  BORDER BLOG*/
.box-blog-post {
    border-radius: 8px; 
    border: 1px solid var(--mf-primary-color);
    box-sizing: border-box; 
    overflow: hidden;
}
.box-blog-post .box-image {
    margin-block: 0;
    overflow: visible
}
.box-blog-post .box-text {
    padding-block: 16px 32px !important;
    padding-inline: 16px !important;
    font-size: 16px;
}
.box-blog-post .post-title {
    color: var(--mf-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-block: 0 8px;
}
.box-blog-post .post-title a {
    line-height: 24px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-block: 0;
    height: 48px;
}
.box-blog-post .badge.post-date {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    left: 16px;
    bottom: -12px;
    top: auto;
    overflow: hidden;
}
.box-blog-post .badge-inner {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    line-height: 16px;
}
.box-blog-post .from_the_blog_excerpt {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*  hiá»ƒn thá»‹ liÃªn há»‡ khi giÃ¡ báº±ng 0 */
.custom-contact-info {
    color: var(--mf-alert-color);
    font-weight: bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    flex-wrap: nowrap;
}
.contact-icon svg {
    display: block;
}
/*  Ä‘Ã¡nh giÃ¡*/
.long-thuy-testimonial-row {
    display: flex;
    gap: 12px; /* khoáº£ng cÃ¡ch giá»¯a cÃ¡c card */
    flex-wrap: wrap; /* cho phÃ©p xuá»‘ng dÃ²ng khi nhá» mÃ&nbsp;n hÃ¬nh */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.long-thuy-testimonial-card {
    flex: 0 0 calc((100% - 36px) / 4); /* 4 card trÃªn 1 hÃ&nbsp;ng - trá»« tá»•ng gap 3*12=36px */
    box-sizing: border-box;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.img .img-inner {
    overflow: unset;
}
.image-style-1 img {
    box-shadow: 16px 16px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}
.image-style-1 {
    padding-block: 0 24px;
    padding-inline: 0 24px;
}
.image-style-1 .img-inner {
    position: relative;
}
.image-style-1 .img-inner:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 8px;
    background: #2B91DE;
    width: 90%;
    height: 90%;
    bottom: -24px;
    right: -24px;
    z-index: -1;
}

/* Tablet: 2 cards 1 hÃ&nbsp;ng */
@media (max-width: 800px) {
    .long-thuy-testimonial-card {
    flex: 0 0 calc((100% - 12px) / 2); /* 2 cards trÃªn 1 hÃ&nbsp;ng - trá»« gap 12px */
    }
}

/* Mobile: 1 card 1 hÃ&nbsp;ng */
@media (max-width: 600px) {
    .long-thuy-testimonial-card {
    flex: 0 0 100%;
    }
}

.long-thuy-testimonial-content {
    padding: 20px;
    font-style: italic;
    color: #333;
    position: relative;
}

.long-thuy-testimonial-content::before {
    content: "â";
    margin-top: -10px;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 10px;
    left: 10px;
}

.long-thuy-testimonial-footer {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #eef6fd;
}

.long-thuy-testimonial-footer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.long-thuy-info {
    line-height: 1.2;
}

.long-thuy-name {
    font-weight: bold;
    color: #333;
}

.long-thuy-title {
    font-size: 0.85em;
    color: #777;
}
/*  form liÃªn há»‡*/
.form-style-long-thuy input[type="text"],
.form-style-long-thuy input[type="tel"],
.form-style-long-thuy input[type="email"],
.form-style-long-thuy textarea {
  width: 100%;
  height: 48px;
  padding-block: 0;
  padding-inline: 24px;
  margin-bottom: 8px;
  border: 1px solid #79C1F8;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
  transition: border 0.2s;
  box-shadow: none;
}

.form-style-long-thuy textarea {
    padding-block: 12px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-submit {
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 12px 0;
    border-radius: 8px;
    border-width: 1px;
}

.form-style-long-thuy input:focus,
.form-style-long-thuy textarea:focus {
  border-color: #66bfff;
}

.form-style-long-thuy textarea {
  height: 120px;
  resize: vertical;
}

.form-style-long-thuy input[type="submit"] {
  width: 100%;
  background-color: #2B91DE;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-block: 16px 0;
    margin-inline: 0;
}

.form-style-long-thuy input[type="submit"]:hover {
  background-color: #1976d2;
}
/*   VIDEO*/
.long-thuy-main-video {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: relative;
    padding-top: 56.25%; 
    height: 0;
}


.long-thuy-iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.long-thuy-thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px auto;
    max-width: 800px;
    justify-content: center;
    padding: 0 10px;
}


.long-thuy-thumbnail {
    flex: 1 1 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: border 0.3s;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.long-thuy-thumbnail:hover {
    border-color: #79C1F8;
}


@media (max-width: 768px) {
    .long-thuy-thumbnail {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    }
}

  
@media (max-width: 480px) {
  .long-thuy-thumbnail {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .long-thuy-main-video {
    max-width: 100%;
    padding-top: 56.25%;
  }
}
/*  footer*/
  .longthuy-contact-title {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }

  .longthuy-contact-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40%;
    height: 3px;
    background-color: white;
    transition: background-color 0.3s ease;
  }

  .longthuy-contact-title:hover::after {
    background-color: #2B91DE;
  }

  .longthuy-contact-container {
    border-radius: 10px;
    width: 100%;
    color: #FFFFFF;
    
  }

  .longthuy-contact-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }

  .longthuy-contact-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .longthuy-contact-item span {
    font-size: 1rem;
  }

  @media (max-width: 576px) {
    .longthuy-contact-title {
      font-size: 20px;
    }

    .longthuy-contact-item span {
      font-size: 14px;
    }

    .longthuy-contact-icon {
      width: 20px;
      height: 20px;
    }
  }
/* SEARCH */
/* Bao ngoÃ&nbsp;i form tÃ¬m kiáº¿m */
.header-search-form.search-form {
    width: 300px !important;
}
@media (min-width: 1025px) {
    .header-search-form.search-form {
        width: 350px !important;
    }
}
@media (min-width: 1200px) {
    .header-search-form.search-form {
        width: 480px !important;
    }
}
.header-search-form .searchform {
    max-width: 480px;
}
.header-search-form .form-flat .searchform input.search-field {
    height: 40px !important;
    border: 1px solid var(--mf-primary-color) !important;
}

/* Ã” input tÃ¬m kiáº¿m */
.header-search-form .search-field {
    border: none !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    font-style: italic !important;
    color: #333 !important;
    background-color: transparent !important;
    flex-grow: 1 !important;
    height: 100% !important;
    border-radius: 20px 0 0 20px !important;
    box-shadow: none !important;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin: 0;
}

/* Placeholder má» vÃ&nbsp; nghiÃªng */
.header-search-form .search-field::placeholder {
    color: #aaa !important;
    font-style: italic !important;
}

/* NÃºt gá»­i */
.header-search-form .ux-search-submit {
   
    color: white !important;
    border: none !important;
    padding: 10px 25px !important;
    height: 100% !important;
    
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Icon trong nÃºt */
.header-search-form .ux-search-submit i {
	color:white;
    font-size: 16px !important;
    line-height: 1 !important;
}

/* XÃ³a margin dÆ°á»›i (náº¿u cÃ³) */
.header-search-form .mb-0 {
    margin-bottom: 0 !important;
}
.form-flat .searchform .submit-button {
    border-radius: 0 20px 20px 0 !important;
    background-color: var(--mf-primary-color) !important;	
    padding-inline: 27px;
    height: 40px !important;
    line-height: 40px;
}
.flex-row.form-flat .flex-col, .form-flat .flex-row .flex-col
{
	padding:0;
}
.tien-to-lonhtuy1 {
font-size: 2rem;
margin: 20px 10px 10px;
font-family: Arial, sans-serif;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.tien-to-lonhtuy1 a {
text-decoration: none;
color: #007bff;
transition: color 0.3s;
}

.tien-to-lonhtuy1 span {
color: #6c757d;
}

/* TrÃªn mÃ&nbsp;n hÃ¬nh lá»›n, cÄƒn lá» trÃ¡i Ä‘á»ƒ giá»‘ng nhÆ° margin-left: 200px */
@media (min-width: 768px) {
    .tien-to-lonhtuy1 {
        justify-content: flex-start;
        padding-left: 130px;
    }
}

.header-vertical-menu__opener {
    align-items: center;
    padding-block: 0;
    padding-inline: 24px;
}
.header-vertical-menu__opener .icon-menu {
    margin-right: 8px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.header-vertical-menu__opener .icon-angle-down {
    display: none;
}
.header-vertical-menu__title {
    font-size: 14px;
    line-height: 45px;
}
.header-vertical-menu__fly-out {
    width: 100%;
}
.nav.header-bottom-nav {
    column-gap: 5px;
}
.nav.header-bottom-nav &gt; li &gt; a {
    font-size: 14px;
    padding: 0 7px;
    font-weight: 500;
}
.nav.header-bottom-nav &gt; li.active &gt; a {
    font-weight: 700;
}
.header-main {
    height: 70px !important;
}
.off-canvas .sidebar-menu {
    padding: 0;
}
.off-canvas .nav &gt; li &gt; a {
    font-size: 16px;
}
@media (min-width: 850px) {
    .header-main {
        height: 90px !important;
    }
    .nav.header-bottom-nav &gt; li &gt; a {
        padding: 0 9px;
    }
}
@media (min-width: 1025px) {
    .nav.header-bottom-nav {
        column-gap: 15px;
    }
    .nav.header-bottom-nav &gt; li &gt; a {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .nav.header-bottom-nav {
        column-gap: 33px;
    }
    .nav.header-bottom-nav &gt; li &gt; a {
        padding: 0 24px;
    }
}
.header-main .flex-col.flex-right {
    width: 100%;
}
.header-main .flex-col.flex-right .header-nav-main {
    flex-wrap: nowrap;
}
.header-main .nav.header-nav-main li {
    margin-inline: 24px 0;
}
.header-main .nav.header-nav-main li a:not(.button) {
    color: var(--mf-text-color);
}
.header-main .nav.header-nav-main li.header-search-form {
    margin-inline: 0;
}
@media (min-width: 1025px) {
    .header-main .nav.header-nav-main li.header-search-form {
        margin-inline: 0 24px;
    }
}
.header-main .nav.header-nav-main li.cart-item .header-cart-link {
    flex-direction: row-reverse;
    gap: 8px;
}
.header-main .nav.header-nav-main li.cart-item .header-cart-link .header-cart-icon {
    margin: 0;
}
.header-cart-title {
    font-size: 16px;
    font-weight: 600;
    max-width: 40px;
    line-height: 20px;
}
[data-icon-label]:after {
    display: none;
}
.mf-button {
    padding: 10px 24px;
    line-height: 24px;
    margin: 0;
    height: 44px;
    border-radius: 8px;
    text-transform: uppercase !important;
    border: none;
    min-height: unset;
}
.row.products-banner .banner-col .col-inner {
    height: 100%;
}
.row.products-banner .banner-col .banner {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}
.section-calltoaction {

}
.banner p {
    margin-block: 0;
}
.banner .button {
    margin-block: 0;
}
.calltoact-subheading {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 950;
    line-height: normal;
    margin-block: 0 8px;
}
.calltoact-heading {
    margin-block: 0 24px;
}
.banner .calltoact-heading &gt; * {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    font-weight: 950;
    line-height: normal;
    text-transform: uppercase;
    margin-block: 0;
}
.calltoact-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-block: 0 24px;
}
.button {
    padding: 10px 24px;
    line-height: 24px;
    min-height: unset;
    letter-spacing: 0;
    font-size: 16px;
}
.button.primary {
    border: 1px solid var(--mf-primary-color);
}
.button span {
    line-height: inherit;
}
.button.is-outline {
    border: 1px solid var(--mf-primary-color);
    color: #fff;
    line-height: inherit;
}
.section-block-heading &gt; * {
    color: var(--mf-text-color);
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.section-block-desc &gt; * {
    margin-block: 0;
}
.section-block-desc {
    margin-block: 0 24px;
}
.section-heading-divider {
    margin-block: 0 24px;
    margin-inline: auto;
}
.customer-feedback-slider .flickity-slider .customer-feedback-row {
    flex-basis: 100% !important;
    width: 100% !important;
    opacity: 1;
    margin-right: 24px;
}
.customer-feedback-slider .flickity-slider .customer-feedback-row &gt; .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
@media (min-width: 480px) {
    .customer-feedback-slider .flickity-slider .customer-feedback-row {
        flex-basis: calc((100% - 24px ) / 2) !important;
        width: calc((100% - 24px ) / 2) !important;
    }
}
@media (min-width: 550px) {
    .customer-feedback-slider .flickity-slider .customer-feedback-row {
        flex-basis: calc((100% - 24px * 2 ) / 3) !important;
        width: calc((100% - 24px * 2 ) / 3) !important;
    }
}
@media (min-width: 850px) {
    .customer-feedback-slider .flickity-slider .customer-feedback-row {
        flex-basis: calc((100% - 24px * 3 ) / 4) !important;
        width: calc((100% - 24px * 3 ) / 4) !important;
    }
}
.customer-feedback-item .customer-feedback {
    padding-block: 16px 56px;
    padding-inline: 16px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    margin-block: 0 24px;
}
.customer-feedback-item .customer-feedback:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(images/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 16px;
}
.customer-feedback-item .customer-feedback p {
    margin: 0;
}
.customer-feedback-item .icon-box {
    align-items: center;
}
.customer-feedback-item .icon-box-img {
    height: 64px;
}
.customer-feedback-item .icon-box-img img {
    padding-block: 0;
    height: 64px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.customer-feedback-item .customer-name {
    color: #3A3A3A;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-block: 0 8px;
}
.customer-feedback-item .customer-pos {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: block;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px;
    margin-block: 0 8px !important;
    opacity: 1 !important;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    display: none;
}
.video-slider-thumbnails {
    margin-top: 24px;
}
.video-slider-thumbnails .flickity-slider &gt; .video-slider-item {
    width: calc( (100% - 48px) / 3 ) !important;
    margin-right: 24px;
    opacity: 1;
}
.google-map iframe { display: block; }

.col.button-groups {
    margin-top: 24px;
}
.col.button-groups .col-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 10px;
}
.col.button-groups .col-inner &gt; * {
    margin: 0;
    flex-shrink: 0;
    width: auto;
}
.col.button-groups .icon-box {
    align-items: center;
}
.col.button-groups .icon-box-img img {
    padding: 0;
}
.col.button-groups .icon-box-text {
    font-size: 16px;
    padding-inline: 8px 0;
}
.col.button-groups .icon-box-text p {
    line-height: 24px;
    margin: 0;
}
.section-title-2 {
    margin-block: 0 24px;
    border-left: 4px solid var(--mf-primary-color);
    padding-inline: 8px 0;
}
.section-title-2 &gt; * {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--mf-text-color);
    margin-block: 0;
}
.section-title-2 strong {
    font-weight: 700;
    color: var(--mf-primary-color);
}
.section-title-3 &gt; * {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--mf-text-color);
    margin-block: 0;
}
@media (min-width: 850px) {
    .section-title-3 &gt; *,
    .section-title-2 &gt; *,
    .section-block-heading &gt; *,
    .banner .calltoact-heading &gt; * {
        font-size: 40px;
    }
}
.accordion .accordion-item:not(:last-child) {
    margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-title:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(images/quality.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.accordion .accordion-item.tab-giaohangnhanh .accordion-title:before {
    background-image: url(images/truck.svg);
}
.accordion .accordion-item.tab-giauudai .accordion-title:before {
    background-image: url(images/tag.svg);
}
.accordion .accordion-item.tab-hotro .accordion-title:before {
    background-image: url(images/customer-support.svg);
}
.accordion .accordion-title {
    padding-block: 12px;
    padding-inline: 16px 56px;
    background-color: var(--mf-color-1);
    border-radius: 8px;
    color: #fff;
    line-height: 24px;
    border: none;
    display: flex;
    column-gap: 8px;
}
.accordion .accordion-title.active {
    background-color: var(--mf-primary-color);
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.accordion .accordion-title h3 {
    color: currentColor;
}
.accordion .toggle {
    width: 24px;
    height: 24px;
    border: none;
    min-height: unset;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 16px;
    left: auto;
    top: calc(50% - 12px);
    rotate: -90deg;
}
.accordion .toggle i {
    line-height: 24px;
    position: static;
    display: block;
}
.accordion .active .toggle {
    rotate: -180deg;
}
.accordion-inner {
    padding-block: 16px;
    padding-inline: 16px;
    background-color: #E6F2FB;
}

.visaochonchungtoi-content .col-inner {
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.visaochonchungtoi-image {
    border-radius: 8px;
    overflow: hidden;
}
.row.products-banner .productlist-banner img {
    border-radius: 8px;
    object-fit: cover;
}
@media (min-width: 550px) {
    .pb-0-sm {
        padding-bottom: 0;
    }
    .row.products-banner .banner-col .col-inner .productlist-banner {
        height: calc(100% - 24px);
    }
    .row.products-banner .productlist-banner .img-inner,
    .row.products-banner .productlist-banner img {
        height: 100%;
    }
}
@media (min-width: 850px) {
    .pb-0-lg {
        padding-bottom: 0;
    }
    
    .visaochonchungtoi-image {
        max-width: 690px;
    }
    .visaochonchungtoi-content {
        position: absolute;
        right: 0;
        max-width: 652px;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
    }
    .visaochonchungtoi-content .col-inner {
        padding: 40px;
    }
}
.section-heading-divider {
    width: 240px !important;
}
.section.section-breadcrumb {
    padding-block: 0.75rem;
    background: #eee;
}
.rank-math-breadcrumb {
    font-size: 14px;
    color: var(--mf-text-color);
}
.rank-math-breadcrumb span.last {
    color: #6c757d;
}
.rank-math-breadcrumb .separator {
    display: inline-block;
    margin-inline: 8px;
}

.page-header-title {
    padding-inline: 25px 0;
    position: relative;
}
.page-header-title h1 {
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-block: 0;
    color: var(--mf-primary-color)
}
.page-header-title:before {    
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 11px;
    background: linear-gradient(to top, #0577E2, #52ABFF);
}
.section-page-header {
    padding-block: 24px 0;
}
.entry-header-text .entry-title {
    font-size: 28px;
    color: var(--mf-primary-color);
    text-transform: uppercase;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item&gt;a {
    color: var(--mf-text-color);
    opacity: 1;
    font-size: 14px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item&gt;a:hover {
    color: #fff;
    background-color: var(--mf-primary-color);
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item a {
    margin: 0;
    font-size: 14px;
    padding: 10px 15px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item .nav-dropdown-default {
    padding: 0;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item .nav-dropdown&gt;li.nav-dropdown-col {
    border: none;
    width: 100%;
    display: block;
    position: relative;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item .nav-dropdown&gt;li.nav-dropdown-col&gt;a {
    font-weight: 400;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item .nav-dropdown .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden
}
.header-vertical-menu__fly-out .nav-vertical-fly-out&gt;li.menu-item .nav-dropdown li:hover &gt; .sub-menu {
    opacity: 1;
    visibility: visible
}
.form-minimal.quantity .qty {
        max-width: unset;
    height: 46px;
}
.button.single_add_to_cart_button.alt,
.button.checkout, .checkout-button,
button#place_order {
    background-color: var(--mf-primary-color) !important;
}
.price-wrapper .price {
    margin-block: .5rem 1.5rem !important;
}
.product-info h1.product-title {
    font-size: 28px;
}
.product-short-description blockquote, 
.product-short-description dl, 
.product-short-description figure, 
.product-short-description form, 
.product-short-description ol, 
.product-short-description p, 
.product-short-description pre, 
.product-short-description ul {
    margin: 0 0 .5rem 0;   
}

form.cart {
    margin-top: 2rem;
}
.social-icons.share-icons .button {
    padding: 0;
    min-height: unset;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.zoom-button.button {
    padding: 0;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-info .price-wrapper .custom-contact-info {
    justify-content: flex-start;
    margin-bottom: 24px;
    font-size: 24px;
}
.button.is-outline.button-continue-shopping {
    color: var(--mf-primary-color);
}
.button.is-outline.button-continue-shopping:hover {
    color: #fff
}
.footer-secondary {
    padding: 0;
}
.absolute-footer {
    padding-block: 5px;
    line-height:1.2;
}</pre></body></html>