@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*---------------------------- General ------------------------*/
.clear {
  clear: both;
  width: 100%;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  position: relative;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif !important;
}
button {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  word-wrap: break-word;
}
.datepicker {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,
.modal-open .mm-slideout {
  z-index: auto !important;
}
.body__main {
  min-height: 50vh;
}
.full__main {
  width: 100%;
  overflow: hidden;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1250px !important;
}
/*======================== header section ========================*/
.header_section{
  padding: 6px 0;
}
.main-header-eight {
  position: relative;
  background-color: #FFF;
}
.main-header-eight__top {
  background-color: #222;
  padding-left: 23.4%;
  padding-right: 5.5%;
  position: relative;
  z-index: 1;
}
.main-header-eight__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.main-header-eight__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header-eight__info li {
  font-size: 14px;
  color: #737092;
  font-weight: 700;
}
.main-header-eight__info__icon {
  font-size: 12px;
  margin-right: 2px;
  color: #7166F5;
}
.main-header-eight__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header-eight__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.main-menu {
  position: relative;
  display: block;
}
.main-menu-eight {
  background-color: #2F2F8B;
  z-index: 99;
  width: 100%;
}
.main-menu-eight__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-eight__logo {
  padding: 10px 0;
}
.main-menu-eight__logo img{
  height: 90px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu-eight__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu-eight__main-menu-box {
  display: block;
}
.main-menu .main-menu__list{
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
}
.main-menu .main-menu__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.main-menu .main-menu__list > li a{
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0px 15px;
}
.main-menu .main-menu__list > li a{
  color: #FFF;
}
.main-menu .main-menu__list > li > ul {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 320px;
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  display: none;
}
.main-menu .main-menu__list > li > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.main-menu .main-menu__list > li > ul > li:last-child {
  border: none;
}
.main-menu .main-menu__list > li > ul > li a{
  color: #333;
  text-transform: none;
  font-weight: 700;
}
.main-menu .main-menu__list > li:hover > ul {
  display: block;
}
.main-menu .main-menu__list > li > ul > li a:hover{
  color: #2F2F8B;
}
.main-menu-eight__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.main-menu-eight__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 85px;
}
.main-menu-eight__call__icon {
  width: 40px;
  height: 40px;
  background-color: #2F2F8B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu-eight__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: #737092;
}
.main-menu-eight__call__text {
  color: #211F38;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-menu-eight__addr__text {
  color: #211F38;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.search_box {
  width: 100%;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 5px 0px 5px 15px;
}
.search_box input{
  width: calc(100% - 40px);
  border: none;
  outline: none;
}
.search_box button{
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
/*------------------------ menu top ------------------------*/

/* ===========footer========== */
footer {
  padding: 42px 0 0;
  background-color: #2F2F8B;
  color: #FFF;
}
footer .about h2 {
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .about .social{
  display: flex;
  margin-top: 1rem;
}
footer .about .social a{
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #B1E577;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  margin-right: 10px;
}
footer .about .social a:hover {
  color: #FFF;
  background-color: #2093AA;
}
footer .logo-footer {
  margin-bottom: 1rem;
}
footer .logo-footer img{
  border-radius: 6px;
}
.site-footer-five__contact__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 53px;
  margin: 0 53px;
}
.site-footer-five__contact__call__icon {
  width: 40px;
  height: 40px;
  background-color: #B1E577;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #256260;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-footer-five__contact__call__icon i{
  margin-top: 5px;
}
.site-footer-five__contact__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--insur-gray);
}
.site-footer-five__contact__call__text {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.site-footer-five__contact__call__text:hover {
  color: #B1E577;
}
.socials-footer {
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .about strong {
  font-weight: 900;
  text-decoration: underline;
}
.bct {
  margin-top: 2rem;
}
.bg_copyright{
  background-color: #368013;
  padding: 10px 0;
}
.bg_copyright p{
  margin: 0px;
}
/*------------------------ header sticky ------------------------*/
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
.banner-sticky .main-menu-eight__logo img {
  height: 60px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #2093AA;
  opacity: 1;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.go__top:hover {
  opacity: 0.9;
  color: #fff;
}
/*======================== waiting ========================*/
#waiting{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none;
}
#waiting .box{
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  flex-direction: column;
}
/*-------------- breadrum --------------*/
.breadrum_section{
  background-color: #f5f5f5;
}
.breadrum_section ul{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li{
  display: inline-block;
  line-height: 30px;
  font-size: 0.9rem;
}
.breadrum_section ul li span{
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a{
  color: #333;
}
.breadrum_section ul li .fa-home{
  color:  var(--blue-light);
}

/*-------------- paging --------------*/
.paging{
  display: table;
  margin: 1rem auto;
}
.paging ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li{
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging  .sp_dots
{
  transform: translateY(17px) !important;
}
.paging ul li a{
  color: #333;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: table;
  background-color: #ddd;
}
.paging ul li a.active, .paging ul li a:hover{
  background-color: var(--blue-dark);
  color: #FFF;
}
/*------------------------ menu mobile ------------------------*/
.menu-toggle {
  position: absolute;
  top: 40%;
  left: 25px;
  z-index: 999;
}
.menu-toggle .iconOpen {
  background-color: #256260;
  width: 25px;
  height: 2px;
  position: relative;
}
.menu-toggle .iconOpen::after, .menu-toggle .iconOpen::before {
  content: '';
  position: absolute;
  background-color: #256260;
  width: 25px;
  height: 2px;
}
.menu-toggle .iconOpen::before {
  top: 7px;
}
.menu-toggle .iconOpen::after {
  top: 14px;
}

.full__main .mobile-menu {
  background-color: #FFF;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  transform: translateX(-100%);
  transition: 0.5s;
  border-right: 1px solid #f5f5f5;
}
.mobile-menu.active {
  transform: translateX(0) !important;
}
.full__main .mobile-menu .menu {
  margin: 0;
  padding: 10px;
  height: 82vh;
  overflow-y: scroll;
}
.full__main .mobile-menu .menu li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 {
  display: none;
  padding: 0 0 0 15px;

}
.full__main .mobile-menu .menu li ul {
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 > li {
  border-bottom: none;
  border-top: none;
  padding: 5px 0;
}
.full__main .mobile-menu .menu li:last-child {
  border-bottom: 1px solid #dadada;
}
 
.full__main .mobile-menu .menu li a {
  color: #1e1e1f;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full__main .mobile-menu .menu>li>a {
  font-weight: 700;
}
.full__main .mobile-menu .menu li .menu-2{
  margin-top: 10px;
}
.full__main .mobile-menu .menu li .menu-2 li{
  border-bottom: 1px solid #ddd;
}
.full__main .mobile-menu .menu li .menu-2 li:last-child{
  border-bottom: none;
}
.full__main .mobile-menu .menu li .menu-2 li a{
  background-image: url('../images/icons/arrow-50.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 15px;
}
.full__main .mobile-menu .menu li .menu-2 li .menu-3 li a{
  padding-left: 0px;
}
.full__main .mobile-menu .closeBtn {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.full__main .mobile-menu .closeBtn i {
  font-size: 24px;
}
.mobile-menu .logo_mobile img{
  width: 80px;
  height: auto !important;
}
.mobile-menu .hotline {
  text-align: center;
  border-top: 1px solid #dadada;
}
.mobile-menu .hotline a{
  font-weight: 700;
  font-size: 17px;
  color: #dd2f22;
  line-height: 45px;
}
/* header */
.sticky {
  position: sticky;
  z-index: 50;
  top: 0;
}
.bg-black {
  --tw-bg-opacity: 1;
    background-color: #000000;
}
.header_box .custom-container {
  width: 1200px;
  max-width: 1536px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.custom-container {
  margin: 0 auto;
  width: 90%;
  padding: 12px 0 !important;
}
.box_logo_top img {
  width: 157px;
  height: auto !important;
}
.header_box .menu_top {
  display: flex;
  margin-bottom: 0;
}
.header_box .menu_top>li{
  position: relative;
}
.header_box .menu_top>li>a{
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header_box .menu_top>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #BDDA46;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.header_box .menu_top>li:hover>a::after {
    transform: scaleX(1);
}
.header_box .menu_top>li>ul{
  width: 250px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 10;
  border-radius: 6px;
  --tw-bg-opacity: 0.8;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(--tw-shadow);
}
.header_box .menu_top>li>ul>li>a{
  --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}
.header_box .menu_top>li:hover>ul{
  display: block;
}
.header_box .menu_top>li>ul>li>a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.icon_header {
  align-items: center;
  display: flex;
}
.icon_header .group{
  position: relative;
}
.icon_header .group button{
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}
.icon_header .group button svg{
  width: 20px;
  height: 20px;
}
.icon_header .group button span{
  font-size: 12px;
  line-height: 17px;
  width: 16px;
  height: 16px;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(255 47 47 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
}
.icon_header .disable-when-menu{
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.icon_header .disable-when-menu button{
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.icon_header .disable-when-menu button i{
  font-size: 20px;
}
@media (min-width: 1536px) {
    .custom-container {
        width: 1200px;
        max-width: 1536px;
    }
}
@media (min-width: 1280px) {
    .custom-container {
        width: 1200px;
        max-width: 1280px;
    }
}
/* @media (min-width: 1024px) {
    .custom-container {
        max-width: 1024px;
    }
}
@media (min-width: 768px) {
    .custom-container {
        max-width: 768px;
    }
}
@media (min-width: 640px) {
    .custom-container {
        max-width: 640px;
    }
} */

/* discount */
.discount_box {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.discount_box .title {
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.discount_box .desc {
  padding: 10px 0;
}
.discount_box .form{
  width: 494px;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
}
.discount_box .form input{
  padding: 8px 20px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  flex: 1 1 0%;
  border-radius: 9999px;
}
.custom-btn-fill {
  background: linear-gradient(to bottom, #FDFFE9, #CBE270);
  border-color: #D9FF00;
  transition: all 0.3s ease;
  border: 2px solid #D9FF00;
  padding: 8px 20px;
  border-radius: 9999px;
  cursor: pointer;
  font-weight: 700;
}
.custom-btn-fill:hover {
  filter: brightness(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
/* ================ footer ================ */
footer {
  position: relative;
  background-color: #000000;
}
.footer_bottom {
  padding: 0 0 20px;
}
.footer_bottom .line {
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
  margin: 42px 0;
}
.footer_bottom .box_logo img{
  height: auto !important;
}
.footer_bottom .footer_about h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer_bottom .footer_about ul {
  list-style: none;
  padding: 0px;
}
.footer_bottom .footer_menu h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer_bottom .footer_menu ul {
  list-style: none;
  padding: 0px;
}
.footer_bottom .footer_menu ul li{
  line-height: 35px;
}
.footer_bottom .footer_menu ul li a{
  color: #FFF;
}
.footer_bottom .footer_menu ul li a:hover{
  color: #bdda46;
}
footer .bg_f_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 421px;
}
footer .bg_f_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 421px;
}
/* table */
@media screen and (max-width: 1024px) {
  /*------------------------ logo box ------------------------*/
  .header_section .logo_box img {
    height: 70px;
  }
  /*------------------------ menu top ------------------------*/
  .menu_section {
    display: none;
  }
  .main-menu-eight__logo {
    padding: 10px 0 10px 50px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  footer .about {
    margin-top: 1rem;
  }
  footer .about h2 br{
    display: none;
  }
  .address_header{
    display: none;
  }
  footer {
    padding: 3rem 0 0;
  } 
}
/* mobile */
@media screen and (max-width: 668px) {
  .main-menu-eight__logo {
    padding: 10px 0;
  }
  .main-menu-eight__logo {
    text-align: center;
  }
  .main-menu-eight__logo img{
    height: 60px;
  }
  .banner-sticky .main-menu-eight__logo img {
    height: 45px;
  }
  .statis .title, .statis ul, footer .contact {
    text-align: left;
  }
  .search_box {
    margin-bottom: 5px;
    display: none;
  }
  .product_list .item .box_img {
    height: 145px;
  }
  .product_list .item .info .price_box {
    flex-direction: column;
    min-height: 45px;
  }
  footer {
    padding: 2rem 0 0;
  } 
  footer .contact ul li {
    padding: 0px;
  }
  .site-footer-five__contact__call {
    margin: 0px;
  }
  footer .contact {
    background-color: transparent;
  }
}
@media screen and (max-width: 612px) {
  .btn_header_box {
    display: none;
  }
  .bottom_box .socials {
    text-align: center;
    margin: 10px auto;
  }
}
