html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.navbar-list .navbar-item .two {
    color: #fe5a0e;
}

.image-container {
    position: relative;
}

.image-container::before {
    background-color: #0B0B0B;
    opacity: 0.5;
}

.image-contact {
    width: 100%;
    max-height: 600px;
    position: relative;
}

.overlay-text {
    font-family: 'Poppins';
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5vw;
    text-align: center;
}

@media (max-width: 767px) {
  .overlay-text {
    font-size: 28px;
}
}

.main-container {
    font-size: 35px;
    width: 80%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.main-container .title {
    margin-bottom: 70px;
}

.main-container .side-image {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.main-container .subtitle {
    font-size: 24px;
    line-height: 24px;
}

.main-container .text {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
}

.main-container .vcenter {
    align-items: center;
    display: flex;
}

@media (max-width: 991px) {
    .main-container .vcenter {
        display: block;
    }
}

.main-container .buttom-contact {
    margin-top: 20px;
    float: left;
    font-size: 18px;
    padding: 4px 12px 4px 12px;
    background-color: #0448ad;
    color: #ffffff;
    border-color: #0448ad;
    line-height: 45px;
}

.main-container .buttom-contact:hover {
    background-color: #000000;
}

.features-container {
    margin-top: 120px;
}

.feature-style-one [class*=col-md]:nth-child(1) {
  background: #F6F6F6;
  padding: 0;
}
.feature-style-one [class*=col-md]:nth-child(2) {
  background: #FE5A0E;
  padding: 0;
}
.feature-style-one [class*=col-md]:nth-child(3) {
  background: #262626;
  padding: 0;
}
.feature-style-one.overlapped-top {
  margin-top: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one.overlapped-bottom {
  margin-bottom: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one .single-feature-style-one {
  padding: 41px 25px;
}
.feature-style-one .single-feature-style-one .icon-box, .feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: middle;
}
.feature-style-one .single-feature-style-one .icon-box {
  width: 60px;
}
.feature-style-one .single-feature-style-one .icon-box i {
  color: #000000;
  font-size: 60px;
}
.feature-style-one .single-feature-style-one .text-box {
  padding-left: 20px;
}
.feature-style-one .single-feature-style-one .text-box h3, .feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #262626;
}
.feature-style-one .single-feature-style-one .text-box p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: 15px;
}
.feature-style-one .single-feature-style-one.light .icon-box i {
  color: #fff;
}
.feature-style-one .single-feature-style-one.light .text-box h3, .feature-style-one .single-feature-style-one.light .text-box p {
  color: #fff;
}

.features-style-two {
  padding-bottom: 120px;
}

.single-features-style-two {
  border: 1px solid #E8E8E8;
  text-align: center;
  min-height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-features-style-two .inner {
  width: 100%;
}
.single-features-style-two i {
  font-size: 53px;
  color: #262626;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3, .single-features-style-two p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3 {
  font-size: 22px;
  line-height: 27px;
  color: #252525;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 18px;
  margin-bottom: 10px;
}
.single-features-style-two p {
  font-size: 15px;
  line-height: 27px;
  color: #545454;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.single-features-style-two:before {
  background: #0448ad;
}
.single-features-style-two:hover h3, .single-features-style-two:hover p, .single-features-style-two:hover i {
  color: #fff;
}

.choose-container {
    margin-top: 80px;
}

.choose-container .company-name-blue {
    color: #0448ad;
    font-family: 'Noto Serif TC';
    font-weight: bold;
}

.choose-container .company-name-orange {
    color: #FE5A0E;;
    font-family: 'Merriweather';
    font-weight: bold;
    font-size: 19px;
}

.choose-container .choose-text {
  font-size: 16px;
  margin-top: 10px
}