@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&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-family: "Nunito", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  background-color: #f5f5f5;
}
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: 4rem 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;
}
/*------------------------ 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;
}


/* 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;
  }
}
