body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6d6e70;
  line-height: 1;
  letter-spacing: normal;
}

.header {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.header .top {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.header .top .contact-infor {
  display: inline-block;
}
.header .top .contact-infor a {
  display: inline-block;
  font-size: 1em;
  margin-right: 10px;
  color: #6d6e70;
}
.header .top .contact-infor a em {
  color: #efd444;
  margin-right: 5px;
  font-size: 1.1em;
}
.header .top .contact-infor a:hover {
  color: #efd444;
}
.header .top .social {
  display: inline-block;
}
.header .top .social a {
  display: inline-block;
  margin-left: 5px;
  color: #6d6e70;
  font-size: 1.2em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .top .social a:hover {
  color: #efd444;
}
.header .bottom {
  padding: 20px 0;
}
.header .bottom .logo a {
  display: inline-block;
  text-decoration: none;
}
.header .bottom .logo a img {
  width: 150px;
  height: auto;
  display: block;
}
.header .bottom .search {
  width: 100%;
  float: right;
  margin-top: 15px;
}
.header .bottom .search input {
  width: 85%;
  border: 1px solid #ddd;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0 20px;
  float: left;
}
.header .bottom .search button {
  width: 15%;
  height: 50px;
  display: block;
  line-height: 50px;
  border: 0 solid;
  outline: none;
  background-color: #efd444;
  color: #fff;
  font-size: 24px;
}
.header .bottom .menu {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.header .bottom .menu .menu-ic {
  display: none;
}
.header .bottom .menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .bottom .menu > ul > li {
  display: inline-block;
}
.header .bottom .menu > ul > li > a {
  font-family: "Poppins", sans-serif;
  padding: 20px 20px;
  font-size: 1.1em;
  color: #222222;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .bottom .menu > ul > li:hover a {
  color: #efd444;
}
.header .bottom .menu > ul > li:hover ul.drop-menu {
  opacity: 1;
  pointer-events: auto;
  margin: 0;
}
.header .bottom .menu > ul > li ul.drop-menu {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  z-index: 15;
  text-align: left;
  background-color: #fefefe;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .bottom .menu > ul > li ul.drop-menu li {
  display: block;
}
.header .bottom .menu > ul > li ul.drop-menu li:hover a {
  color: #fff;
  background-color: #efd444;
  border-color: #efd444;
}
.header .bottom .menu > ul > li ul.drop-menu li:hover a:before {
  background-color: #fff;
  width: 15px;
  height: 1px;
}
.header .bottom .menu > ul > li ul.drop-menu li a {
  font-family: "Poppins", sans-serif;
  padding: 15px 20px;
  font-size: 1em;
  color: #222222;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .bottom .menu > ul > li ul.drop-menu li a:before {
  width: 5px;
  height: 5px;
  background-color: #efd444;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main .content > .top {
  padding-top: 50px;
}
.main .content > .bottom {
  padding-bottom: 50px;
}
.main .content .categories {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.main .content .categories .title strong {
  padding: 18px;
  background-color: #0084c1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.main .content .categories .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .content .categories .list ul li {
  display: block;
}
.main .content .categories .list ul li:hover > a, .main .content .categories .list ul li.selected > a {
  color: #fff;
  background-color: #efd444;
  border-color: #efd444;
}
.main .content .categories .list ul li:hover > a:before, .main .content .categories .list ul li.selected > a:before {
  background-color: #fff;
  width: 15px;
  height: 1px;
}
.main .content .categories .list ul li a {
  font-family: "Poppins", sans-serif;
  padding: 18px 20px;
  font-size: 1.1em;
  color: #222222;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .content .categories .list ul li a:before {
  width: 5px;
  height: 5px;
  background-color: #efd444;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .content .categories .list ul li a em {
  float: right;
  font-size: 18px;
  margin-top: -3px;
}
.main .content .categories .list ul li ul.drop-menu {
  background-color: #ddd;
  display: none;
}
.main .content .categories .list ul li ul.drop-menu.open {
  display: block;
}
.main .content .categories .list ul li ul.drop-menu li:hover > a, .main .content .categories .list ul li ul.drop-menu li.selected > a {
  background-color: #0084c1;
}
.main .content .categories .list ul li ul.drop-menu li a {
  background-color: #efd444;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main .content .categories .list ul li ul.drop-menu li a:before {
  background-color: #fff;
}
.main .content .slider {
  width: 100%;
  height: 450px;
  position: relative;
}
.main .content .slider .swiper-slide {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.main .content .slider .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main .content .slider .swiper-pagination {
  text-align: right;
  padding: 5px 20px;
}
.main .content .slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #222;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .content .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .main .content .slider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.main .content .products {
  margin-top: 30px;
}
.main .content .products.in {
  margin: 0;
}
.main .content .products.in .title {
  margin-bottom: 20px;
}
.main .content .products.in .title strong .l {
  font-size: 0.7em;
  padding-left: 10px;
  color: #efd444;
}
.main .content .products.in .list {
  margin-bottom: 0;
}
.main .content .products.in .list .item {
  padding: 30px 20px;
}
.main .content .products .title {
  padding-left: 20px;
  margin-bottom: 30px;
}
.main .content .products .title strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #222;
  display: block;
}
.main .content .products .title strong span {
  font-weight: 300;
}
.main .content .products .list {
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 10px;
}
.main .content .products .list .item {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: 15px 0;
}
.main .content .products .list .item .image img {
  width: 85%;
  height: auto;
  display: inline-block;
}
.main .content .products .list .item .name {
  margin: 20px 0;
}
.main .content .products .list .item .name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #222;
  line-height: 1.4;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.main .content .products .list .item .status span {
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  padding: 5px;
  margin-top: 5px;
  border-radius: 10px;
}
.main .content .products .list .item .status span strong {
  font-weight: 600;
}
.main .content .products .list .item .status span.dmo {
  background-color: #59b210;
}
.main .content .products .list .item .status span.code {
  background-color: #f8484a;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .content .products .list .item .link {
  margin-top: 20px;
}
.main .content .products .list .item .link a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 30px;
  background-color: #DFDFD0;
  font-size: 1em;
  text-transform: uppercase;
  color: #777;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .content .products .list .item .link a:hover {
  background-color: #efd444;
  color: #fff;
}
.main .content .products .more-link {
  text-align: center;
  clear: both;
}
.main .content .products .more-link a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #222;
  letter-spacing: 5px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .content .products .more-link a em {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.main .content .products .more-link a:hover {
  color: #efd444;
}

.footer {
  padding: 25px 0;
  background-color: #222;
  position: relative;
}
.footer p {
  font-size: 1.1em;
  color: #fff;
}
.footer p strong {
  font-weight: 400;
  text-transform: uppercase;
}
.footer a {
  display: inline-block;
  margin-top: 8px;
  opacity: 0.4;
}
.footer a:hover {
  opacity: 1;
}
.footer a img {
  width: 80px;
  height: auto;
  display: block;
}

.pagination {
  padding: 20px 0;
  text-align: center;
}
.pagination a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 15px 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  color: #999;
  background-color: #ddd;
  margin: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination a:hover {
  background-color: #ccc;
  color: #111;
}
.pagination a.selected {
  background-color: #efd444;
  color: #fff;
}

.inner-page {
  background-color: #fff;
}
.inner-page .in-site-links {
  background-color: #fefefe;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.inner-page .in-site-links ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.inner-page .in-site-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.92em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.04em;
}
.inner-page .in-site-links ul li.selected a {
  color: #efd444;
  font-weight: 500;
}
.inner-page .in-site-links ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.inner-page .in-products {
  padding: 50px 0;
  overflow: hidden;
}
.inner-page .in-products-detail {
  padding: 50px 0;
  overflow: hidden;
}
.inner-page .in-products-detail .detail-content {
  overflow: hidden;
}
.inner-page .in-products-detail .detail-content .product-slider {
  width: 100%;
  overflow: hidden;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-top {
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-top .swiper-slide {
  width: 100%;
  height: 400px;
  text-align: center;
  background-color: #fff;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-top .swiper-slide img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-thumbs {
  margin-top: 20px;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
  border-color: #efd444;
}
.inner-page .in-products-detail .detail-content .product-slider .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.inner-page .in-products-detail .detail-content .product-infor .title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #efd444;
  font-size: 1.429em;
}
.inner-page .in-products-detail .detail-content .product-infor .list p {
  font-size: 1em;
  font-weight: 400;
  color: #8A8A7A;
  line-height: 1.5;
}
.inner-page .in-products-detail .detail-content .product-infor .list p strong {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #1A1A19;
  font-weight: 600;
  min-width: 150px;
}
.inner-page .in-products-detail .detail-content .product-infor .infor {
  margin: 25px 0;
}
.inner-page .in-products-detail .detail-content .product-infor .infor strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  color: #1A1A19;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.inner-page .in-products-detail .detail-content .product-infor .infor p {
  font-size: 1em;
  color: #777;
  line-height: 1.5;
}
.inner-page .in-products-detail .detail-content .product-infor .share strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  color: #1A1A19;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.inner-page .in-products-detail .detail-content .product-infor .dmo-btn a {
  padding: 25px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1em;
  background-color: #ed6033;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 10px;
}
.inner-page .in-products-detail .detail-content .product-infor .dmo-btn a.l {
  background-color: #454545;
  padding: 20px 30px;
}
.inner-page .in-products-detail .detail-content .product-infor .dmo-btn a:hover:not(.l) {
  background-color: #ed6033;
}
.inner-page .in-products-detail .detail-content .product-infor .dmo-btn a.l:hover {
  background-color: #333;
}
.inner-page .in-products-detail .detail-infor {
  margin-top: 50px;
  padding-left: 15px;
}
.inner-page .in-products-detail .detail-infor .tab-btn a {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #ddd;
  padding: 20px;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .in-products-detail .detail-infor .tab-btn a:hover {
  background-color: #bbb;
}
.inner-page .in-products-detail .detail-infor .tab-btn a.selected {
  background-color: #efd444;
  color: #fff;
}
.inner-page .in-products-detail .detail-infor .tab-content {
  padding: 30px 20px;
  border: 1px solid #ddd;
}
.inner-page .in-products-detail .detail-infor .tab-content .tab-infor {
  overflow: hidden;
  display: none;
}
.inner-page .in-products-detail .detail-infor .tab-content .tab-infor.selected {
  display: block;
}
.inner-page .in-products-detail .detail-infor .tab-content .tab-infor > div {
  margin: 5px 0;
}
.inner-page .in-products-detail .detail-infor .tab-content .tab-infor p {
  font-size: 1em;
  color: #444;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.inner-page .in-products-detail .detail-infor .tab-content .tab-infor strong {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  color: #111;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
}
.inner-page .in-about {
  padding: 50px 15px;
  overflow: hidden;
}
.inner-page .in-about .title h1 {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #111;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.inner-page .in-contact {
  padding: 50px 0;
  overflow: hidden;
}
.inner-page .in-contact .contact-infor strong {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.inner-page .in-contact .contact-form strong {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.inner-page .in-contact .contact-form form > div {
  margin: 0;
  padding: 0;
}
.inner-page .in-contact .contact-form form > div.last {
  margin-top: 25px;
}
.inner-page .in-contact .contact-form form > div:nth-child(2) input {
  width: 100%;
}
.inner-page .in-contact .contact-form form label {
  font-size: 1.1em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #333;
  display: block;
  cursor: pointer;
}
.inner-page .in-contact .contact-form form label.error {
  font-size: 0.95em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #cc0000;
  margin-top: 10px;
}
.inner-page .in-contact .contact-form form input,
.inner-page .in-contact .contact-form form textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1em;
  border: 1px solid #ddd;
  padding: 15px 20px;
  outline: none;
  display: block;
  width: 95%;
  resize: none;
  margin-top: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .in-contact .contact-form form input:focus,
.inner-page .in-contact .contact-form form textarea:focus {
  border-color: #efd444;
}
.inner-page .in-contact .contact-form form textarea {
  width: 100%;
}
.inner-page .in-contact .contact-form form button {
  padding: 25px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1em;
  background-color: #efd444;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  text-transform: uppercase;
  border: 0 solid;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .in-contact .contact-form form button:hover {
  background-color: #0eb3ff;
}

.in-detail-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.p-capt img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-capt img.left {
  float: left;
}
.p-capt iframe {
  width: 100%;
  height: 300px;
  display: block;
}
.p-capt h1,
.p-capt h2,
.p-capt h3,
.p-capt h4,
.p-capt h5,
.p-capt h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #111;
}
.p-capt p {
  font-size: 1.2em;
  color: #777;
  line-height: 1.5;
}
.p-capt p strong,
.p-capt p b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #111;
}
.p-capt p a {
  color: #efd444;
}

.gmap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.gmap #map {
  width: 100%;
  height: 400px;
}

/*Mobile*/
@media only screen and (max-width: 768px) {
  .header .top {
    padding: 10px 0;
    text-align: center;
  }
  .header .top .contact-infor a {
    line-height: 1.5;
  }
  .header .top .social a {
    line-height: 1.5;
  }
  .header .bottom {
    padding: 15px 0;
  }
  .header .bottom .logo {
    text-align: center;
  }
  .header .bottom .search {
    float: none;
    margin-top: 10px;
  }
  .header .bottom .menu {
    margin-top: 10px;
  }
  .header .bottom .menu .menu-ic {
    display: block;
  }
  .header .bottom .menu .menu-ic em {
    display: inline-block;
    font-size: 32px;
    color: #111;
  }
  .header .bottom .menu > ul {
    display: none;
  }
  .header .bottom .menu > ul > li {
    display: block;
  }
  .header .bottom .menu > ul > li > a {
    padding: 15px;
  }
  .header .bottom .menu > ul > li:hover ul.drop-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0;
    display: block;
  }
  .header .bottom .menu > ul > li ul.drop-menu {
    margin: 0 0 0 0;
    position: relative;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #eee;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }

  .main .content .slider {
    height: 400px;
  }
  .main .content .slider .swiper-slide {
    height: 400px;
  }

  .inner-page .in-products-detail .detail-content .product-slider .gallery-top {
    height: auto;
  }
  .inner-page .in-products-detail .detail-content .product-slider .gallery-top .swiper-slide {
    height: auto;
  }
  .inner-page .in-products-detail .detail-content .product-slider .gallery-top .swiper-slide img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .inner-page .in-contact .contact-infor {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .main .content .slider {
    height: 220px;
  }
  .main .content .slider .swiper-slide {
    height: 220px;
  }

  .t-xs-center {
    text-align: center;
  }

  .inner-page .in-products-detail .detail-infor {
    margin-top: 30px;
  }
  .inner-page .in-products-detail .detail-infor .tab-btn a {
    display: block;
    padding: 15px;
    border-radius: 0;
  }

  .gmap {
    height: 300px;
  }
  .gmap #map {
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .main .content .slider {
    height: 200px;
  }
  .main .content .slider .swiper-slide {
    height: 200px;
  }

  .gmap {
    height: 250px;
  }
  .gmap #map {
    height: 250px;
  }
}

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