a:hover {
  text-decoration: none;
}

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

header .top {
  height: 33px;
  background: #263790;
}
header .top .container div {
  float: right;
  color: #fff;
  margin-top: 7px;
  padding: 0px 23px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
header .top .container div span {
  margin: 0px 6px;
}
header .top .container .email {
  border-right: 2px solid #a3a8c9;
}
@media (max-width: 480px) {
  header .top .container .phone {
    display: none;
  }
}
@media (max-width: 480px) {
  header .top .container .email {
    border: none !important;
    width: 100%;
  }
}
header .menu_logo {
  height: 88px;
}
header .menu_logo .logo {
  float: left;
  margin-top: 23px;
}
header .menu_logo .logo h1 {
  margin: 0px;
}
header .menu_logo .menu_pc {
  float: right;
}
header .menu_logo .menu_pc > ul {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 23px;
}
header .menu_logo .menu_pc > ul > li {
  display: inline-block;
}
header .menu_logo .menu_pc > ul > li a {
  display: block;
  padding: 10px 28px;
  text-transform: uppercase;
  color: #263790;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  header .menu_logo .menu_pc > ul > li a {
    padding: 10px 15px;
  }
}
header .menu_logo .menu_pc > span {
  height: 100%;
  float: left;
  position: relative;
}
header .menu_logo .menu_pc > span > i {
  height: 88px;
  line-height: 85px;
  padding-left: 28px;
  color: #263790;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .menu_logo .menu_pc > span > i {
    padding-left: 14px;
  }
}
header .menu_logo .menu_pc > span .search {
  position: absolute;
  width: 198px;
  height: 27px;
  opacity: 0;
  visibility: hiden;
  bottom: -100px;
  transition: all 0.5s;
  left: -120px;
}
header .menu_logo .menu_pc > span .search form {
  border: 1px solid #d9d9d9;
  height: 29px;
  position: relative;
  z-index: 999;
}
header .menu_logo .menu_pc > span .search form input {
  width: 100%;
  height: 27px;
  padding: 5px;
  border: none;
  outline: none;
}
header .menu_logo .menu_pc > span .search form button {
  position: absolute;
  height: 27px;
  padding: 5px;
  border: none;
  top: 0px;
  right: 0px;
  outline: none;
}
header .menu_logo .menu_pc > span:hover .search {
  opacity: 1;
  bottom: 0px;
  visibility: visible;
}
@media (max-width: 992px) {
  header .menu_logo .menu_pc {
    display: none;
  }
}

.slider .item {
  position: relative;
}
.slider .content {
  position: absolute;
  top: 25%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.slider .content .container div {
  max-width: 560px;
}
@media (max-width: 992px) {
  .slider .content .container div {
    max-width: 476px;
  }
}
@media (max-width: 768px) {
  .slider .content .container div {
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .slider .content .container div {
    display: none;
  }
}
.slider .content .container div h2 {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 49px;
  margin: 0px;
}
@media (max-width: 992px) {
  .slider .content .container div h2 {
    font-size: 4rem;
    font-family: "Open Sans", sans-serif;
  }
}
@media (max-width: 768px) {
  .slider .content .container div h2 {
    font-size: 2rem;
  }
}
.slider .content .container div p {
  font-size: 21px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slider .content .container div p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
}
@media (max-width: 768px) {
  .slider .content .container div p {
    font-size: 13px;
  }
}
.slider .content .container div p a {
  display: block;
  width: 170px;
  padding: 23px 0px;
  text-align: center;
  color: #263790;
  background: #fecd0a;
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 992px) {
  .slider .content .container div p a {
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .slider .content .container div p a {
    width: 135px;
    padding: 11px 0px;
  }
}

.about {
  padding-top: 22px;
  padding-bottom: 62px;
}
@media (max-width: 576px) {
  .about {
    padding-top: 12px;
    padding-bottom: 32px;
  }
}
.about h2 {
  margin: 41px 0px;
  text-align: center;
  font-size: 40px;
  color: #29336e;
  position: relative;
}
.about h2:after {
  content: "";
  width: 85px;
  position: absolute;
  background: #ffdd21;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -9px;
}
@media (max-width: 576px) {
  .about h2 {
    margin: 16px 0px;
  }
}
.about .items {
  position: relative;
  height: 377px;
  margin: 10px 0px;
}
.about .items .img {
  height: 253px;
}
.about .items .img img {
  height: 100%;
  width: 100%;
}
.about .items .content {
  position: absolute;
  margin-top: -43px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 0px 25px;
  background: #fff;
}
.about .items .content h3 {
  margin: 17px 0px;
  background: #fff;
  font-size: 18px;
  color: #29336e;
  font-weight: 700;
}
.about .items .content p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.about .items .content a {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #29336e;
}
.about .about_banner .item {
  position: relative;
  height: 377px;
  margin: 10px 0px;
}
.about .about_banner .item .img {
  height: 253px;
}
.about .about_banner .item .img img {
  height: 100%;
  width: 100%;
}
.about .about_banner .item .content {
  position: absolute;
  margin-top: -43px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 0px 25px;
  background: #fff;
}
.about .about_banner .item .content h3 {
  margin: 17px 0px;
  background: #fff;
  font-size: 18px;
  color: #29336e;
  font-weight: 700;
}
.about .about_banner .item .content p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.about .about_banner .item .content a {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #29336e;
}

.achievements {
  background: #263790;
  padding: 60px 0px 60px 0px;
}
@media (max-width: 576px) {
  .achievements {
    padding: 20px 0px 20px 0px;
  }
}
.achievements .achievements_banner .item .img {
  width: 66px;
  height: 66px;
  float: left;
}
.achievements .achievements_banner .item .content {
  margin-left: 96px;
  color: #fff;
}
.achievements .achievements_banner .item .content h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fecd0a;
}

.list_product {
  padding-top: 20px;
}
.list_product > h2 {
  margin: 45px 0px;
  text-align: center;
  font-size: 40px;
  color: #29336e;
  position: relative;
}
.list_product > h2:after {
  content: "";
  width: 85px;
  position: absolute;
  background: #ffdd21;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -9px;
}
@media (max-width: 576px) {
  .list_product > h2 {
    margin: 16px 0px;
  }
}
.list_product .active:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.list_product .item .img {
  height: 240px;
}
.list_product .item .img a {
  height: 100%;
  display: block;
  overflow: hidden;
}
.list_product .item .img img {
  width: 100%;
  height: 100%;
}
.list_product .item .content {
  font-family: "Open Sans", sans-serif;
}
.list_product .item .content h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #29336e;
  text-align: center;
  margin-top: 0px;
}
.list_product .item .content p {
  font-size: 14px;
  text-align: center;
  padding: 0px 10px;
  color: #595b64;
  font-family: "Open Sans", sans-serif;
}
.list_product .item .content .price {
  font-size: 18px;
  color: #ff2424;
  font-weight: 700;
}
.list_product .continue {
  margin-top: 70px;
  position: relative;
}
.list_product .continue:after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
.list_product .continue a {
  z-index: 1;
  background: #fff;
  width: 270px;
  padding: 20px 0px;
  text-align: center;
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #29336e;
  font-weight: 700;
  border-radius: 100px;
}

.partner_why .partner .content table {
  width: 100%;
  border: 1px solid transparent;
}
.partner_why .partner .content table tr {
  width: 100%;
}
.partner_why .partner .content table tr td {
  width: 33.3333%;
  height: 169px;
  padding: 50px 0px;
  text-align: center;
}
.partner_why .partner .content table tr td:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.partner_why .partner .content table tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.partner_why h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #29336e;
  position: relative;
}
.partner_why h2:after {
  content: "";
  width: 85px;
  position: absolute;
  background: #ffdd21;
  height: 2px;
  left: 0px;
  right: 0px;
  bottom: -9px;
}
.partner_why .why .list_why {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.partner_why .why .list_why .content_list {
  border-top: 1px solid #e5e5e5;
  font-family: "Open Sans", sans-serif;
  padding: 0px 28px;
}
.partner_why .why .list_why .content_list h3 {
  font-size: 16px;
  color: #29336e;
  font-weight: 700;
  margin: 26px 0px;
}
.partner_why .why .list_why .content_list .plus {
  font-size: 12px;
  text-align: center;
  width: 33px;
  height: 33px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  float: right;
  margin: 0px;
  cursor: pointer;
  margin-top: -5px;
}
.partner_why .why .list_why .content_list .plus i {
  line-height: 33px;
}
.partner_why .why .list_why .content {
  display: none;
  width: 100%;
  margin-bottom: 28px;
}
.partner_why .why .list_why .content p {
  font-size: 16px;
  margin: 0px;
}

.field h2 {
  margin: 45px 0px;
  text-align: center;
  font-size: 40px;
  color: #29336e;
  position: relative;
}
.field h2:after {
  content: "";
  width: 85px;
  position: absolute;
  background: #ffdd21;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -9px;
}
@media (max-width: 576px) {
  .field h2 {
    margin: 16px 0px;
  }
}
.field .field_category .item {
  font-family: "Open Sans", sans-serif;
  padding-top: 45px;
}
.field .field_category .item .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
}
.field .field_category .item .icon img {
  width: 100%;
}
.field .field_category .item .field_content {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.field .field_category .item .content {
  padding: 73px 20px 32px 20px;
}
.field .field_category .item .content h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.field .field_category .item .content h3,
.field .field_category .item .content p,
.field .field_category .item .content a {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.field .field_category .item .content a {
  color: #fecd0a;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.news h2 {
  margin: 45px 0px;
  text-align: center;
  font-size: 40px;
  color: #29336e;
  position: relative;
}
.news h2:after {
  content: "";
  width: 85px;
  position: absolute;
  background: #ffdd21;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -9px;
}
@media (max-width: 576px) {
  .news h2 {
    margin: 16px 0px;
  }
}
.news .item {
  margin: 15px 0px;
}
.news .item .img {
  height: 220px;
  overflow: hidden;
}
.news .item .img img {
  width: 100%;
  object-fit: cover;
}
.news .item .content p i {
  color: #908f8f;
  font-size: 13px;
}
.news .item .content p i:not(:first-child) {
  border-left: 1px solid #908f8f;
  padding-left: 7px;
}
.news .item .content p span {
  font-size: 13px;
  color: #908f8f;
  padding: 0px 10px;
}
.news .item .content h3 {
  font-size: 16px;
  color: #29336e;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.news .item .content .ds {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.news .item .content a {
  color: #29336e;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.news .list_item {
  height: 77px;
}
.news .list_item:not(:first-child) {
  margin-top: 22px;
}
.news .list_item .img {
  width: 107px;
  height: 77px;
  overflow: hidden;
  float: left;
}
.news .list_item .img img {
  width: 100%;
}
.news .list_item .content {
  margin-left: 128px;
}
.news .list_item .content h3 {
  font-size: 16px;
  color: #29336e;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.news .list_item .content p i {
  color: #908f8f;
  font-size: 13px;
}
.news .list_item .content p span {
  font-size: 13px;
  color: #908f8f;
  padding: 0px 10px;
}

.partner .content .item {
  width: 33.3333%;
  height: 169px;
  padding: 50px 0px;
  text-align: center;
  float: left;
}
.partner .content .content1:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.partner .content .content1 .item:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.news .item .img {
  overflow: hidden;
}
.news .item .img img {
  transition: all 0.5s;
}
.news .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.products .item .img {
  overflow: hidden;
}
.products .item img {
  transition: all 0.5s;
}
.products .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.about_banner .item .img {
  overflow: hidden;
}
.about_banner .item img {
  transition: all 0.5s;
}
.about_banner .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-in img {
  width: 100%;
}

.breadcrumbs {
  background: #ebebeb;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb a {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: 300;
}

.layout-main-in {
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.layout-main-in .title-cate h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 15px;
  margin: 0 auto;
  background-color: #00adef;
  text-align: center;
}
.layout-main-in .menu-product-lv-1 {
  width: 100%;
  position: relative;
}
.layout-main-in .menu-product-lv-1 > a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #00adef;
  background: #ebebeb;
  text-transform: uppercase;
}

.content-lcr-category {
  width: 100%;
  margin-bottom: 20px;
}
.content-lcr-category .box-img-lcrc {
  height: 218px;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.content-lcr-category .box-img-lcrc .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.5s;
}
.content-lcr-category .box-img-lcrc:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content-lcr-category .box-info-lcrc {
  text-align: center;
}
.content-lcr-category .box-info-lcrc h3 {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
}
.content-lcr-category .box-info-lcrc h3 a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.content-lcr-category .box-info-lcrc .model-lcrc {
  margin: 0px 0px 10px 0px;
}
.content-lcr-category .price .price-market {
  color: #fc4a4a;
  font-weight: 400;
  font-size: 14px;
}
.content-lcr-category .price .price-market {
  margin: 0px;
}
.content-lcr-category .price .price-promotion {
  color: #333;
}

.page-pagination {
  text-align: right;
}

.page-pagination .pagination li.active a {
  background-color: #00adef;
  border-color: #00adef;
}

@media (max-width: 767px) {
  .content-lpi .col-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-lcr-category .box-img-lcrc a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .box-img-center {
    height: auto !important;
  }

  .page-pagination .pagination li a {
    padding: 5px 8px;
  }
}
.title-m h2 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  text-align: center;
  display: block;
  position: relative;
}

.content-news .box-img-cni {
  height: 232px;
  margin-bottom: 20px;
}

.box-img-center {
  position: relative;
  overflow: hidden;
}

.content-news .box-img-cni img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-news-in .box-info-cni {
  color: #333333;
}

.content-news .box-info-cni h3 {
  height: 54px;
  overflow: hidden;
  font-size: 22px;
}

.content-news .box-info-cni h3 {
  margin: 0px 0px 10px 0px;
}

.content-news-in .box-info-cni .desc-cni {
  height: 65px;
}

.content-news-in .box-info-cni .desc-cni {
  color: #333333;
  margin-bottom: 20px;
}

.desc {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.content-news-in .box-info-cni .date-news-in {
  color: #555555;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.date {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}

.date i {
  color: #aeaeae;
  padding-right: 5px;
}

.content-news-in .box-info-cni .date-news-in .time-user {
  padding-right: 10px;
}

.content-news-in .box-info-cni .date-news-in span {
  color: #555555;
}

.time-user {
  color: #dc9019;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

.content-news .box-info-cni h3 a {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.title-m h2 a {
  text-transform: uppercase;
  color: #00adef;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.content-news-in {
  margin-bottom: 30px;
}

.box-img-center {
  position: relative;
  overflow: hidden;
}

.box-img-center img {
  transition: all 0.5s;
}
.box-img-center:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb-img {
  text-align: center;
  float: left;
  width: 100%;
}

#owl-detail {
  opacity: 1;
  display: block;
  width: 95%;
  margin: 30px auto;
  display: inline-block !important;
  float: initial;
}

.big-img {
  text-align: center;
  max-height: 500px;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 0px;
}

.mz-hint-hidden {
  display: none !important;
  opacity: 0;
}

.mz-active span {
  display: none;
}

.title-product-detail {
  color: #00adef;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}

.model-detail {
  font-size: 22px;
}

.model-detail {
  color: #333;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

.description-detail {
  margin-bottom: 30px;
}

.description-detail table {
  border-left: none;
  border-right: none;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.description-detail table {
  border-top: 1px dotted #00adef;
  border-bottom: 1px dotted #00adef;
}

.description-detail ul {
  border: none;
}
.description-detail ul li {
  border: none;
}

.detail-detail-product table td,
.detail-detail-product table th {
  border: none;
  padding: 5px 0px;
}

.hotline-detail span,
.hotline-detail a {
  color: #ff3131;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.nav-tabs .nav-item {
  width: 33%;
  text-align: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00adef;
  border: none;
}

.nav-tabs .nav-link {
  color: #00adef;
  background-color: #b9b9b9;
  border: none;
  padding: 10px 35px 10px 35px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-item.active a {
  color: #fff !important;
  background-color: #00adef !important;
  border: none;
}

.title-rn-detail h2 {
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #00adef;
  color: #00adef;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.description-detail table td {
  font-size: 14px;
}

/* detail product*/
#Zoom-1 .mz-expand div a,
html body .mz-expand div:last-child a,
html body .mz-expand div:first-child a,
.mz-expand a,
.mz-zoom-window div:last-child,
.mz-zoom-window div:first-child,
.mz-zoom-window a,
.mz-figure span,
.mz-figure div:first-child,
.mz-figure div:last-child,
.mz-figure span:first-child,
.mz-zoom-window span,
.mz-active span {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0;
}

.detail-product-page {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.big-img {
  text-align: center;
  max-height: 500px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-top: 0px;
  position: relative;
}

.thumb-img {
  text-align: center;
  float: left;
  width: 100%;
}

.thumb-img a {
  border: 1px solid #e9e9e9;
  padding: 3px;
  height: 50px;
  overflow: hidden;
}

a[data-zoom-id] img,
.mz-thumb img {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: initial;
  height: 100%;
}

.selectors {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#owl-detail {
  opacity: 1;
  display: block;
  width: 80%;
  margin: 15px auto;
  margin-bottom: 30px;
  display: inline-block !important;
  float: initial;
}

#owl-detail .owl-item a {
  width: 71px;
  height: 71px;
  border: 1px solid #ebebeb;
  text-align: center;
}

#owl-detail .owl-prev {
  position: absolute;
  left: -27px;
  bottom: 20px;
  font-size: 22px;
}

#owl-detail .owl-next {
  position: absolute;
  right: -27px;
  bottom: 20px;
  font-size: 22px;
}

.mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

#owl-detail .owl-item .mz-thumb-selected {
  border: 1px solid #000;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 1;
  filter: alpha(opacity=1);
}

.title-detail-product {
  float: left;
  width: 100%;
}

.title-detail-product h2 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.title-detail-product h2 a {
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  font-family: "Roboto";
}

.sku-product {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}

.sku-product ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.sku-product ul li {
  display: inline-block;
  font-size: 14px;
  color: #7b7b7b;
  font-family: "Roboto";
}

.sku-product ul li p {
  margin-bottom: 0px;
}

.sku-product ul li span {
  color: #333;
  margin-left: 6px;
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid #333;
}

.sku-product ul li:last-child span {
  border-right: none;
}

.description-product {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}

.description-product p {
  color: #333;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0px;
}

.price-product {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.item-price-product {
  float: left;
}

.reviews-product {
  float: left;
  width: 33.3333%;
}

.ship-product {
  float: right;
  width: 33.3333%;
}

.item-price-product p {
  font-size: 23px;
  color: #333;
  text-transform: uppercase;
  font-family: "Roboto";
  margin-bottom: 5px;
  font-weight: 600;
  display: inline-block;
  margin-top: 0px;
}

.item-price-product span {
  font-size: 15px;
  text-decoration: line-through;
  color: #736565;
  display: inline-block;
  margin-left: 10px;
}

.item-price-product spam {
  float: right;
  background: #ffcd08;
  padding: 4px 10px;
  margin-top: -2px;
}

.reviews-product {
  text-align: right;
  margin-top: 10px;
  font-family: "Roboto";
  font-size: 15px;
  float: right;
}

.reviews-product .rating-symbol {
  display: inline-block;
}

.reviews-product .rating-symbol i.checked {
  color: #f5c50c;
}

.reviews-product .rating-symbol {
  display: inline-block;
  font-size: 14px;
  color: #dddddd;
}

.reviews-product span {
  margin-left: 7px;
}

.ship-product {
  float: right;
  margin-top: 10px;
}

.ship-product p {
  text-align: right;
  font-size: 14px;
  color: #333;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: "Roboto";
}

.ship-product span {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-family: "Roboto";
  text-align: right;
  float: right;
  width: 100%;
}

.option-product-detail {
  float: left;
  width: 100%;
}

.item-option-product-detail {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.item-option-product-detail label {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-family: "Roboto";
  float: left;
  width: 100px;
}

.color-product-detail {
  float: left;
}

.color-product-detail span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-top: -7px;
}

.yellow {
  background: yellow;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

.black {
  background: #000;
}

.white {
  background: #fff;
}

.color-product-detail span:hover,
.color-product-detail span.active {
  border: 1px solid #333;
}

.size-product-detail span {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: #fff;
  float: left;
  margin-right: 15px;
  margin-top: -7px;
  text-align: center;
  padding-top: 4px;
}

.size-product-detail span:hover,
.size-product-detail span.active {
  border: 1px solid #333;
  background: #dedede;
}

.quality-product-detail {
  float: left;
  position: relative;
}

.quality-product-detail input {
  float: left;
  height: 35px;
  width: 120px;
  padding-left: 30px;
  margin-top: -8px;
  font-size: 17px;
  font-family: "Roboto";
  padding-right: 30px;
  text-align: center;
}

.btn_count .increase {
  position: absolute;
  border: none;
  background: transparent;
  top: 1px;
  right: 5px;
  font-weight: 300;
}

.btn_count .reduced {
  position: absolute;
  border: none;
  background: transparent;
  top: 1px;
  left: 5px;
  font-weight: 300;
}

.addcart-detail-product {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-add-cart {
  float: left;
  margin-bottom: 15px;
}

.btn-add-cart {
  padding: 11px 27px 8px 27px;
  background: #333;
  display: inline-block;
  font-family: "Roboto";
  color: #ffcd08;
  margin-right: 0px;
  font-size: 13px;
  white-space: nowrap;
  margin-right: 25px;
  border: 1px solid #333333;
}

.btn-add-cart i {
  font-size: 15px;
  display: inline-block;
  margin-top: -6px;
  margin-left: 3px;
  color: #ffcd08;
}

.btn-list-shop {
  float: left;
  padding: 11px 27px 8px 27px;
  background: transparent;
  display: inline-block;
  font-family: "Roboto";
  color: #333;
  margin-right: 0px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  border: 1px solid #ddd;
}

.btn-list-shop:hover {
  border: 1px solid #333333;
  color: #ffcd08;
  background: #333333;
}

.social-detail-product {
  float: left;
  width: 100%;
  position: relative;
}

.like-detail-product {
  float: left;
  width: 50%;
}

.like-detail-product label {
  float: left;
  margin-right: 10px;
}

.like-detail-product ul li {
  display: inline-block;
}

.like-detail-product ul li a {
  float: left;
  font-size: 20px;
  margin-top: -6px;
  margin-right: 5px;
  color: #cccccc;
}

.like-detail-product ul li a.facebook:hover {
  color: #3b5998;
}

.like-detail-product ul li a.twitter:hover {
  color: #32cdfd;
}

.like-detail-product ul li a.google:hover {
  color: #ea4335;
}

.like-detail-product ul li a.pinterest:hover {
  color: #bd081c;
}

.like-detail-product ul li a.linkedin:hover {
  color: #1686b0;
}

.infor-detail-product {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.infor-tab-detail {
  float: left;
  width: 100%;
}

.infor-tab-detail ul li {
  display: inline-block;
  float: left;
}

.infor-tab-detail ul li a {
  font-family: "Roboto";
  color: #d7d7d7;
  font-size: 14px;
  white-space: nowrap;
  text-transform: uppercase;
  float: left;
  padding: 10px 0px 10px 0px;
  margin-right: 30px;
  font-weight: 600;
}

.infor-tab-detail ul li.active a {
  color: #333;
  border-bottom: 2px solid #000000;
}

.infor-tab-detail ul {
  border-bottom: 1px solid #d7d7d7;
  padding-left: 0px;
}

.ctn-detail-product {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.ctn-right-detail {
  float: right;
  width: 300px;
}

.ctn-left-detail {
  width: 830px;
  float: left;
}

.ctn-left-detail h2 {
  color: #73b11a;
  float: left;
  width: 100%;
  font-family: "Roboto";
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ctn-left-detail p {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 24px;
}

.ctn-left-detail ul {
  list-style: square;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ctn-left-detail ul li p {
  line-height: 24px;
}

.log-detail-product {
  float: right;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.log-detail-product h2 a {
  color: #73b11a;
  float: left;
  width: 100%;
  font-family: "Roboto";
  font-size: 17px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.relate-product h2 a {
  color: #333;
  float: left;
  width: 100%;
  font-family: "Roboto";
  font-size: 17px;
  text-transform: uppercase;
}

.relate-product h2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.relate-product ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.item-relate-product {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.img-relate-product {
  border: 1px solid #ddd;
}

.img-relate-product {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  position: relative;
}

.img-relate-product img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.title-relate-product h3 {
  clear: initial;
  line-height: 22px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.title-relate-product h3 a {
  font-size: 16px;
  line-height: 16px;
}

.title-relate-product p {
  font-family: "Roboto";
  font-size: 14px;
  text-transform: uppercase;
  color: red;
}

.package-detail-product .title-package {
  float: left;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Roboto";
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
  margin-top: 5px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.package-detail-product .title-package a {
  border-bottom: 2px solid #1b1717;
  padding-bottom: 8px;
}

.package-product .owl-prev {
  position: absolute;
  right: 40px;
  top: -10px;
  border: 1px solid #d8d8d8;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding-top: 2px;
}

.package-product .owl-next {
  position: absolute;
  right: 0px;
  top: -10px;
  border: 1px solid #d8d8d8;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding-top: 2px;
}

.package-product .owl-prev:hover {
  background: #333333;
  color: #f5c50c;
  border: 1px solid #333333;
}

.package-product .owl-next:hover {
  background: #333333;
  color: #f5c50c;
  border: 1px solid #333333;
}

.discout-price {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f5c50c;
  padding: 9px 20px;
  z-index: 99;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

#owl-package-detail .owl-pagination {
  display: none;
}

/*end detail product*/
/* #review-product-popup*/
.white-popup .mfp-close {
  right: 20px;
  top: 31px;
  cursor: pointer;
  z-index: 9999;
}

.white-popup .ctn-product-inshop {
  float: left;
  width: 100%;
  padding-left: 220px;
}

.img-product-inshop {
  position: absolute;
  width: 190px;
}

.white-popup {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 890px;
  margin: 20px auto;
}

.img-product-inshop h2 {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  line-height: 21px;
}

.ctn-product-inshop h2 {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: left;
}

.white-popup .item-option-product-detail {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  margin-top: 20px;
}

.white-popup .form-popup-inshop span.avaiable {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  text-transform: none;
  margin-top: 9px;
  float: left;
}

.form-popup-inshop .item-form-group {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.form-popup-inshop span.avaiable spam {
  color: #236bfe;
  font-size: 14px;
  text-transform: none;
}

.form-popup-inshop {
  float: left;
  width: 100%;
}

.white-popup .section-form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.white-popup .reviews-product {
  text-align: center;
  margin-top: 4px;
  font-family: "Roboto";
  font-size: 15px;
  width: initial;
}

.white-popup .reviews-product .rating-symbol {
  display: inline-block;
  font-size: 22px;
  color: #dddddd;
  margin: 0px 3px;
}

.white-popup .reviews-product span {
  margin-left: 7px;
  font-size: 12px;
  width: 45px;
  float: right;
  margin-top: 10px;
  font-family: "Roboto";
}

.white-popup .reviews-product span img {
  float: right;
}

.white-popup textarea {
  background: #eeeeee;
  float: left;
  width: 100%;
  min-height: 220px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
  font-family: "Roboto";
  font-size: 14px;
  color: #000;
}

.map-popup-inshop {
  float: left;
  width: 100%;
}

.white-popup .item-checker-tool {
  float: left;
  width: initial;
  margin-bottom: 5px;
  position: relative;
  margin-top: -15px;
}

.white-popup .btn-comment-review a {
  margin-right: 0px;
}

.bg-pop-white {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  overflow-y: auto;
  max-height: 650px;
}

.white-popup .mfp-close {
  right: 20px;
  top: 31px;
  cursor: pointer;
  z-index: 9999;
}

.title-detail {
  color: #00adef;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.date-detail-news-in {
  margin: 0px 0px 10px 0px;
}

.date {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}

.date-detail-news-in span,
.date-detail-news-in i {
  color: #666;
}

.date i {
  color: #aeaeae;
  padding-right: 5px;
}

.content-rnd-item .box-img-rnd {
  width: 165px;
  height: 108px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.content-rnd-item .box-img-rnd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-rnd-item .box-info-rnd h3 {
  margin: 0px 0px 0px 0px;
  font-size: 22px;
}

.content-rnd-item .box-info-rnd h3 a:hover {
  color: #00adef;
}

.content-rnd-item .box-info-rnd h3 a {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.content-rn-detail .col-12 {
  margin-bottom: 20px;
}

.box-img-rnd img {
  transition: all 0.5s;
}
.box-img-rnd:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.content-register .form-group input,
.content-register .form-group textarea {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea {
  border: 1px solid #e1e1e1;
  padding: 8px 15px;
  font-size: 14px;
  color: #888888;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
}

.content-register .view-all .read-more {
  background-color: #00adef;
  cursor: pointer;
}

.content-register .form-group .button {
  width: inherit;
  border: none;
}

.content-register .form-group input,
.content-register .form-group textarea {
  width: 100%;
}

.view-all .read-more {
  display: inline-block;
  background-color: #383838;
  padding: 0 25px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top_ft {
  background: #282b2f;
  margin-top: 40px;
  padding-top: 47px;
  padding-bottom: 50px;
}
.top_ft h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
}
.top_ft .service ul {
  padding: 0px;
  margin: 0px;
}
.top_ft .service ul li {
  list-style: none;
}
.top_ft .service ul li a {
  display: block;
  padding: 15px 0px;
  color: #b4b4b4;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.top_ft .service ul li:not(:first-child) {
  border-top: 1px solid #b4b4b4;
}
.top_ft .contact p {
  margin-top: 15px;
  color: #b4b4b4;
}
.top_ft .contact p a {
  color: #b4b4b4;
}
.top_ft .dk {
  margin-top: 15px;
  color: #b4b4b4;
}
.top_ft .dk form {
  position: relative;
}
.top_ft .dk form input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0px 10px;
  border-radius: 4px;
}
.top_ft .dk form button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  outline: none;
  border: none;
  background: #fff;
  padding: 0px 10px;
  border-radius: 4px;
}
.top_ft .dk form button i {
  color: #29336e;
}

.copy {
  background: #232528;
}
.copy .container span {
  color: #b4b4b4;
  list-style: none;
  line-height: 66px;
}
@media (max-width: 576px) {
  .copy .container span {
    display: none;
  }
}
.copy .container div {
  float: right;
}
.copy .container div li {
  list-style: none;
  display: inline-block;
}
.copy .container div li a {
  display: block;
  height: 66px;
  padding: 0px 15px;
}
.copy .container div li a i {
  line-height: 66px;
}
.copy .container a {
  color: #b4b4b4;
}

.container.fadeInUp {
  animation-delay: 0.7s;
}

/*# sourceMappingURL=styles.css.map */
