.footer-nav {
  display: none;
}

.copyright {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.page-banner {
  display: none;
}

.column-nav {
  padding: 36px 0;
}

.column-current {
  margin-bottom: 0.8rem;
  color: #fff;
}

.column-nav .row {
  height: unset;
}

@media (min-width: 1200px) {
  .site-blocks-cover,
  .site-blocks-cover .row {
    height: 640px;
  }
}

.home-tab-cloumn {
  background-color: #f2f3f5;
}

.home-tab-cloumn .row {
  align-items: center;
}

.news-tab {
  overflow: hidden;
  height: 180px;
}

.news-tab {
  transform: translateY(0);
}

.news-tab-list {
  transition: all 0.8s ease-in-out;
}

.news-tab-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
}

.news-tab-list .h5 {
  font-weight: bold;
}

.news-tab-list .date,
.news-tab-list .more {
  color: #626365;
}

.news-tab-list a:hover .h5 {
  color: #0270ca !important;
}

.news-tab-list a:hover .more {
  color: #0270ca;
}

.tab-column a {
  display: flex;
  align-items: center;
}

.tab-column img {
  margin-right: 15px;
  max-width: 50px;
}

.tab-column h4 {
  font-size: 20px;
  font-weight: bold;
}

.tab-column:hover h4 {
  color: #0270ca;
}

.tab-column span {
  color: #626365;
}

@media (max-width: 768px) {
  .news-tab {
    height: 140px;
  }

  .news-tab a {
    height: 140px;
  }

  .tab-column {
    padding: 20px 15px;
  }

  .column-current {
    text-align: center;
  }

  .breadcrumb {
    display: block;
    margin-bottom: 15px;
    justify-content: center;
    text-align: center;
  }
}

body {
  padding-top: 143px;
}

@media (max-width: 768px) {
  body {
    padding-top: 107px;
  }
}

.site-navbar-wrap {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  right: 0;
}

.site-mobile-menu {
  top: 0;
}

.dropdown.horizontal {
  display: flex;
  left: -540px;
  width: 760px;
  flex-wrap: wrap;
  padding: 10px;
}

.dropdown.horizontal li {
  flex: 0 0 25%;
  text-align: center;
  min-width: unset !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #0270ca;
}

.product-content-head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.product-content-head-title {
  position: relative;
  padding: 0 10px;
  font-size: 22px !important;
  font-weight: bold;
  background-color: #fff;
}

.product-content-head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background-color: #c2c3c5;
}

.product-content img {
  margin: 0 auto;
  max-width: 600px;
  min-width: 600px;
}
