:root {
  --Primary-red-color-title: #fe5304;
  --Primary-red-color: #0C438A;
  --Primary-red-bold-color: ##0C438A;
  --Second-green-color: #ed6b0e;
  --Second-green-bold-color: #ed6b0e;
  --Grey-color: #606060;
  --Button-color: #606060;
}
.entry-content iframe[title="YouTube video player"] {
  display: block;
  margin: auto;
  max-width: 100%;
}
html,body {
    margin: 0; width: 100%; height: auto;
    font-family: 'Roboto', sans-serif; 
    font-size: 16px; color:#333; 
    font-weight: normal;
  }
  p, li {
    margin: 0; 
    font-family: 'Roboto', sans-serif; 
    font-size: 16px; 
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: .5rem;
  }
  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    margin-bottom: .5rem 
  }
  h5 {font-size: 1.05rem;}
  h4 {font-size: 1.1rem;}
  h3 {font-size: 1.3rem; }
  h2 {font-size: 1.5rem;}
  h1 {font-size: 1.7rem;}
  img {display: table;max-width: 100%;height: auto;-o-object-fit: cover;object-fit: cover}
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
  }
  .alignright {
    float: right;
    margin: 0 0 0.5em 1em;
  }
  .searchform input:focus-visible {
        outline: none;
    }
  .product-thumb a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    display: block;
  }
  .product-thumb a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-thumb a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .entry-content {
      margin-top: 12px;
  }
  .namlbn-breadcrumb span {
    font-size: 14px;
}
  div.wp-caption{
    max-width: 100%
  }
  .wp-caption-text {
    text-align: center;
    font-style: italic;
  }
  .slick-list {
    min-width: 100%;
  }
  .slick-track {
    margin-left: 0;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 20px;
    color: #ffffff73;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
  }
  .slick-prev {
    left: 0
  }
  .slick-next {
    right: 0
  }
  .slide-item {
    padding: 0 15px
  }
  .slick-slider:focus,.slick-track:focus,.slick-slide:focus,.slick-slide a:focus,
  .slick-arrow:focus {
    outline: none
  }
  .slick-dots{
    position: absolute;bottom: 0;display: flex;padding: 0;margin: 10px 0;width: 100%;
    justify-content: center;list-style: none;
  }
  ul.slick-dots li button { font-size: 0; line-height: 0;display: block; margin: 0 5px;transition: 0.3s;
    padding: 5px;cursor: pointer;color: transparent;border: 0; outline: none; background: gray;opacity: 0.4;
    border-radius: 100%;
  }
  ul.slick-dots li.slick-active button,ul.slick-dots li button:hover{
    opacity: 1;
  }
  /* reset css - close */
  
  .flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  .relative,.padding_ratio {
    position: relative;
  }
  a.padding_ratio {
    display: block;
  }
  .absolute,.full_relative {
    position: absolute;
  }
  .padding_ratio:before {
    content:'';display: block; padding-bottom: 40%;
  }
  .full_relative {
    width: 100%;height: 100%;top:0;left: 0;
  }
  .align_center {
    text-align: center;
  }
  .margin_center {
    display: table; margin:0 auto;
  }
  .flex {
    display: flex;
  }
  .justify_center {
    display: flex; justify-content: center;
  }
  .main_txt {
    color: #23743A
  }
  .second_txt {
    color:#ED3237;
  }
  .white_txt {
    color: white
  }
  .main_bgr {
    background-color: #23743A
  }
  .first_bgr {
    background-color: #ED3237
  }
  .second_bgr {
    background-color: #38ac59
  }
  .third_bgr {
    background-color: #FFF212
  }
  .page_section {
    padding:30px 0;
  }
  .section_title, .page_title {
    font-size: 2.3rem; font-weight: bold; margin-bottom: .5em;
  }
  .section_title a, .page_title a {
    font-size: inherit; font-weight: inherit; margin-bottom: inherit;
  }
  
  
  /* slick dots */
  .slick-dots{
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    justify-content: center;
    list-style: none;
  }
  ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0 5px;
    transition: 0.3s;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    opacity: 0.4;
    border-radius: 100%;
  }
  ul.slick-dots li.slick-active button,ul.slick-dots li button:hover{
    opacity: 1;
  }
  .hover-show {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000ff2b;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-template,#after_home_slider_bh032320{
   padding-bottom: 30px;
  }
  .woocommerce-products-header.page-title h1,
  div.top-page.page-title h1 {
   text-transform: uppercase;
   margin-top: 0;
   margin-bottom: 10px;
   font-size: 30px;	
   color: #121212;
   font-weight: 600;
  }
  div#site-wrapper {
    padding-bottom: 30px;
  }
  #breadcrumbs {
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;  
   margin: 0 0 0;
   text-align: inherit;
   color: #666;	
   font-size: 14px;
   font-weight: 400;
   position: relative;
  }    
  #breadcrumbs a:after {
   margin: 0 10px;
   display: inline-block;
   content: "\f105";
   font-size: 15px;
   font-family: "Font Awesome 5 Free";
   font-weight: bold;
  }
  #breadcrumbs span, #breadcrumbs a {
   color: inherit; text-decoration: none
  }
  
  /* lightbox */
  .view-product-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .view-product-popup .popup-bgr {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.95;
  }
  
  .view-product-popup .namlbn-lightbox-content {
    display: block;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
  }
  .summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #ff0000;
    font-size: 24px;
    text-shadow: 1px 1px 2px #ccc;
    font-weight: bold;
  }
  #close-lightbox {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    padding: 5px 10px;
    border: 1px solid;
  }
  
  .view-product-popup .namlbn-lightbox-content img {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 95vh;
    height: 100%;
    width: auto;
  }
  /* share facebook */
  .share-product {
    margin: 10px 0
  }
  .facebook-share i {
    font-size: 1.5em;
    vertical-align: middle;
    padding-right: 5px;
    border-right: dashed 1px #ffffff66;
    color: #fff
  }
  
  .facebook-share {
    padding: 5px 10px;
    border-radius: 5px;
    background: -o-linear-gradient(45deg,#007bff,#1284feb0);
    background: linear-gradient(45deg,#007bff,#1284feb0);
    color: #fff;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .facebook-share a {
    color: #fff;
    padding-left: 5px
  }
  
  span.facebook-share {
    margin-bottom: 5px
  }
  /* Trang category */
  .col-4.post-item{
    margin-bottom: 30px;
  }
  .post-item .link-post{
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .post-item .link-post .post-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .post-item .link-post .post-content h5{
    padding: 10px 0 15px;
    border-bottom: 1px solid #ececec;
  }
  .post-item .link-post .post-content .excerpt{
    color: #000;
  }
  /* commentform */
  #commentform p>input{
    padding: 10px;
  }
  .text-center.description{
    margin-bottom: 30px;
  }
  .woocommerce-Tabs-panel--description iframe,.wp-caption{
    max-width: 100%;
  }
  
  #search-section .row{
    margin-bottom: 15px;
  }
  .namlbn-list-attributes {
   padding: 0; list-style: none; padding-left: 10px
  }
  .namlbn-list-attributes  li {
    border-bottom: dashed 1px #cacacaee
  }
  .namlbn-list-attributes  li:last-child {
    border-bottom: none;
  }
  .comment-form-comment label {
    display: table;
  }
  .namlbn-breadcrumb{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .8em 0;
    margin-bottom: 1rem;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.home .page_section:not(.home_about) .section_title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-family: 'HelveticaCompressed';
    font-weight: normal; color: var(--Primary-red-color-title)
  }
  .partners img {
    object-fit:contain;
  }
  .partners .slide-item {
    padding:0;
  }
  .partners .padding_ratio:before {
    padding-bottom: 50%;
  }
  .partners .partner_slide {
    margin-top: 30px;
  }
  .top-page {
    background-color: #e9ecef;
  }
  .category .title-category h1, .single-post .related_posts h3,.archive.woocommerce h1,.single .related.products h2,
  .search h1 {
    text-transform: uppercase;
    margin-bottom: .5em;
    position: relative;
    padding-bottom: .6em;
  }
  .category .title-category h1:before, .category .title-category h1:after,.single-post .related_posts h3:before,
  .single-post .related_posts h3:after,.archive.woocommerce h1:before, .archive.woocommerce h1:after,
  .single .related.products h2:before, .single .related.products h2:after,.search h1:before,.search h1:after {
    content: '';
    height: 2px;
    background-color: var(--Primary-red-color);
    position: absolute;
    left: 0;
    display: block;
  }
  .category .title-category h1:before, .single-post .related_posts h3:before, .archive.woocommerce h1:before,
  .single .related.products h2:before, .search h1:before {
    width: 50px;
    bottom: .2em;
  }
  .category .title-category h1:after, .single-post .related_posts h3:after, .archive.woocommerce h1:after,
  .single .related.products h2:after, .search h1:after {
    width: 80px;
    bottom: 0;
  }
  span.wpcf7-not-valid-tip {
    color: yellow;
  }
  .bvsp .product_meta {
      padding: 0!important;
  }
  .avt-post-category {
    position: relative;
}