/*
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.   ***************/
.header-right-phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}
.header-right-phone .header-right-phone-detail {
    margin-left: 10px;
}
.header-right-phone .header-right-phone-detail span {
    display: block;
}
.header-right-phone .header-right-phone-detail a {
    display: block;
    color: #f50000;
    font-weight: bold;
}
.searchform-wrapper{border-bottom: 1px solid #ececec;}
.searchform-wrapper input{border: unset;box-shadow: unset;padding: 0;color: #333;font-size: 18px;}
.searchform-wrapper input::placeholder{
  color: #333;font-size: 18px;
}
.searchform-wrapper button{background-color: #fff !important;border: unset;}
.searchform-wrapper button svg{
  width: 20px;
    height: 20px;
}
.header-bottom-nav.nav-center{
  
}
.header-bottom-nav.nav-center>li{
          transition: all .5s ease;
          padding: 5px 0;
}
.header-bottom-nav.nav-center>li>a{
          font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.5px;
  transition: all .5s ease;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
}
.header-bottom-nav.nav-center>li>ul.sub-menu{
  position: absolute;
  background: #FFF;
  z-index: 9;
  width: 185px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: all .25s ease;
  border-top: 3px solid #f50000;
  top: 100%;
  left: auto;
  transform: scaleX(0) translateY(20px);
  padding: 0;
  min-width: 185px;
}
.header-bottom-nav.nav-center>li:hover>ul.sub-menu{
  opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li{
          transition: all .5s ease;
          position: relative;
          display: block;
          width: 185px;
          min-width: 185px;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li.menu-item-has-children>a:before{
  content: '\f105';
  font-family: fl-icons !important;
  position: absolute;
  right: 8px;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li>a{
  padding: 10px 15px;
  transition: all .5s ease;
  white-space: initial;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #EbEbEb;
  margin: 0;
  font-weight: 400;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li>a:hover{
          background: #f50000;
        color: #fff;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li>ul.sub-menu{
  position: absolute;
        background: #FFF;
        z-index: 9;
        width: 185px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        opacity: 0;
        transition: all .25s ease;
        border-top: 3px solid #f50000;
  top: 0;
        left: 100%;
        transform: scaleX(0) translateX(20px);
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li:hover>ul.sub-menu{
  opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li>ul.sub-menu>li{
  transition: all .5s ease;
  position: relative;
}
.header-bottom-nav.nav-center>li>ul.sub-menu>li>ul.sub-menu>li>a{
  padding: 10px 15px;
        transition: all .5s ease;
        white-space: initial;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
  border-bottom: 1px solid #EbEbEb;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
    transition: opacity .25s;
}
.nav-dropdown-has-arrow li.has-dropdown:after{
  display:none !important;
}
.menu-wrapper {
  display:flex;
  align-items:center;
  gap:8px;
}
.menu-track {
  /* overflow:hidden; */
  flex:1;
}
.menu-items {
  display:flex;
  gap:12px;
  transition:transform .35s ease;
  white-space:nowrap;
  margin:0;
  padding:0;
  list-style:none;
}
.menu-items>li {
  display:inline-block;
}
.menu-prev, .menu-next {
  background:transparent;
  border:1px solid #ddd;
  padding:6px 10px;
  border-radius:6px;
  cursor:pointer;
}
.menu-prev[disabled], .menu-next[disabled] {
  opacity:.35;
  cursor:not-allowed;
}
#mega-menu-title{color: #212529;background: #fff;font-weight: 400;font-family: Tinos, sans-serif;}
#mega-menu-title i{
}
#mega_menu .sub-menu{
        /* transform: scaleY(0); */
        /* position: absolute; */
        /* top: -3px; */
        /* bottom: 0; */
        /* overflow-y: auto; */
        /* left: 100%; */
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(6px);
        padding: 10px;
        min-width: calc(1370px - 300px);
}
#mega_menu .sub-menu>li{
  width: calc(100% / 4);
  margin-bottom: 10px;
  display: inline-block;
  background: transparent;
  border: unset;
}
#mega_menu .sub-menu>li>a{
  display: block;
  font-weight: bold;
  color: #f50000;
  background: transparent;
  border: unset;
}
#mega_menu>li{position: unset;}
#mega_menu>li>a{
}
.hover-to-bg-new{
      transition: transform 400ms;
}
.hover-to-bg-new:hover{
  transform: scale(105%);
}
.hover-to-bg-new h2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  --line: 3;
  -webkit-line-clamp: var(--line);
  color:#f50000;
  margin-bottom: 0;
}
.hover-to-bg-new span{
  font-size: 16px;
      color: #9b9b9b;
}
.product-small.box{
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      padding: 0 8px;
      margin: 4px 0;
}
.product-small.box .title-wrapper{margin-bottom: 5px;}
.product-small.box .title-wrapper a{
  color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.25s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.25s;
    line-height: 1.4;
      -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1);
}
.product-small.box .price-wrapper{
}
.product-small.box .price-wrapper span{
  font-weight: bold;
    color: #F30;
    font-size: 1.05rem;
}
.product-small.box .box-text{
  
}
.pro-th{
  text-align: left;
    font-size: 0.9rem;
    color: #AbAbAb;
    display: block;
}
.text-lapdat{text-align: center;}
.text-lapdat p{
  font-size: 32px;
  color:#f50000;
  margin: auto;
  font-weight: 700;
  margin-top: 42px;
  margin-bottom: 42px;
}
.home-double-banner-right-info{
}
.home-double-banner-right-info h3{
      font-size: 24px;
      color:#f50000;
      margin-bottom: 0;
      line-height: 29px;
}
.home-double-banner-right-info p{
  font-size: 16px;
  color:#000000;
  margin-bottom: 5px;
}
.primary-btn-pc{
  /* margin: auto; */
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 51%, 0% 0%);
  padding: 8px 20px 8px 32px;
  font-weight: bold;
  display: flex;
  width: fit-content;
  align-items: center;
  max-width: 240px;
  transition: opacity 400ms;
  background-color: #f50000;
  margin-right: 0;
}
.primary-btn-pc span{
  color:#fff;
    font-size: 20px;
}
.primary-btn-pc i{
  background: #fff;
  width: 24px;
  height: 24px;
  color: #f50000;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 8px;
}
.tab-luachon .tab a{
  font-size: 20px;
  color: #9b9b9b;
  font-weight: 700;
}
.tab-luachon .tab.active a{
  color: #f50000;
}
.home-vendor {
    position: relative;
    overflow: hidden;
    padding: 25px 0px;
}
.home-vendor .home-vendor-flex{
  position: relative;
  width: 400%;
  background-color: #BB86FD;
  opacity: 1;
  padding: 15px 0;
  display: flex;
  animation: goleft 25s 
linear infinite;
}
.home-vendor:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    background-color: #f50000;
    top: 0;
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.home-vendor:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    background-color: #f50000;
    bottom: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.home-vendor .home-vendor-flex .home-vendor-item {
    width: 33%;
}
.home-vendor .home-vendor-flex .home-vendor-item p{
}
.home-vendor .home-vendor-flex .home-vendor-item a{
  transition: color 400ms;
    text-shadow: 0 0 9px var(--color_main), 0 0 9px var(--color_main), 0 0 9px var(--color_main), 0 0 9px var(--color_main);
  font-size: 24px;
  color: white;
  font-weight: bold;
}
@keyframes goleft {
  0% {
    left: 0%; }
  100% {
    left: -200%; } }
.text-audio{
}
.text-audio h2{
  font-size: 32px;
  color: #f50000;
  margin-bottom: 10px;
  line-height: 34px;
}
.text-audio p{
  font-size: 16px;
  font-weight: bold;
  color: #9b9b9b;
  margin-bottom: 0;
}
.text-audio h4{
      font-size: 24px;
  color: black;
}
.text-audio ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;padding: 20px;}
.text-audio ul li{
  margin: -8px 0;
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
  font-size: 16px;
  color: #9b9b9b;
   font-weight: bold;
}
.text-audio ul li:before{
  content: '\e005';
    font-family: fl-icons !important;
   color: #9b9b9b;
}
.text-audio ul li:hover{
  color:#f50000;
}
.text-audio ul li:hover:before{
   color:#f50000;
}
.img-audio img{
  border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
}

.home-review .home-review-body {
    display: grid;
    grid-template-columns: 15% 1fr;
    gap: 2.5rem;
    align-items: flex-start;
}
.home-review .home-review-body > * {
    min-width: 0;
}
.home-review .home-review-body .home-review-body-dots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.home-review .home-review-body .home-review-body-dots > * {
    min-width: 0;
}
.home-review .home-review-body .home-review-body-dots .home-review-body-dot {
    border: 1px solid #DbDbDb;
    cursor: pointer;
}
.home-review-body .home-review-body-items .home-review-body-item .home-review-body-item-icon svg {
    width: 50px;
    height: 50px;
}
.home-review-body .home-review-body-items .home-review-body-item {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 2.5rem;
}
.home-review-body .home-review-body-items .home-review-body-item .home-review-body-item-data {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 15px;
    place-items: start center;
}
section.home-review .home-review-wrap .home-review-head .home-review-head-action {
    display: flex;
    gap: 5px;
}
section.home-review .home-review-wrap .home-review-head .home-review-head-action button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    margin: 0;
}
section.home-review .home-review-wrap .home-review-head {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 95px;
    gap: 15px;
    margin-bottom: 30px;
}
section.home-review .home-review-wrap .home-review-head {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 95px;
    gap: 15px;
    margin-bottom: 30px;
}
section.home-review .home-review-wrap .home-review-body .home-review-body-items.slick-slider .slick-arrow, section.home-review .home-review-wrap .home-review-body .home-review-body-items.slick-slider .slick-dots {
    display: none !important;
}
section.home-review .home-review-wrap .home-review-body .home-review-body-dots .home-review-body-dot:hover, section.home-review .home-review-wrap .home-review-body .home-review-body-dots .home-review-body-dot.active {
    border: 1px solid #f50000;
}
.text-titok{
}
.text-titok svg{
  width: 100px;
    height: 100px;
}
.logo-ft{
}
.logo-ft p{
}
.logo-ft img{margin-bottom: 0 !important;width: auto !important;}
.icon-footer img{
  filter: brightness(0) invert(0);
}
.shop-social-sidebar {
  position: fixed;
  bottom: 15%;
  right: -135px;
  z-index: 100;
  }
  @media (max-width: 768px) {
    .shop-social-sidebar .hiddenMob {
      display: none !important; } }
  .shop-social-sidebar a, .shop-social-sidebar button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 7.5px;
    width: 165px;
    transform: translateX(0px);
    background: #ffffff;
    color: #333;
    border: 1px solid #DbDbDb;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: var(--border_radius) 0 0 var(--border_radius);
    font-size: .9rem;
    white-space: nowrap; }
    .shop-social-sidebar a.back-to-top, .shop-social-sidebar button.back-to-top {
      opacity: 0;
      visibility: hidden; }
      .shop-social-sidebar a.back-to-top.active, .shop-social-sidebar button.back-to-top.active {
        opacity: 1;
        visibility: visible;
        font-size: 14px;
        text-transform: unset;
        }
    @media (min-width: 991px) {
      .shop-social-sidebar a:hover, .shop-social-sidebar button:hover {
        transform: translateX(-120px); } }
    .shop-social-sidebar a img, .shop-social-sidebar button img {
      margin-right: 20px;
      max-width: 25px; }

#back-to-top{text-transform: unset;}
.popup-noti {
    position: fixed;
    bottom: 45px;
    left: 15px;
    margin: 0;
    z-index: 100;
    top: auto !important;
}
.popup-noti .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #f50000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.popup-noti .icon svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s 
ease-in-out, -webkit-transform 0.35s 
ease-in-out;
    transition: opacity 0.35s 
ease-in-out, transform 0.35s 
ease-in-out;
    transition: opacity 0.35s 
ease-in-out, transform 0.35s 
ease-in-out, -webkit-transform 0.35s 
ease-in-out;
    animation: iconSkew 1s infinite 
ease-out;
    min-height: -webkit-fill-available;
}
.popup-noti .content {
    background: #f50000;
    color: #fff;
    padding: 20px 10px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s 
cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup-noti.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.popup-noti .content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.popup-noti .content ul {
    margin-bottom: 20px;
}
.popup-noti .content ul li svg {
    margin-right: 10px;
    color: #fff;
}
.popup-noti .content ul li svg path {
    fill: #FFF;
}
.popup-noti .content ul li a {
    color: #fff;
}
@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
.popup-noti .content .ghichu {
    font-style: italic;
    font-size: 16px;
}
.popup-noti .content .close-popup-noti {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.popup-noti .content .close-popup-noti svg {
    width: 15px;
    height: 15px;
}
.popup-noti .content .close-popup-noti svg path {
    fill: #fff;
}
.popup-noti .content ul li {
    margin-bottom: 10px;
    list-style-type: none;
}
.titleStyle1-body {
    position: relative;
    display: inline-block;
    /* text-align: center; */
    /* width: 100%; */
}
.titleStyle1-body:before, .titleStyle1-body:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 50px;
    height: 3px;
    background: #000;
}
.titleStyle1-body:before {
    left: calc(-65px);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}
.titleStyle1-body:after {
    left: calc(100% + 15px);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%);
}
.titleStyle1-body .titleStyle1-body-content {
    position: relative;
    color: #f50000;
    text-align: center;
    padding-right: 75px;
    display: inline-block;
}
.titleStyle1-body .titleStyle1-body-content:has(strong) {
    padding-right: 50px;
}
.titleStyle1-body .titleStyle1-body-content strong {
    color: #333;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#f50000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
}
.titleStyle1-body .titleStyle1-body-content:after {
    content: "";
    background: url(images/image_title_all.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: .75;
}
.titleStyle1-body .titleStyle1-body-content:has(strong):after {
    width: 50px;
    height: 50px;
}
#newsletter-form .wpcf7-email{
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      margin: 5px 0px;
      width: 100%;
      border: 1px solid #f50000;
      height: 35px;
      line-height: 35px;
      padding: 0 10px;
      border-radius: 5px;
}
#newsletter-form .wpcf7-submit{
  background: #f50000;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #f50000;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all .5s;
}
#newsletter-form .wpcf7-submit:hover{
    background: transparent;
    color: #f50000;
    box-shadow: unset;
}
.titleStyle1 {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 75px;
}
.form-popup form{
    margin-bottom: 0;
}
.section_index--newletter-wrap-left h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.section_index--newletter-wrap-left p:first-of-type {
    margin-bottom: 20px;
}
#mc-form10 p{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#mc-form10 .wpcf7-form-control-wrap{
    width: 70%;
}
#mc-form10 .wpcf7-email{
      outline: none;
      padding: 0 10px;
      border: 2px solid #ebebeb;
      border-radius: 5px;
      background: #fff;
      height: 45px;
      /* margin-bottom: 0; */
}
#mc-form10 .wpcf7-submit{
  outline: none;
  padding: 0 10px;
  width: calc(30% - 10px);
  border: 2px solid #f50000;
  background: #f50000;
  border-radius: 5px;
  height: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: all .5s;
  margin-right: 0;
  /* margin-bottom: 0; */
}
#mc-form10 .wpcf7-spinner{
  display:none;
}
.img-contact img{
  border-radius:5px;
}
.pageBreamBox {
    background-color: rgb(242, 242, 242);
    padding: 10px 0;
    margin-bottom: 30px;
}
.widget .widget-title{
  
}
.widget .widget-title span{
}
.main-blog-right-newest {
    margin-bottom: 30px;
}
.article-item.layout-small {
    padding: 0;
    position: relative;
}
.main-blog-right-newest .article-item:before {
    content: attr(data-index);
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f50000;
    border: 5px solid #f50000;
}
.article-item.layout-small .article-item-wrap {
    display: grid;
    grid-template-columns: 30% 1fr;
}
.main-blog-right-newest .article-item .article-item-wrap {
    padding: 15px 15px 15px 30px;
}
.article-item-wrap .article-item-image {
    display: block;
    overflow: hidden;
    border-radius: var(--border_radius);
}
.article-item-wrap .article-item-image img {
    transition: all .5s;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    margin: 0 auto;
}
.article-item-wrap .article-item-detail {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin: -50px auto 0;
    background: #FFF;
    position: relative;
    z-index: 1;
    max-width: 80%;
    border-radius: var(--border_radius);
}
.article-item.layout-small .article-item-wrap .article-item-detail {
    padding: 0;
    display: block;
    padding-left: 15px;
    margin: 0;
    max-width: 100%;
}
.main-blog-right-newest .article-item .article-item-wrap .article-item-detail {
    padding-left: 15px;
}
.article-item-wrap .article-item-detail .article-item-detail-title {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.25s;
    margin-bottom: 5px;
    line-height: 22px;
    /* text-align: center; */
}
.article-item-wrap .article-item-detail .article-item-detail-title a {
    color: var(--color1);
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.25s;
}
.main-blog-right-menu .main-blog-right-menu-data {
    background: #f9f9f9;
    border-radius: 5px;
    transition: all .5s;
    cursor: pointer;
}
.main-blog-right-menu .main-blog-right-menu-data li{
  list-style: none;

}
.main-blog-right-menu .main-blog-right-menu-data li a{
      display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 7.5px 15px;
}
.main-blog-right-menu .main-blog-right-menu-data li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}
h1.entry-title{
  width: 100%;
  font-size: 32px;
  margin-bottom: 10px;
  color:#212529;
  font-weight: 500;
  line-height: 41px;
  margin-top: 20px;
}
#comments{
  display:none;
}
.blog-archive .blog-home .box-text{
  text-align: center;
}
.blog-archive .blog-home .box-text .is-divider{
  text-align: center;
  margin: 12px auto;
}
.page-title{
   font-weight: 500;
}
.main-collection-wrap .yith-wcan-filters{
  margin-bottom: 0;
}
.main-collection-wrap form{
  margin-bottom: 0;
}
.main-collection-wrap .filter-content{padding: 0 !important;}
.main-collection-wrap .filter-content ul{margin-bottom: 0;padding: 5px !important;}
.main-collection-wrap .filter-content ul li{
}
.main-collection-wrap .filter-content ul li input[type=checkbox], .main-collection-wrap .filter-content ul li input[type=radio]{
   margin-bottom: 0;
}
.main-collection-wrap form .reset-filters{margin: 0;text-align: left;padding: 0;}
.product-main{
  padding-top: 0;
}
.product-info h1.entry-title{
  font-size: 1.85rem;
  font-weight: bold;
  /* padding-right: 45px; */
  margin-top: 0;
}
.main-product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.main-product-info > div {
    width: 50%;
    padding-left: 15px;
    position: relative;
}
.main-product-info > div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f50000;
}
.product-info .price-wrapper{
  border-top: 1px dotted #dee2e6;
    border-bottom: 1px dotted #dee2e6;
    padding: 0 !important;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product-info .price-wrapper span{
  font-size: 1.5rem;
    font-weight: bold;
    color: #FF0000;
}
.product-info form.cart{
  display:none;
}
.shop-freeship-note {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
}
.shop-freeship-note span {
    display: inline-block;
    border: 1px solid #f50000;
    padding: 2.5px;
    border-radius: 5px;
    color: #f50000;
    margin-left: 5px;
    font-weight: bold;
}
.main-product-send-help{position: relative;cursor: pointer;}
.main-product-send-help:hover p{
  color: #f50000;
    border-color: #f50000;
}

.main-product-send-help p{
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: color .4s .4s 
ease-in, border .4s .4s 
ease-in;
  overflow: hidden;
  width: 100%;
  font-size: .85rem;
  margin: 0;
  border-radius: 5px;
  display: block;
}
.main-product-send-help p strong{
   text-transform: initial;
   font-size: .7rem;
   display: block;
}
.main-product-send-help:hover strong{
  color: #f50000;
}
.main-product-send-help::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f50000;
    left: 0;
    bottom: 0;
    transition: all 0.4s 
ease-in;
    transform: scale(0);
    border-radius: 5px;
}
.main-product-send-help:hover:after {
    transform: scale(1);
}
.main-product-send-info{
}
.main-product-send-info p{margin-bottom: 0;}
.main-product-send-info a{
  background: #f50000;
  border-color: #f50000;
  transition: all .5s;
  color:#fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #CCC;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.main-product-send-info a strong{
  display: block;
  text-transform: unset;
  text-transform: initial;
  font-size: .7rem;
}
.main-product-send-info a:hover{
      background: transparent;
      border-color: #f50000;
      transition: all .5s;
      color: #f50000;
}
.main-product-send-info a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f50000;
    left: 0;
    bottom: 0;
    transition: all 0.4s 
ease-in;
    transform: scale(0);
    border-radius: 5px;
}
.main-product-send-info a:hover:after{
      transform: scale(1);
}
.modal-body-support{
      padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.modal-body-support > h5 {
    background: #f50000;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.preOrder-modal-wrap{
}
.preOrder-modal-wrap .wpcf7-form-control{
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  /* width: 49%; */
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  background: #F4F4F4;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pum-theme-lightbox .pum-container{
  padding: 0;
}
.modal-body-support .col{
  padding-bottom: 0;
}
.modal-body-support .fsanpham{
      cursor: no-drop;
    opacity: .5;
    color: #f50000;
    font-weight: bold;
}
.modal-body-support textarea{
      height: 65px !important;
      max-height: 65px;
      min-height: 65px;
}
.modal-body-support .send_dki{
  background: #f50000;
  padding: 0;
  border: 1px solid #f50000;
  width: 100%;
  color: #fff;
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
  transition: all .4s 
linear;
  border-radius: 5px;
  margin: 0;
}
.modal-body-support .send_dki:hover{
  background: transparent;
  color:#f50000;
  box-shadow: unset;
}
.preOrder-modal-wrap .wpcf7-spinner{
  display:none;
}
form{
   margin-bottom: 0;
}
.tab-infor{
      margin-top: 15px;
}
.tab-infor .accordion-title.active{border-bottom: 1px solid #f50000;}
.tab-infor .accordion-title.active span{
  text-transform: uppercase;
}
.tab-infor .accordion-inner{
  background-color: rgba(0, 0, 0, .03);
}
.product-gallery{
  min-width: 0;
  position: sticky;
  top: 15px;
  height: min-content;
  text-align: center;
  padding-right: 50px;
}
.main-product-seen{
      margin-top: 60px;
      margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .header-menu-horizontal > nav {
    display: block;
    overflow-x: hidden;
    width: calc(100% - 60px);
    }
    .header-menu-horizontal > nav .menu0 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      white-space: nowrap;
      min-width: fit-content;
      /* All */
      /* End All */ }
      .header-menu-horizontal > nav .menu0 .header-menu-horizontal-head, .header-menu-horizontal > nav .menu0 .header-menu-horizontal-foot {
        display: none; }
      .header-menu-horizontal > nav .menu0 li {
        transition: all .5s ease; }
        .header-menu-horizontal > nav .menu0 li.active > a {
          color: var(--color_main); }
          .header-menu-horizontal > nav .menu0 li.active > a svg, .header-menu-horizontal > nav .menu0 li.active > a svg * {
            fill: var(--color_main); }
        .header-menu-horizontal > nav .menu0 li:hover > ul {
          opacity: 1 !important;
          visibility: visible !important;
          transform: none !important; }
        .header-menu-horizontal > nav .menu0 li a {
          transition: all .5s ease;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          gap: 10px; }
          .header-menu-horizontal > nav .menu0 li a span {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            transition: all .5s ease; }
            .header-menu-horizontal > nav .menu0 li a span svg {
              transition: all .5s ease; }
        .header-menu-horizontal > nav .menu0 li ul {
          position: absolute;
          background: #FFF;
          z-index: 9;
          width: 185px;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          visibility: hidden;
          opacity: 0;
          transition: all .25s ease;
          border-top: 3px solid var(--color_main); }
      .header-menu-horizontal > nav .menu0 > li {
        padding: 5px 0; }
        .header-menu-horizontal > nav .menu0 > li > a {
          font-size: 1.1rem;
          font-weight: 400;
          letter-spacing: 0.5px; }
          .header-menu-horizontal > nav .menu0 > li > a:hover {
            color: var(--color_main); }
            .header-menu-horizontal > nav .menu0 > li > a:hover svg, .header-menu-horizontal > nav .menu0 > li > a:hover svg * {
              fill: var(--color_main); }
        .header-menu-horizontal > nav .menu0 > li .menu1 {
          top: 100%;
          left: auto;
          transform: scaleX(0) translateY(20px); }
          .header-menu-horizontal > nav .menu0 > li .menu1 li {
            position: relative; }
            .header-menu-horizontal > nav .menu0 > li .menu1 li:not(:last-child) a {
              border-bottom: 1px solid #EbEbEb; }
            .header-menu-horizontal > nav .menu0 > li .menu1 li > a {
              padding: 10px 15px;
              transition: all .5s ease;
              white-space: initial;
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: center;
              gap: 10px; }
              .header-menu-horizontal > nav .menu0 > li .menu1 li > a span {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center; }
              .header-menu-horizontal > nav .menu0 > li .menu1 li > a:hover {
                background: var(--color_main);
                color: var(--color2); }
                .header-menu-horizontal > nav .menu0 > li .menu1 li > a:hover svg, .header-menu-horizontal > nav .menu0 > li .menu1 li > a:hover svg * {
                  fill: var(--color2); }
            .header-menu-horizontal > nav .menu0 > li .menu1 li .menu2, .header-menu-horizontal > nav .menu0 > li .menu1 li .menu3 {
              top: 0;
              left: 100%;
              transform: scaleX(0) translateX(20px); }
  .header-menu-horizontal .header-menu-arrow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 40px;
    display: none; }
    .header-menu-horizontal .header-menu-arrow.active {
      display: flex; }
    .header-menu-horizontal .header-menu-arrow button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      color: var(--color1);
      font-weight: 300;
      opacity: .5;
      font-size: 12px; }
      .header-menu-horizontal .header-menu-arrow button:hover {
        opacity: 1;
        color: var(--color_main) !important; } }
.header-menu-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1024px) {
     .home-review .home-review-body .home-review-body-dots {
        display: none;
    }
  .home-review-body-item-icon {
        display: none;
    }
}
@media (max-width: 600px) {
    .text-lapdat p {
        font-size: 20px;
        margin-top: 55px;
        margin-bottom: 55px;
    }
  .home-double-banner-right-info h3{
    font-size: 18px;
    line-height: 20px;
  }
  .home-double-banner-right-info p{
    font-size: 10px;
  }
  .primary-btn-pc{
  padding: 2px 15px 2px 24px;
  }
  .primary-btn-pc span{
    font-size: 11px;
  }
  .text-audio ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 10px;
    }
}
@media(max-width:992px){
  .product-gallery{
        position: relative;
    top: 0;
  }
      .titleStyle1 {
        padding: 0;
    }
  .titleStyle1-body:before{
    display:none;
  }
  .titleStyle1-body:after{
    display:none;
  }
  .home-review-wrap .home-review-body {
        display: block;
    }
  .home-review-body .home-review-body-items .home-review-body-item .home-review-body-item-data{
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width:549px){
  .home-review .home-review-body .home-review-body-dots{
   
  }
  .home-review-body .home-review-body-items .home-review-body-item .home-review-body-item-data{
            grid-template-columns: 100px 1fr;
  }
  .home-review-body-item-avatar {
        border: 1px solid #DbDbDb;
    }
  .home-review-body .home-review-body-items .home-review-body-item{
    display:block;
  }
  .main-product-send-help{
        margin-bottom: 10px;
  }
}
 .header-menu-wrap {
    display: grid;
    grid-template-columns: 40% 1fr 10px;
    align-items: center;
    gap: 0 20px;
}
#mega-menu-wrap {
    width: 100%;
    background: #ffff;
    position: relative;
    z-index: 9;
}