body {
  font-family: "SegoeUI8Bold", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
}

/*li {*/
/*  list-style-type: none;*/
/*}*/

.cart_hm .btn-warning {
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.cart_hm .btn-warning i {
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
}

.navbar {
  padding: unset;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #cde0ff;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

header #line-top {
  border-bottom: solid 1px #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  font-size: 13px;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

header #line-top .box-wrtop {
  display: block;
  width: 100%;
}

header #line-top .box-wrtop .wrt_address {
  display: inline-block;
  max-width: 68%;
}

header #line-top .box-wrtop .wrt_address .address {
  margin-right: 10px;
}

@media (max-width: 576px) {
  header #line-top .box-wrtop .wrt_address {
    margin-bottom: 5px;
  }
}

header #line-top .box-wrtop .wrt_phone {
  display: inline-block;
}

@media (max-width: 576px) {
  header #line-top .box-wrtop .wrt_phone {
    margin-bottom: 5px;
  }
}

header #line-top .box-wrtop .wrt_phone .social-group {
  margin-left: 10px;
}

header #line-top .box-wrtop .wrt_phone .social-group a {
  background: #337ab7;
  margin-right: 1px;
  color: #ffffff;
  width: 18px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}

header #line-top .box-wrtop .wrt_phone .social-group a .fa {
  color: #fff;
}

header #line-top .box-wrtop .wrt_language {
  display: inline-block;
  float: right;
  width: 21%;
  position: relative;
}

@media (max-width: 576px) {
  header #line-top .box-wrtop .wrt_language {
    display: block;
    width: 100%;
    float: unset;
  }
}

header #line-top .box-wrtop .wrt_language .language a {
  font-size: 13px;
  color: #666;
}

header #line-top .box-wrtop .wrt_language .language img {
  width: 20px;
  margin-top: -2px;
}

header #line-top .box-wrtop .wrt_language .te_span {
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #666;
}

@media (max-width: 576px) {
  header #line-top .box-wrtop .wrt_language .te_span {
    position: unset;
  }
}

header #line-top .box-wrtop .wrt_language .gg_ds_translate {
  display: inline-block;
  float: right;
}

header #line-top .box-wrtop .wrt_language .gg_ds_translate .skiptranslate.goog-te-gadget > span {
  display: none;
}

header #line-top .box-wrtop .wrt_language .gg_ds_translate .goog-te-gadget {
  color: #fff;
  height: 28px;
}

header #line-top .box-wrtop .wrt_language .gg_ds_translate .goog-te-gadget .goog-te-combo {
  margin-top: 0;
}

header i {
  color: #0075b1;
}

header .mid_header .box_wr_midh {
  width: 100%;
}

header .mid_header .box_wr_midh .wr_logo {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 576px) {
  header .mid_header .box_wr_midh .wr_logo {
    width: 100%;
  }
}

header .mid_header .box_wr_midh .wr_logo .logo {
  width: 100%;
}

header .mid_header .box_wr_midh .wr_logo .logo img {
  width: 100%;
  padding: 5px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .mid_header .box_wr_midh .wrap_bo_bra {
  width: 65%;
  display: inline-block;
  line-height: 100px;
  height: 100px;
  text-align: center;
}

@media (max-width: 576px) {
  header .mid_header .box_wr_midh .wrap_bo_bra {
    display: none;
  }
}

header .mid_header .box_wr_midh .wrap_bo_bra .wrap_bratop {
  width: 30%;
  display: inline-block;
}

header .mid_header .box_wr_midh .wrap_bo_bra .wrap_bratop .bra_img {
  display: inline-block;
  width: 25%;
}

header .mid_header .box_wr_midh .wrap_bo_bra .wrap_bratop .bra_img img {
  width: 100%;
}

header .mid_header .box_wr_midh .wrap_bo_bra .wrap_bratop .br_text {
  display: inline-block;
  line-height: 18px;
}

header .mid_header .box_wr_midh .wrap_bo_bra .wrap_bratop .br_text a {
  font-weight: 700;
  font-size: 15px;
}

header .mid_header .box_wr_midh .wr_btn_cart {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 576px) {
  header .mid_header .box_wr_midh .wr_btn_cart {
    display: none;
  }
}

header .mid_header .box_wr_midh .wr_btn_cart .cart_hm {
  display: inline-block;
  line-height: 100px;
  height: 100px;
}

header .mid_header .box_wr_midh .wr_btn_cart .cart_hm a {
  border-radius: 18px;
}

header #sec_menu {
  margin-bottom: 15px;
}

header #sec_menu #pc_menu {
  background-color: #0075B1 !important;
  padding: 10px;
  transition: 0.9s ease-in-out;
}

@media (max-width: 992px) {
  header #sec_menu #pc_menu {
    display: none;
  }
}

header #sec_menu #pc_menu .do_navbar {
  position: relative;
}

header #sec_menu #pc_menu .do_navbar ul {
  position: relative;
}
header #sec_menu #pc_menu .do_navbar ul li {
  list-style-type: none;
}
header #sec_menu #pc_menu .do_navbar ul li a {
  font-weight: bold;
}

header #sec_menu #pc_menu .do_navbar ul li a i {
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
}

header #sec_menu #pc_menu .do_navbar ul li ul {
  display: none;
}

header #sec_menu #pc_menu .do_navbar ul li.pa_hm a i {
  font-size: 20px;
}

header #sec_menu #pc_menu .do_navbar ul li.pa_hm .do_padl {
  padding-left: 0;
}

header #sec_menu #pc_menu .do_navbar ul li:hover a {
  background: #1095d9;
  color: #fff;
}

header #sec_menu #pc_menu .do_navbar ul li:hover ul.sub_menu {
  display: block;
  position: absolute;
  z-index: 888;
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  padding-left: 0;
  min-width: 30%;
}

header #sec_menu #pc_menu .do_navbar ul li:hover ul.sub_menu li {
  background: #1095d9;
}

header #sec_menu #pc_menu .do_navbar ul li:hover ul.sub_menu li a {
  padding: 9px 40px 4px 15px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

header #sec_menu #pc_menu .do_navbar ul li:hover ul.sub_menu li a:hover {
  color: #e2e2e2;
}

header #sec_menu #pc_menu .do_navbar #pc-wrap-search .pc_sear {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30%;
  cursor: pointer;
}

header #sec_menu #pc_menu .do_navbar #pc-wrap-search .pc_sear i {
  color: #fff;
}

header #sec_menu #pc_menu .do_navbar ul.pc-search-show {
  background: #ddd;
  width: 300px;
  right: -800px;
  padding: 5px;
  overflow: hidden;
  border-radius: unset;
  box-shadow: 5px 5px 10px grey;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

header #sec_menu #pc_menu .do_navbar ul.pc-search-show form input {
  width: 100%;
}

header #sec_menu #pc_menu .do_navbar .pc-sea-active .pc-search-show {
  opacity: 1;
  top: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 333;
}

header #sec_menu #mb_menu {
  background-color: #0075B1 !important;
  display: none;
}

@media (max-width: 992px) {
  header #sec_menu #mb_menu {
    display: block;
  }
}

header #sec_menu #mb_menu #wrap-mena {
  padding: 0 0 5px 0;
  width: 100%;
  position: relative;
}

header #sec_menu #mb_menu #wrap-mena .mobile_sear {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30%;
}

header #sec_menu #mb_menu #wrap-mena .mobile_sear i {
  color: #fff;
}

header #sec_menu #mb_menu #wrap-mena ul.search-show {
  background: #ddd;
  display: none;
  width: 300px;
  right: -400px;
  padding: 10px;
  overflow: hidden;
  border-radius: unset;
  box-shadow: 5px 5px 10px grey;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

header #sec_menu #mb_menu #wrap-mena ul.search-show form input {
  width: 100%;
}

header #sec_menu #mb_menu #wrap-mena .sea-active .search-show {
  opacity: 1;
  top: 54px;
  right: 0;
  display: block;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

header #sec_menu #mb_menu #wrap-mena,
header #sec_menu #mb_menu #wrap-mena a {
  text-decoration: none;
}

header #sec_menu #mb_menu .menu-dropdown,
header #sec_menu #mb_menu #wrap-mena input[type=checkbox] {
  display: none;
}

header #sec_menu #mb_menu #wrap-mena label:hover {
  cursor: pointer;
}

header #sec_menu #mb_menu .menu-righticon {
  display: none;
}

header #sec_menu #mb_menu input[type=checkbox]:checked + .ul-two {
  display: block;
  -webkit-animation: grow 0.5s ease-in-out;
          animation: grow 0.5s ease-in-out;
  clear: both;
  background-color: #e0eef1;
}

header #sec_menu #mb_menu .ul-two {
  background-color: #b6ddf1a3;
}

header #sec_menu #mb_menu .ul-two > li:first-child {
  padding-left: 15px;
  border-bottom: solid 1px #84d2fb;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: solid 1px #84d2fb;
  padding-top: 15px;
}

header #sec_menu #mb_menu .ul-two > li {
  padding-left: 15px;
  border-bottom: solid 1px #84d2fb;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

header #sec_menu #mb_menu .ul-two > li:last-child {
  padding-left: 15px;
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

header #sec_menu #mb_menu #men-ico {
  width: 20px;
  font-size: 2em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  margin-left: 10px;
}

header #sec_menu #mb_menu #men-ico:hover {
  color: #FF9900;
}

header #sec_menu #mb_menu ul.dropdown-menu {
  width: 300px;
  left: -400px;
  padding: 10px;
  overflow: hidden;
  border-radius: unset;
  box-shadow: 5px 5px 10px grey;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  height: 100%;
  /* overflow-y: auto; */
  position: fixed !important;
  background-color: #f6f6f7;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 999999 !important;
  top: 0 !important;
  -webkit-transform: translateX(-300px);
  transform: translateX(-1px);
  overflow-y: scroll;
  overflow-x: hidden;
}

header #sec_menu #mb_menu ul.dropdown-menu .mena-te {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 7px;
  height: 20px;
  line-height: 20px;
}

header #sec_menu #mb_menu ul.dropdown-menu .mena-te #cancle-nav {
  color: #333;
  z-index: 3;
  cursor: pointer;
  border: solid 1px #d8d3d3;
  padding: 5px 6px;
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: 700;
}

header #sec_menu #mb_menu ul.dropdown-menu .mena-te span {
  color: #0075B1;
}

header #sec_menu #mb_menu ul.dropdown-menu .wr_search_mb {
  margin-bottom: 20px;
}

header #sec_menu #mb_menu ul.dropdown-menu .wr_search_mb form input {
  width: 100%;
  padding-left: 15px;
}

header #sec_menu #mb_menu ul.dropdown-menu > li {
  border-bottom: solid 1px #84d2fb;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #0075B1;
}

header #sec_menu #mb_menu ul.dropdown-menu > li .wrap_lamb {
  display: block;
}

header #sec_menu #mb_menu ul.dropdown-menu > li .wrap_lamb .label-mb {
  display: inline-block;
  float: right;
}

header #sec_menu #mb_menu ul.dropdown-menu > li .wrap_lamb .i-rotate {
  right: 22px;
  position: absolute;
  font-size: 20px;
  transition: all 0.75s 0.25s;
  cursor: pointer;
}

header #sec_menu #mb_menu ul.dropdown-menu > li .wrap_lamb .i-toggle-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header #sec_menu #mb_menu ul.dropdown-menu > li .wrap_lamb .i-toggle-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header #sec_menu #mb_menu ul.dropdown-menu > li a {
  color: #0075B1;
}

header #sec_menu #mb_menu ul.dropdown-menu > li:first-child {
  border-top: solid 1px #d8d3d3;
}

header #sec_menu #mb_menu .is-active .dropdown-menu {
  opacity: 1;
  left: -1px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn-outline-primary {
  font-size: 14px;
  color: #0075B1;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0075B1;
  border-color: #0075B1;
}

#wrap_slide .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

#wrap_slide .owl-carousel.owl-drag .owl-item.active {
  margin-right: 60px !important;
}

#wrap_slide .owl-carousel .owl-item img {
  display: inherit;
}

.nav-tabs .nav-link.active {
  border-color: #fff;
  color: #0075B1 !important;
  border-bottom: #0075B1 solid 2px;
  font-weight: 600;
}

footer {
  background: #0075B1;
  padding: 40px 0;
}

footer .col_a {
  margin-bottom: 25px;
}

footer .col_a h6 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

footer .col_a p {
  color: #fff;
  font-size: 15px;
}

footer .col_a .xt_address .addr_a i {
  display: inline-block;
  width: 7%;
  vertical-align: top;
  font-size: 18px;
  padding-top: 4px;
  color: #fff;
}

@media (max-width: 992px) {
  footer .col_a .xt_address .addr_a i {
    width: 3%;
  }
}

footer .col_a .xt_address .addr_a p {
  display: inline-block;
  width: 80%;
  font-size: 14px;
}

@media (max-width: 576px) {
  footer .col_a .xt_address .addr_a p {
    padding-left: 7px;
  }
}

footer .col_b ul {
  padding-left: 22px;
}

footer .col_b ul li {
  list-style-type: disc;
  color: #fff;
}

footer .col_b ul li a {
  color: #fff;
}

footer .col_b ul li:hover {
  color: #fff;
}

footer .col_d h6 {
  margin-bottom: 13px;
}

footer .col_d .xt_hmform form button {
  width: 100%;
  color: #0075B1;
  font-weight: bold;
}

footer .col_d .xt_hmform form label.error {
  background: #6b253b;
  width: 100%;
  color: #fff;
  padding: 5px;
}

/* menu fixed */

.stick {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: unset !important;
}

footer .dt_hotline {
  /* position: absolute;
  right: 30px;
  display: inherit;
  top: 5px; */
  position: fixed;
  left: 3%;
  display: inherit;
  bottom: 2%;
  z-index: 8;
}

footer .phone {
  position: absolute;
  top: 5px;
}

footer .dt_hotline .dt_hot_number {
  line-height: 40px;
}

footer .dt_hotline .dt_hot_number > span {
  padding: 7px 22px;
  background-color: #82012c;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

footer .dt_hotline .dt_hot_number > span > a {
  color: #fff;
}

footer .dt_hotline > span {
  height: 42px;
  width: 42px;
  background-color: #ff0055;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: -17px;
  z-index: 1;
  line-height: 54px;
}

footer .dropdown-toggle::after {
  vertical-align: 0.455em;
  border-top: none;
}

footer .dt_hotline > span .fa {
  font-size: 35px;
  width: 40px;
  position: relative;
  -webkit-animation: mycall infinite;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation: mycall infinite;
  animation-duration: 3s;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes mycall {
  0% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
}

@keyframes mycall {
  0% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
}

.dt_a_top {
  background: #014715;
  display: none;
  width: 40px;
  text-align: center;
  padding: 7px 0;
  bottom: 73px;
  position: fixed;
  right: 17px;
  color: #fff;
  transition: 0.6s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.show .dt_a_top {
  background-color: #e1ef1ab8;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.4s ease-in-out;
  z-index: 9999;
}

.show .dt_a_top > a > span > i {
  color: #fff;
}

