@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  background: #f1f4fb;
}
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;
}
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
.header-sticky {
  background-color: #FFF;
}
/*======================== header section ========================*/
.header_section{
  padding: 6px 0;
  position: relative;
}
/*------------------------ logo box ------------------------*/
.header_section .logo_box img {
  height: 70px;
  width: auto !important;
}
/*------------------------ search ------------------------*/
.search_box .box {
  border-radius: 99px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 5px 0;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  color: #333;
  background-color: rgba(0, 0, 0, .03);
  box-shadow: none;
  border-color: rgba(0, 0, 0, .09);
}
.search_box .box input {
  width: calc(100% - 40px);
  height: 30px;
  border: none;
  outline: none;
  padding-left: 15px;
  background: transparent;
}
.search_box .box button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
/*------------------------ header right ------------------------*/
.header_right ul{
  width: 100%;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
}
.header_right ._link{
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-image: url(../images/fire.png);
  padding-left: 36px;
  line-height: 45px;
  padding-right: 10px;
}
.header_right ._link a{
  color: #ed3636;
}
.header_right .header_cart {
  padding: 0px 10px;
  position: relative;
}
.header_right .header_cart:after,  .header_right .header_cart:before{
  content: '';
  position: absolute;
  top: 5px;
  width: 1px;
  height: 60%;
  background-color: rgba(0,0,0,.1);
}
.header_right .header_cart:after {
  left: 0px;
}
.header_right .header_cart:before {
  right: 0px;
}
.header_right .header_cart .cart_totals{
  position: absolute;
  left: 20px;
  top: -10px;
  background-color: #46b3f9;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
.header_right .header_cart a{
  color: #333;
}
.header_right .header_cart a span{
  font-weight: 700;
}
.header_right .header_cart a i{
  font-size: 1.5rem;
}
.header_right .hotline {
  width: 205px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.header_right .hotline .box {
  margin-left: 5px;
}
.header_right .hotline .box p{
  margin: 0;
}
.header_right .hotline i {
  font-size: 1.5rem;
}
.header_right .hotline .box p span{
  font-weight: 700;
  font-size: 17px;
  color: #dd2f22;
}
/*------------------------ menu top ------------------------*/
.menu_section {
  margin: 0px;
  /* background: linear-gradient(90deg, rgba(32, 64, 153, 1) 0%, #2ca6f3 100%); */
  background-color: #224CA4;
}
.menu_section ul.v1 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: inline-flex;
}
.menu_section ul.v1 li.liv1 {
  position: relative;
}
.menu_section ul.v1 li.has-childs:before, .menu_section ul.v1 li.has-childs:after{
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu_section ul.v1 li.has-childs:after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.menu_section ul.v1 li.has-childs:before {
  border-bottom-color: #ddd;
  z-index: -999;
  border-width: 11px;
  margin-left: -11px;
}
.menu_section ul.v1 li.has-childs:hover::before,.menu_section ul.v1 li.has-childs:hover::after {
  opacity: 1;
}
.menu_section ul.v1 li.liv1 a {
  line-height: 50px;
  margin: 0px 20px;
  color: #fff;
  position: relative;
  display: table;
  text-transform: uppercase;
  font-weight: 600;
}
.menu_section ul.v1 li.liv1 a i {
  font-size: 80%;
}
.menu_section ul.v1 li.liv1 a:hover,
.menu_section ul.v1 li.liv1 a.actived {
  color: #FF0;
}
.menu_section ul.v1 li.liv1 ul.v2 {
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  background-color: #fff;
  text-align: left;
  display: table;
  position: absolute;
  left: 0;
  top: 50px;
  border: 2px solid #ddd;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
  box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.menu_section ul.v1 li.liv1:hover ul.v2 {
  opacity: 1;
  visibility: visible;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 {
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  width: 160px;
  min-width: 160px;
}
.menu_section ul.v1 li.liv1 ul.v2 .has-not-childs {
  width: 100% !important;
  display: block !important;
}
.menu_section ul.v1 li.liv1 ul.v2 .has-not-childs a{
  font-weight: 400 !important;
}
.menu_section ul.v1 li.liv1 ul li:last-child {
  border: none;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 a {
  line-height: 35px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: none;
  font-weight: 450;
}
.menu_section ul.v1 li.liv1:hover ul.v2 li.liv2 a:after {
  display: none;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 a {
  font-weight: 700;
  color: #000;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 a:hover {
  color: #BC1F25;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 ul.v3 a {
  font-weight: 500;
  color: #000;
  margin: 0;
}
.menu_section ul.v1 li.liv1 ul.v2 li.liv2 ul.v3 a:hover {
  color: #BC1F25;
}
/*------------------------ whychoose ------------------------*/
.whychoose_section {
  padding: 3rem 0 3rem;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #FFF;
}
.whychoose_section h2 {
  font-weight: 700;
  font-size: 22px;
  color: rgb(32, 64, 153);
  margin-bottom: 1rem;
}
.whychoose_section .item {
  background: #bee6ff;
  border-radius: 8px;
  margin: 4px;
  padding: 10px 15px;
  min-height: 160px;
  margin-bottom: 25px;
}
.whychoose_section .item.bg_orange {
  background: #ffeac4;
}
.whychoose_section .item.bg_end {
  background: #ffeac4;
  background: linear-gradient(90deg, rgb(202 213 243) 0%, #f0f9ff 100%);
}
.whychoose_section .item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

/* ===========footer========== */
footer {
  padding: 3rem 0;
  background-color: #FFF;
}
footer .contact .company {
  font-weight: 700;
  font-size: 1.2rem;
}
footer .contact .address ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .contact .address ul li{
  margin-top: 15px;
}
footer .menu {
  padding-left: 20px;
}
footer .menu .title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu ul li{
  padding: 5px 0; 
}
footer .menu ul li a{
  color: #606060; 
}
footer .menu ul li a:hover{
  color: #BC1F25; 
}
footer .link .title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .link blockquote {
  position: relative;
  font-size: 1.2em;
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #446084;
  font-style: italic;
  color: #333;
}
footer .link blockquote a{
  color: #606060; 
  font-size: 14.5px;
}
footer .link blockquote a:hover{
  color: #333; 
}
footer .link .socials {
  margin-top: 20px;
}
footer .link .socials a{
  color: #606060; 
  font-size: 1.4rem;
  margin-right: 5px;
}
footer .link .socials a:hover{
  color: #333; 
}
/*------------------------ menu mobile ------------------------*/
.menu-toggle {
  position: absolute;
  top: 38%;
  right: 2%;
}
.menu-toggle .iconOpen {
  background-color: rgb(32, 64, 153);
  width: 25px;
  height: 2px;
  position: relative;
}
.menu-toggle .iconOpen::after, .menu-toggle .iconOpen::before {
  content: '';
  position: absolute;
  background-color: rgb(32, 64, 153);
  width: 25px;
  height: 2px;
}
.menu-toggle .iconOpen::before {
  top: 7px;
}
.menu-toggle .iconOpen::after {
  top: 14px;
}

.full__main .mobile-menu {
  background-color: #f3f3f3;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  transform: translateX(-100%);
  transition: 0.5s;
}
.mobile-menu.active {
  transform: translateX(0) !important;
}
.full__main .mobile-menu .menu {
  margin: 0;
  padding: 10px;
  height: 88vh;
  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;
}
/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #BC1F25;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.go__top:hover {
  opacity: 0.9;
  background-color: #B1261D;
  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;
}

/* table */
@media screen and (max-width: 1024px) {
  /*------------------------ header ------------------------*/
  .header_section .logo_box img {
    height: 60px;
  }
  .header_right {
    position: absolute;
    right: 55px;
    top: -10px;
  }
  .header-sticky {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
  }
  .header_right .header_cart:after, .header_right .header_cart:before {
    display: none;
  }
  .header_right ._link.mobile{
    padding: 38px 0 0 0;
    width: 80px;
    background-position: top center;
    text-align: center;
    line-height: 0px;
    font-size: 0.8rem;
    margin-top: -20px;
  }
  .icon_search_mobile{
    width: 80px;
    text-align: center;
    font-size: 0.8rem;
    margin-top: -6px;
  }
  .icon_search_mobile a{
    color: #222;
  }
  .icon_search_mobile a i{
    font-size: 1.3rem;
  }
  .search_header {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
  }
  .search_header.show {
    visibility: visible;
    opacity: 1;
  }
  .search_header .search_box .box{
    background-color: #FFF;
  }
  /*------------------------ menu top ------------------------*/
  .menu_section {
    display: none;
  }
  /*------------------------ product ------------------------*/
  .selling_pro .item .info .price_box {
    flex-direction: column;
  }
  /*------------------------ video ------------------------*/
  .video .box ul {
    max-height: 250px;
    width: 40%;
  }
  /*------------------------ footer ------------------------*/
  footer {
    padding: 1rem 0;
  }
  footer .menu, footer .link {
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  
}
/* mobile */
@media screen and (max-width: 668px) {
  /*------------------------ header ------------------------*/
  .header_right {
    right: 50px;
  }
  .header_section .logo_box img {
    height: 45px;
  }
  .header_right ._link.mobile{
    width: 70px;
  }
  .icon_search_mobile{
    width: 70px;
  }
  /*------------------------ menu mobile ------------------------*/
  #banner .menu-toggle {
    right: 4%;
  }
  .full__main .mobile-menu .menu {
    height: 85vh;
  }
  /*------------------------ product ------------------------*/
  .cate_hot .item h3 {
    font-size: 0.7rem;
  }
  .cate_hot .item .total_pro {
    display: none;
  }
  .cate_hot {
    padding: 0 0 0;
  }
  .selling_pro h2, .cate_hot h2, .sale_pro h2 {
    font-size: 18px;
  }
  .sale_pro.mobile h2 {
    font-size: 20px;
  }
  .selling_pro .item .info .price_box, .sale_pro .item .info .price_box {
    font-size: 1rem;
  }
  .sale_pro {
    padding: 0px;
  }
  /*------------------------ newspapers ------------------------*/
  .newspapers {
    padding: 3rem 0 3rem;
  }
  .newspapers h2 {
    font-size: 18px;
  }
  .newspapers .box .left {
    display: none;
  }
  .newspapers .box .center {
    max-width: 100%;
  }
  /*------------------------ news home ------------------------*/
  .news_home h2 {
    font-size: 18px;
  }
  /*------------------------ commit ------------------------*/
  .commit h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 612px) {
  
}
