@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLight.otf");
}

@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../fonts/HelveticaNeueRoman.otf");
}

@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/HelveticaNeueBold.otf");
}

body {
  font-family: 'Helvetica Neue', sans-serif !important;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}

h1, h2, h3, h4, h5, a {
  font-family: 'Helvetica Neue Medium', sans-serif;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none !important;
}

button:focus, input:focus {
  outline: none !important;
}

.font-bold {
  font-family: 'Helvetica Neue Medium', sans-serif;
}

.container-cus {
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .container-cus {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-cus {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 992px) {
  .container-cus {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 1200px) {
  .container-cus {
    max-width: calc(100% - 120px);
  }
}

@media (min-width: 1440px) {
  .container-cus {
    max-width: calc(1440px - 120px);
  }
}

.border-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 0.4;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .border-line {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .seemore {
    display: none;
  }
}

.main-title {
  font-size: 24px;
  margin-bottom: 38px;
  font-family: "Helvetica Neue Medium";
}

@media (max-width: 560px) {
  .main-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.main-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: 1.5px solid #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

@media (max-width: 560px) {
  .main-btn {
    padding: 10px 15px 4px;
  }
}

.main-btn:hover {
  color: #000;
  background-color: #fff;
}

.main-mb {
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .main-mb {
    margin-bottom: 30px;
  }
}

.main .breadcrumb {
  background-color: #fff;
  padding-top: 26px;
  padding-left: 0;
}

.main .breadcrumb-item a {
  color: #000;
}

@media (max-width: 767px) {
  .main .breadcrumb-item a {
    font-size: 14px;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}

@media (max-width: 992px) {
  .header.active .header-menu {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    height: calc(100% - 74px);
    top: 74px;
    left: 0;
    padding-top: 20px;
  }
  .header.active .header-menu .navbar-nav .nav-item {
    padding: 0 0 0 20px;
  }
  .header.active .header-menu .navbar-nav .nav-item .nav-link {
    padding: 16px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header.active .header-menu .navbar-nav .nav-item .nav-link:hover::before {
    content: none;
  }
  .header.active .header-menu .contact {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
  .header.active .header-menu .contact .call {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    display: inline-block;
  }
  .header.active .header-menu .contact .call img {
    height: 20px;
    margin-right: 10px;
  }
  .header.active .header-menu .contact .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header.active .header-menu .contact .social a {
    width: 30px;
    display: inline-block;
    margin-right: 14px;
  }
  .header.active .navbar .navbar-toggler-icon {
    background: #fff;
  }
  .header.active .navbar .navbar-toggler-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
  }
  .header.active .navbar .navbar-toggler-icon::after {
    top: 0;
    -webkit-transform: rotate(134deg);
            transform: rotate(134deg);
    background: #000;
  }
}

.header .navbar {
  padding: 20px 0 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .header .navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 0 16px;
  }
  .header .navbar .logo {
    margin: 0;
    padding: 0;
  }
  .header .navbar .logo img {
    height: 40px;
  }
}

.header .navbar .navbar-toggler {
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 55%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

.header .navbar .navbar-toggler-icon {
  background: #000;
  height: 2px;
  position: relative;
  margin-bottom: 5px;
  width: 20px;
}

.header .navbar .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .navbar .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .header-menu {
    display: none;
  }
}

.header-menu .navbar-nav .nav-item {
  padding: 0 16px;
}

@media (max-width: 1024px) {
  .header-menu .navbar-nav .nav-item {
    font-size: 15px;
    padding: 0 14px;
  }
}

.header-menu .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-family: "Helvetica Neue Medium" !important;
  position: relative;
  padding: 0;
}

@media (max-width: 1200px) {
  .header-menu .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

.header-menu .navbar-nav .nav-item .nav-link:hover::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -6px;
  left: 1px;
}

@media (min-width: 992px) {
  .header-menu .contact {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-contact {
    display: none;
  }
}

.header-contact a {
  color: rgba(0, 0, 0, 0.5);
}

.header-contact a img {
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .header-contact a img {
    height: 20px;
  }
}

.footer {
  padding: 10px 0 40px;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.footer_inner .item {
  width: 25%;
}

@media (max-width: 1200px) {
  .footer_inner .item {
    width: 22%;
  }
}

@media (max-width: 1024px) {
  .footer_inner .item {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .footer_inner .item {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .footer_inner .item:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .footer_inner .item:first-child {
    display: block;
  }
  .footer_inner .item:first-child .contact {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .footer_inner .item:nth-child(2) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .footer_inner .item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
}

@media (max-width: 1024px) {
  .footer_inner .item:nth-child(3) {
    width: 26%;
  }
}

.footer_inner .item .logo {
  margin-bottom: 27px;
  display: inline-block;
  margin-left: -10px;
  margin-top: -28px;
}

@media (max-width: 1024px) {
  .footer_inner .item .logo img {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .footer_inner .item .contact {
    margin-bottom: 26px;
  }
}

.footer_inner .item .contact .call {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  color: #000;
}

@media (max-width: 1200px) {
  .footer_inner .item .contact .call {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .footer_inner .item .contact .call {
    font-size: 24px;
  }
}

.footer_inner .item .contact .call img {
  height: 32px;
  margin-right: 10px;
  margin-top: -6px;
}

@media (max-width: 1024px) {
  .footer_inner .item .contact .call img {
    height: 28px;
  }
}

.footer_inner .item .title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

.footer_inner .item .form {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .footer_inner .item .form {
    margin-bottom: 30px;
  }
}

.footer_inner .item .form input {
  border: 1px solid #000;
  padding: 7px 10px;
}

@media (max-width: 1200px) {
  .footer_inner .item .form input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer_inner .item .form input {
    width: auto;
  }
}

.footer_inner .item .form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.footer_inner .item .form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.footer_inner .item .form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.footer_inner .item .form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.footer_inner .item .form button {
  background-color: #000;
  border: 0;
  padding: 4px 15px;
  color: #fff;
  font-size: 12px;
}

.footer_inner .item .social {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .footer_inner .item .social {
    margin-bottom: 30px;
  }
}

.footer_inner .item .social a {
  width: 32px;
  display: inline-block;
  margin-right: 12px;
}

.footer_inner .item .link {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  font-family: "Helvetica Neue Medium";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
  .footer_inner .item .link {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .footer_inner .item .link {
    display: block;
  }
}

.footer_inner .item .link:hover {
  border-bottom: 1px solid #000;
}

.footer_inner .item .certify {
  display: none;
}

@media (max-width: 767px) {
  .footer_inner .item .certify {
    display: block;
    margin-bottom: 20px;
  }
}

.footer_bottom .info {
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .footer_bottom .info {
    width: 52%;
    margin-bottom: 0;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .footer_bottom .info {
    width: 68%;
  }
}

@media (max-width: 767px) {
  .footer_bottom .info {
    width: 100%;
    font-size: 12.5px;
  }
}

@media (max-width: 767px) {
  .footer_bottom .img {
    display: none;
  }
}

.pagination {
  margin: 18px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-link {
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding: 11px 16px;
  margin: 0 3px;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #000;
}

.banner {
  height: calc(100vh);
  margin-bottom: 60px;
}

@media (max-width: 560px) {
  .banner {
    margin-bottom: 34px;
  }
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

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

.company_inner .img {
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.04);
  width: 58%;
}

@media (max-width: 1200px) {
  .company_inner .img {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .company_inner .img {
    width: 52%;
  }
}

@media (max-width: 992px) {
  .company_inner .img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .company_inner .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company_inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_inner .content {
  width: 42%;
  padding-left: 40px;
}

@media (max-width: 1200px) {
  .company_inner .content {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .company_inner .content {
    width: 48%;
  }
}

@media (max-width: 992px) {
  .company_inner .content {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .company_inner .content {
    width: 100%;
    padding-left: 0;
  }
}

.company_inner .content .title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .company_inner .content .title {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .company_inner .content .title {
    padding: 0 30px;
  }
}

.company_inner .content .desc {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 560px) {
  .company_inner .content .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.company_inner .content .main-btn {
  font-size: 24px;
  padding: 13px 15px 6px;
}

@media (max-width: 1200px) {
  .company_inner .content .main-btn {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  .company_inner .content .main-btn {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .company_inner .content .main-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .company_inner .content .main-btn {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .company_inner .content .main-btn {
    font-size: 16px;
    padding: 10px 15px 4px;
  }
}

.products {
  margin-bottom: 23px;
}

.products_title {
  position: relative;
}

.products_title .main-btn {
  background-color: #fff;
  color: #000;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .products_title .main-btn {
    display: none;
  }
}

.products_title .main-btn:hover {
  border-bottom: 1px solid #000;
}

.products_title .main-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 0;
}

.products_title .main-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 6px;
}

.products .main-title {
  margin-bottom: 34px;
}

@media (max-width: 560px) {
  .products .main-title {
    margin-bottom: 24px;
  }
}

.products .nav-tabs {
  border-bottom: 0;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .products .nav-tabs {
    margin-bottom: 0;
  }
}

.products .nav-tabs .nav-link {
  color: #000;
  background-color: #fff;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-right: 20px;
  font-family: "Helvetica Neue Medium";
}

@media (max-width: 560px) {
  .products .nav-tabs .nav-link {
    font-size: 14px;
    margin-bottom: 18px;
    padding-bottom: 5px;
    margin-right: 16px;
  }
}

.products .nav-tabs .nav-link.active {
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
}

.products .tab-pane {
  margin-right: -16px;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .products .tab-pane {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (max-width: 560px) {
  .products .tab-pane {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.products .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products .item {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  padding: 8px;
  text-align: center;
  width: calc(20% - 22px);
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 22px;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .products .item {
    width: calc(25% - 22px);
  }
}

@media (max-width: 1024px) {
  .products .item {
    width: calc(33% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .products .item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 560px) {
  .products .item {
    width: calc(50% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }
}

.products .item:hover {
  border: 1px solid #000;
}

.products .item:hover .main-btn {
  opacity: 1;
}

.products .item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .products .item img {
    height: 140px;
    margin-bottom: 10px;
  }
}

.products .item .title {
  font-size: 16px;
  margin-bottom: 16px;
  padding: 0 10px;
  line-height: 24px;
}

@media (max-width: 560px) {
  .products .item .title {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
  }
}

.products .item .price {
  font-family: 'Helvetica Neue Bold', sans-serif;
  height: 40px;
  line-height: 48px;
  margin-bottom: 0;
}

.products .item .main-btn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  padding: 10px 20px 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products .item .main-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 560px) {
  .products .item .main-btn {
    font-size: 14px;
  }
}

.products-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.products-detail .gallery {
  width: 60%;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .products-detail .gallery {
    width: 100%;
    padding-right: 0;
    margin-bottom: 28px;
  }
}

.products-detail .gallery .large {
  width: 100%;
  margin-bottom: 16px;
  max-height: 70%;
}

@media (max-width: 767px) {
  .products-detail .gallery .large {
    max-height: 100%;
  }
}

.products-detail .gallery .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.products-detail .gallery .thumbnails .item {
  padding: 8px;
  width: calc(20% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .products-detail .gallery .thumbnails .item {
    width: calc(25% - 16px);
    padding: 5px;
  }
}

.products-detail .gallery .thumbnails .item:hover {
  border: 1px solid #000;
}

.products-detail .gallery .thumbnails .item.active {
  border: 1px solid #000;
}

.products-detail .content {
  width: 40%;
}

@media (max-width: 767px) {
  .products-detail .content {
    width: 100%;
  }
}

.products-detail .content .main-title {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .products-detail .content .main-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.products-detail .content .border-line {
  margin-bottom: 24px;
}

.products-detail .content .price {
  font-size: 32px;
  font-family: "Helvetica Neue Bold";
}

@media (max-width: 767px) {
  .products-detail .content .price {
    font-size: 24px;
  }
}

.products-detail .content .desc {
  font-size: 14px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .products-detail .content .desc {
    margin-bottom: 24px;
  }
}

.products-detail .content .list {
  margin-bottom: 16px;
}

.products-detail .content .list .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.products-detail .content .list .color.black {
  background-color: #000;
}

.products-detail .content .list .color.blue {
  background-color: #0B4371;
}

.products-detail .content .list .color.purple {
  background-color: #682DAF;
}

.products-detail .content .list .color.orange {
  background-color: #DF8F33;
}

.products-detail .content .list .color.green {
  background-color: #B3CB5B;
}

.products-detail .content .list .color.red {
  background-color: #D1333A;
}

@media (max-width: 767px) {
  .products-detail .content .subTitle {
    font-size: 16px;
  }
}

.news {
  margin-bottom: 23px;
}

.news_inner {
  margin-right: -16px;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news_inner {
    margin-right: 0;
    margin-left: 0px;
  }
}

.news_inner .item {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  padding: 8px;
  width: calc(25% - 22px);
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 22px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

@media (max-width: 1024px) {
  .news_inner .item {
    width: calc(33% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .news_inner .item {
    margin: 0;
    padding: 0 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.news_inner .item:hover {
  border: 1px solid #000;
}

.news_inner .item:hover .main-btn {
  opacity: 1;
}

.news_inner .item img {
  width: 100%;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .news_inner .item img {
    height: 248px;
  }
}

.news_inner .item .title {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 24px;
  font-family: 'Helvetica Neue Medium', sans-serif;
}

@media (max-width: 560px) {
  .news_inner .item .title {
    font-size: 14px;
  }
}

.news_inner .item .desc {
  font-size: 14px;
  margin-bottom: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: justify;
  line-height: 24px;
}

@media (max-width: 560px) {
  .news_inner .item .desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.news_inner .item .main-btn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  padding: 10px 20px 5px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news_inner .item .main-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .news_inner .item .main-btn {
    display: none;
  }
}

.news-slide .slick-arrow {
  width: 24px;
  height: 24px;
  z-index: 1;
  top: 50%;
  font-size: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
}

.news-slide .slick-arrow::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 19px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media (max-width: 560px) {
  .news-slide .slick-arrow::before {
    width: 18px;
    height: 18px;
    top: 40%;
  }
}

.news-slide .slick-arrow.slick-prev {
  left: -12px;
}

.news-slide .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
}

.news-slide .slick-arrow.slick-next {
  right: 25px;
}

.news-slide .slick-arrow.slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news-detail {
  margin-bottom: 24px;
}

.news-detail .main-title {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .news-detail .main-title {
    font-size: 18px;
  }
}

.news-detail .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .news-detail .date {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .news-detail .desc {
    font-size: 14px;
  }
}

.news-detail .thumbnail img {
  width: 100%;
  margin-bottom: 18px;
  max-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .news.list .item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .news.list .item {
    padding: 8px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 560px) {
  .news.list .item {
    width: calc(100%);
    margin: 0;
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=style.css.map */