/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.18.4.1751983637
Updated: 2025-07-08 14:07:17

*/

/* html {
  scroll-behavior: smooth !important;
} */

/* add font */
@font-face {
  font-family: 'Helvetica-1';
  src: url('/wp-content/themes/flatsome-child/fonts/Gilroy/SVN-Gilroy\ Heavy.otf.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary-bold: 'Helvetica-1', Roboto;
}

.button.is-outline {
  border: 1.5px solid;
}

.button span {
  font-weight: 500 !important;
}

h1,h2,h3,h4, .mega-menu{
  font-weight: 500 !important;
  font-family: var(--font-primary-bold) !important;
}



/* Change icon flatsome */

.icon-search::before {
  content: "";
  display: inline-block;
  width: 24px;   
  height: 24px;
  background-image: url('/wp-content/uploads/2025/07/icon-search-white-02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: #fff !important;
}

.icon-shopping-cart::before {
  content: "";
  display: inline-block;
  width: 24px;   
  height: 24px;
  background-image: url('/wp-content/uploads/2025/07/cart-plus-solid-white-02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: #fff !important;
}

/* .icon-shopping-cart:hover::before {
  width: 24px;   
  height: 24px;
  transition: .5s;
  text-decoration: underline;
  background-image: url('/wp-content/uploads/2025/07/cart-plus-solid-black-01.svg');

} */


/* end change icon */

/* header */

body.page-template #header,
body.category #header {
  position: fixed;
}

#header.header.has-sticky .header-wrapper.stuck {
  background-color: var(--primary-color) !important;
}

.header-language-dropdown .image-icon img {
  /* width: 100px; */
  border-radius: 20px;
}

.language_vi img,
.select-post-language img,
.header-language-dropdown .nav-dropdown-default li>a {
  width: 20px !important;
} 

.header-language-dropdown .nav-dropdown-default {
  padding: 0 !important;
}

.header-language-dropdown .nav-dropdown {
  min-width: 40px !important;
  left: 0 !important;
}

#top-bar {
  background-color: var(--primary-color) !important;
}

.mega-sub-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important; 
}

.mega-menu-item ul>li>a {
  font-weight: 400 !important;
}

.mega-menu-item-has-children {
  border-radius: 7px !important;
  font-weight: 700 !important;
}

.topbar-info {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
  }

.topbar-info span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-info i {
  font-size: 14px;
}

#header .icon-box {
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

#header .mega-sub-menu{
  padding: 0 !important;
}

#header .mega-menu-item-custom_html-4 {
  background-color: var(--primary-color) !important;
  padding: 15px;
}

#header .mega-menu-item-custom_html-4 h2 {
  color: #fff !important;

}

#header .title_cate_header {
  color: #2C5A91;
  margin-bottom: 0;
}

#header .widget_custom_html {
  padding-bottom: 0 !important;
}

#header .mega-sub-menu h3 {
  font-size: 14px;
  line-height: normal;
}

#header .product-header {
  display: flex;
  align-items: center;
  background: var(--primary-color); 
  padding: 12px 24px;
  border-radius: 6px;
  width: fit-content;
}

#header .product-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 30px;
  color: #fff;
}

#header .product-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: inherit;
}

#header .icon-shopping-cart::after {
  background-color: red !important; 
  border: 1px solid var(--primary-color)
}

#header {
  background-color: transparent !important;
}

.mfp-bg.mfp-ready {
  opacity: .7 !important;
}

  /* end header */


  /* Trang thanh toán */
.woocommerce-cart #header,
.woocommerce-checkout #header{
  background-color: var(--primary-color) !important;
}

.shop_table  {
  padding: 15px;
}

.wc-proceed-to-checkout a,
#order_review .button {
  background-color: var(--primary-color) !important;
  border-radius: 7px;
}

.wc-proceed-to-checkout a:hover,
#order_review .button:hover {
  background-color: #fff !important;
  box-shadow: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
  /* end trang thanh toán */

  /* Các trang chính sách */

  table {
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    box-shadow: none;
  }

   table tr{
     /* border-radius: 7px; */
    }
    
    table td {
      text-align: center;
      color: #000;
      border: none;
      border-bottom: 1px solid var(--primary-color) !important;
    /* border: 0.5px solid var(--primary-color); */
  }

  table tr:last-child td {
    border-bottom: none !important;
  }

   table td:first-child {
    padding: 7.2px;
   }

  

  /* end các trang chính sách */



  /* homepage */

  .title_main_home_banner {
    display: inline-block;
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  .title_main_home_banner::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    background: #333;
    margin-left: 5px;
    vertical-align: middle;
    animation: blink-caret 0.75s step-end infinite;
    position: absolute;
  }
  @keyframes blink-caret {
    from, to { opacity: 0 }
    50% { opacity: 1 }
  }

  .position_fixed {
    position: fixed;
  }

  .banner_home .flickity-button-icon {
    background-color: #2C5A91;
    border: #2C5A91;
  }

  .title_main_home{
    font-size: 45px;
    margin-bottom: 0;
  }

  .underline-group {
    display: inline-block;
    position: relative;
    color: #2C5A91;
    font-weight: bold;
    font-size: 40px;
  }
  
  .underline-group::after {
    content: "";
    display: block;
    width: 8%;           
    height: 2px;         
    background: #2C5A91; 
    margin: 0 auto;
    border-radius: 2px;
  }

  .second_slogan {
    font-size: 36px;
    font-weight: 400;
  }

  .custom-divider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
  }
  
  .custom-divider::before,
  .custom-divider::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #e0e3e8;
    border-radius: 2px;
  }
  
  .custom-divider::before {
    margin-right: 16px;
  }
  
  .custom-divider::after {
    margin-left: 16px;
  }
  
  .custom-divider-center {
    width: 60px;           /* Độ dài đoạn giữa */
    height: 4px;           /* Độ dày đoạn giữa */
    background: #2C5A91;   /* Màu xanh nổi bật */
    border-radius: 2px;
    display: block;
  }

  .underline-group-left {
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  
  .underline-group-left::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* Khoảng cách dưới chữ */
    width: 0;
    height: 3px;
    background: #1a5bb8; /* Màu viền */
    transition: width 1.5s cubic-bezier(.77,0,.18,1);
  }

  .underline-group-left.active::after {
    width: 100%;
  }

.row_cate_home {
  margin-bottom: 40px;
  padding-top: 35px !important;
}
  
  
.icon_box_title_sec {
  margin-bottom: 15px;
}

.icon_box_title_sec h2 {
  margin: 0;
}

.icon_box_title_sec h2 strong {
  font-weight: 700;
}

.icon_box_title_sec .icon-box-img {
  display: flex;
  justify-content: center;
  margin: auto;
}

.icon_box_title_sec .icon-box-img svg {
  padding: 10px ;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 6px;
}

.sec_pab0 {
    padding-bottom: 0 !important;
}

.sec_pab0 p {
  margin-bottom: 0;
}

.col_cate_home .col-inner{
  border: 1px solid #2C5A91;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.col_cate_home  .box-text {
    background: linear-gradient(90deg, #286FB7 0%, #2B3875 100.31%) !important;
    color: #fff;
  }

  .col_cate_home  h4 {
    color: #fff;
  }

.col_cate_home .icon-box-text {
  margin: auto;
}

.col_cate_home .icon-box-img .icon {
  display: flex;
  /* margin: auto; */
}

.boder_row{
  box-shadow: rgba(42, 7, 168, 0.05) 0px 6px 24px 0px, rgba(22, 8, 211, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}

.contact_home .button.is-outline,
.sec_iso .button {
  border-color: #fff;
}

.contact_home .button.is-outline span,
.sec_iso .button span {
  color: #fff;
}

.contact_home .button.is-outline:hover{
  background-color: #fff;
}

.contact_home .button.is-outline:hover span,
.sec_iso .button:hover span {
  color: #2C5A91 !important;
}

.sec_iso .underline-group-left::after{
  background-color: #fff;
}
  
  /* end homepage */

  /* E-catalouge */

  .df-ui-btn.df-icon-arrow-left1::before,
  .df-ui-btn.df-icon-arrow-right1::before {
    color: #2C5A91;
    filter: none;
  }

  /* end E-catalouge */


  /* ISO */

  .sec_iso .icon-box {
    margin-bottom: 15px;
  }

  .sec_iso .icon-box-text h3{
    margin: 0;
    font-weight: normal;
  }

  .sec_iso .icon-box-text p {
    font-style: italic;
  }

  .sec_iso .button{
    margin-top: 15px;
  }

  .sec_iso .button:hover span{
    color: #fff;
  }

  .loiich_iso .icon-box{
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
  }


  .timeline-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  .timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #2563eb;
    transform: translateX(-50%);
    z-index: 0;
  }
  
  .timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  
  .timeline-row:last-child .timeline-center::before {
    display: none;
  }
  
  .timeline-col {
    flex: 1;
    background: #fafbfc;
    border-radius: 10px;
    padding: 24px 32px;
    margin: 0 10px;
    min-height: 120px;
    box-sizing: border-box;
    text-align: left;
  }
  
  .timeline-center {
    width: 60px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  
  .timeline-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #012a7c;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  .timeline-dot {
    width: 40px;
    height: 40px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;

    opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(.4,2,.6,1);
  }

  .timeline-dot.visible {
    opacity: 1;
    transform: scale(1);
  }
  
  @media (max-width: 900px) {
    .timeline-row {
      flex-direction: column;
      align-items: stretch;
    }
  
    .timeline-center {
      width: 100%;
      height: 60px;
      margin: 0 0 20px 0;
    }
  
    .timeline-col {
      margin: 10px 0;
    }
  }
  
  /* End ISO */

  /* ve chung toi */
  .sec_bout-baoan img {
    border-radius: 8px;
  }

  .sec_bout-baoan .icon-box-text {
    margin: auto;
  }

  .sec_vision .icon-box {
    background-color: rgb(249, 250, 251);
    border-radius: 8px;
    padding: 20px;
  }

  .sec_giatri .icon-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
  }

  .sec_doingu .box {
    background-color: rgb(249, 250, 251);
    border-radius: 8px;
    padding: 15px;
  }

  .sec_csvc .icon-box-text {
    margin-bottom: 15px;
  }

  .sec_csvc .icon-box-text {
    margin: auto;
  }

  .sec_csvc .button {
    margin-top: 15px;
  }

  .sec_csvc img {
    border-radius: 8px;
  }

  .sec_partner {}

  /* end ve chung toi */


  /* lich su cong ty */

  .sec_hanh_trinh .icon-box-text {
    border: 1px solid #2C5A91;
    border-left: 4px solid #2C5A91;
    padding: 15px;
    border-radius: 8px;
    margin-left: 10px;
  }

  .sec_hanh_trinh .icon-box-img,
  .sec_hanh_trinh .col_time {
    margin: auto;
  }

  .sec_hanh_trinh .col_img {
    padding-bottom: 0;
    margin: auto;
  }
  
  .sec_hanh_trinh .row_time {
    margin-bottom: 30px;
  }


  /* end lich su cong ty */
  


  /* Đội Ngũ */

  .sec_hdqt {}

  .sec_doingu_page .col-inner {

  }

  /* end Đội Ngũ */

  /* Cơ sở vật chất */

.sec_maymoc .icon-box {
  margin-bottom: 35px;
}

.sec_maymoc .icon-box p {
  margin: 0;
}

  /* end Cơ sở vật chất */

/* khách hàng */

.tabbed-content .nav li:not(.active):hover a,
.tabbed-content .nav li[aria-selected="false"]:hover a {
  background: rgba(255,255,255,0.15);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.tabbed-content .nav {
  position: relative;
  display: flex;
  background: #2C5A91;
  border-radius: 8px;
  padding: 15px;
  gap: 12px;
  overflow: visible;
}
.tabbed-content .nav li {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: transparent;
  transition: color 0.3s;
}
.tabbed-content .nav li a {
  display: block;
  padding: 0px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
}
.tabbed-content .nav li.active a,
.tabbed-content .nav li[aria-selected="true"] a {
  color: #2C5A91;
}
.tabbed-content .nav .tab-indicator {
  position: absolute;
  top: 8px;
  left: 0;
  height: calc(100% - 16px);
  background: #fff;
  border-radius: 8px;
  z-index: 0;
  transition: all 0.4s cubic-bezier(.77,0,.18,1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  will-change: left, width;
  pointer-events: none;
}



/* end khách hàng */



/* Trang sản phẩm */

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar {
  background-color: var(--primary-color) !important;
}

.woof_checkbox_label.hover,
.icheckbox_square-blue.hover,
.irs--round .irs-handle {
  border-color: var(--primary-color) !important;
}

.icheckbox_square-blue.checked>input:checked {
  accent-color: var(--primary-color)
}

.woof_reset_search_form {
  border-radius: 7px;
  width: 100%;
  border: 1px solid var(--primary-color);
}

.woof_reset_search_form:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: none;
}

.add-to-cart-button a {
  border-radius: 7px;
  text-transform: capitalize;
}

.product-small .product-title a {
  font-size: 20px;
}

.woocommerce-shop .row.category-page-row{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}


#shop-sidebar {
  background-color: #1a94ff10;
  padding: 20px;
  border-radius: 10px;
}

.woof_container_product_cat h4 {
  color: var(--primary-color);
}

.woocommerce-shop .product-title a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}


.single-product .header-main,
.single-post .header-main,
.error404 .header-main,
.archive .header-main {
 background-color: var(--primary-color);
}

/* end Trang sản phẩm */

/* chi tiết sản phẩm */
.woocommerce-tabs ul>li>a::before{
  display: none;
}

.single-product .product-title {
  color: #2C5A91;
}

.single-product .button.alt.contact-button {
  background-color: var(--primary-color);
  border-radius: 7px;
}

.single-product .button.alt.contact-button:hover {
  background-color: #fff;
  color: var(--primary-color);
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

.ecommerce-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.btn-san {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 7px;
  background: #eee;
  transition: background 0.2s;
}

.btn-san img {
  max-width: 80px;
  height: auto;
}

.btn-san.lazada-san { background: #10156e; }
.btn-san.shop-san { background: #fd5e32; }
.btn-san.tiki-san { background: #1a94ff; }
.btn-san.amazon-san { background: #131921; }
.btn-san.alibaba-san { background: #FF6600; }
.btn-san:hover { opacity: 0.85; }
@media (max-width: 600px) {
  .ecommerce-btns { grid-template-columns: 1fr; }
}


.single-product .cart input {
  width: 50px;
  height: 50px;
}

.single_add_to_cart_button {
  height: 50px;
  border-radius: 7px;
  background-color: var(--primary-color) !important;
  border: 1.5px solid var(--primary-color);

}

.single_add_to_cart_button:hover {
  background-color: #fff !important;
  border: 1.5px solid var(--primary-color);
  box-shadow: none;
  color: var(--primary-color);
}

.ux-quantity input{
  border-color: #000 !important;
}

.quantity .button.minus {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.quantity .button.plus {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}


.review-form-inner{
  border-radius: 8px !important;
}

.review-form-inner textarea {
  border-radius: 8px;
}

.review-form-inner textarea,
.review-form-inner textarea:focus {
  box-shadow: none;
}

.review-form-inner textarea:focus {
  border-color: var(--primary-color);
}

.star-rating span::before,
.comment-form-rating .stars.selected span>a::after,
.comment-form-rating .stars span>a:hover::after {
  color: var(--primary-color);
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-Reviews-title{
  font-style: italic;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-Reviews-title span::before {
  content: ": ";
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .woocommerce-Reviews-title span {
  font-style: normal;
}

.product-footer {
  background-color: #F9FAFB;
  padding: 30px 0;
}

.product-footer>.container {
  padding: 20px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}

.product-info {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-info .posted_in {
  border: none;
  font-weight: bold;
}

.product-info .posted_in a {
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  color: #fff;
  padding: 5px 10px;
  background-color: var(--primary-color);
  font-weight: normal;
}

.product-info .posted_in a:hover {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
  transition: .5s;
}

.product-info .is-divider { 
  background-color: var(--primary-color);
}

del .woocommerce-Price-amount bdi{
  color: red;
}

ins .woocommerce-Price-amount bdi {
  color: var(--primary-color);
}

.product-info .sku_wrapper {
  margin: 8px 0;
  font-size: 16px;
}

.product-info .sku_wrapper .sku {
  text-decoration: underline;
}

.product-info .product-short-description {
  padding: 15px;
  border-radius: 7px;
  background-color: #1a94ff10;
  margin-bottom: 15px;
}

.product-main .badge-inner {
  background-color: var(--primary-color);
}

.product-main .onsale {
  padding: 0 10px
}

/* end chi tiết sản phẩm */


/* Trang liên hệ */

.sec-contact-page form {
  margin: 0;
}

.sec-contact-page #tab-xưởng-sản-xuất a::before,
.sec-contact-page #tab-văn-phòng a::before{
  display: none;
}

/* end trang liên hệ */

  /* Footer */
.sec_footer {
  background: linear-gradient(90deg, #286FB7 0%, #2B3875 100.31%);
}

.sec_footer .title_col-footer{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sec_footer .title_col-footer .underline-group-left::after {
  background: #fff;
}

.sec_footer .quote-box {
  background: #f4faff;              /* Nền xanh nhạt */
  border-radius: 8px;                /* Bo góc */
  border-left: 5px solid #2C5A91;    /* Viền trái xanh đậm */
  padding: 10px;
  color: #2C5A91;                    /* Màu chữ xanh */
  font-style: italic;                /* Chữ in nghiêng */
  margin: 10px 0;
  font-size: 1.1em;
}


.sec_footer .ux-menu .ux-menu-link__link .ux-menu-link__text {
  color: #fff;

  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  transition: color 0.2s;
}

.sec_footer .ux-menu .ux-menu-link__link .ux-menu-link__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.3s cubic-bezier(.4,0,.2,1);
}

.sec_footer .ux-menu-link__link .ux-menu-link__text:hover::after, 
.sec_footer .ux-menu-link__link .ux-menu-link__text:focus::after {
  width: 100%;
}

.sec_footer .ux-menu-link__icon {
  color: #fff;
}

.sec_footer .icon-box {
  margin-bottom: 5px;
}

.sec_footer .icon-box-text p{
  margin: 0;
}

.absolute-footer .container.clearfix {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
}

.payment-icon {
  background-color: #000 !important;
}
  /* End footer */


/* animation */
.animation_up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 0.6s;
}
.animation_left {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1.5s, transform 0.6s;
}
.animation_right {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 1.5s, transform 0.6s;
}
.animation_up.visible,
.animation_left.visible,
.animation_right.visible {
  opacity: 1;
  transform: none;
}

/* end animation */

/* custom polylang */

/* end custom */

/* Responsive */
@media (max-width: 768px) {

  /* home */

  .banner_home .text-box {
    width: 80% !important;
  }

  .title_main_home {
    font-size: 16px !important;
  }

  .row_cate_home:last-child {
    margin-bottom: 0 !important;
  } 

  .col_buttom_home,
  .row_cate_home {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .row_cate_home .button {
    margin: 0;
  }

  .row_cate_home .col_buttom_home .col-inner{
    display: flex;
    justify-content: space-between;
  }

  .row_cate_home .col_buttom_home_center .col-inner {
    justify-content: center;
    display: flex;
  }

  .col_cate_home {
    padding: 5px !important;
    /* padding-right: 5px !important; */
  }

  

  /* end home */
  
}
/* end responsive */

/* contact button */
#ft-contact-icons .item .icon {
  border-radius: 8px !important;
}

.show-all-icon {
  background-color: var(--primary-color) !important;
}

.show-all-icon span {
  color: #fff !important;
  font-weight: 600;
}

.show-all-icon:hover span {
  color: #fff !important;
}
/* end contact button */

/* pagination */

.nav-pagination>li>a,
.nav-pagination>li>span {
  font-size: 18px !important;
}

.woocommerce-pagination ul>li:hover .page-number,
.woocommerce-pagination ul>li .page-number.current {
  color: #fff !important;
}

.back-to-top,
.woocommerce-pagination ul>li .page-number {
  border-radius: 5px !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
/* end pagination */


/* css form contact */
/* Contact Form 7 Custom Style */
.wpcf7-form {
  max-width: 500px;
  margin: 40px auto 0 auto;
  padding: 32px 28px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(44,90,145,0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wpcf7-form label {
  font-weight: 600;
  color: #2C5A91;
  margin-bottom: 6px;
  display: block;
  font-size: 1rem;
}

.intl-tel-input {
  width: 100%;
}


.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  /* padding: 12px 14px; */
  border: 1.5px solid #dbeafe;
  border-radius: 7px;
  background: #f4faff;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-top: 4px;
  margin-bottom: 12px;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}

.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #2C5A91;
  box-shadow: none;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-weight: 400;
}

.wpcf7-form textarea {
  min-height: 100px;
  resize: vertical;
}

.wpcf7-form select {
  cursor: pointer;
  background: #f4faff url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%232C5A91' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 12px center/18px 18px;
  appearance: none;
}

.wpcf7-form .wpcf7-submit {
  background: linear-gradient(90deg, #286FB7 0%, #2B3875 100.31%);
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  border: none;
  border-radius: 7px;
  padding: 0 12px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(44,90,145,0.08);
  margin-top: 10px;
}

.wpcf7-form .wpcf7-submit:hover {
  background: linear-gradient(90deg, #fff 0%, #e3edfa 100%);
  color: #2C5A91;
  border: 1.5px solid #2C5A91;
  box-shadow: 0 4px 16px rgba(44,90,145,0.15);
  transform: scale(1) translateY(-2px);
  transition: 
    background 0.3s cubic-bezier(.4,0,.2,1),
    color 0.3s cubic-bezier(.4,0,.2,1),
    box-shadow 0.3s cubic-bezier(.4,0,.2,1),
    transform 0.2s cubic-bezier(.4,0,.2,1);
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 10px;
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .wpcf7-form {
    padding: 18px 6px;
    max-width: 98vw;
  }
}


.iti {
  width: 100%;
}

input[type="tel"].iti__tel-input,
input.wpcf7-form-control.wpcf7-tel {
  box-sizing: border-box;
  padding-left: 70px; /* sẽ được override bằng JS */
}

.iti__flag-container {
  left: 0;
  z-index: 10;
}

.required-star {
  color: red;
}

input.custom-file-input {
  padding: 8px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  background: #f9f9f9;
}

#file-list-display ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
}

/* end css form contact */

