ol{
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.white_color{
  color: #fff;
}
.mr-5 {
  margin-right: 5px;
}
.mr-15 {
  margin-right: 15px;
}
.index_banner{
  position: relative;
}
.index_banner .mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    position: absolute;
}
@media screen and (min-width: 768px){
  .index_banner .mask{
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.1);
      position: absolute;
  }
}
.index_banner .slogan {
  position: absolute;
  bottom: 5vw;
  right: 10vw;
  left: 0;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) and (max-width: 1480px){
    .index_banner .slogan {
      left: 5%;
    }
}
.menu_B {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05); }

.menu_B_right li a.menu_main {
  padding: 43.5px 0; }

.menu_T {
  background-color: #333;
  height: 42px; }
  .menu_T .dn {
    display: none; }

.menu_T_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px; }
  .menu_T_left a {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu_T_left img {
    max-width: 24px; }
  .menu_T_left .iconBgc_fb:hover {
    background-color: #0E58A1; }
  .menu_T_left .iconBgc_line:hover {
    background-color: #00B400; }
  .menu_T_left .iconBgc_youtube:hover {
    background-color: #F70000; }
  .menu_T_left .iconBgc_shopee:hover {
    background-color: #DC562C; }
    .menu_T_left .iconBgc_nianhung:hover {
    background-color: #343A8F; }

.menu_T_right {
  height: 42px;
  position: relative; }
  .menu_T_right:hover .menu_TR_main {
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(170, 170, 170, 0.5);
    box-shadow: 0px 5px 5px rgba(170, 170, 170, 0.5); }
  .menu_T_right:hover .menu_TR_sub {
    -webkit-box-shadow: 2px 5px 5px rgba(170, 170, 170, 0.5);
    box-shadow: 2px 5px 5px rgba(170, 170, 170, 0.5);
    opacity: 1; }
  .menu_T_right ul {
    margin: 0; }
  .menu_T_right .menu_TR_main {
    height: 42px;
    width: 42px;
    position: absolute;
    right: 0;
    overflow: hidden; }
  .menu_T_right .lang {
    height: 42px;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu_T_right .menu_TR_sub {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 42px 10px 15px;
    background-color: #fff;
    opacity: 0; }
    .menu_T_right .menu_TR_sub a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .menu_T_right .menu_TR_sub .lang_s p {
      white-space: nowrap;
      margin-left: 5px;
      color: #666; }
    .menu_T_right .menu_TR_sub .lang_s:hover p {
      color: #333;
      font-weight: 600; }

.fsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu_B {
  background-color: #fff; }

.menu_B_left li, .menu_B_right li {
  display: inline-block; }

.menu_B_left > ul > li, .menu_B_right > ul > li {
  padding: 43.5px 0; }
  .menu_B_left > ul > li > a, .menu_B_right > ul > li > a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .menu_B_left > ul > li:hover > a, .menu_B_right > ul > li:hover > a {
    color: #008CD6; }
  @media (max-width: 991px) {
    .menu_B_left > ul > li, .menu_B_right > ul > li {
      padding: 20px 0; } }

.menu_B_left a, .menu_B_left .caret, .menu_B_right a {
  color: #000;
  font-weight: 500;
  text-transform: uppercase; }

.menu_B_left li {
  margin-right: 2.33333vw; }
  .menu_B_left li:last-of-type {
    margin-right: 0; }
    @media (max-width: 991px) {
      .menu_B_left li:last-of-type {
        margin-right: 2.33333vw; } }

.menu_B_right li {
  margin-left: 2.33333vw; }
  .menu_B_right li:first-of-type {
    margin-left: 0; }
    @media (max-width: 991px) {
      .menu_B_right li:first-of-type {
        margin-left: 2.33333vw; } }

.menu_B_left .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 8px; }

.menu_solu_main {
  position: relative;
  padding: 43.5px 0; }
  .menu_solu_main:hover .menu_sol_sub {
    display: block; }
    .menu_solu_main:hover .menu_sol_sub li {
      width: 100%;
      margin-right: 0; }
      .menu_solu_main:hover .menu_sol_sub li:hover a {
        color: #008CD6; }

.menu_sol_sub {
  position: absolute;
  border-top: 8px solid #008CD6;
  background-color: #fff;
  padding: 10px 0;
  top: calc(100% - 8px);
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  .menu_sol_sub li {
    margin-right: 0; }
  .menu_sol_sub a {
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    padding: 10px 18px; }

.menu_product_main {
  position: relative;
  padding: 43.5px 0; }

.menu_product_sub {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(100% - 8px);
  left: -9.375vw;
  border-top: 8px solid #008CD6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.menu_product_sub.dn {
  display: none; }

.menu_product_sub li {
  margin: 0;
  background-color: #fff; }
  .menu_product_sub li:hover {
    background-color: #f5f5f5; }

.menu_product_sub li:not(:last-of-type) {
  border-right: 1px solid #eee; }

.menu_product_i p {
  text-align: center;
  padding: 15px 5px; }

.nav_mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  background-color: rgba(35, 24, 21, 0);
 }

.nav_mob.db {
  height: 100vh;
  background-color: rgba(35, 24, 21, 0.6);
 }

.mob_menu_T {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 50px; 
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
  .mob_menu_T a {
    padding-left: 15px; }
  .mob_menu_T .mob_logo {
    width: 107px;
    height: 28px; }

.mob_menu_btn {
  width: 25px;
  height: 19px;
  margin-right: 15px;
  background-image: url(../images/icon/mob_menu_open.svg); }

.mob_menu_btn.db {
  background-image: url(../images/icon/mob_menu_close.svg); }

.mob_menulist {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
 }
  .mob_menulist .mob_solumenu, .mob_menulist .mob_produmenu {
    opacity: 0; }
  .mob_menulist .mob_menu_solu a, .mob_menulist .mob_product a, .mob_menulist .mob_list a {
    opacity: 0; }

.mob_menulist.db {
  overflow: scroll;
  width: 100vw;
  height: calc(100vh - 50px); }
  .mob_menulist.db a {
    font-weight: 600;
    font-size: 16px; }
  .mob_menulist.db .mob_list {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding: 15px 20px;
    background-color: #FFF100; }
  .mob_menulist.db .mob_solumenu, .mob_menulist.db .mob_produmenu {
    opacity: 1; }
  .mob_menulist.db .mob_menu_solu a, .mob_menulist.db .mob_product a, .mob_menulist.db .mob_list a {
    opacity: 1; }

.mob_menulist.db .mob_solumenu, .mob_menulist.db .mob_produmenu {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 15px 20px;
  background-color: #FFF100;
  color: #3e3a39;
  font-weight: 600;
  font-size: 16px; }

.mob_menulist.db .mob_product, .mob_menulist.db .mob_menu_solu {
  background-color: #333; }
  .mob_menulist.db .mob_product a, .mob_menulist.db .mob_menu_solu a {
    display: block;
    padding: 10px 40px;
    color: #fff;
    font-weight: 100; }
  .mob_menulist.db .mob_product a:hover, .mob_menulist.db .mob_menu_solu a:hover {
    color: #FFF100; }

.mob_menu_solu, .mob_product {
  display: none; }

.mob_menu_solu.db, .mob_product.db {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px; }

.mob_comgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mob_comgroup img {
    margin-right: 10px;
    margin-left: 10px; }

.mob_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mob_lang img {
    margin-right: 5px;
    margin-left: 5px; }

.product_i_img {
  width: 15vw;
  height: 12vw; }
  .product_i_img img {
    width: 100%;
    height: auto; }

footer {
  background-color: #211613;
}
footer .footer_botton_left h2{
  color: #fff;
  margin: 0 15px 0 0;
}

.footer_top_menu {
  position: relative; }
  .footer_top_menu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1; }

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer_left {
  width: 72%;
  color: #fff;
  padding-top: 4.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer_left > div:nth-child(1) {
    width: 25%;
  }
  .footer_left > div:nth-child(2) {
    width: 35%;
  }
  .footer_left > div:nth-child(3) {
    width: 40%;
  }
  .footer_left .footer_item,
  .footer_left .footer_menu {
    /* padding-right: 8vw;
    display: inline-block; } */
    width: calc(100%/3);
    letter-spacing: .8px;
  }
  .footer_left p {
    margin-bottom: 1.66rem; }
  .footer_left li {
    display: block; }
  .footer_left a {
    margin-bottom: 1rem;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5); 
    transition:.5s;}
  .footer_left a:hover {color: #FFF100;transition:.5s;}

/*.footer_menu {
  padding-right: 7.8vw;
  display: inline-block; 
}*/
  .footer_menu p {
    display: inline-block; }
  .footer_menu li {
    width: 40%;
    display: inline-block; }
  .footer_menu li:nth-child(even) {
    padding-right: 0rem;
    width: 25%; }

.footer_right {
  background-color: #FFF100;
  padding: 4.66rem 3.6rem 2rem;
  width: 28%; }
  .footer_right img {
    min-width: 20px;
    min-height: 1.53rem;
    margin-right: 0.666rem; }
  .footer_right .footer_logo {
    width: 100%;
    height: auto; }
  .footer_right ul {
    margin-top: 2rem; }
  .footer_right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items:flex-start;
    margin-bottom: 1rem; }
    .footer_right li img {
      min-width: 20px;
      max-width: 20px;
      min-height: 1.53rem;
      margin-right: 0.666rem; }
  .footer_right p {
    color: #333;
    font-weight: 500;
    line-height: 1.35; }

.footer_botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer_botton p {
    display: inline-block; }
  .footer_botton a {
    color: rgba(255, 255, 255, 0.5); }
  .footer_botton a:hover {
    color: #FFF100; }

.footer_botton_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72%;
  padding: 2rem 3.6rem 2rem 0rem;
  color: #fff;
  letter-spacing: .8px; }

.footer_botton_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 3.6rem 2rem;
  background-color: #FFF100;
  width: 28%; }
  .footer_botton_right img {
    width: 2.133rem;
    height: 2.133rem; }
    .footer_botton_right img:last-of-type {
      display: none; }
  .footer_botton_right a {
      text-align: center;
      width: 25%; }
    .footer_botton_right a:hover img:first-of-type {
      display: none; }
    .footer_botton_right a:hover img:last-of-type {
      display: inline-block; }

/*** Scroll To Top style ***/
#BackTop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

#BackTop.scroll-top {
  width: 60px;
  height: 60px;
  position: fixed; }

@media (min-width: 768px) {
  #BackTop {
    bottom: -70px;
    right: 40px; }
  #BackTop.scroll-top {
    bottom: 40px;
    right: 40px; } }

@media (min-width: 992px) {
  #BackTop {
    bottom: -70px;
    right: 30px; }
  #BackTop.scroll-top {
    bottom: 30px;
    right: 30px; } }

@media (min-width: 1281px) {
  #BackTop {
    bottom: -70px;
    right: 40px; }
  #BackTop.scroll-top {
    bottom: 60px;
    right: 40px; } }

@media (min-width: 1681px) {
  #BackTop {
    bottom: -70px;
    right: 80px; }
  #BackTop.scroll-top {
    bottom: 60px;
    right: 80px; } }

@media (max-width: 767px) {
  .footer_botton_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    padding: 20px 0 15px; }
    .footer_botton_left p {
      white-space: nowrap;
      margin: 0;
      font-size: 12px;
      line-height: 22px; }
    .footer_botton_left a {
      font-size: 12px; }
  .footer_botton a::before {
    display: none; }
  #BackTop {
    display: none;
    bottom: -70px;
    right: 40px; }
  #BackTop.scroll-top {
    bottom: 40px;
    right: 40px; } }
