html {
  font-size: 10px;
  scroll-behavior: smooth;
}
:root {
  --padding-container : 4rem;
}
p{
  margin-block: 0;
}
a{
  text-decoration: none;
  color: #333;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat-ExtraBold.woff2");
}
*{
  box-sizing: border-box;
}
.border_line{
  position: relative;
  width: max-content;
  &>div{
    content: "";
    background-color: #7F7F7F;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all .3s ease;
  }
  &:hover>div{
    width: 100%;
  }
}
body {
  margin: 0 !important;
  font-family: "Montserrat", serif;
  color: #333;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.5em;
}
.kl_container {
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
  /* padding-inline: var(--padding-container); */
}
.kl_grid {
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.hidden{
  display: none;
}
h1, h2, h3{
  margin: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1300px){
  html {
    font-size: 0.76923076923vw;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --padding-container : 2rem;
  }
  html {
    font-size: 1.0101010101vw;
  }
  .kl_container{
    padding-inline: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --padding-container : 2rem;
  }
  html {
    font-size: 2.27272727273vw;
  }
}
.txt_wh_500{
  font-weight: 500;
}
.home_hero_des_link{
    margin-top: 3.2rem;
}
.home_hero_des_link_txt{
    color: #1D1D1D;
}
.home_hero_des_link{
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 1.2rem 2.4rem;
    align-items: center;
    gap: .8rem;
    width: 17.5rem;
    border-radius: 4.5rem;
    cursor: pointer;
    border: none !important;
}
.home_hero_des_link_icon{
    width: 2rem;
}
/* <a href="#" class="home_hero_des_link txt_uppercase">
                    <div class="home_hero_des_link_txt txt_16">order now</div>
                    <div class="home_hero_des_link_icon img_full">
                        <img src="../img/arrow-up-right.svg" alt="">
                    </div>
                </a> */
.img_abs{
  position: relative;
  img{
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.svg_full svg{
  width: 100%;
}
.block_title{
  position: relative;
  padding-left: 2rem;
  &::before{
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #1D1D1D;
      content: "";
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }

}
.txt_title{
  color: #0563D5;
  font-family: arial;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.txt_subtitle{
  font-size: 1.6rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #1D1D1D;
}
.txt_des_border{
  margin-bottom: 6rem;
  padding-bottom: 1.5rem;
  position: relative;
  &::before{
    position: absolute;
    width: 7rem;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0563D5;
    content: "";
    bottom: 0;
  }

}
.txt_bold {
  font-weight: 700;
}
.txt_12{
  font-size: 1.2rem;
  line-height: 1.2em;
}
.txt_13{
  font-size: 1.3rem;
  line-height: 1.5em;
}
.txt_14 {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.txt_15{
  font-size: 1.5rem;
  line-height: 1;
}
.txt_16 {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.txt_17 {
  font-size: 1.7rem;
  line-height: 1.5em;
}
.txt_18{
  font-size: 1.8rem;
  line-height: 1.5em;
}
.txt_20{
  font-size: 2rem;
  line-height: 1;
}
.txt_22{
  font-size: 2.2rem;
  line-height: 1.5;
}
.txt_24{
  font-size: 2.4rem;
  line-height: 1.725em;
}
.txt_25{
  font-size: 2.5rem;
  line-height: 1.5em;
}
.txt_26{
  font-size: 2.6rem;
  line-height: 1.5em;
}
.txt_32{
  font-size:3.2rem;
  line-height: 1.5;
}
.txt_34{
  font-size:3.4rem;
  line-height: 1.5;
}
.txt_30{
  font-size:3rem;
  line-height: 1.5;
}
.txt_36{
  font-size:3.6rem;
  line-height: 1.5;
}
.txt_48{
  font-size: 4.8rem;
  line-height: normal;
}
.txt_64{
  font-size: 6.4rem;
  line-height: 1.05em;
}
.txt_70{
  font-size: 7rem;
  line-height: 1.14em;
}
.txt_72{
  font-size: 7.2rem;
  line-height: 1;
}
.img_scale{
    overflow: hidden;
}
.img_scale img{
    transition: all .4s ease;
}
.img_scale:hover img{
    transform: scale(1.2);
}
.left_full {
  margin-left: calc(var(--padding-container)*-1);
}
.right_full {
  margin-right: calc(var(--padding-container)*-1);
}
.img_full img{
  width: 100%;
  object-fit: cover;
}
.img_fullfill img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt_justify {
  text-align: justify;
}
.txt_center{
  text-align: center;
}
.txt_title_color{
  color: #1D1D1D;
  p{
    margin-bottom:0;
  }
}
.img_radius{
  border-radius: 2rem;
}
.tablet{
  display: none;
}
.mobile{
  display: none;
}
.txt_uppercase{
  text-transform: uppercase;
}
.color_white{
  color: #fff;
}
.overflow_hidden {
  overflow: hidden;
}
/* .padding_section{
  padding: 6rem 0 4.5rem;
} */
@media only screen and (max-width: 991px){
  .txt_des_border {
    margin-bottom: 4rem;
  }
  .desktop{
    display: none !important;
  }
  
  .header_menu_search {
    display: none;
  }
  .header_menu_background  {
    display: none;
  }
  .kl_grid {
  column-gap: 2rem;
}
  .tablet{
    display: block;
  }
}
@media only screen and (max-width: 767px){
  .txt_16 {
      font-size: 1.6rem;
    }
  .txt_22 {
    font-size: 2rem;
  }
  .txt_24 {
    font-size: 2rem;
}
.txt_20 {
  font-size: 2rem;
}
.txt_18 {
  font-size: 2rem;
} 
  .txt_34 {
    font-size: 2.4rem;
  }
  .txt_48 {
    font-size: 3.2rem; 
  }
  .mobile{
    display: block;
  }
  .middle{
    display: none;
  }
}
/* header */
.header{
      position: absolute;
    inset: 0;
    z-index: 100;
    pointer-events: none;
}
.header_top{
  pointer-events: all;
}
.header_top_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top_logo{
  width: 13.7rem;
}
.header_top_contact{
  width: 52rem;
}
.header_top_hotline_txt_wrap{
  width: 12.8rem;
}
.header_top_hotline_phone{
  width: 4.5rem;
}
.header_top_hotline{
  display: flex;
}
.header_top_hotline_tele{
  color: #BF0000;
}
.header_menu{
  pointer-events: all;
}
.header_menu_nav{
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
.header_menu_nav_item{
  transition: all .4s ease;
  position: relative;
  &::before{
    transition: all .4s ease;
    position: absolute;
      content: "";
      width: 0;
      height: 3px;
      background-color: #FFC401;
      bottom: -.2rem;
      left: 0;
  }
  &:hover{
    color: #FFC401;
    &::before{
      width: 100%;
    }
  }
  &.active{
    color: #FFC401;
    position: relative;
    &::before{
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #FFC401;
      bottom: -.2rem;
      left: 0;
    }
  }
}
.header_top_contact, .header_top_hotline {
  margin-top: -2rem;
}
.main {
    padding-top: 14rem;
}
.header_menu{
  position: sticky;
  top: 0;
      background: white;
  margin-top: -4rem;
  border-bottom: 2px solid #0051b5;
  &::before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0563D5 0%, #0052B6 100%);
    width: calc(50% - 1300px / 2);
    height: 100%;
    right: 0;
  }
}
.header_menu_inner_wrap{
  max-width: 1030px;
  margin-left: auto;
  position: relative;
  background: linear-gradient(180deg, #0563D5 0%, #0052B6 100%);
}
.header_menu_nav_item{
  padding: 1.45rem 1rem;
}
.header_menu_inner{
  display: flex;
  gap:1rem;
  align-items: center;
}
.header_menu_search{
  margin-left: 2.4rem;
  input{
    width: 100%;
    font-size: 1.4rem;
    color: #6B6B6B;
    outline: none;
    padding: 1rem .5rem 1rem 1.2rem;
    border: none;
    border-radius: .4rem;
  }
}
.header_menu_search_input{
  width: 18rem;
  position: relative;
}
.header_menu_search_icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .5rem;
  width: 2rem;
}
.header_menu_background{
  width: 6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6rem;
  display: flex;
}
.header_menu_nav_item_child_icon {
  display: none;
}
.header_menu_nav_child{
  display: flex;
  flex-direction: column;
  width: 24rem;
  position: absolute;
  top: 3.2rem;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: opacity .4s linear, transform .4s linear;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  z-index: 10;
  &:hover{
    opacity: 1;
    pointer-events: all;
    .header_menu_nav_item{
      color: #FFC401;
      &::before{
      width: 100%;
    }
    }
  }

}
.header_menu_nav_child_item{
  padding: 1rem;
  color: #333;
  font-weight: 500;
  transition: all .3s linear;
  position: relative;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
  &::before{
    position: absolute;
    width: 0;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0563D5;
    transition: all .3s linear;
    opacity: 0;
    height: 1px;
  }
  &:hover{
    padding-left: 2.6rem;
    &::before{
      width: 2rem;
      opacity: 1;
    }
  }
}
.parent{
  position: relative;
  &:hover{
    .header_menu_nav_child{
      opacity: 1;
      pointer-events: all;
      transform: perspective(60rem) rotateX(0);
    }
    > .header_menu_nav_item{
      color: #FFC401;
      &::before{
        width: 100%;
      }
    }
  }
}
@media screen and (max-width:991px) {
    .main {
    padding-top: 0rem;
}
  .header_menu_nav_item_child_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 100%;
    position: absolute;
    right: 0;
    padding-inline: 2rem;
    border-left: 1px solid rgb(255 255 255 / 20%);
    top: 0;
    svg {
      transition: transform .4s ease;
    }
  }
  .header_menu_nav_wrap.active .header_menu_nav_item_child_icon svg {
    transform: rotate(180deg);
  }
  .header_menu_nav_item_wrap {
    position: relative;
  }
  .header.active .header_menu {
    transform: translateX(0);
  }
  .header.active .header_top_right_menu::after, .header.active .header_top_right_menu::before {
    top: 1rem;
  }
  .header.active .header_top_right_menu span {
    left: -5rem;
    opacity: 0;
  }
  .header.active .header_top_right_menu::after{
    transform: rotate(-45deg);
  }
  .header.active .header_top_right_menu::before{
    transform: rotate(45deg);
  }
  .header_menu {
    position: fixed ;
    transform: translateX(-100%);
    transition: transform .4s ease;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100dvh;
    margin-top: 0;
    .kl_container {
      height: 100%;
      padding-inline: 0;
    }
  }
  .header_menu_nav_item{
    display: block;
    padding-left: 4rem;
    padding-block: 2.4rem;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .header_menu_inner_wrap, .header_menu_nav {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .header_menu_inner_wrap {
    width: 40rem;
  }
  .header_menu_nav_wrap{
    width: 100%;
  }
  .header_menu_nav {
            max-height: 100dvh;
              overflow: auto;
    width: 100%;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
  .header_top_logo{
    width: 6.5rem;
    margin-top: 0;
  }
  .header{
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%);
    background-image: none;
    position: sticky;
    z-index: 9999999;
    top: 0;
    width: 100%;
  }
  .header_top_right_search_img_icon{
    background-color: #0563D5;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    &.active{
      display: flex;
    }
  }
  .header_top_right_search{
    cursor: pointer;
  }
  .header_top_right_menu{
      cursor: pointer;
      width: 3.0rem;
      height: 2.3rem;
      position: relative;
      margin-left: 1.5rem;
      &::before, &::after, span{
        webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        -webkit-transition-property: transform, top, bottom, left, opacity;
        transition-property: transform, top, bottom, left, opacity;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0px;
        background-color: #0563D5;
      }
      &::before{
        top: 0;
      }
      &::after{
        top: 2rem;
      }
      span{
        top: 1rem;
      }
      &.active{
        &::before{
          transform: rotate(45deg);
          top: 1rem;
        }
        &::after{
          transform: rotate(-45deg);
          top: 1rem;
        }
        span{
          opacity: 0;
          left: -5rem;
        }
      }
  }
  .header_top_right{
    display: flex;
    align-items: center;
  }
  .header_tab *{
    color: #fff;
  }
  .header_tab{
    z-index: 9999999;
    display: none;
    background-color: #0563D5;
    position: fixed;
    inset: 0;
    right: unset;
    width: 40rem;
    &.active{
      display: block;
    }
  }
  .header_tab_title{
    padding: 2rem 1.2rem;
    border: 1px solid rgb(255 255 255 / 20%);
  }
  .header_tab_item{
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 1.2rem 1rem 1.2rem 2rem;
  }
  .header_tab_item_child{
    width: 4.5rem;
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    cursor: pointer;
  }
  .tab_parent{
    display: flex;
    .header_tab_item{
      flex: 1;
    }
  }
  .header_top_right_search{
    position: relative;
  }
  .header_top_right_search_input{
    position: absolute;
    top: 5rem;
    right: 1rem;
    overflow: hidden;
    width: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
    &.active{
      width: 22.5rem;
      opacity: 1;
      pointer-events: all;
    }
  }
  .header_top_right_search_input_inner{
    input{
      outline: none;
      padding: .8rem 1.2rem;
      padding-left: 5rem;
      border: 1px solid #0563D5;
      border-radius: 2.5rem;
    }
  }
  .header_top_right_search_input_icon{
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    left: 1.2rem;
    width: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .header_menu_inner_wrap {
    width: 30rem;
  }
}

/* footer */
.footer_content_item_link {
    color: white;
}
.footer_content_item_link{
    width: max-content;
  transition: all .4s ease;
  position: relative;
  &::before{
    transition: all .4s ease;
    position: absolute;
      content: "";
      width: 0;
      height: .2rem;
      background-color: #FFC401;
      bottom: -.2rem;
      left: 0;
  }
  &:hover{
    color: #FFC401;
    &::before{
      width: 100%;
    }
  }
}
.footer_content_item_link_list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.footer{
  padding-top: 5rem;
  background: url(../images/bg-footer.jpg) no-repeat top left;
  background-size: cover;
  position: relative;
  &:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #0000004a;
  }
  .kl_container {
    position: relative;
    z-index: 4;
  }
}
.footer_content_address_des_name{
  font-family: Arial, Helvetica, sans-serif;
  margin-right: .4rem;
}
.footer_content_address_des{
  margin-bottom: 1.6rem;
   * {
    color: white !important;
   }
   p {
    font-size: 1.6rem;
   }
   ul {
    padding-left: 2rem;
    li {
      font-size: 1.6rem;
      margin-bottom: .8rem;
    }
   }
}
.footer_content_address_title{
  margin-bottom: 1rem;
  font-family: arial;
  font-weight: 600; 
  color: #FFC401;
}
.footer_content{
  padding-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}
.footer_content_item{
  iframe{
    width: 38rem;
    height: 27rem;
  }
}
.footer_content_item_title{
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
  &::before{
    position: absolute;
    content: "";
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #FFC401;
    bottom: 0;
  }
}
.footer_content_address{
  width: 46rem;
}
.footer_copyright_right{
  display: flex;
  gap: 1rem;
}
.footer_copyright{
  display: flex;
  justify-content: space-between;
  padding-block: 1.7rem;
      border-top: 1px solid rgba(255, 255, 255, 0.50);
}
@media screen and (max-width:991px) {
  .header_menu_nav_child {
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
    opacity: 1 !important;
    pointer-events: all !important;
    transform: none !important;
    display: none;
  }
  .header_menu_nav_child_item {
    display: block;
    width: 100%;
    padding-left: 4rem;
    padding-block: 2.4rem;
    color: white;
    font-weight: 700;
  }
  .footer_content{
    flex-wrap: wrap;
    column-gap: 4rem;
    padding-inline: 1rem;
  }
  .footer_content_address{
    width: 100%;
  }
  .footer_content_item{
    flex: 1;
    iframe{
      width: 100%;
    }
  }
  .footer_copyright{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 8rem;
  }
  .footer_copyright_right{
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_content_item {
    width: 100%;
    flex: unset;
  }
  .footer_content{
    row-gap: 2.4rem;
  }
  .footer_copyright{
    padding-bottom: 2rem;
  }
  .footer_content_address_des{
    margin-bottom: .6rem;
  }
}

/* productdetail_breadcrumb */
.productdetail_breadcrumb_item{
    color: #333;
}
.productdetail_breadcrumb{
    background-color: #ddd;
    padding: 1rem;
}
.productdetail_breadcrumb_inner{
    display: flex;
    flex-wrap: wrap;
    .productdetail_breadcrumb_item{
        position: relative;
        transition: all .4s ease;
        &::after{
            color: #6c757d;
            content: "/";
            padding-inline: .8rem;
        }
        &:hover{
          color: #BF0000;
        }
    }
    .productdetail_breadcrumb_item:last-child::after{
        content: "";
    }
}

/* btn_icon */
.btn_icon{
      position: fixed;
    right: 2.0rem;
    background: rgb(255 255 255 / 80%) !important;
    backdrop-filter: saturate(100%) blur(1.0rem) !important;
    border-radius: 2rem;
    width: auto;
    z-index: 1001;
    bottom: 11.1rem;
    padding: .5rem 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) .0rem .4rem 1.2rem;
  }
  .btn_icon_item_img{
    width: 3.5rem;
  }
  .btn_icon_item_txt{
    font-size: 1rem;
  }
  .btn_icon_item{
  padding: .5rem .3rem;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.icon_top{
  position: fixed;
  bottom: 5rem;
  right: 3rem;
}
.icon_top_inner{
  width: 4.1rem;
}
.btn_icon_mb_item_inner{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #FFC401;
  border-radius: 50%;
  .btn_icon_mb_item_img{
    width: 3.5rem;
    border-radius: 50%;
    height: 3.5rem;
    overflow: hidden;
  }
}
.btn_icon_mb_item{
  width: 7rem;
  height: 7rem;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_icon_mb_item_overlay{
  background-color: #FFC401;
  position: absolute;
  animation-iteration-count: infinite;
  opacity: .7;
  border-radius: 50%;
  animation-name: pulse;
      border: 2px solid transparent;
  inset: 0;
      animation-duration: 1s;
    animation-fill-mode: both;
}
.btn_icon_mb_item_overlay1{
    position: absolute;
    inset: 0.5rem;
    background-color: transparent;
    border-radius: 50%;
    opacity: 0.5;
    border: 2px solid #FFC401;
    animation-iteration-count: infinite;
        animation-duration: 1s;
    animation-fill-mode: both;
}
.btn_icon_mb{
  position: fixed;
  left: 2rem;
  bottom: 12rem;
  flex-direction: column;
  gap: 1.6rem;
  z-index: 11111;
}
.btn_tel_mb_inner{
  display: flex;
  gap: 1rem;
  padding: .6rem;
 
  pointer-events: all;
  &:nth-child(1) {
    border-radius: 0 5rem 5rem 0;
    background-color: #ff0000;
  }
    &:nth-child(2) {
      border-radius:  5rem 0  0 5rem ;
      background-color: #0563D5;
      min-width: 18rem;
    }
}
.btn_tel_mb_main {
  width: 100%;
  display: flex;
  justify-content: space-between;

}
.btn_tel_mb_item:nth-child(2) {
  margin-inline: auto;
}
.btn_tel_mb{
  position: fixed;
  left: 0;
  bottom: 1rem;
  width: 100%;
  pointer-events: none;
  z-index: 11111;
}
.btn_tel_mb_item_img{
  width: 3.2rem;
  display: flex;
}
.btn_tel_mb_item_inner{
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_tel_mb *{
  color: #fff;
}
.btn_zl_mb{
  position: fixed;
  z-index: 11111;
  right: 2rem;
  bottom: 23rem;
  .btn_icon_mb_item_inner{
    background-color: #0563D5;
  }
  .btn_icon_mb_item{
    background-color: rgba(7, 41, 103, 0.35);
  }
  .btn_icon_mb_item_overlay{
  background-color: #0563D5;
}
.btn_icon_mb_item_overlay1{
    border: 2px solid #0563D5;
}
}
.footer_ic_list {
    display: flex;
    gap: 1rem;
}
a.footer_ic_item {
    width: 3.2rem;
    display: block;
}
@media screen and (max-width:991px) {
  .btn_icon_mb.tablet{
  display: flex;
}
}
@media screen and (max-width:767px) {
  .btn_icon_mb{
    left: 1rem;
  }
  .btn_zl_mb {
    right: 1rem ;
  }
  .btn_icon_mb_item{
    width: 6rem;
    height: 6rem;
  }
  .btn_icon_mb_item_inner{
    width: 3.5rem;
    height: 3.5rem;
  }
}