@charset "UTF-8";
/*COLORS*/
/*FONTS*/
/* $font-section-title:  ;*/
body {
  font-family: "Roboto", "Pavanam", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%; }

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
  font-family: "Roboto", "Pavanam", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px; }

a,
button {
  cursor: pointer; }
  a:hover,
  button:hover {
    opacity: .8;
    text-decoration: none; }

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.btn {
  border-radius: 0; }

.topTop {
  font-size: 28px;
  line-height: 50px;
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 5px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #D1212E;
  border: 1px solid #D1212E;
  filter: alpha(opacity=0);
  transition: all ease 350ms; }
  .topTop:hover {
    background-color: #D1212E;
    color: #ffffff; }

header .company-address {
  background: #D1212E;
  padding: 5px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
  header .company-address p {
    margin-bottom: 0px; }

header .header-menu {
  background: #113355;
  padding: 8px 0; }
  header .header-menu .navbar {
    padding: 0px; }
    header .header-menu .navbar .dropdown-menu {
      background: #113355; }
      header .header-menu .navbar .dropdown-menu .dropdown-item {
        color: #FFF; }
        header .header-menu .navbar .dropdown-menu .dropdown-item:hover {
          background: #D1212E; }
  header .header-menu .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0.2rem 1.3rem;
    border-right: 1px solid #27517b; }
    header .header-menu .navbar-expand-lg .navbar-nav .nav-link:hover, header .header-menu .navbar-expand-lg .navbar-nav .nav-link:active {
      color: #D1212E !important; }

header .navbar a img {
  width: 12%; }

header .navbar-brand .company-title {
  border-bottom: 2px solid #135;
  font-weight: bold;
  padding-bottom: 2px;
  color: #d1212e;
  font-size: 25px;
  position: relative; }
  header .navbar-brand .company-title span.tagline {
    position: absolute;
    bottom: -25px;
    left: 0px;
    font-size: 15px;
    color: #113355;
    font-weight: normal; }
  header .navbar-brand .company-title span.chinesetitle {
    top: -35px;
    position: absolute; }

header .company-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0px;
  align-items: center; }
  header .company-header .logo-1 img {
    width: 115px; }
  header .company-header .header-address p {
    margin: 0px;
    margin: 0px;
    font-weight: 700;
    color: #135; }

header .menu-sp {
  display: none; }

.banner-block {
  position: relative;
  overflow: hidden;
  padding-top: 0; }
  .banner-block .isBGImg {
    height: calc(100vh - 100px);
    position: relative; }
  .banner-block .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #d1212e;
    font-weight: bold;
    text-shadow: 5px 2px 8px #fff; }
  .banner-block .banner-logo {
    position: absolute;
    top: 50px;
    right: 80px;
    z-index: 999999; }
    .banner-block .banner-logo img {
      visibility: visible; }
  .banner-block .slick-dots {
    bottom: 20px;
    display: none; }
    .banner-block .slick-dots li {
      width: 8px;
      height: 8px;
      margin: 0 3px;
      border-radius: 20px;
      background: #2b7eca; }
      .banner-block .slick-dots li button {
        width: 8px;
        height: 8px;
        line-height: 8px; }
      .banner-block .slick-dots li button:before {
        display: none; }
      .banner-block .slick-dots li.slick-active {
        background: #D1212E;
        width: 12px;
        height: 12px; }
        .banner-block .slick-dots li.slick-active button {
          width: 12px;
          height: 12px;
          line-height: 12px; }
  .banner-block .slick-prev:before,
  .banner-block .slick-next:before {
    color: #D1212E;
    font-family: inherit;
    height: 50px;
    width: 40px;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px; }
  .banner-block .slick-prev:before {
    content: "\f104"; }
  .banner-block .slick-next:before {
    content: "\f105"; }

.isBGImg {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .isBGImg img {
    visibility: hidden; }

.slick-prev,
.slick-next {
  z-index: 1; }

.slick-prev {
  left: 20px; }

.slick-next {
  right: 40px; }

section {
  padding: 2em 0;
  clear: both; }
  section.in-banner {
    background: url(../img/blue_bg.png) no-repeat;
    background-size: cover;
    padding: 2em 0; }
    section.in-banner h4 {
      color: #D1212E;
      font-size: 20px;
      text-transform: capitalize; }

header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 100; }
  header a.nav-link {
    font-weight: 600;
    font-family: roboto;
    color: #fff !important;
    text-transform: uppercase; }
  header li.nav-item a.nav-link.active {
    color: #D1212E !important; }

.title {
  font-size: 42px;
  font-weight: bold;
  font-family: arial black;
  color: #113355;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .title span {
    display: block; }

.sub-title {
  color: #113355;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
  font-family: Pavanam;
  line-height: 1.2; }

.tab-section {
  padding-top: 0; }
  .tab-section .d-flex {
    overflow: hidden; }
  .tab-section .tab-pane {
    padding: 30px 15%;
    position: relative;
    background: url("../img/tab-bg-1.jpg") no-repeat;
    background-size: cover;
    height: 680px; }
    .tab-section .tab-pane:before {
      content: "";
      background: white;
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0.384191) 0%, white 65%, white 100%);
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 0;
      height: 100%; }
  .tab-section .tab-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  .tab-section .nav .nav-link {
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
    background: #113355;
    height: 170px;
    transition: all ease 0.5s;
    padding: 20px; }
    .tab-section .nav .nav-link:nth-child(even) {
      background: #113355; }
      .tab-section .nav .nav-link:nth-child(even).active, .tab-section .nav .nav-link:nth-child(even):hover {
        position: relative;
        opacity: 1;
        padding-left: 0; }
        .tab-section .nav .nav-link:nth-child(even).active:before, .tab-section .nav .nav-link:nth-child(even):hover:before {
          background: #113355; }
    .tab-section .nav .nav-link.active, .tab-section .nav .nav-link:hover {
      position: relative;
      opacity: 1;
      padding-left: 0; }
      .tab-section .nav .nav-link.active:before, .tab-section .nav .nav-link.active:after, .tab-section .nav .nav-link:hover:before, .tab-section .nav .nav-link:hover:after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        transition: all ease 0.5s; }
      .tab-section .nav .nav-link.active:before, .tab-section .nav .nav-link:hover:before {
        background: #113355;
        width: 40px;
        left: -39px; }
      .tab-section .nav .nav-link.active:after, .tab-section .nav .nav-link:hover:after {
        background: #D1212E;
        width: 70px;
        right: 0; }

.tab-company-title {
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase; }
  .tab-company-title span {
    display: block; }

.tab-company-info {
  margin-bottom: 0;
  margin-bottom: 40px;
  font-size: 24px;
  color: #113355;
  position: relative;
  width: 100%;
  max-width: 365px;
  font-family: Pavanam; }

.tab-button {
  color: #007bff !important;
  min-width: 150px;
  position: relative;
  transition: all ease 0.5s;
  font-family: Pavanam;
  font-size: 18px; }
  .tab-button:hover {
    color: #ffffff !important; }

.more-button {
  color: #007bff !important;
  min-width: 115px;
  position: relative;
  transition: all ease 0.5s;
  font-family: Pavanam; }
  .more-button:hover {
    color: #ffffff !important; }

.our-business {
  padding-bottom: 70px; }
  .our-business .img-box {
    position: relative; }
    .our-business .img-box a {
      padding-top: 135%;
      margin-bottom: 10px;
      border-top: 10px solid #ffffff;
      border-bottom: 10px solid #ffffff;
      transition: all ease 0.5s; }
      .our-business .img-box a:before {
        content: "";
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, white 100%, white 100%);
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 9999;
        height: 30%;
        right: 0; }
      .our-business .img-box a:hover {
        border-top: 10px solid #D1212E;
        border-bottom: 10px solid #D1212E; }
        .our-business .img-box a:hover:before {
          bottom: 10px; }
    .our-business .img-box img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .our-business .text-box {
    font-size: 14px;
    font-weight: 600;
    color: #113355;
    padding: 0 5px; }
    .our-business .text-box span {
      display: block; }

.project-slider-block .isBGImg {
  padding-top: 60%; }
  .project-slider-block .isBGImg img {
    height: 1px;
    width: 1px;
    position: absolute; }

.project-block {
  background: #e5f1fd; }
  .project-block .row {
    align-items: center; }
  .project-block .title {
    color: #87b8e3;
    font-size: 54px; }
  .project-block .sub-title {
    text-align: left;
    font-size: 18px; }
  .project-block .col-lg-8.px-0 {
    padding-right: 30px !important; }
  .project-block .project-box {
    padding: 20px 25px; }
    .project-block .project-box .isBGImg {
      padding-top: 88%;
      margin-bottom: 10px; }
      .project-block .project-box .isBGImg img {
        height: 1px;
        width: 1px;
        position: absolute; }
    .project-block .project-box .col-md-4 {
      padding-left: 10px;
      padding-right: 10px; }
    .project-block .project-box .row.mx-0 {
      margin-left: -10px !important;
      margin-right: -10px !important;
      margin-bottom: 25px; }
    .project-block .project-box .more-button {
      font-size: 14px;
      font-family: Pavanam;
      padding-top: 5px;
      padding-bottom: 3px; }
  .project-block .slick-prev:before,
  .project-block .slick-next:before {
    font-size: 30px; }

.vision-mission {
  background: #000000;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px; }
  .vision-mission .br-top {
    border-top: 60px solid #D1212E; }
    .vision-mission .br-top:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, black 61%, black 100%);
      height: 120px; }
  .vision-mission .br-bottom {
    border-bottom: 60px solid #D1212E; }
  .vision-mission .isBGImg {
    padding-top: 65%;
    position: relative; }
    .vision-mission .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
    .vision-mission .isBGImg span {
      color: #ffffff;
      font-size: 60px;
      font-weight: bold;
      font-family: arial black;
      padding: 0 15px;
      display: inline-block;
      opacity: 0.5;
      position: absolute;
      bottom: 0;
      line-height: 1.3; }
      .vision-mission .isBGImg span.text-left {
        left: 0;
        bottom: 60px;
        z-index: 2; }
      .vision-mission .isBGImg span.text-right {
        right: 0; }
  .vision-mission .vm-button-wrap {
    position: absolute;
    width: 55%;
    height: 115%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1; }
    .vision-mission .vm-button-wrap .link-button {
      width: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: auto;
      text-align: center;
      z-index: 2;
      transform: translate(-50%, -50%); }
      .vision-mission .vm-button-wrap .link-button img {
        margin-bottom: 20px; }
      .vision-mission .vm-button-wrap .link-button a {
        color: #ffffff !important;
        border-color: #ffffff;
        font-family: Pavanam;
        font-size: 18px; }

.where-are-we {
  text-align: center;
  background: url("../img/globe.png") no-repeat;
  padding: 80px 0 165px 0;
  max-width: 700px;
  text-align: center;
  margin: 100px auto 50px;
  background-size: cover; }
  .where-are-we .title {
    margin-bottom: 50px; }
  .where-are-we .button-group {
    justify-content: space-around; }
    .where-are-we .button-group a {
      min-width: 190px;
      height: 50px;
      line-height: 35px;
      font-size: 22px; }

footer {
  color: #113355; }
  footer .footer-menu {
    background: #113355;
    padding: 0px 0; }
  footer .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  footer .footer-address {
    padding: 20px 0; }
  footer a.nav-link {
    font-weight: 400;
    font-family: roboto;
    color: #fff !important;
    display: inline-block;
    padding: 15px 10px !important; }
  footer .dropdown .dropdown-menu {
    background: #113355; }
    footer .dropdown .dropdown-menu .dropdown-item {
      color: #fff; }
      footer .dropdown .dropdown-menu .dropdown-item:hover {
        background: #D1212E; }
  footer li.nav-item.active a.nav-link {
    color: #D1212E !important; }
  footer .footer-logo img {
    width: 60px; }
  footer li {
    padding-right: 10px; }
  footer .copyright {
    text-align: center;
    padding: 3px;
    background: #D1212E;
    color: #fff;
    font-size: 12px; }
    footer .copyright p {
      margin: 0px; }
  footer .row {
    align-items: center; }
  footer .address {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right; }
    footer .address p {
      margin-bottom: 5px;
      font-weight: 700; }
    footer .address a .fa {
      font-size: 30px;
      margin-right: 5px;
      color: #113355; }
    footer .address a .fab {
      font-size: 30px;
      color: #113355; }
  footer .ftr-left {
    color: #113355;
    font-size: 15px;
    font-weight: 400; }
    footer .ftr-left .copyright {
      font-size: 13px; }
  footer .ftr-logo {
    text-align: right; }
    footer .ftr-logo a {
      padding-right: 0;
      padding-bottom: 0; }

.page-banner {
  background-size: cover !important;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .page-banner:before {
    content: "";
    background: white;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);
    left: 0;
    position: absolute;
    width: 60%;
    z-index: 0;
    height: 100%; }
  .page-banner .title {
    margin-bottom: 40px;
    position: relative; }
  .page-banner .sub-title {
    position: relative;
    font-size: 24px;
    color: #297fca;
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin: initial; }

.our-business-page .page-banner {
  background: url("../img/our-business-banner.jpg") no-repeat; }

.air-conditioning .title,
.electical-works .title,
.installation-work .title,
.fire-protection .title {
  margin-bottom: 40px; }

.air-conditioning .sub-title,
.electical-works .sub-title,
.installation-work .sub-title,
.fire-protection .sub-title {
  font-size: 20px; }

.air-conditioning {
  position: relative;
  padding: 70px 0; }
  .air-conditioning:after, .air-conditioning:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px; }
  .air-conditioning:after {
    top: 0;
    left: 0;
    border-top: 15px solid #D1212E;
    border-left: 15px solid #D1212E; }
  .air-conditioning:before {
    bottom: 0;
    right: 0;
    border-right: 15px solid #D1212E;
    border-bottom: 15px solid #D1212E; }
  .air-conditioning .isBGImg {
    padding-top: 62%;
    position: relative; }
    .air-conditioning .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .air-conditioning .ac-list {
    text-align: justify; }
    .air-conditioning .ac-list .img-box {
      margin-bottom: 30px; }
  .air-conditioning .col-md-5 {
    padding-left: 30px; }

.electical-works p,
.fire-protection p,
.contact-address p,
.our-vision p,
.img-list-box .lb-txt p,
.our-three-mission p,
.img-list-box .lb-txt p {
  color: #ffffff;
  font-weight: 300; }

.electical-works {
  background: #113355;
  position: relative;
  overflow: hidden;
  padding: 0; }
  .electical-works .ew-left {
    width: 60%;
    position: relative;
    z-index: 1;
    padding: 80px 0 30px 0; }
    .electical-works .ew-left p {
      max-width: 85%;
      font-weight: 300; }
  .electical-works .title {
    color: #D1212E;
    max-width: 90%; }
  .electical-works .sub-title {
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 95%;
    margin-left: 0;
    text-align: left; }
  .electical-works .el-right.img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    max-height: 450px;
    overflow: hidden; }
    .electical-works .el-right.img-box .isBGImg {
      padding-top: 100%;
      position: relative;
      background-position: top;
      overflow: hidden; }
      .electical-works .el-right.img-box .isBGImg:before {
        background: linear-gradient(90deg, #297fca 100%, #297fca 100%, white 100%);
        width: 200px;
        height: 120%;
        position: absolute;
        content: "";
        top: -10%;
        left: -18%;
        transform: skew(-18deg, 0deg);
        border-right: 25px solid #D1212E; }
      .electical-works .el-right.img-box .isBGImg img {
        height: 1px;
        width: 1px;
        position: absolute; }
  .electical-works .elec-list .d-flex {
    margin-bottom: 30px; }
  .electical-works .elec-list .el-title {
    color: #D1212E;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px; }
  .electical-works .elec-list .isBGImg {
    padding-top: 65%;
    position: relative; }
    .electical-works .elec-list .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }

.installation-work {
  background: url("../img/home-plumbing.jpg") no-repeat;
  background-size: cover;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .installation-work:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1%, white 9%, white 50%);
    right: 0;
    top: 0;
    position: absolute;
    width: 63%;
    z-index: 0;
    height: 100%; }
  .installation-work .title,
  .installation-work .sub-title {
    position: relative; }

.listing .d-flex {
  margin-bottom: 50px; }
  .listing .d-flex:last-child {
    margin-bottom: 0; }
  .listing .d-flex:nth-child(1) {
    padding-right: 17%; }
  .listing .d-flex:nth-child(2) {
    padding-left: 8.5%;
    padding-right: 8.5%; }
  .listing .d-flex:nth-child(3) {
    padding-left: 17%; }
  .listing .d-flex p {
    text-align: justify;
    font-weight: 300; }

.listing .img-box {
  border-left: 15px solid red; }

.listing .isBGImg {
  padding-top: 65%;
  position: relative; }
  .listing .isBGImg img {
    height: 1px;
    width: 1px;
    position: absolute; }

.fire-protection {
  background: #113355;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px; }
  .fire-protection .ew-left {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 45px 0; }
  .fire-protection .title {
    color: #D1212E; }
  .fire-protection .sub-title {
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 100%; }
  .fire-protection .isBGImg {
    padding-top: 38%;
    position: absolute;
    width: 45%;
    right: 0;
    border-top: 15px solid #D1212E;
    border-left: 15px solid #D1212E; }
    .fire-protection .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }

.listing-2 .isBGImg {
  padding-top: 65%;
  position: relative; }
  .listing-2 .isBGImg img {
    height: 1px;
    width: 1px;
    position: absolute; }

.listing-2 .fp-list {
  text-align: justify; }
  .listing-2 .fp-list .img-box {
    margin-bottom: 30px; }

.projects-page .page-banner {
  background: url("../img/project-banner.jpg") no-repeat;
  background-size: 45% !important;
  background-position: top right; }
  .projects-page .page-banner:before {
    content: "";
    background: white;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(52%, white), to(white));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 37%, white 100%);
    left: 0;
    position: absolute;
    width: 90%;
    z-index: 0;
    height: 100%; }
  .projects-page .page-banner:after {
    content: "";
    background: white;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 45%, #ffe100 72%, #ffe100 100%);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 50px;
    bottom: 0; }

.project-list {
  padding: 70px 0; }
  .project-list .img-box {
    margin-bottom: 10px; }
  .project-list .isBGImg {
    padding-top: 65%;
    position: relative; }
    .project-list .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .project-list .project-info {
    margin-bottom: 30px; }
  .project-list .project-name {
    color: #113355;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  .project-list .project-date {
    color: #000000; }

.company-information-page .page-banner {
  background: url("../img/company-info-banner.jpg") no-repeat; }

.company-information-page p {
  text-align: justify;
  font-weight: 300; }

.company-profile {
  border-left: 55px solid #113355; }
  .company-profile .sub-title {
    font-size: 20px; }
  .company-profile .isBGImg {
    padding-top: 55%;
    position: relative; }
    .company-profile .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }

.company-outline .title, .gm-message .title, .company-revenue .title, .company-awards .title {
  margin-bottom: 40px; }

.company-outline {
  border-left: 55px solid #D1212E; }
  .company-outline .main-address {
    margin-bottom: 10px; }
    .company-outline .main-address span {
      display: block;
      font-size: 20px;
      color: #113355;
      line-height: 1.2; }
  .company-outline .company-address {
    font-weight: 600; }
    .company-outline .company-address strong {
      font-weight: normal;
      color: #113355;
      font-family: Pavanam;
      font-size: 18px; }
    .company-outline .company-address p {
      font-family: Pavanam;
      font-weight: 300; }
  .company-outline .isBGImg {
    padding-top: 100%;
    position: relative; }
    .company-outline .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }

.gm-message {
  border-left: 55px solid #113355; }
  .gm-message .isBGImg {
    padding-top: 65%;
    position: relative; }
    .gm-message .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .gm-message .img-box {
    position: relative; }
    .gm-message .img-box .single-name {
      font-size: 20px !important;
      line-height: 25px !important; }
    .gm-message .img-box .member-name {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #D1212E;
      padding: 5px;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      height: 34px; }
      .gm-message .img-box .member-name:after {
        content: "";
        position: absolute;
        right: -17px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 34px 17px 0 0;
        border-color: #ffe100 transparent transparent transparent; }
      .gm-message .img-box .member-name small {
        display: block;
        font-size: 10px; }

.company-revenue {
  border-left: 55px solid #D1212E; }

.company-awards {
  border-left: 55px solid #D1212E; }
  .company-awards .sub-title {
    max-width: 80%;
    font-size: 20px; }

.awards-list {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly; }
  .awards-list img {
    display: inline-block;
    max-width: 100px;
    margin: 15px 15px; }

.contact-page .where-are-we {
  background-size: 80%;
  background-position: center; }
  .contact-page .where-are-we .button-group {
    justify-content: space-between; }

.googlemap {
  padding: 0;
  background: #113355;
  position: relative;
  overflow: hidden;
  max-height: 500px; }
  .googlemap .contact-address {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 55%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .googlemap .contact-address .position-relative {
      padding-right: 20%; }
    .googlemap .contact-address .title {
      color: #D1212E;
      margin-bottom: 30px; }
    .googlemap .contact-address .add-1 {
      font-size: 24px;
      font-family: Pavanam; }
    .googlemap .contact-address:before {
      content: "";
      background: #113355;
      position: absolute;
      top: -60%;
      left: -10%;
      width: 100%;
      height: 200%;
      z-index: 0;
      transform: rotate(16deg);
      border-right: 15px solid #D1212E; }

.address-block {
  padding: 100px 0; }
  .address-block .col-lg-8 {
    border-left: 5px solid #D1212E;
    padding-left: 60px; }
  .address-block .global-office {
    font-size: 64px;
    color: #a9ccea;
    font-family: arial black;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 80px; }
  .address-block .headquarter {
    margin-bottom: 55px; }
    .address-block .headquarter .hq-txt-1 {
      font-size: 34px;
      color: #113355;
      font-weight: 800;
      font-family: arial;
      line-height: 1.1;
      margin-bottom: 5px; }
    .address-block .headquarter .hq-txt-2 {
      color: #113355;
      font-size: 20px;
      line-height: 1.1; }
    .address-block .headquarter .hq-txt-3 {
      color: #333333; }
    .address-block .headquarter .hq-txt-4 {
      color: #333333; }

.vision-mission-page .vision-mission {
  padding: 0; }
  .vision-mission-page .vision-mission .vm-button-wrap:before {
    position: absolute;
    width: 360px;
    height: 150%;
    top: -20%;
    left: 0%;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    background: #ffffff;
    content: "";
    transform: rotate(20deg); }
  .vision-mission-page .vision-mission .isBGImg {
    padding-top: 80%; }
    .vision-mission-page .vision-mission .isBGImg span {
      opacity: 1;
      line-height: 1.2;
      font-size: 36px;
      font-weight: normal; }
  .vision-mission-page .vision-mission .isBGImg span.text-left {
    left: 60px;
    top: 60px;
    color: #000000;
    bottom: inherit; }
  .vision-mission-page .vision-mission .isBGImg span.text-right {
    right: 60px;
    bottom: 60px; }

.our-vision {
  background: #113355;
  color: #dcdcdc;
  padding: 80px 0;
  position: relative;
  overflow: hidden; }
  .our-vision .title {
    margin-bottom: 30px; }
  .our-vision .title,
  .our-vision .vision-title {
    color: #ffffff;
    font-weight: 500; }
  .our-vision .title-1 {
    font-size: 30px; }
  .our-vision .vision-box {
    padding-left: 50px;
    margin-bottom: 30px; }
  .our-vision p.our-vis-txt {
    font-size: 20px;
    font-family: Pavanam; }
    .our-vision p.our-vis-txt b {
      font-family: roboto; }
  .our-vision .visions-list {
    margin-top: 30px; }
  .our-vision .isBGImg {
    padding-top: 160%;
    position: relative; }
    .our-vision .isBGImg:before {
      background: linear-gradient(90deg, #297fca 100%, #297fca 100%, white 100%);
      width: 200px;
      height: 120%;
      position: absolute;
      content: "";
      top: -10%;
      left: -18%;
      transform: skew(-12deg, 0deg);
      border-right: 25px solid #D1212E; }
    .our-vision .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .our-vision .right-img-col {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%; }
    .our-vision .right-img-col .img-box {
      overflow: hidden;
      max-height: 580px;
      margin-bottom: 60px; }
  .our-vision .img-list-box {
    padding-top: 112%; }
    .our-vision .img-list-box .isBGImg {
      margin-bottom: 10px;
      padding-top: 60%;
      max-width: 80%; }
      .our-vision .img-list-box .isBGImg:before {
        display: none; }
    .our-vision .img-list-box .lb-txt .lb-title {
      color: #D1212E;
      font-size: 17px;
      font-weight: 500; }

.our-three-mission {
  background: #113355;
  color: #dcdcdc;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .our-three-mission .title {
    margin-bottom: 30px;
    font-size: 32px; }
  .our-three-mission .title,
  .our-three-mission .vision-title {
    color: #ffffff;
    font-weight: 500; }
  .our-three-mission .isBGImg {
    padding-top: 160%;
    position: relative; }
    .our-three-mission .isBGImg:before {
      background: linear-gradient(90deg, #1e247a 100%, #1e247a 100%, white 100%);
      width: 200px;
      height: 120%;
      position: absolute;
      content: "";
      top: -10%;
      right: -20%;
      -webkit-transform: skew(-12deg, 0deg);
      transform: skew(-12deg, 0deg);
      transform: rotate(-7deg);
      border-left: 25px solid #D1212E; }
    .our-three-mission .isBGImg img {
      height: 1px;
      width: 1px;
      position: absolute; }
  .our-three-mission .visions-list {
    margin-bottom: 80px; }
  .our-three-mission .right-img-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%; }
    .our-three-mission .right-img-col .img-box {
      overflow: hidden;
      max-height: 900px;
      margin-bottom: 60px; }
  .our-three-mission .img-list-box {
    padding-left: 60px; }
    .our-three-mission .img-list-box .isBGImg {
      margin-bottom: 10px;
      padding-top: 50%;
      max-width: 65%; }
      .our-three-mission .img-list-box .isBGImg:before {
        display: none; }
    .our-three-mission .img-list-box .lb-txt .lb-title {
      color: #D1212E;
      font-size: 17px;
      font-weight: 500; }
    .our-three-mission .img-list-box .lb-txt p {
      color: #ffffff;
      font-weight: 300; }

.about-us {
  background: url(../img/tab-bg-1.jpg) no-repeat top right;
  position: relative; }
  .about-us::after {
    content: "";
    background: rgba(255, 254, 254, 0.9);
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0; }
  .about-us h2 {
    color: #113355; }
  .about-us p, .about-us h2 {
    position: relative;
    z-index: 10; }

.specializes h2 {
  text-align: center;
  padding: 0px 0 30px;
  color: #113355; }

.specializes .item {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .specializes .item a {
    width: 50px;
    height: 50px;
    border: 2px solid #135;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .specializes .item a img {
      width: 30px;
      height: 30px;
      vertical-align: middle; }
  .specializes .item p {
    padding: 0 5px; }

.news .badge {
  font-size: 15px; }

.news h5 a {
  color: #113355; }

.album h4, .gallery h4 {
  color: #113355;
  padding: 1em 0;
  font-weight: bold; }

.album .backbtn, .gallery .backbtn {
  margin: 3em 0; }
  .album .backbtn .back, .gallery .backbtn .back {
    background: #D1212E;
    padding: 10px;
    border-radius: 5px;
    color: #fff; }
    .album .backbtn .back span, .gallery .backbtn .back span {
      padding: 0 5px; }

.quotation .form-control {
  padding: 15px 5px;
  height: auto;
  font-size: 16px; }
  .quotation .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 51, 85, 0.9) !important; }

.quotation .form-group .help-block {
  color: #D1212E; }

.quotation .form-group select {
  height: inherit !important; }

.quotation .form-group .kv-date-picker {
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center; }
  .quotation .form-group .kv-date-picker .kv-dp-icon:before {
    content: "\f274";
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #113355;
    font-style: normal; }

.quotation .form-group label {
  color: #113355;
  font-weight: bold; }
  .quotation .form-group label span {
    color: #D1212E;
    margin-left: 5px; }

.quotation button {
  background: #113355;
  border-color: #113355;
  padding: 5px 30px;
  border-radius: 30px; }

.faqContainer .ac_button {
  background: #113355;
  padding: 10px;
  color: #fff;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 22px; }
  .faqContainer .ac_button.clicked {
    border-bottom: 2px solid #fff; }

.faqContainer .ac_content {
  padding: 10px;
  background: white;
  border: 1px solid #cccccc;
  margin-bottom: 15px; }

.client .client-list {
  border: 1px solid #113355; }
  .client .client-list .client-category-title {
    text-align: center;
    padding: 10px 0;
    background: #113355;
    color: #fff;
    font-size: 29px;
    width: 100%; }
  .client .client-list .sgs-client {
    flex-direction: row;
    align-items: center; }
    .client .client-list .sgs-client .client-title {
      color: #113355; }
    .client .client-list .sgs-client .client-logo img {
      width: 100px;
      max-width: 100px;
      margin-right: 10px; }

.client .clientList .client-item {
  background: #113355;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 25px;
  border-top: 5px solid #D1212E;
  border-radius: 5px 5px 0 0; }

.client .clientList p {
  font-size: 20px; }

.ajs-header {
  background: #113355 !important;
  color: #fff; }

.album .imagelink {
  height: 200px;
  overflow: hidden; }

.album .img-thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.career-table th, .career-table td {
  border: 1px solid #ccc;
  padding: 8px; }

.career-table th {
  background: #113355;
  color: #fff; }

.career-table td p.break {
  white-space: pre-line;
  word-break: break-all; }

.pageContainer h3.main_title {
  padding: 5px;
  border-left: 5px solid #D1212E;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px; }

.pageContainer h4.subtitle {
  font-size: 15px;
  background: #113355;
  color: #fff;
  padding: 8px; }
  .pageContainer h4.subtitle span {
    background: #D1212E;
    padding: 2px 8px;
    margin-right: 5px; }

/* ----- min-width ----- //*/
@media (min-width: 1440px) {
  .container {
    max-width: 1400px; }
  header a.nav-link {
    font-size: 16px !important; } }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .company-profile-content p,
  .company-revenue p {
    max-width: 90%; }
  .listing .col-md-4 {
    padding-right: 30px; }
  header a.nav-link {
    font-size: 14px; } }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .our-business .col-lg-3 {
    padding: 0 7.5px; }
  .nav-close {
    display: none; } }

/* Medium devices (tablets, 768px and up)*/
/* Small devices (landscape phones, 576px and up)*/
/* ----- max-width ----- //*/
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .title {
    font-size: 32px; }
  .sub-title {
    margin-bottom: 30px !important; }
  .page-banner .title {
    font-size: 42px; }
  .container {
    max-width: 100%; }
  header .navbar {
    padding: 0; }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem .60rem; }
  header .navbar-brand .logo-1 img {
    max-width: 290px; }
  .tab-section .tab-pane {
    padding: 30px 5%; }
  .our-business-list {
    padding: 0 5px; }
  .project-block .project-box {
    padding: 20px 15px; }
  .project-block .title {
    font-size: 42px; }
  .project-block .col-lg-8.px-0 {
    padding-right: 15px !important; }
  .vision-mission .isBGImg span {
    font-size: 46px; }
  .company-profile,
  .company-outline,
  .gm-message,
  .company-revenue,
  .company-awards {
    border-width: 40px; }
  .company-outline .isBGImg {
    padding-top: 140%; }
  .gm-message .pl-0.pr-4 {
    padding-right: 0 !important; }
  .company-outline .title,
  .gm-message .title,
  .company-revenue .title,
  .company-awards .title,
  .air-conditioning .title,
  .electical-works .title,
  .installation-work .title,
  .fire-protection .title {
    margin-bottom: 20px; }
  .air-conditioning .ac-list .img-box {
    margin-bottom: 15px; }
  .electical-works .el-right.img-box {
    width: 50%; }
  .listing .d-flex:nth-child(1) {
    padding-right: 10%; }
  .listing .d-flex:nth-child(2) {
    padding-left: 5%;
    padding-right: 5%; }
  .listing .d-flex:nth-child(3) {
    padding-left: 10%; }
  .fire-protection .ew-left {
    padding: 30px 0; }
  .vision-mission-page .vision-mission .vm-button-wrap:before {
    width: 250px; }
  .vision-mission-page .vision-mission .isBGImg span.text-left {
    left: 30px;
    top: 30px; }
  .vision-mission-page .vision-mission .isBGImg span.text-right {
    right: 30px;
    bottom: 30px; }
  .our-vision .img-list-box {
    padding-top: 135%; }
  .our-vision .vision-box {
    padding-left: 30px; }
  .our-vision .isBGImg:before {
    width: 170px; }
  .our-three-mission .isBGImg:before {
    width: 170px; }
  .our-three-mission .img-list-box {
    padding-left: 30px; }
  .listing-2 .fp-list .img-box {
    margin-bottom: 10px; }
  .googlemap .contact-address .position-relative {
    padding-right: 35%; } }

@media (max-width: 1024.98px) {
  header .navbar {
    padding: 5px; }
  header .navbar a img {
    width: 27%; } }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 8080;
    background: #113355;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
  .dropdown-menu {
    display: block !important;
    background: #113355 !important;
    text-align: center;
    border: none; }
    .dropdown-menu .dropdown-item {
      color: #fff; }
  .navbar .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    width: 100%; }
  .navbar .navbar-nav.show {
    opacity: 1;
    visibility: visible;
    text-align: center; }
    .navbar .navbar-nav.show .nav-link {
      border: none !important; }
  .navbar .nav-close {
    display: inline-block;
    line-height: 0;
    background: #D1212E;
    color: #fff;
    position: fixed;
    right: 24px;
    top: 5px;
    z-index: 8090;
    width: 60px;
    height: 50px;
    border-radius: 5px; }
    .navbar .nav-close img {
      width: 100%; }
  header .navbar {
    min-height: 70px; }
  .navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 5px;
    width: 60px;
    background: #113355;
    height: 50px;
    outline: 0; }
    .navbar-toggler:focus {
      outline: 0; }
  .banner-block .isBGImg {
    height: calc(100vh - 70px); }
  .our-business .col-lg-3 {
    margin-bottom: 15px; }
  .our-business .img-box a {
    padding-top: 115%; }
  .ac-list .col-md-4 {
    margin-bottom: 30px; }
  .tab-section {
    padding-top: 1px; }
    .tab-section .tab-pane {
      height: 450px;
      padding: 30px 15px; }
    .tab-section .col-lg-9 {
      order: 2; }
    .tab-section .col-lg-3 {
      order: 1; }
    .tab-section .nav.flex-column.nav-pills {
      flex-direction: row !important; }
      .tab-section .nav.flex-column.nav-pills a.nav-link {
        width: calc(100% / 4);
        height: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
        padding: 20px 0; }
    .tab-section .nav-link.active:before,
    .tab-section .nav-link.active:after,
    .tab-section .nav-link:hover:before,
    .tab-section .nav-link:hover:after {
      height: auto !important; }
    .tab-section .nav-link.active:before,
    .tab-section .nav-link:hover:before {
      height: 10px !important; }
    .tab-section .nav-link.active:before,
    .tab-section .nav-link:hover:before {
      width: 100% !important;
      left: 0 !important; }
    .tab-section .nav-link:nth-child(even).active,
    .tab-section .nav-link:nth-child(even):hover,
    .tab-section .nav-link.active,
    .tab-section .nav-link:hover {
      padding-left: 0 !important; }
    .tab-section .nav-link.active:before {
      background: #297fca;
      width: 100% !important;
      top: 100% !important;
      left: 0 !important; }
    .tab-section .nav-link.active:after,
    .tab-section .nav-link:hover:after {
      background: #ffe100;
      width: 100% !important;
      height: 10px !important;
      left: 0 !important;
      top: 0 !important; }
  .contact-page .address-block {
    text-align: center; }
    .contact-page .address-block .global-office br {
      display: none; }
    .contact-page .address-block .col-lg-8 {
      border-left: 0;
      border-top: 5px solid #ffe100;
      padding-left: 0;
      padding-top: 50px; }
  .tab-section .nav .nav-link.active:after,
  .tab-section .nav .nav-link:hover:after {
    width: 40px; }
  .project-block .project-box {
    padding: 50px 15px;
    text-align: center; }
  .company-outline .col-md-6 {
    padding: 0; }
  .electical-works .el-right.img-box .isBGImg {
    padding-top: 85%; }
  .installation-work {
    text-align: right; }
    .installation-work .sub-title {
      text-align: right !important;
      max-width: 60%;
      float: right; }
  .our-vision .isBGImg {
    padding-top: 100%; }
  .our-vision .img-list-box {
    padding-top: 100%; }
  .our-three-mission .isBGImg {
    padding-top: 130%; }
  .vision-mission .vm-button-wrap {
    top: inherit; }
  .projects-page .page-banner {
    background-size: 100% !important; }
  .googlemap .contact-address {
    width: calc(100vw - 50%); }
    .googlemap .contact-address .position-relative {
      padding-right: 30%; }
    .googlemap .contact-address:before {
      left: -15%; } }

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  .tab-section .nav .nav-link {
    font-size: 18px;
    height: 112.5px;
    padding: 10px; }
  header .navbar {
    padding: 10px; }
  header .navbar-brand .company-title {
    display: inline; }
  header .navbar a img {
    width: 10%; }
  .tab-section .nav .nav-link.active:after,
  .tab-section .nav .nav-link:hover:after {
    width: 20px; }
  .vision-mission .isBGImg span {
    font-size: 32px; }
  .vision-mission .vm-button-wrap .link-button {
    top: 40%;
    left: 55%; }
  .company-profile,
  .company-outline,
  .gm-message,
  .company-revenue,
  .company-awards {
    border-width: 20px; }
  .company-profile .isBGImg {
    padding-top: 65%; }
  .air-conditioning .title span,
  .fire-protection .title span {
    display: initial; }
  .listing .d-flex {
    margin-bottom: 20px; }
  .listing .d-flex:nth-child(1) {
    padding-right: 6%; }
  .listing .d-flex:nth-child(2) {
    padding-left: 3%;
    padding-right: 3%; }
  .listing .d-flex:nth-child(3) {
    padding-left: 6%; }
  .our-three-mission .col-lg-7 {
    order: 2; }
  .our-three-mission .right-img-col {
    order: 1;
    position: relative;
    width: 80%; }
    .our-three-mission .right-img-col .isBGImg {
      padding-top: 100%; }
      .our-three-mission .right-img-col .isBGImg:before {
        right: -15%; }
  .our-three-mission .img-list-box {
    padding-left: 0; }
    .our-three-mission .img-list-box .isBGImg {
      margin-bottom: 10px;
      padding-top: 50%;
      max-width: 100%; }
  .our-vision .right-img-col {
    order: 1;
    position: relative;
    width: 80%;
    margin-left: auto; }
    .our-vision .right-img-col .isBGImg {
      padding-top: 100%; }
      .our-vision .right-img-col .isBGImg:before {
        left: -12%; }
  .our-vision .col-lg-5 {
    order: 2; }
    .our-vision .col-lg-5 .img-list-box {
      padding-top: inherit; }
      .our-vision .col-lg-5 .img-list-box .isBGImg {
        max-width: 100%; }
  .electical-works .d-flex.mb-4 {
    flex-wrap: wrap; }
  .electical-works .ew-left {
    width: 100%; }
    .electical-works .ew-left .title,
    .electical-works .ew-left .sub-title,
    .electical-works .ew-left .elec-info {
      max-width: 100%; }
  .electical-works .el-right.img-box {
    width: 90%;
    position: relative;
    margin-left: auto; }
    .electical-works .el-right.img-box .isBGImg:before {
      left: -17%; }
  .fire-protection {
    padding-bottom: 30px; }
    .fire-protection .d-flex {
      flex-wrap: wrap; }
      .fire-protection .d-flex .ew-left {
        width: 100%; }
      .fire-protection .d-flex .isBGImg {
        padding-top: 60%;
        position: relative;
        width: 100%; }
  .googlemap {
    max-height: 100%;
    background: #ffffff; }
    .googlemap .contact-address {
      width: 100%;
      padding: 15px;
      justify-content: flex-start;
      height: 100%;
      position: relative;
      top: 0; }
      .googlemap .contact-address:before {
        transform: rotate(0deg);
        top: 0;
        height: 100%;
        left: 0; }
      .googlemap .contact-address .position-relative {
        padding-right: 0;
        text-align: center;
        width: 100%; }
  .contact-page .address-block {
    padding: 100px 0 0 0; }
  .footer-menu .row {
    flex-direction: column; }
  .footer-menu .ftr-left {
    order: 2;
    text-align: center; }
  .footer-menu .ftr-right {
    order: 1;
    margin-bottom: 30px; }
  .footer-menu .ftr-left, .footer-menu .ftr-right {
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-menu .copyright span {
    display: block; } }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .banner-block .isBGImg {
    height: 100vh; }
  .banner-block .banner-logo {
    max-width: 85%;
    right: 15px; }
  .header-address {
    display: none; }
  .company-title span.chinesetitle {
    top: -22px !important;
    position: absolute; }
  .banner-block .banner-title {
    font-size: 30px; }
  .header-menu {
    display: none; }
  .header .menu-sp {
    display: block; }
  .header {
    border-bottom: 5px solid #113355; }
  header .navbar-brand .company-title {
    font-size: 14px; }
  header .navbar {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-wrap: inherit; }
    header .navbar .company-title {
      font-size: 13px; }
    header .navbar .navbar-toggler {
      height: 40px;
      width: 53px; }
      header .navbar .navbar-toggler img {
        max-width: 72%; }
  .fixed-header .header .company-address {
    display: none; }
  .header .company-address {
    flex-direction: column; }
  footer .footer-address .address {
    text-align: center; }
  header .navbar-brand .logo-1 img {
    width: 15%; }
  .about-us::after {
    width: 100%; }
  footer .footer-address {
    text-align: center; }
  section {
    padding: 3em 0; }
  .tab-section .nav.flex-column.nav-pills a.nav-link {
    width: calc(100% / 2); }
  .tab-section .nav-link.active:before,
  .tab-section .nav-link:hover:before {
    display: none; }
  .our-business .img-box a {
    padding-top: 100%; }
  .vision-mission {
    padding-bottom: 30px; }
    .vision-mission .d-flex {
      flex-direction: column !important; }
    .vision-mission .br-top,
    .vision-mission .br-bottom {
      border: 0; }
    .vision-mission .br-top:after {
      display: none; }
    .vision-mission .vm-button-wrap {
      position: relative;
      height: 180px; }
      .vision-mission .vm-button-wrap .link-button {
        top: 50%;
        left: 50%; }
  .where-are-we {
    margin: 50px auto 50px; }
    .where-are-we .button-group a {
      min-width: 140px; }
  .page-banner {
    min-height: 500px; }
    .page-banner .title {
      font-size: 36px; }
  .company-information-page {
    margin-bottom: 60px; }
  .company-profile-content .d-flex {
    flex-direction: column !important; }
    .company-profile-content .d-flex .col-md-4.pl-0 {
      padding: 0 !important; }
    .company-profile-content .d-flex .col-md-8 {
      padding: 0 !important; }
  .company-outline .d-flex {
    flex-direction: column !important; }
    .company-outline .d-flex .col-lg-6 {
      padding: 0 !important; }
  .gm-message .col-md-5.pl-0 {
    margin-bottom: 10px; }
  .gm-message .col-md-7.pl-4 {
    padding-left: 0 !important; }
  .awards-list {
    flex-wrap: wrap; }
  .company-awards .sub-title {
    max-width: 100%; }
  .air-conditioning {
    padding: 30px 0; }
    .air-conditioning .d-flex.mb-4,
    .air-conditioning .d-flex.ac-list {
      flex-wrap: wrap; }
    .air-conditioning .col-md-5 {
      padding-left: 15px; }
  .listing .d-flex {
    flex-wrap: wrap;
    padding: 0 !important; }
  .vision-mission-page .vision-mission .vm-button-wrap {
    width: 100%; }
    .vision-mission-page .vision-mission .vm-button-wrap:before {
      transform: rotate(0deg);
      width: 100%;
      height: 100%;
      top: 0; }
  .vision-mission-page .vision-mission .isBGImg {
    padding-top: 65%; }
  .our-vision .right-img-col,
  .our-three-mission .right-img-col {
    width: 100%; }
  .our-vision .right-img-col .isBGImg:before {
    left: -22%; }
  .our-three-mission .right-img-col .isBGImg:before {
    right: -26%; }
  .footer {
    border-top: 5px solid #113355; }
    .footer .footer-menu {
      display: none; } }

/* ----- min-width & max-width ----- //*/
/* Extra large devices (large desktops, 1200px and up)*/
/* Large devices (desktops, 992px and up)*/
/* Medium devices (tablets, 768px and up)*/
/* Small devices (landscape phones, 576px and up)*/
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
