.flex {
  display: flex;
}

.flexCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flexAc {
  display: flex;
  align-items: center;
}

.flexRight {
  display: flex;
  justify-content: flex-end;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

html, body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

#common-home {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 70px !important;
  padding: 0 !important;
}

body {
  font-family: SansSerif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; /* add this */
  height: 70px;
  z-index: 1001;
  background: #2c2c2c;
  display: block;
  unicode-bidi: isolate;
}
header .nav_box {
  background: #414141;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 1002;
  display: none;
  height: 100vh;
  overflow: auto;
  padding-bottom: 180px;
  animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
}
header .nav_box.nav_show {
  display: block;
}
header .wrapper {
  width: 1445px;
  margin: 0 auto;
}
header .pz {
  position: relative;
  z-index: 1;
}
header nav {
  height: 70px;
  font-family: "HARMONYOS_LIGHT";
  display: block;
  unicode-bidi: isolate;
}
header nav.flexCenter.showPc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header nav.flexCenter.showPc div.pz.lan {
  display: flex;
  position: relative;
}
header nav.flexCenter.showPc div.pz.lan .pull-left #form-language button.btn-link.dropdown-toggle span.hidden-xs.hidden-sm.hidden-md {
  display: none;
}
header nav.flexCenter.showPc div.pz.lan div[class^=lan_],
header nav.flexCenter.showPc div.pz.lan div[class*=" lan_"] {
  position: fixed;
  display: flex;
}
header nav.flexCenter.showPc div.pz.account {
  padding-top: 1rem;
  margin-left: 1rem;
  margin-right: -1rem;
}
header nav.flexCenter.showPc div.pz.account ul.list-inline li.dropdown a span.hidden-xs.hidden-sm.hidden-md {
  color: #bcbcbc;
}
header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav > ul > li {
  padding: 0 20px;
  height: 70px;
  cursor: pointer;
}
header nav > ul > li:first-child {
  margin-left: 0;
}
header nav > ul > li > a.nav-link {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #bcbcbc;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 700px) {
  header nav > ul > li > a.nav-link {
    display: flex;
    max-width: 110px;
    line-height: 17px;
    align-items: center;
    text-align: center;
  }
}
header nav > ul > li > a.nav-link:hover, header nav > ul > li > a.nav-link.active {
  color: #fff;
}
header nav > ul > li > a.nav-link:hover::after, header nav > ul > li > a.nav-link.active::after {
  content: " ";
  position: absolute;
  left: calc(50% - 4px);
  bottom: 16px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 2.5px;
}
header nav > ul > li .subnav {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background: #414141;
  padding: 20px 0;
  display: none;
  z-index: 9;
}
header nav > ul > li .subnav dl {
  margin: 0 30px;
  padding: 0;
}
header nav > ul > li .subnav dl dt {
  margin: 0 0 10px 0;
}
header nav > ul > li .subnav dl dt a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
header nav > ul > li .subnav dl dd a {
  color: #bcbcbc;
  font-size: 14px;
}
header nav > ul > li:hover .subnav {
  display: block;
}
header nav .flexRight {
  display: flex;
  justify-content: flex-end;
}
header nav .lan {
  color: #bcbcbc;
  line-height: 70px;
  height: 70px;
  margin-left: 20px;
  font-family: "HARMONYOS_LIGHT";
  font-size: 14px;
}
header nav .lan dl {
  position: absolute;
  left: 0;
  top: 70px;
  width: 80px;
  background: #414141;
  padding: 10px 0;
  display: none;
}
header nav .lan dl dd {
  padding: 0 20px;
  margin: 0;
}
header nav .lan dl a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
header nav .lan .lan_lan {
  line-height: 30px;
  cursor: pointer;
  color: #fff;
}
header nav .lan span {
  color: #bcbcbc;
}
header nav .search_c {
  width: 40px;
  margin-left: 6px;
  cursor: pointer;
}
header nav .search_c span {
  color: #bcbcbc;
}
header nav .tsearch {
  position: absolute;
  right: 0;
  top: 53px;
  width: 260px;
  z-index: 99;
  display: none;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
header nav .tsearch.active {
  display: block;
  border-radius: 11px;
  background-color: gray;
}
header nav .tsearch.active #search {
  margin: 2px 2px 2px 2px;
}
header nav .tsearch.active #search input {
  border-radius: 11px;
}
header nav .tsearch.active #search .input-group-btn button.btn.btn-default.btn-lg {
  background-color: transparent;
}
header nav .tsearch form {
  margin: 0;
  display: block;
}
header nav .tsearch .txt {
  float: left;
  width: 84%;
  height: 40px;
  border: none;
  color: #666;
  font-size: 14px;
  text-indent: 10px;
}
header nav .tsearch button {
  float: left;
  width: 16%;
  height: 42px;
  color: #bcbcbc;
  font-size: 14px;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  display: block;
}
@media (max-width: 1300px) {
  header nav.flexCenter.showPc {
    display: none;
  }
}
@media (max-width: 1300px) {
  header .m-navbth {
    width: 24px;
    height: 25px;
    margin-top: 18px;
    right: 30px;
    display: flex;
    position: fixed;
  }
  header .m-navbth span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: transform 0.5s ease;
  }
  header .m-navbth a {
    display: block;
    width: 24px;
    height: 25px;
    position: relative;
  }
  header .m-navbth .menu_top {
    position: absolute;
    top: 2px;
    right: 0;
  }
  header .m-navbth .menu_mid {
    position: absolute;
    top: 9px;
    right: 0;
    opacity: 1;
  }
  header .m-navbth .menu_bot {
    position: absolute;
    top: 16px;
    right: 0;
  }
  header header section.wrapper.flexJb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
header .nav_box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  background: #414141;
  color: #fff;
  display: none;
  overflow: auto;
  padding-bottom: 180px;
  animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
}
header .nav_box .nav_search {
  width: 69%;
  margin: 20px auto 0;
  padding: 10px 15px 15px;
  background: #2c2c2c;
  border-radius: 6px;
  color: #fff;
  float: right;
  margin-right: 2rem;
}
header .nav_box .nav_search .search_ip {
  width: 100%;
  padding: 6px 15px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e4eaec;
  border-radius: 20px;
  background: transparent;
}
header .nav_box .nav_search .search_sbtn {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  padding: 0 15px;
  background: none;
  border: none;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
header .nav_box .nav_search .search_sbtn .icon {
  font-weight: 300;
  color: #999;
}
header .nav_box .head-nav {
  margin: 0 auto;
  width: 92%;
  display: flow-root;
}
header .nav_box .head-nav .m-lan.flexWrap {
  display: block;
  position: absolute;
  top: 3rem;
}
header .nav_box .head-nav .m-lan.flexWrap .pull-left img {
  height: 2rem;
}
header .nav_box .head-nav .nav_item .title {
  position: relative;
  line-height: 60px;
  border-bottom: 1px solid #dfdbdb;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
header .nav_box .head-nav .nav_item .title a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
header .nav_box .head-nav .nav_item .title .jtt {
  position: absolute;
  top: 25px;
  right: 5px;
  font-size: 20px;
  transition: transform 0.5s;
}
header .nav_box .head-nav .nav_item .title .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .nav_box .head-nav .nav_item .title .fa.fa-angle-down:before {
  content: "\f107";
}
header .nav_box .head-nav .nav_item .link-list {
  display: none;
  padding: 10px 15px 0;
  animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
}
header .nav_box .head-nav .nav_item .link-list a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  text-decoration: none;
}
header .nav_box .head-nav .nav_item .link-list a.s-class {
  padding-left: 40px;
}

.gvssmartheader .flexCenter.logo {
  margin-top: 4px;
  display: inline-flex;
  float: inline-start;
}

.icon-xiajiantoushixinxiao:before {
  content: "\e634";
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#common-home, #product-category, #product-product, #information-information, #account-login, #account-register, #information-contact, body > div.container:first-of-type {
  margin-top: 70px;
  width: 100%;
}
#common-home.container, #product-category.container, #product-product.container, #information-information.container, #account-login.container, #account-register.container, #information-contact.container, body > div.container:first-of-type.container {
  padding-left: 0px;
  padding-right: 0px;
}
#common-home ul.breadcrumb, #product-category ul.breadcrumb, #product-product ul.breadcrumb, #information-information ul.breadcrumb, #account-login ul.breadcrumb, #account-register ul.breadcrumb, #information-contact ul.breadcrumb, body > div.container:first-of-type ul.breadcrumb {
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  width: 100%;
  background: #414141;
  padding: 17px 0 17px;
  color: #bcbcbc;
  font-size: 16px;
  border-radius: unset;
  margin-bottom: 0px;
}
#common-home ul.breadcrumb li, #product-category ul.breadcrumb li, #product-product ul.breadcrumb li, #information-information ul.breadcrumb li, #account-login ul.breadcrumb li, #account-register ul.breadcrumb li, #information-contact ul.breadcrumb li, body > div.container:first-of-type ul.breadcrumb li {
  text-shadow: none;
}
@media (min-width: 700px) {
  #common-home ul.breadcrumb li, #product-category ul.breadcrumb li, #product-product ul.breadcrumb li, #information-information ul.breadcrumb li, #account-login ul.breadcrumb li, #account-register ul.breadcrumb li, #information-contact ul.breadcrumb li, body > div.container:first-of-type ul.breadcrumb li {
    visibility: hidden; /* hide until JS fixes the position */
    opacity: 0;
    transition: opacity 0.2s ease;
  }
}
@media (max-width: 700px) {
  #common-home ul.breadcrumb li::after, #product-category ul.breadcrumb li::after, #product-product ul.breadcrumb li::after, #information-information ul.breadcrumb li::after, #account-login ul.breadcrumb li::after, #account-register ul.breadcrumb li::after, #information-contact ul.breadcrumb li::after, body > div.container:first-of-type ul.breadcrumb li::after {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
#common-home ul.breadcrumb a, #product-category ul.breadcrumb a, #product-product ul.breadcrumb a, #information-information ul.breadcrumb a, #account-login ul.breadcrumb a, #account-register ul.breadcrumb a, #information-contact ul.breadcrumb a, body > div.container:first-of-type ul.breadcrumb a {
  color: #bcbcbc;
}
#common-home ul.breadcrumb a:hover, #product-category ul.breadcrumb a:hover, #product-product ul.breadcrumb a:hover, #information-information ul.breadcrumb a:hover, #account-login ul.breadcrumb a:hover, #account-register ul.breadcrumb a:hover, #information-contact ul.breadcrumb a:hover, body > div.container:first-of-type ul.breadcrumb a:hover {
  color: white;
}

footer {
  margin-top: -1px;
}

.homepage-featured-products {
  width: 100%;
  display: block;
  margin-top: 17rem;
}
.homepage-featured-products .inner-featured-prod-list-tabs {
  display: contents;
}
.homepage-featured-products .inner-featured-prod-list-tabs .index-products-tit {
  display: block;
  font-family: SansSerif;
  font-size: 6.6rem;
  text-decoration: none;
}
.homepage-featured-products .inner-featured-prod-list-tabs .index-products-tit a {
  justify-content: center;
  display: block;
  text-decoration: none;
  color: black;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_title {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors {
    flex-wrap: wrap;
    text-align: center;
  }
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  font-size: 18px;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors li {
    padding: 5px 12px;
    cursor: pointer;
    font-size: 19px;
    padding-bottom: 6px;
    margin: 2rem;
  }
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors li a {
  color: #000000;
  text-decoration: none;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_title ul.tab-selectors li.active a {
  text-decoration: underline;
  color: #000000;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list {
  display: none;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout {
  background: #e6e7e8;
  margin-left: 5px;
  margin-right: 5px;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout .product-thumb {
  border: none;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout .product-thumb div.caption {
  padding: 0 20px;
  min-height: 50px;
  margin-top: 7%;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout .product-thumb div.caption h4 {
  text-align: center;
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout .product-thumb div.caption h4 a {
  text-decoration: none;
  color: black;
}
@media (min-width: 1200px) {
  .homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout.col-lg-3 {
    width: 23%;
  }
}
@media (max-width: 700px) {
  .homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list .product-layout.col-xs-12 {
    width: 100%;
    margin-top: 11px;
  }
}
.homepage-featured-products .inner-featured-prod-list-tabs .pro_content .images-product-list.active {
  display: block;
}
.homepage-featured-products .inner-featured-prod-list-tabs .index-products-more {
  text-align: center;
  padding-top: 40px;
}
.homepage-featured-products .inner-featured-prod-list-tabs .index-products-more a {
  text-decoration: underline;
  color: #cc3638;
  font-size: 18px;
}

/* slider tab - business projects css  */
.slider-business-projects {
  margin-top: 10rem;
}
.slider-business-projects .blog-list-tabs-header .blog-list-title {
  font-family: Sans SANS-SERIF;
  font-size: 7.6rem;
}
.slider-business-projects .blog-list-tabs-header .blog-list-title a {
  background: transparent;
  text-decoration: none;
  color: #000;
}
.slider-business-projects .blog-list-tabs-header .blog-list-title a:hover {
  text-decoration: none;
  color: #bd273a;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs {
  display: flex;
  justify-content: center;
  height: 15rem;
  margin-top: 6rem;
}
@media (max-width: 750px) {
  .slider-business-projects .blog-list-tabs-header .blog-list-tabs {
    height: 19rem;
    margin-top: 7rem;
  }
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch {
  display: contents;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item {
  display: inline;
  margin-left: 4rem;
  margin-right: 4rem;
  text-align: center;
  font-size: 25px;
  color: black;
}
@media (max-width: 750px) {
  .slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item {
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
    font-size: 25px;
    color: black;
    max-width: 8rem;
    width: 8rem;
  }
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item div {
  background-size: 100% 100%;
  display: flex;
  height: 12rem;
  justify-content: center;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item a {
  color: black;
  text-decoration: none;
}
@media (max-width: 750px) {
  .slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item a {
    font-size: 2rem;
  }
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item1 div {
  background: url(../image/smart.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item2 div {
  background: url(../image/construction.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item3 div {
  background: url(../image/rail.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item4 div {
  background: url(../image/hotel.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch {
  /* active */
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item1.active div {
  background: url(../image/smart_hover.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item2.active div {
  background: url(../image/construction_hover.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item3.active div {
  background: url(../image/rail_hover.png) center no-repeat;
}
.slider-business-projects .blog-list-tabs-header .blog-list-tabs div.blt-switch .blog-list-tab-item4.active div {
  background: url(../image/hotel_hover.png) center no-repeat;
}
.slider-business-projects .blog-list-items {
  display: contents;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active {
  display: contents;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show {
  display: contents;
  border: none;
  box-shadow: unset;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container {
  margin-top: 5rem;
  width: 91%;
  display: flex;
  justify-content: center;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide a {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide img {
  max-width: 41rem;
  width: 100%;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .img-responsive {
  display: initial;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext {
  padding-top: 1.8rem;
  max-width: 41rem;
  width: 100%;
  background-color: white;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext a {
  margin-top: 23px;
  display: block;
  color: black;
  text-decoration: none;
  text-align: left;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext a.read-more {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 21px;
  padding-left: 19px;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext a.read-more:hover {
  text-decoration: none;
  color: #bd273a;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext .case_tit {
  padding-bottom: 21px;
  padding-left: 19px;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext .case_tit a {
  color: black;
  text-decoration: none;
  font-size: 18px;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext .case_tit a:hover {
  text-decoration: none;
  color: #bd273a;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-container .swiper-slide .case_wtext .case_wdesc {
  display: block;
  color: black;
  text-decoration: none;
  text-align: left;
  padding-left: 19px;
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show .swiper-pagination {
  display: none;
}
@media (min-width: 768px) {
  .slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show:hover .swiper-button-prev {
    opacity: 0.7;
    left: 50px;
  }
  .slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show:hover .swiper-button-next {
    opacity: 0.7;
    right: 50px;
  }
}
.slider-business-projects .blog-list-items .category-tab-post-list.active .blog-posts-show.swiper-viewport {
  display: flex;
  justify-content: center;
  background: #e6e7e8 !important;
}
.slider-business-projects .blog-list-items .blog-list-more {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 11rem;
}
.slider-business-projects .blog-list-items .blog-list-more a {
  text-decoration: underline;
  color: #cc3638;
  font-size: 18px;
}

.custom_carousel {
  --card: 402.5px; /* the width of each slide */
  --gap: 4px; /* Swiper's spaceBetween value (px) */
}

.custom_carousel {
  box-shadow: none;
  /* cap the visible width to exactly 4 cards + 3 gaps */
}
.custom_carousel .swiper, .custom_carousel.swiper-viewport {
  max-width: calc(4 * var(--card) + 3 * var(--gap));
  margin: 0 auto; /* center the whole carousel */
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}
.custom_carousel .swiper-wrapper {
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_carousel .swiper-slide {
  width: var(--card) !important; /* fixed card width */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .custom_carousel .swiper-slide {
    width: 100% !important;
  }
}
.custom_carousel .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.custom_carousel .swiper-pagination, .custom_carousel .swiper-pager {
  display: none;
}

section.index-news {
  padding: 19.2rem 0px 1.4rem;
}
section.index-news .w {
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}
section.index-news .w .index-project-tit {
  font-family: "SanSerif";
  font-size: 7.6rem;
}
section.index-news .w .index-project-tit a {
  text-decoration: none;
  cursor: pointer;
  color: black;
  background: transparent;
}
section.index-news .w .index-project-tit a:hover {
  color: #cc3638;
}
section.index-news .w .in-news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 8.5rem;
}
@media (max-width: 750px) {
  section.index-news .w .in-news {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section.index-news .w .in-news .slider-for {
  width: 60%;
}
@media (max-width: 860px) {
  section.index-news .w .in-news .slider-for {
    width: 100%;
  }
}
section.index-news .w .in-news .slider-for img {
  width: 100%;
}
section.index-news .w .in-news .slider-nav {
  width: 40%;
  background: #e6e7e8;
}
@media (max-width: 750px) {
  section.index-news .w .in-news .slider-nav {
    width: 100%;
    height: 35vh;
  }
}
section.index-news .w .in-news .slider-nav .slick-list {
  margin-left: 50px;
  margin-top: 40px;
}
section.index-news .w .in-news .slider-nav .slick-prev {
  left: 5.75rem;
  top: calc(100% - 80px);
  border: #343434 solid 1px;
  width: 40px;
  height: 40px;
  z-index: 99;
  color: #000;
  display: block;
  line-height: 40px;
}
@media (max-width: 750px) {
  section.index-news .w .in-news .slider-nav .slick-prev {
    left: 1.75rem;
    top: calc(100% - 38px);
  }
}
section.index-news .w .in-news .slider-nav .slick-next {
  left: calc(5.75rem + 50px);
  top: calc(100% - 80px);
  border: #343434 solid 1px;
  width: 40px;
  height: 40px;
  z-index: 99;
  color: #000;
  display: block;
  line-height: 40px;
}
@media (max-width: 750px) {
  section.index-news .w .in-news .slider-nav .slick-next {
    left: calc(1.75rem + 50px);
    top: calc(100% - 38px);
  }
}
section.index-news .w .in-news .slider-nav .slick-next:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 36px;
  background-image: url("../svgs/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
section.index-news .w .in-news .slider-nav .slick-prev:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 36px;
  background-image: url("../svgs/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
section.index-news .w .in-news .in_new_con {
  padding: 0.5rem 0.75rem;
}
section.index-news .w .in-news .in_new_con .in_new_t {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-family: "SansSerif";
}
section.index-news .w .in-news .in_new_con .in_new_t a {
  color: black;
  text-decoration: none;
}
section.index-news .w .in-news .in_new_con .in_new_t a:hover {
  color: #bd273a;
}
section.index-news .w .in-news .in_new_con .in_new_s {
  color: #545454;
  font-size: 16px;
}
section.index-news .w .in-news .in_new_con .in_new_c {
  color: #545454;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
}
section.index-news .index-products-more {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
  font-family: SansSerif;
  font-weight: 500;
  margin-bottom: 50px;
}
section.index-news .index-products-more a {
  text-decoration: underline;
  color: #cc3638;
  font-size: 18px;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

/* Let Slick control widths */
#blog-list-one-cards4 .slick-slide {
  box-sizing: border-box;
}

#blog-list-one-cards4 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Make sure containers are visible when initializing (no display:none) */
#blog-list-one-cards4 .slick-list,
#blog-list-one-cards4 .slick-track {
  display: block;
}

#common-home {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#common-home div.row div#content {
  padding-left: 0px;
  padding-right: 0px;
}
#common-home div.row div#content #slideshow0 {
  width: 100%;
}
#common-home div.row div#content #slideshow0 .swiper-wrapper {
  width: 100%;
}
#common-home div.row div#content #slideshow0 .swiper-wrapper .swiper-slide {
  width: 100%;
}
#common-home div.row div#content #slideshow0 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#common-home div.row div#content .slideshow .swiper-pagination {
  margin-bottom: 3%;
}
@media (max-width: 780px) {
  #common-home div.row div#content .slideshow .swiper-pagination {
    margin-bottom: 11%;
  }
}
#common-home div.row div#content .slideshow .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}
#common-home div.row div#content .slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: grey;
}
#common-home div.row div#content .slideshow .swiper-pager {
  display: none;
}
@media (max-width: 780px) {
  #common-home section.home-page-section-2 .index_one_img {
    padding: 50px 0;
  }
}
#common-home section.home-page-section-2 img {
  width: 100%;
}
#common-home section.home-page-section-2 .index_one_text {
  width: 100%;
  margin: 0 auto;
  display: block;
  unicode-bidi: isolate;
  position: absolute;
  top: calc(127vh + 104px);
  text-align: center;
}
#common-home section.home-page-section-2 .index_one_text .index_one_title {
  font-family: SansSerif;
  font-size: 8.6rem;
  color: black;
}
@media (max-width: 1400px) {
  #common-home section.home-page-section-2 .index_one_text .w {
    width: 94%;
  }
}
@media (max-width: 700px) {
  #common-home section.home-page-section-2 .index_one_text .index_one_title {
    font-family: SanSerif;
    font-size: 1.6rem;
  }
  #common-home section.home-page-section-2 .index_one_text .index_one_desc {
    margin-top: 3rem;
    font-family: SansSerif;
    font-size: 1.1rem;
  }
}
@media (max-width: 700px) {
  #common-home section.home-page-section-2 .index_one_text {
    top: 4.5%;
  }
}
#common-home section.home-page-section-2 .index_one_desc {
  font-size: 5.3rem;
  margin-top: 7rem;
  color: #4c4c4c;
}
#common-home section.milistones {
  box-sizing: border-box;
  padding: 1.2rem 0 1.4rem;
  margin-top: 17rem;
}
#common-home section.milistones .inners {
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
  margin-bottom: 7rem;
}
#common-home section.milistones .inners .index_one_title, #common-home section.milistones .inners .index-about-tit, #common-home section.milistones .inners .index-history-tit, #common-home section.milistones .inners .index-products-tit, #common-home section.milistones .inners .index-project-tit {
  font-family: SansSerif;
  font-size: 8rem;
  text-align: center !important;
  color: black;
}
@media (max-width: 780px) {
  #common-home section.milistones .inners .index_one_title, #common-home section.milistones .inners .index-about-tit, #common-home section.milistones .inners .index-history-tit, #common-home section.milistones .inners .index-products-tit, #common-home section.milistones .inners .index-project-tit {
    font-size: 3.5rem;
  }
}
#common-home section.milistones .inners .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#common-home section.milistones .inners .mt50 {
  margin-top: 11.5rem !important;
  color: black;
}
#common-home section.milistones .inners .swiper-container-android .swiper-slide, #common-home section.milistones .inners .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 780px) {
  #common-home section.milistones .inners .swiper-container-android .swiper-slide, #common-home section.milistones .inners .swiper-wrapper {
    overflow-x: scroll;
  }
}
#common-home section.milistones .inners .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
#common-home section.milistones .inners .swiper-wrapper .swiper-slide {
  width: 280.4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#common-home section.milistones .inners .swiper-wrapper .swiper-slide .history-tit {
  background: url(../image/dash.jpg) left center repeat-x;
  text-align: center;
  font-size: 34px;
  font-family: Roboto;
}
#common-home section.milistones .inners .swiper-wrapper .swiper-slide .history-tit span {
  padding: 7px 20px;
  background: #FFFFFF;
  display: inline-block;
}
#common-home section.milistones .history-desc {
  width: 70%;
  margin: 0 auto;
  color: #545454;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 20px;
}
#common-home section.milistones .line4 {
  -webkit-line-clamp: 4;
}
#common-home section.milistones .textEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#common-home .business-section.section-light {
  width: 100%;
  background: #e6e7e8 !important;
}
#common-home .business-section.section-light .business-title {
  font-size: 6.6rem;
  font-family: SansSerif;
  padding: 0.7rem 0;
  line-height: 3.2;
  color: black;
}
#common-home .business-section.section-light .business-list {
  box-sizing: border-box;
}
#common-home .business-section.section-light .business-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#common-home .business-section.section-light .business-item:nth-child(even) {
  flex-direction: row-reverse;
}
#common-home .business-section.section-light .business-image {
  width: 50%;
}
@media (max-width: 860px) {
  #common-home .business-section.section-light .business-image {
    width: 100%;
  }
}
#common-home .business-section.section-light .business-content {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 0 1.1rem;
  width: 50%;
}
@media (max-width: 860px) {
  #common-home .business-section.section-light .business-content {
    width: 100%;
  }
}
#common-home .business-section.section-light .business-content .content-text {
  width: 100%;
  padding-left: 10%;
}
#common-home .business-section.section-light .business-content .content-text .business-heading {
  font-size: 4.48rem;
  line-height: 1;
  font-family: SansSerif;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#common-home .business-section.section-light .business-content .content-text .business-heading a {
  background: transparent;
  text-decoration: none;
  color: #000;
}
#common-home .business-section.section-light .business-content .content-text .business-heading:after {
  content: "";
  background: #bd273a;
  width: 54px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
}
#common-home .business-section.section-light .business-content .content-text .business-description {
  color: #545454;
  font-size: 16px;
}
#common-home .business-section.section-light img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
#common-home .business-section.section-light div {
  display: block;
  unicode-bidi: isolate;
}
#common-home .home-slider-business-projects {
  display: block;
  margin-top: 17rem;
  padding-top: 28px;
  background: #e6e7e8 !important;
}
#common-home .about-cgvs-list-section .inner-container {
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 155px;
}
@media (max-width: 780px) {
  #common-home .about-cgvs-list-section .inner-container {
    padding-top: 3.2rem;
  }
}
#common-home .about-cgvs-list-section .inner-container .index-about.w80 {
  margin-bottom: 59px;
}
#common-home .about-cgvs-list-section .inner-container .index-about.w80 a:hover {
  text-decoration: none;
  color: #bd273a;
}
#common-home .about-cgvs-list-section .inner-container .index-about.w80 > div {
  margin-bottom: 6rem;
}
#common-home .about-cgvs-list-section .inner-container .index-about-tit {
  margin: 0 auto;
  width: 80%;
  font-family: SansSerif;
  font-size: 7.6rem;
}
@media (max-width: 780px) {
  #common-home .about-cgvs-list-section .inner-container .index-about-tit {
    font-size: 3.2rem;
  }
}
#common-home .about-cgvs-list-section .inner-container .index-about-tit a {
  outline: 0;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  color: #000;
}
#common-home .about-cgvs-list-section .inner-container .index-about-desc {
  color: #545454;
  font-size: 16px;
  margin: 0.5rem 0 0.75rem;
}

#product-product {
  width: 100% !important;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 700px) {
  #product-product > div.row:first-of-type {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#product-product > div.row:first-of-type #content > .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#product-product > div.row:first-of-type #content > div.swiper-viewport:first-of-type {
  border: none !important;
}
#product-product > div.row:first-of-type #content > div.swiper-viewport:first-of-type [id^=banner] img {
  width: 100%;
}
@media (max-width: 700px) {
  #product-product > div.row:first-of-type #content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 700px) {
  #product-product > div.row:first-of-type #content .ppsecta.row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 700px) {
  #product-product > div.row:first-of-type #content .ppsecta.row div.col-sm-4 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 700px) {
  #product-product > div.row:first-of-type #content .ppsecta.row div.col-sm-8 {
    width: 100%;
  }
}
#product-product > div.row:first-of-type #content .ppsectc.row {
  padding-left: 9rem;
  padding-right: 9rem;
}
#product-product .ppsecta {
  margin-left: 25rem;
  margin-right: 25rem;
}
#product-product .ppsecta .thumbnail {
  border: #adadad solid 1px;
  border-radius: 0px;
}
#product-product .ppsecta ul.list-unstyled.tmodel {
  margin-top: 26px;
}
#product-product .ppsecta ul.list-unstyled.tmodel li {
  color: black;
  font-size: 18px;
}
#product-product .ppsectb {
  margin-top: 0.7rem;
  background: #e6e7e8;
  padding: 1.2rem 0 1.4rem;
  display: flex;
  justify-content: center;
}
#product-product .ppsectb #product-specifications {
  display: block;
  width: 80%;
  max-width: 80%;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
#product-product .ppsectb #product-specifications h2 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 9rem;
  font-size: 4.5rem;
  font-weight: 600;
}
#product-product .ppsectb #product-specifications #tab-specification {
  display: block;
  width: 100%;
  justify-content: center;
  color: black;
}
#product-product .ppsectb #product-specifications #tab-specification table thead td strong {
  font-size: 25px;
  font-weight: bolder;
}
#product-product .ppsectb #product-specifications #tab-specification table tbody tr td:first-child {
  font-size: 20px;
  font-weight: bolder;
}
#product-product .ppsectb #product-specifications #tab-specification table tbody tr td:nth-child(2) {
  font-size: 20px;
}
#product-product .ppsectd > h3 {
  display: block;
  text-align: center;
  margin-bottom: 8rem;
  margin-top: 8rem;
  font-size: 7rem;
}
#product-product .ppsectd > div.row {
  display: flex;
  justify-content: center;
}
#product-product .ppsectd > div.row .pp-related-container {
  width: 80%;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show {
  box-shadow: none;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show #product-page-related-products .swiper-slide .product-thumb {
  border: none;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show #product-page-related-products .swiper-slide .product-thumb div.image {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show #product-page-related-products .swiper-slide .product-thumb div.caption {
  min-height: 60px;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show #product-page-related-products .swiper-slide .product-thumb div.caption a {
  color: black;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show #product-page-related-products .swiper-slide .product-thumb div.caption a:hover {
  color: red;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .product-page-related-products-pagination {
  display: none;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .swiper-pager {
  top: 41%;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .swiper-pager .swiper-button-prev {
  left: -5rem;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .swiper-pager .swiper-button-prev:focus-visible {
  left: 5rem;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .swiper-pager .swiper-button-next {
  right: -5rem;
}
#product-product .ppsectd > div.row .pp-related-container .pp-related-p-show .swiper-pager .swiper-button-next:focus-visible {
  right: 5rem;
}

#product-category div.row.product-categories-control {
  display: none;
}
#product-category div.row #content h2 {
  font-size: 6rem;
}
#product-category div.row #content div.row .product-layout.product-grid .product-thumb .caption h4 {
  text-align: center;
}
#product-category div.row #content div.row .product-layout.product-grid .product-thumb .caption h4 a {
  color: black;
}
#product-category div.row #content div.row .product-layout.product-grid .product-thumb .caption h4 a:hover {
  color: red;
}
#product-category div.row #content div.row .product-layout.product-grid .product-thumb .caption p {
  display: none;
}
#product-category div.row.pp-ctp {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner {
  padding-left: 0px;
  padding-right: 0px;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .main_cat_cp_top_menu.list-group {
  display: flex;
  justify-content: center;
  background-color: #e6e7e8;
  padding: 15px 0;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .main_cat_cp_top_menu.list-group a.list-group-item {
  display: inline;
  border: none;
  background-color: #e6e7e8;
  color: black;
  font-size: 18px;
  font-family: "Sans Serif";
  font-weight: 500;
  margin-right: 20px;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .main_cat_cp_top_menu.list-group a.list-group-item:nth-of-type(1) {
  border: solid black 2px;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .main_cat_cp_top_menu.list-group a.list-group-item.active {
  color: red;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .main_cat_cp_top_menu.list-group a.list-group-item:hover {
  color: red;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .swiper-viewport {
  border: 0px;
  margin-bottom: 0px;
}
#product-category div.row.pp-ctp div.col-sm-12.pp-inner .swiper-viewport .swiper-slide img {
  width: 100%;
}
#product-category div.row #column-left .list-group.subcategory-module {
  margin: 3%;
  margin-top: 10rem;
}
#product-category div.row #column-left .list-group.subcategory-module a.list-group-item {
  line-height: 56px;
  font-size: 16px;
  font-family: "Sans Serif";
  color: black;
}
#product-category div.row #column-left .list-group.subcategory-module a.list-group-item.active {
  color: red;
  background-color: transparent;
  border: none;
}
#product-category div.row #column-left .list-group.subcategory-module a.list-group-item:hover {
  color: red;
  background-color: transparent;
}
#product-category div.row #column-left .list-group.subcategory-module h3.list-group-item {
  background-color: #e6e7e8;
  color: black;
  border-radius: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 3rem;
  border-color: #2c2c2c;
}

@media (min-width: 700px) {
  .blog_author_page {
    min-height: 73.5VH;
  }
}

@media (min-width: 700px) {
  .blog_post_page {
    min-height: 73.5VH;
  }
}

@media (min-width: 700px) {
  .blog_category_page {
    min-height: 73.5VH;
  }
}
.blog_category_page .row #content > div.swiper-viewport:first-of-type {
  border: none !important;
}
.blog_category_page .row #content > div.swiper-viewport:first-of-type [id^=banner] img {
  width: 100%;
}
.blog_category_page .row #content .bm-category-info {
  margin-left: 4%;
  margin-right: 4%;
}
.blog_category_page .row #content .bm-category-info h1.h1.title {
  font-size: 8rem;
  color: black;
}
.blog_category_page .row #content .bm-category-info .image {
  display: inline;
}
.blog_category_page .row #content .bm-category-info .image img {
  margin-top: -42px;
  max-width: 40%;
}
.blog_category_page .row #content .bm-category-info .description {
  display: inline;
  width: 47%;
  font-size: 23px;
  line-height: 29px;
  margin-top: 61px;
}
.blog_category_page .row #content .bm-categories .h3 {
  font-size: 5rem;
  color: black;
  text-align: center;
  margin-bottom: 48px;
}
.blog_category_page .row #content .bm-categories .row {
  display: flex;
  justify-items: center;
  justify-content: center;
}
.blog_category_page .row #content .bm-categories .row div.col-sm-3.col-xs-4 {
  float: none;
  display: flex;
  justify-content: center;
}
.blog_category_page .row #content .bm-categories .row div.col-sm-3.col-xs-4 a.item-cateogry {
  width: 72%;
  max-width: 72%;
}
.blog_category_page .row #content .bm-categories .row div.col-sm-3.col-xs-4 a.item-cateogry .title {
  font-size: 4rem;
  line-height: 7rem;
  color: black;
}
.blog_category_page .row #content .bm-categories .row div.col-sm-3.col-xs-4 a.item-cateogry .title:hover {
  color: red;
}

@media (min-width: 700px) {
  .blog_search_page {
    min-height: 73.5VH;
  }
}

@media (min-width: 700px) {
  #error-not-found {
    min-height: 73.5VH;
  }
}

#information-contact > div.row {
  margin-left: 0px;
  margin-right: 0px;
}
#information-contact > div.row #content {
  padding-left: 0px;
  padding-right: 0px;
}
#information-contact > div.row #content .row.middle-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  #information-contact > div.row #content .row.middle-content {
    display: block;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 700px) {
  #information-contact > div.row #content .row.middle-content fieldset label.col-sm-2.control-label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 700px) {
  #information-contact > div.row #content .row.middle-content fieldset div.col-sm-10 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 700px) {
  #information-contact > div.row #content .row.middle-content fieldset div.col-sm-10 input {
    display: block;
    width: 100%;
  }
}
#information-contact > div.row #content .swiper-viewport {
  border: none;
}
#information-contact > div.row #content .swiper-viewport img {
  width: 100%;
}

@media (min-width: 700px) {
  #product-search {
    height: 73.5VH;
  }
}

@media (min-width: 700px) {
  #common-success {
    min-height: 73.5VH;
  }
}
#common-success > div.row {
  margin-left: 0px;
  margin-right: 0px;
}
#common-success > div.row #content {
  padding-left: 0px;
  padding-right: 0px;
}
#common-success > div.row #content .row.middle-content {
  display: flex;
  justify-content: center;
}
#common-success > div.row #content .row.middle-content div.message p {
  color: darkgreen;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#common-success > div.row #content .row.middle-content div.buttons .btn-primary {
  color: white;
  background-image: linear-gradient(to bottom, grey, grey);
  background-color: grey;
  border-color: grey;
  width: fit-content;
  font-size: 2rem;
  height: auto;
}
@media (max-width: 700px) {
  #common-success > div.row #content .row.middle-content {
    display: block;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
#common-success > div.row #content .swiper-viewport {
  border: none;
}
#common-success > div.row #content .swiper-viewport img {
  width: 100%;
}

[id^=account-] > div.row .row {
  margin-right: 3rem;
  margin-left: 3rem;
}
[id^=account-] > div.row aside#column-left div.list-group {
  margin-top: 5rem;
}
[id^=account-] > div.row #content .row {
  margin-top: 3rem;
}

#account-login > div.row #content > div.row {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
#account-login > div.row #content > div.swiper-viewport:first-of-type {
  border: none !important;
}
#account-login > div.row #content > div.swiper-viewport:first-of-type [id^=banner] img {
  width: 100%;
}

#common-success aside#column-left {
  display: none;
}

#information-information {
  min-height: fit-content;
}
@media (min-width: 700px) {
  #information-information {
    height: 73.5VH;
  }
}
#information-information .information-page-banner {
  background: #e6e7e8;
  position: relative;
}
#information-information .information-page-banner img {
  display: block;
  width: 100%;
  height: auto;
}
#information-information .information-page-banner .video_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
#information-information .information-page-banner .video_text h1 {
  font-size: 12rem;
  color: white;
}
@media (max-width: 700px) {
  #information-information .information-page-banner .video_text h1 {
    font-size: 5rem;
  }
}
#information-information #info-page-desc {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#information-information #info-page-desc:has(.coming-soon) {
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#information-information #info-page-desc div.coming-soon {
  display: flex; /* enables flexbox */
  justify-content: center; /* center horizontally */
  align-items: center; /* center vertically */
  min-height: 70vh; /* full viewport height */
  background: darkgoldenrod; /* optional background color */
  text-align: center;
}
@media (max-width: 700px) {
  #information-information #info-page-desc div.coming-soon {
    min-height: 45.2VH;
  }
}
#information-information #info-page-desc div.coming-soon h2 {
  font-size: 9rem; /* responsive text size */
  font-weight: 700;
  color: #333;
  margin: 0;
}
@media (max-width: 700px) {
  #information-information #info-page-desc div.coming-soon h2 {
    font-size: 5rem;
  }
}

#information-partner-inquiry > div.row {
  margin-left: 0px;
  margin-right: 0px;
}
#information-partner-inquiry > div.row #content > div.row > div.swiper-viewport:first-of-type {
  border: none !important;
}
#information-partner-inquiry > div.row #content > div.row > div.swiper-viewport:first-of-type [id^=banner] img {
  width: 100%;
}
#information-partner-inquiry > div.row #content div.row div.partner-inqury-form-part {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 5rem;
}
#information-partner-inquiry > div.row #content div.row div.partner-inqury-form-part label {
  width: 100%;
  text-align: left;
  line-height: 4rem;
}

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.pro_content .images-product-list {
  display: none;
}

.pro_content .pro_w.active {
  display: block;
}

.slider-business-projects .category-tab-post-list {
  display: none;
}

.slider-business-projects .category-tab-post-list.active {
  display: block;
}

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