/*COMMON STYLES*/

body {
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s; /* Firefox */
  -webkit-animation: fadein 1s.5; /* Safari and Chrome */
  -o-animation: fadein 1.5s; /* Opera */
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
}
img {
  max-width: 100%;
}

a {
  color: #c20019;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

a:hover {
  color: #000;
}

.container {
    max-width: 1040px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.error {
  color: #a00 !important;
}

*:focus {
  outline: none;
}

/* Margin */

.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 45px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-btm-10 {
  margin-bottom: 10px !important;
}
.mg-btm-15 {
  margin-bottom: 15px !important;
}
.mg-btm-20 {
  margin-bottom: 20px !important;
}
.mg-btm-25 {
  margin-bottom: 25px !important;
}
.mg-btm-30 {
  margin-bottom: 30px !important;
}
.mg-btm-35 {
  margin-bottom: 35px !important;
}
.mg-btm-40 {
  margin-bottom: 40px !important;
}
.mg-btm-45 {
  margin-bottom: 45px !important;
}
.mg-btm-50 {
  margin-bottom: 50px !important;
}
.mg-btm-55 {
  margin-bottom: 55px !important;
}
.mg-btm-60 {
  margin-bottom: 60px !important;
}

.posr {
  position: relative;
}

.loading-bg {
  background: #f3f3f3;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#loading-icon {
  position: fixed;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999;
  text-align: center;
}
j #site-content {
  min-height: 1000px;
}

#scrolltop {
  width: 50px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 51px;
  right: 44px;
  cursor: pointer;
  z-index: 5;
}
.content-section-40 {
  padding: 40px 0;
}
.content-section-60 {
  padding: 60px 0;
}
.content-section-80 {
  padding: 80px 0;
}
.content-section-100 {
  padding: 100px 0;
}
.content-section-120 {
  padding: 120px 0;
}
.content-section-140 {
  padding: 140px 0;
}
.content-section-160 {
  padding: 160px 0;
}

.grey-section {
  background-color: #f4f4f4;
}

.section-title {
  line-height: calc(40 / 28);
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal {
  padding-right: 0 !important;
}
.modal.in .modal-dialog {
  width: 100%;
  margin: 0;
}
.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 80px 0;
  min-height: 100vh;
}
.modal-title {
  font-size: 1em;
  color: #fff;
  font-weight: 700;
}
.modal-title i {
  margin-right: 10px;
}
.modal-header {
  border: none;
}
.close {
  color: #000;
  text-shadow: none;
  opacity: 1;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.modal .close img {
  width: 20px;
}

.logo-section h2 {
  margin: 0;
  line-height: 1;
  font-size: initial;
}

#menu-toggle {
  position: fixed;
  right: 30px;
  top: 26px;
  z-index: 999;
  display: block;
  text-align: center;
}

header.scrolled #menu-toggle {
  top: 20px;
}

#menu-toggle #button-menu span {
  position: relative;
  top: -1.5px;
}

#menu-toggle #button-menu span,
#menu-toggle #button-menu span:before,
#menu-toggle #button-menu span:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

#menu-toggle #button-menu span:before,
#menu-toggle #button-menu span:after {
  content: "";
  position: absolute;
  left: 0;
}

#menu-toggle #button-menu span:before {
  margin-top: -9px;
}

#menu-toggle #button-menu span:after {
  margin-top: 9px;
}

#menu-toggle #button-menu.active span {
  background-color: rgba(255, 255, 255, 0) !important;
}

#menu-toggle #button-menu.active span:before {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle #button-menu.active span:after {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bg-cover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bg-10 {
  padding-bottom: 10%;
}
.bg-15 {
  padding-bottom: 15%;
}
.bg-20 {
  padding-bottom: 20%;
}
.bg-30 {
  padding-bottom: 30%;
}
.bg-40 {
  padding-bottom: 40%;
}
.bg-50 {
  padding-bottom: 50%;
}
.bg-60 {
  padding-bottom: 60%;
}
.bg-70 {
  padding-bottom: 70%;
}
.bg-80 {
  padding-bottom: 80%;
}
.bg-90 {
  padding-bottom: 90%;
}
.bg-100 {
  padding-bottom: 100%;
}
.bg-110 {
  padding-bottom: 110%;
}
.bg-120 {
  padding-bottom: 120%;
}

.mobile-content {
  display: none;
}
.content-detail img {
  margin: 35px auto;
}
.content-detail p {
  font-size: 16px;
  line-height: calc(35 / 16);
  margin-bottom: 30px;
}

#site-wrapper {
  margin-top: 80.5px;
}

.header-scrolled #site-wrapper {
  margin-top: 60.5px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
  line-height: calc(29 / 20);
}

h4 {
  font-size: 18px;
}

#site-wrapper {
  overflow: hidden;
}

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

.page-header .page-title {
  font-size: 28px;
  font-weight: 400;
  line-height: calc(40 / 28);
}

#footer-banners {
  padding: 40px 0 10px 0;
}

#footer-banners.special-banners {
  padding: 30px 0 0;
}

.footer-banner-item {
  margin-bottom: 30px;
}

.footer-banner-item .banner-wrapper {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.footer-banner-item .info {
  display: block;
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #686665;
}

.footer-banner-item .banner-title {
  font-weight: calc(29 / 20);
  font-weight: 500;
  color: #c20019;
}

.footer-banner-item .phone {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-banner-item .phone:hover {
  color: #c20019;
}

.footer-banner-item .phone img {
  max-width: 26px;
  margin-top: -2px;
}

.footer-banner-item .footer-banner-btn {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(38 / 20);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-width: 80%;
  margin-bottom: 10px;
}

.footer-banner-item .footer-banner-btn img {
  max-width: 24px;
  margin-top: -5px;
}
/*.COMMON*/

/* COMPONENTS */
.slick-slide img {
  max-width: 100%;
}

.slick-slide {
  height: auto !important;
}

.home-slider {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto;
}

.home-slider .slick-slide {
  height: 100% !important;
  position: relative;
  opacity: 0.3;
}

.home-slider .slick-dots {
  bottom: 17px;
  z-index: 3;
  width: calc(100% - 50px);
}
.home-slider .slick-dots li {
  width: 8px;
  margin: 0 8px;
  padding: 0;
  line-height: 1;
}
.home-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d6d3d3;
  border-radius: 100%;
}

.home-slider .slick-dots li button::before {
  display: none;
}

.home-slider .slick-list {
    overflow: visible;
}

.slick-dots li.slick-active button {
  background: #c20019;
}
/* .COMPONENTS */

/*HEADER*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 18px 0;
  background-color: #fff;
  border-bottom: 0.2px solid #707070;
  z-index: 5;
  transition: padding 0.3s ease-in-out;
}

header.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.HEADER*/

/*MAIN NAV*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.menu .social-link {
  margin: 0 10px;
}

.menu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  color: #000;
  text-decoration: none;
}

.menu li:not(.social-link):not(.contact-btn).current-menu-item a {
  color: #c20019;
}

.menu li:not(.social-link):not(.contact-btn)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  width: 0;
  margin: 0 auto;
  transition: width 0.3s ease;
  background-color: #c20019;
}

.menu li:not(.social-link):not(.contact-btn):hover::after,
.menu li.current-menu-item:not(.social-link):not(.contact-btn)::after {
  width: 100%;
}

.menu li:last-child {
    margin-right: 0;
}

.menu .social-link a {
  font-size: 0;
}

.menu .social-link a::before {
  content: "\f16d";
  font-size: 15px;
  font-family: "Font Awesome 6 Brands";
}

.menu .contact-btn a {
  display: inline-block;
  min-width: 140px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #c20019;
  transition: background-color 0.3s ease;
}

.menu .contact-btn:hover a {
  background-color: #000;
}
/*.MAIN NAV*/

/*HOMEPAGE*/
.home-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.home-banner .slide-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.17);
}

.home-slider,
.slick-list,
.slick-track,
.home-slider .slide-item,
.home-slider .bg {
  height: inherit;
}

.home-slider .slide-item.slick-center {
    opacity: 1;
}

.home-slider .slide-item.slick-center .slide-content {
    display: block;
}

.slide-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
}

.slide-content h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  margin: 0;
}

.featured-news {
  padding: 25px 40px 15px;
}

.news-heading {
  margin-bottom: 10px;
}

.news-heading h4 {
  margin: 0 12px 0 0;
  line-height: calc(24 / 18);
}

.news-heading a {
  color: #000;
  font-size: 12px;
  display: inline-block;
  background-color: #f4f4f4;
  border: 1px solid #9d9d9d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  padding: 5px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.news-heading a:hover {
  background-color: #9d9d9d;
}

.featured-news .news-item a {
  font-weight: 500;
  color: #6a6a6a;
  text-decoration: none;
}

.featured-news .news-item a:hover {
  text-decoration: underline;
}

.featured-news .news-item span {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

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

.banner-item span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  color: #c20019;
  margin-top: 10px;
}

.banner-item a {
  text-decoration: none;
}

.banner-item a:hover img {
  opacity: 0.9;
}

.banner-item a:hover span {
  text-decoration: underline;
}

#home-footer-banners {
  padding: 75px 0 120px 0;
}

#refine-search {
  padding: 30px 0 60px 0;
}

.filter-box {
  padding: 20px 55px 10px;
  border: 0.5px solid #707070;
}

.filter-option {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.filter-section .filter-box {
    padding: 20px 15px 10px;
}

.filter-box .filter-item {
  flex-basis: 20%;
  width: 20%;
  padding: 0 10px;
}

.filter-box .filter-tag {
  display: inline-block;
  min-width: 180px;
  padding: 7px;
  color: var(--tag-color, #000);
  font-size: 12px;
  font-weight: 700;
  line-height: calc(17 / 12);
  margin-bottom: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--tag-color, #000);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.filter-tag:hover,
.filter-tag.selected {
  color: #fff;
  border-color: var(--tag-color, #000);
  background-color: var(--tag-color, #000);
}

.filter-tags {
  gap: 20px;
}

.filter-item {
  transition: opacity 0.3s ease;
  margin-bottom: 20px;
}

.filter-item a {
  text-decoration: none;
}

.filter-item .filter-title {
  padding: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: calc(17 / 12);
  text-align: center;
}

.filter-item:hover {
  opacity: 0.9;
}

.filter-box .filter-option-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29 / 20);
  margin-bottom: 15px;
}

.filter-box-header {
  position: relative;
  background-color: #f4f4f4;
  padding: 15px;
  border: 0.5px solid #707070;
}

.filter-box-header h3 {
  line-height: calc(29 / 20);
  margin: 0;
}

.filter-box-header img {
  margin-top: -4px;
  margin-right: 8px;
}

.toggle-icon {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../images/plus.svg) no-repeat center/contain;
  z-index: 2;
}

.opened .toggle-icon {
  background: url(../images/x.svg) no-repeat center/contain;
}

.constructions-link {
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: calc(19 / 13);
  margin-top: 20px;
  text-decoration: none;
}

.filter-box.no-border-top {
  border-top: 0;
}

.constructions-link:hover {
  color: #c20019;
  text-decoration: underline;
}

#featured-constructions {
  padding-bottom: 110px;
}

#featured-constructions .row {
  align-items: stretch;
}

.featured-construction-item .construction-wrapper {
  padding: 15px 20px 8px 20px;
  border: 1px solid #707070;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}

.featured-construction-item a {
  text-decoration: none;
}

.featured-construction-item .bg {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: opacity 0.3s ease;
}

.featured-construction-item:hover .bg {
  opacity: 0.9;
}

.featured-construction-item h4 {
  margin-bottom: 12px;
  color: #000;
  font-weight: 400;
  transition: color 0.3s ease;
}

.featured-construction-item:hover h4 {
  color: #c20019;
}

.tag-line .tag {
  display: inline-block;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 5px 5px 0;
}

.tag-line .tag:last-child {
  margin-right: 0;
}

.btn-default {
  display: inline-block;
  min-width: 260px;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(26 / 18);
  text-align: center;
  padding: 7px 40px;
  background: #c20019;
  text-shadow: none;
  box-shadow: none;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-default:hover {
  opacity: 0.9;
}

.btn-default.btn-secondary {
  background: #000;
}

.btn-default.btn-white {
  background: #fff;
  color: #c20019 !important;
  border: 1px solid #c20019;
}

.btn-default.btn-white:hover {
  color: #fff !important;
  background: #c20019;
}

.fancybox-skin {
  padding: 0 !important;
}

.construction-list {
    position: relative;
    margin: 120px 0;
}
/*.HOMEPAGE*/

/*CONSTRUCTIONS*/
.js-loading {
    display: none;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.js-loading::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../images/loading.svg) no-repeat center/contain;
}

.construction-item {
  margin-bottom: 70px;
}

.construction-item .bg {
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.construction-item .tag {
  min-width: 100px;
}

.construction-item .item-title {
  line-height: calc(29 / 20);
  margin: 2px 0 10px 0;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.construction-item a {
  color: #000;
  text-decoration: none;
}

.construction-item:hover .item-title {
  color: #c20019;
}

.construction-item:hover .bg {
  opacity: 0.9;
}

#construction-detail .construction-title {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  color: #c20019;
  margin: 20px 0;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #707070;
  text-align: center;
}

.tag-label {
  display: inline-block;
  min-width: 128px;
  font-size: 16px;
  line-height: calc(36 / 16);
  color: #686665;
  vertical-align: middle;
}

#construction-detail {
  padding-bottom: 120px;
}

.construction-gallery {
  margin: 30px auto 35px auto;
  max-width: 775px;
}

.gallery-slider {
  padding: 0 70px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  width: 25px;
  height: 44px;
  display: block;
  opacity: 1;
  z-index: 4;
}
.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  display: none;
}
.gallery-slider .slick-prev {
  left: 0;
  background: url(../images/prev_btn_red.svg) no-repeat center center/contain !important;
}
.gallery-slider .slick-next {
  right: 0;
  background: url(../images/next_btn_red.svg) no-repeat center center/contain !important;
}

.gallery-slider {
  margin-bottom: 20px;
}

.slider-nav .slick-list {
    max-width: 440px;
    margin: 0 auto;
}

.slider-nav .slider-item {
  max-width: 120px;
  margin: 0 10px;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
}

.slider-nav .slider-item:hover {
  opacity: 0.75;
}

.slider-nav .slick-current {
  opacity: 0.75;
  border: 1px solid #c20019;
}

.slider-nav .slick-track {
  display: flex;
  justify-content: center;
}

.info-table-heading {
  line-height: calc(29 / 20);
  padding-left: 15px;
  margin-bottom: 10px;
}

.info-table p {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 0;
}

.info-table .info-col {
  padding: 20px;
}

.construction-info .info-table .info-col.left-col {
  padding: 10px 20px;
}

.construction-info .info-table .info-col.right-col {
    padding: 10px 30px;
}

.info-table .info-col.info-left {
  background-color: #f4f4f4;
}

.construction-info {
  margin-bottom: 75px;
}

.construction-points {
  margin-bottom: 80px;
  border: 0.5px solid #707070;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.construction-points h3 {
  line-height: calc(29 / 20);
  color: #c20019;
  margin: 0 0 20px 0;
}

.construction-points h3 img {
  margin-top: -2px;
}

.construction-points p {
  font-size: 16px;
  line-height: calc(25 / 16);
  margin-bottom: 0;
}
/*.CONSTRUCTIONS*/

/* SERVICE - SUPPORT */
#service-support {
    padding: 40px 0 60px 0;
}
.section-header {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center;
}

.section-header h3 {
  margin: 0;
}

.section-header .section-text {
  display: inline-block;
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-top: 10px;
}

.section-content {
  padding: 60px 0;
}

.construction-flow .row {
  margin: 0 -20px;
}

.construction-flow .flow-column {
  padding: 0 20px;
}

.flow-item {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.flow-item .flow-img {
  margin-top: -8px;
}

.flow-item p {
  padding-top: 5px;
  margin: 0;
  font-size: 16px;
  line-height: calc(24 / 16);
}

.info-item:not(:last-child) {
  margin-bottom: 60px;
}

.info-item h3 {
  color: #c20019;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c20019;
}

.info-item p {
  font-size: 16px;
  line-height: calc(25 / 16);
}

.info-item .row {
  margin: 0 -7.5px;
}

.info-item .info-item-detail,
.info-item .item-thumb {
  padding: 0 7.5px;
}

.info-item:not(.no-heading) .item-thumb {
  padding-top: 34px;
}

.info-item .item-thumb .bg {
  padding-bottom: 55%;
}

.cta-banner {
  margin-bottom: 60px;
}

.cta-banner .cta {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  min-width: 300px;
  text-align: center;
}

.cta-banner .cta-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: calc(36 / 25);
  margin: 0 0 20px 0;
}

.cta-banner .bg {
  position: relative;
  padding-bottom: 15%;
  border: 1px solid #707070;
  min-height: 169px;
}
/* .SERVICE - SUPPORT */

/* FAQ */
.section-nav {
  text-align: center;
  margin-bottom: 65px;
}

.section-nav ul {
  padding-left: 0;
  padding-left: 0;
}

.section-nav ul li {
  position: relative;
  display: inline-block;
  margin: 0 25px 15px 25px;
  padding-bottom: 5px;
}

.section-nav ul li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #c20019;
  transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}

.section-nav ul li:hover a {
  color: #c20019;
}

.section-nav ul li:hover::after,
.section-nav ul li.active::after {
  width: 100%;
}

.section-nav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  text-decoration: none;
}

.faq-section {
  margin-bottom: 50px;
}

#faq-section4 {
  margin-bottom: 120px;
}

.faq-title {
  color: #c20019;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #c20019;
}

.faq-item {
  margin-bottom: 20px;
  background-color: #f4f4f4;
  cursor: pointer;
}

.faq-item .toggle-icon {
  top: 20px;
  right: 20px;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.faq-item .question {
  font-weight: 500;
}

.faq-item .question::before {
  content: "Q";
}

.faq-item .answer::before {
  content: "A";
}

.faq-item .question,
.faq-item .answer {
  position: relative;
  padding: 20px 20px 20px 65px;
  font-size: 16px;
  line-height: calc(24 / 16);
}

.faq-item .question {
  padding-right: 50px;
}

.faq-item .question::before,
.faq-item .answer::before {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(24 / 18);
}
/* .FAQ */

/* COMPANY STRENGTH */
#company-strength {
    padding: 40px 0 70px 0;
}
.detail-heading {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #c20019;
}

.detail-heading .number {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: calc(104 / 70);
  color: #c20019;
}

.detail-heading h2 {
  font-weight: 500;
  line-height: calc(40 / 28);
  padding-left: 15px;
  margin-bottom: 0;
}

.detail-heading span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}

.company-strength-section .info-detail p {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}

.company-strength-section.left-img .info-detail {
  padding-right: calc((100vw - 1000px) / 2);
}

.company-strength-section.right-img .info-image {
  order: 2;
}

.company-strength-section.right-img .info-detail {
  order: 1;
  padding-left: calc((100vw - 1000px) / 2);
}

#section1.company-strength-section {
  padding: 0 0 50px;
}

#section3.company-strength-section {
  padding: 50px 0 120px;
}

.company-strength-section {
  padding: 50px 0;
}

/* .COMPANY STRENGTH */

/* RECRUIT */
.info-table-title {
  font-weight: 500;
}

#recruit {
  margin-bottom: 150px;
}

.info-table {
  border: 0.5px solid #707070;
}

.info-table .info-col.left-col {
  background: #f4f4f4;
  padding: 10px 20px;
}

.info-table .info-col.right-col {
  padding: 10px 30px;
}

.info-table .info-row:not(:last-child) {
  border-bottom: 0.5px solid #707070;
}

.info-table p {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 0;
}
/* .RECRUIT */

/* COMPANY */
.greeting-message .message {
  padding: 0 35px !important;
}

.greeting-message .message p {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 25px;
}

.sign-wrapper {
  width: 260px;
}

.signature span {
  display: block;
  padding: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(35 / 24);
  background: #e6e6e6;
  text-align: center;
}

.company-info-section {
  margin-bottom: 100px;
}

.partner-list ul {
  padding-left: 15px;
}

.partner-list ul li::marker {
  color: #c20019;
}

.partner-list ul li span {
  color: #000;
  font-size: 16px;
  line-height: calc(40 / 16);
  text-decoration: none;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

/* .COMPANY */

/* CONTACT */
#contact {
  padding: 60px 0 50px 0;
}

#contact {
  margin-bottom: 100px;
}

#contact .wpcf7-form .form-group {
  align-items: stretch;
  background: #f4f4f4;
  margin: 0;
}

#contact .wpcf7-form .table-col {
  display: flex;
  position: relative;
  padding: 12px 20px;
  border-bottom: 0.5px solid #707070;
}

#contact .wpcf7-form .form-group:last-child .table-col {
  border-bottom: none;
}

#contact .wpcf7-form .table-col.col-lg-8 {
  background: #fff;
  border-left: 0.5px solid #707070;
}

#contact .wpcf7-form .table-col.col-lg-8 > .row {
  width: 100%;
}

#contact .wpcf7-form .table-col.col-lg-8 > .row > p {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
}

#contact .wpcf7-form .form-label {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 0;
}

#contact .wpcf7-form .table-col .required-label {
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  color: #fff;
  padding: 3px;
  background-color: #c20019;
  width: 60px;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#contact .wpcf7-form .table-col.multiline .required-label {
  top: 15px;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

#contact .wpcf7-form-control-wrap {
  width: 90%;
  padding: 0 !important;
}

#contact .wpcf7-form .form-label .required {
  color: red;
}

#contact .wpcf7-form .form-control {
  border: 0.5px solid #707070;
  font-size: 14px;
  line-height: calc(26 / 14);
}

#contact .border-wrap {
  border: 0.5px solid #707070;
}

.wpcf7-form .table-col.col-lg-8 .col-lg-3:not(.phone) .wpcf7-form-control-wrap {
  max-width: 68%;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.wpcf7-form .table-col.col-lg-8 .col-lg-3:not(.phone):first-child {
  margin-right: 5px;
}

.form-text {
  font-size: 15px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#contact .wpcf7-form-control-wrap.acceptance {
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 50px 0 60px 0;
}

.wpcf7-acceptance input[type="checkbox"],
.wpcf7-acceptance input[type="radio"] {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.wpcf7-form input[type="submit"] {
  display: block;
  background: #000;
  width: 215px;
  min-width: 215px !important;
  padding: 8px;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  line-height: calc(26 / 16);
  border: none;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:disabled {
  background: #c9c9c9 !important;
}

.wpcf7-form input[type="submit"]:hover {
  background: #c20019;
  color: #fff;
}

.form-header-note h3 {
  font-weight: 500;
  line-height: calc(29 / 20);
  margin-bottom: 20px;
  color: #C20019;
}

.form-header-note p {
  font-size: 16px;
  line-height: calc(24 / 16);
}

.wpcf7-not-valid {
  background-color: rgba(194, 0, 25, 10%);
  border: 0.5px solid #c20019 !important;
}

#contact-success {
  padding: 120px 0;
}

#contact-success h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(35 / 24);
  padding-bottom: 5px;
  border-bottom: 0.5px solid #707070;
  margin-bottom: 60px;
}

#contact-success p {
  font-size: 16px;
  line-height: calc(35 / 16);
  margin-bottom: 30px;
}

#contact-success a {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(35 / 16);
}
/* .CONTACT */

/* PRIVACY */
#privacy {
  margin-bottom: 150px;
}

#privacy p {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 20px;
}
/* .PRIVACY */

/* NEWS */
#news-overview {
  padding-bottom: 140px;
}

.news-list {
  padding-right: 20px;
}

.news-list h3 {
  font-weight: 500;
  line-height: calc(29 / 20);
  margin-bottom: 25px;
}

.news-list .news-item {
  padding: 20px 0;
  border-top: 0.5px solid #707070;
}

.news-list .news-item a {
  text-decoration: none;
}

.news-list .news-item:last-child {
  border-bottom: 0.5px solid #707070;
}

.news-item .entry-meta span {
  display: inline-block;
  font-size: 14px;
  line-height: calc(20 / 14);
  margin-bottom: 10px;
}

.news-item .post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin-bottom: 20px;
}

.news-list .news-item a {
  color: #000;
}

.news-list .news-item a:hover {
  color: #c20019;
}

.news-item .thumb .bg {
  width: 135px;
  padding-bottom: 75%;
}

.news-item .news-info,
.news-item .thumb {
  display: inline-block;
  vertical-align: middle;
}

.news-item .thumb {
  padding: 0 20px;
}

.news-sidebar {
  padding-left: 20px;
}

.post-tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  text-align: center;
  border-radius: 3px;
  background-color: #c20019;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.post-tag:hover {
  color: #fff;
  opacity: 0.8;
}

.news-item .post-tag {
  color: #686665;
  border: 0.5px solid #707070;
  background-color: #fff;
}

.news-item:hover .post-tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  text-align: center;
  border-radius: 3px;
  background-color: #c20019;
  border: 0.5px solid #c20019;
  margin-right: 10px;
}

.pagination {
  margin-top: 70px;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  font-size: 16px;
  line-height: calc(24 / 16);
  margin: 0 20px;
  text-decoration: none;
}

.pagination a {
  color: #686665;
}

.pagination .current {
  color: #c20019;
}

.news-sidebar {
  padding-top: 50px;
}

.news-sidebar .filter-block {
  margin-bottom: 40px;
}

.news-sidebar h4 {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 15px;
}

.select2-container {
  width: 100% !important;
}

.news-sidebar .select2-container--default .select2-selection--single {
  background-color: #f4f4f4;
  height: auto;
  padding: 15px 10px;
  border-radius: 0;
  border: 0.5px solid #707070;
}

.news-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.news-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.news-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.select2-dropdown {
  background: #f4f4f4 !important;
  border-radius: 0 !important;
}

.select2-results__option {
  padding: 15px 10px !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #c20019 !important;
  color: #fff !important;
}

.news-header {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #707070;
  margin-bottom: 60px;
}

.news-header .post-title {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(29 / 20);
  margin-bottom: 8px;
}

.news-header span.post-date {
  font-size: 14px;
  line-height: calc(20 / 14);
}

.news-header .post-tags {
  position: absolute;
  right: 0;
  bottom: 8px;
}

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

.content-detail {
  max-width: 80%;
  margin: 0 auto 140px auto;
}

.news-detail {
  padding-right: 20px;
}

.post-nav a {
  display: inline-block;
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #686665;
  margin: 0 20px;
  text-decoration: none;
}

.post-nav a i {
  font-size: 11px;
}

/* .NEWS */

/*FOOTER*/
footer {
  padding: 15px;
  text-align: center;
  background-color: #767676;
}

span.copyright {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: calc(14 / 12);
}

/*.FOOTER*/

/**
 * RESPONSIVE
 */
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (min-width: 1440px) {
  .company-strength-section.left-img .info-detail {
    padding-right: calc((100vw - 1320px) / 2);
  }

  .company-strength-section.right-img .info-detail {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
  .menu li {
    margin: 0 15px;
  }

  .company-strength-section.left-img .info-detail {
    padding-right: calc((100vw - 960px) / 2);
  }

  .company-strength-section.right-img .info-detail {
    padding-left: calc((100vw - 960px) / 2);
  }

  .wpcf7-form .table-col.col-lg-8 .col-lg-3:not(.phone) .wpcf7-form-control-wrap {
    max-width: 66%;
  }
}
@media screen and (max-width: 768px) {
  /* COMMON */
  .mobile-content {
    display: block;
  }
  .desktop-content {
    display: none;
  }
  /* .COMMON */

  #main-nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  header.scrolled #main-nav {
    top: 63px;
  }

  header .btn-call {
    position: absolute;
    top: 50%;
    right: 75px;
    font-size: 20px;
    transform: translateY(-50%);
    color:  #c20019 !important;
    text-decoration: none;
  }

  .menu li {
    display: block;
    text-align: center;
    margin: 0;
    border-bottom: 0.5px solid #fff;
    background: #c20019;
  }

  .menu li:last-child {
    border-bottom: none;
  }

  .menu li a {
    display: block !important;
    color: #fff;
    padding: 15px !important;
  }

  .menu .social-link {
    margin: 0;
  }

  .menu li:not(.social-link):not(.contact-btn)::after {
    top: 0;
    right: initial;
    left: 0;
    bottom: 0;
    height: auto;
    background-color: #fff;
  }

  .menu li.current-menu-item:not(.social-link):not(.contact-btn)::after,
  .menu li:hover::after,
  .menu li:focus::after {
    width: 10px !important;
  }

  .menu li.current-menu-item a {
    color: #fff !important;
  }

  .menu .contact-btn:hover a {
    background-color: #c20019;
  }

  .banner-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .filter-option {
    justify-content: flex-start;
  }

  .filter-box {
    padding: 40px 15px;
  }

  .filter-box .filter-item {
    flex-basis: 50%;
    width: 50%;
    padding: 0 15px;
  }

  #company-strength .banner-item img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }

  .featured-construction-item {
    margin-bottom: 20px;
  }

  .company-strength-section.right-img .info-image {
    order: 1;
  }

  .company-strength-section.left-img .info-detail,
  .company-strength-section.right-img .info-detail {
    padding: 30px;
  }

  .company-strength-section.left-img .info-image,
  .company-strength-section.right-img .info-image {
    padding: 0;
  }

  .company-strength-section .row {
    margin: 0;
  }

  .content-detail {
    max-width: 95%;
    margin: 0 auto 60px auto;
  }

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

  .filter-tags {
    gap: 0 20px;
    justify-content: center;
  }

  .filter-box .filter-tag {
    margin-bottom: 20px;
  }

  .greeting-message .greeting-label {
    justify-content: center;
  }

  .greeting-message .message {
    padding: 30px 0 !important;
  }

  .company-info-section {
    margin-bottom: 60px;
  }

  #contact .wpcf7-form-control-wrap {
    width: 100%;
  }

  .menu .social-link a::before {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
}
@media only screen and (min-device-width: 736px) and (max-device-width: 736px) {
}
@media screen and (max-width: 667px) {
}
@media only screen and (min-device-width: 667px) and (max-device-width: 667px) {
  .slide-content h1 {
    font-size: 30px;
  }

  .home-banner {
    height: 100vh;
  }

  .menu li {
    padding: 10px;
  }
}
@media screen and (max-width: 568px) {
}
@media only screen and (min-device-width: 568px) and (max-device-width: 568px) {
  .slide-content h1 {
    font-size: 30px;
  }

  .home-banner {
    height: 100vh;
  }

  .menu li {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
  .slide-content {
    max-width: 90%;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .logo-section {
      padding-left: 15px;
  }

  .slide-content h1 {
    font-size: 20px;
  }

  .home-banner {
    height: 215px;
  }

  .home-slider {
      padding: 0;
  }

  .featured-news {
    padding: 15px 0px;
  }

  .featured-news .news-item span {
    display: block;
  }

  .filter-box .filter-item,
  .featured-construction-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }

  .featured-construction-item .construction-wrapper {
    padding: 10px 15px;
  }

  .featured-construction-item h4 {
    font-size: 16px;
  }

  #company-strength .banner-item img {
    max-width: 90%;
  }

  .filter-box .filter-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gallery-slider {
    padding: 0 65px;
    margin-bottom: 15px;
  }

  .gallery-slider .slick-prev, .gallery-slider .slick-next {
    width: 17px;
    height: 30px;
  }
  .gallery-slider .slick-prev {
    left: 15px;
  }

  .gallery-slider .slick-next {
    right: 15px;
  }

  .slider-nav .slider-item {
    margin:  0 7.5px;
  }
  .news-list .news-item a {
      display: flex;
  }

  .news-item .thumb {
    padding: 0;
    width: 75px;
  }

  .news-item .thumb .bg {
    width: 100%;
  }

  .news-list .news-item .news-info {
    width: calc(100% - 75px);
    padding-left: 15px;
  }

  .news-header {
    margin-bottom: 30px;
  }

  .flow-item {
    margin-bottom: 30px;
  }

  .flow-item .flow-img {
    display: inline-block;
    margin-bottom: 15px;
  }

  .cta-banner .cta {
    width: 100%;
  }

  .faq-item .question,
  .faq-item .answer {
    padding-left: 55px;
  }

  #contact .wpcf7-form .table-col.multiline .required-label {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .footer-banner-item .footer-banner-btn {
    min-width: 95%;
    font-size: 18px;
  }

  .footer-banner-item .phone {
      font-size: 34px;
  }

  #construction-detail .tag-line {
      display: flex;
  }

  #construction-detail .tag-line .tag {
    margin: 0 3px 3px 0;
    min-width: 80px;
    font-size: 9px;
  }

  #company-strength {
    padding: 30px 0 50px 0;
  }
  #company-strength .banner-item img {
    max-width: 100%;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .banner-item {
    padding: 0 30px;
  }
  .banner-item:not(:last-child) {
    margin-bottom: 15px;
  }
  header {
    padding: 8px 0;
  }
  header.scrolled {
    padding: 5px 0;
  }
  #site-wrapper {
    margin-top: 61px;
  }
  #menu-toggle {
    top:  16px;
  }
  header.scrolled #menu-toggle {
    top: 13px;
  }
  #refine-search .filter-option {
    margin:  0 -7.5px;
  }
  .filter-box {
    padding: 30px 15px 15px 15px;
  }
  .filter-box .filter-option-title {
    font-size: 16px;
  }
  .constructions-link {
    margin-top: 10px;
  }
  #refine-search .text-lg-end {
    text-align: right;
  }
  #refine-search {
    padding: 30px 0 40px 0;
  }
  #featured-constructions {
    padding-bottom: 50px;
  }
  #featured-constructions .mg-top-40{
    margin-top: 25px;
  }
  #service-support {
    padding: 30px 0;
  }
  #home-footer-banners {
    padding: 50px 0;
  }
  .menu .social-link a::before {
    font-size: 17px
  }
  #main-nav {
    top: 60px;
  }
  header.scrolled #main-nav {
    top: 55px
  }
  .page-header .page-title {
    font-size: 20px
  }
  .page-header {
    padding: 40px 0;
  }
  .filter-tags {
    display: block;
    padding: 0 30px;
  }
  .filter-box .filter-tag {
    min-width: 112px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .construction-item .item-title {
    font-size: 14px;
    line-height: calc(20 / 14);
    margin:  0 0 5px 0;
  }
  .construction-list {
    margin: 50px 0;
  }
  .construction-item .tag {
    min-width: 80px;
  }
  .tag-line {
    display: flex;
    flex-wrap: wrap;
    gap:  0 3px;
  }
  .tag-line .tag {
    padding:  5px;
    font-size: 9px;
    margin: 0 0 3px 0;
    flex-basis: calc(50% - 3px);
  }
  .construction-item {
    margin-bottom: 40px;
  }
  .footer-banner-item .banner-wrapper {
    padding: 10px 20px;
  }
  .footer-banner-item .banner-title {
    font-size: 16px;
  }
  .footer-banner-item .info {
    font-size: 14px;
  }
  #construction-detail .construction-title {
    font-size: 15px;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 0.5px solid #707070;
    text-align: left;
  }
  .tag-label {
    font-size: 12px;
    min-width: 98px;
  }
  #construction-detail .tag-line {
    justify-content:  flex-start;
  }
  .tag-wrapper {
    flex:  1;
  }
  .info-table-title {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .info-table p {
    font-size: 14px;
  }
  .construction-info .info-table .info-col.right-col,
  .construction-info .info-table .info-col.left-col {
    padding: 10px 15px;
  }
  .construction-info {
    margin-bottom: 50px;
  }
  .construction-points {
    margin-bottom: 60px;
    padding: 10px 15px;
  }
  .construction-points h3 {
    line-height: calc(24 / 16);
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .construction-points p {
    font-size: 14px;
  }
  .section-header {
    padding:  15px 30px;
  }
  .section-header h3 {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .section-content {
    padding:  20px 0 70px 0;
  }
  .flow-item {
    padding:  0 15px;
  }
  .flow-item p {
    padding-top: 0;
    margin: 0;
    font-size: 14px;
    line-height: calc(20 / 14);
  }
  .flow-item .flow-img {
    max-width: 100px;
  }
  .info-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info-item p {
    font-size: 14px;
  }
  .info-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .info-item:not(.no-heading) .item-thumb {
    padding-top: 0;
  }
  .cta-banner .cta-heading {
    font-size: 20px;
    line-height: calc(29 / 20);
  }
  .btn-default {
    font-size: 16px;
  }
  .section-nav ul li a {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
  .section-nav {
    margin-bottom: 40px;
  }
  .faq-title {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .faq-item {
    margin-bottom: 10px;
  }
  .faq-item .question, .faq-item .answer {
    position: relative;
    padding: 15px 40px 15px 45px;
    font-size: 13px;
    line-height: calc(20 / 14);
  }
  .faq-item .question::before, .faq-item .answer::before {
    top:  12px;
  }
  .faq-item .toggle-icon {
    top:  15px;
    right: 15px;
  }
  .faq-section {
    margin-bottom: 40px;
  }
  #faq-section4 {
    margin-bottom: 100px;
  }
  .company-strength-section.left-img .info-detail, .company-strength-section.right-img .info-detail {
    padding:  0 30px;
  }
  .detail-heading {
    padding-top: 15px;
  }
  .detail-heading h2 {
    font-size: 20px;
  }
  .detail-heading span {
    font-size: 14px;
    line-height: calc(20 / 14);
    margin-bottom: 10px;
  }
  .company-strength-section {
    padding: 30px 0;
  }
  #section3.company-strength-section {
    padding:  50px 0 95px;
  }
  .info-table .info-col.left-col{
    padding:  10px 15px;
  }
  .info-table .info-col.right-col {
    padding: 10px 15px;
  }
  .greeting-message .greeting-label img {
    width: calc(100% - 30px);
  }
  .greeting-message .message {
    padding: 30px 15px !important;
  }
  .greeting-message .message p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sign-wrapper {
    text-align: right;
  }
  .company-info-section {
    margin-bottom: 30px;
  }
  .partner-list ul {
    padding-left: 15px;
    margin-bottom: 0;
  }
  .form-header-note h3 {
    font-size: 16px;
    line-height: calc(24 / 16);
    margin-bottom: 10px;
    text-align: center;
  }
  .form-header-note p {
    font-size: 14px;
  }
  .mg-btm-55 {
    margin-bottom: 25px;
  }
  #contact .wpcf7-form .table-col {
    padding: 12px 15px;
  }
  #contact .wpcf7-form .table-col.col-lg-8 {
    border-left:  0; 
  }
  .wpcf7-acceptance {
    margin-top: 40px;
  }
  #contact {
    padding: 60px 0 0 0;
  }
  #privacy p {
    font-size: 14px;
    line-height: calc(20 /14);
  }
  #privacy {
    margin-bottom: 80px;
    padding: 0 15px;
  }
  #contact-success {
    padding: 80px 0;
  }
  #contact-success h1 {
    font-size: 16px;
    line-height: calc(24 / 16);
    padding-bottom: 5px;
    border-bottom: 0.5px solid #707070;
    margin-bottom: 10px;
  }
  #news-overview {
    padding-bottom: 60px;
  }
  .news-item .entry-meta span {
    font-size: 12px;
    line-height: calc(17 / 12);
    margin-bottom: 0;
  }
  .news-item .post-title {
    font-size: 14px;
    line-height: calc(20 / 14);
    margin-bottom: 5px;
  }
  .news-item .post-tag {
    margin-bottom: 0;
  }
  .news-item .thumb {
    padding: 0;
    width: 105px;
  }
  .news-sidebar .select2-container--default .select2-selection--single {
    padding: 10px;
  }
  .select2-container {
    max-width: 240px;
  }
  .news-header .post-title {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .news-header span.post-date {
    font-size: 12px;
    line-height: calc(17 / 14);
  }
  .news-detail {
    margin-bottom: 0;
  }
  .partner-list ul {
    padding-left: 30px;
  }
  .detail-heading .number {
    line-height: 1;
  }
  .detail-heading span {
    margin-bottom: 0;
  }
  .company-strength-section .info-detail p {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
  .footer-banner-item .footer-banner-btn {
    font-size: 16px;
  }
  .footer-banner-item .footer-banner-btn img {
    max-width: 17px;
    margin-top: -4px;
  }
  .news-list h3 {
    font-size: 16px;
    line-height: calc(24 / 16);
    margin-bottom: 15px;
  }
  .content-detail p {
	 font-size: 15px;
    line-height: calc(24 /15);
  }
}
@media screen and (max-width: 375px) {
  .filter-tags {
    display: block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  
}
/* IPAD PRO ONLY */
/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* COMMON */
  .mobile-content {
    display: block;
  }
  .desktop-content {
    display: none;
  }
  /* .COMMON */

  #main-nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  header.scrolled #main-nav {
    top: 63px;
  }

  .menu li {
    display: block;
    text-align: center;
    margin: 0;
    border-bottom: 0.5px solid #fff;
    background: #c20019;
  }

  .menu li:last-child {
    border-bottom: none;
  }

  .menu li a {
    display: block !important;
    color: #fff;
    padding: 15px !important;
  }

  .menu .social-link {
    margin: 0;
  }

  .menu li:not(.social-link):not(.contact-btn)::after {
    top: 0;
    right: initial;
    left: 0;
    bottom: 0;
    height: auto;
    background-color: #fff;
  }

  .menu li.current-menu-item:not(.social-link):not(.contact-btn)::after,
  .menu li:hover::after,
  .menu li:focus::after {
    width: 10px !important;
  }

  .menu li.current-menu-item a {
    color: #fff !important;
  }

  .menu .contact-btn:hover a {
    background-color: #c20019;
  }

  .banner-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .filter-option {
    justify-content: flex-start;
  }

  .filter-box {
    padding: 40px 15px;
  }

  .filter-box .filter-item {
    flex-basis: 50%;
    width: 50%;
    padding: 0 15px;
  }

  #company-strength .banner-item img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }

  .featured-construction-item {
    margin-bottom: 20px;
  }

  .company-strength-section.right-img .info-image {
    order: 1;
  }

  .company-strength-section.left-img .info-detail,
  .company-strength-section.right-img .info-detail {
    padding: 30px;
  }

  .company-strength-section.left-img .info-image,
  .company-strength-section.right-img .info-image {
    padding: 0;
  }

  .company-strength-section .row {
    margin: 0;
  }

  .content-detail {
    max-width: 95%;
    margin: 0 auto 60px auto;
  }

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

  .filter-tags {
    gap: 0 20px;
    justify-content: center;
  }

  .filter-box .filter-tag {
    margin-bottom: 20px;
  }

  .greeting-message .greeting-label {
    justify-content: center;
  }

  .greeting-message .message {
    padding: 30px 0 !important;
  }

  .company-info-section {
    margin-bottom: 60px;
  }

  #contact .wpcf7-form-control-wrap {
    width: 100%;
  }

  .menu .social-link a::before {
    font-size: 20px;
  }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .menu li {
    margin: 0 15px;
  }

  .company-strength-section.left-img .info-detail {
    padding-right: calc((100vw - 960px) / 2);
  }

  .company-strength-section.right-img .info-detail {
    padding-left: calc((100vw - 960px) / 2);
  }

  .wpcf7-form .table-col.col-lg-8 .col-lg-3:not(.phone) .wpcf7-form-control-wrap {
    max-width: 66%;
  }
}

/**
* ANIMATION KEYFRAME
*/

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
