body {
  background: var(--white-color);
}


/*---------------------------------------
  SECTION TITLE               
-----------------------------------------*/
.section-title-wrap {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
}

.section-title-line {
  background: var(--border-color);
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}

.section-title-icon {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/

.navbar {
  position: absolute;
  z-index: 9;
  right: 20px;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--dark-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.navbar-nav .nav-item .custom-select {
  background-color: transparent;
  border: none;
}

/*---------------------------------------
  page              
-----------------------------------------*/
.page-container {
  border-radius: var(--border-radius-small);
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 80px;
  height: 760px;
  color: #000000;
}

.page-container h1 {
  width: 900px;
  line-height: 1;
  font-size: 100px;
  font-family: Oswald;
}

.page-container p {
  width: 900px;
  font-size: 18px;
  font-weight: 400;
}


.page-section {
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -50px center;
  height: 780px;
}

.navbar-brand img {
  width: 420px;
  margin-left: 40px;
}

/* branch */
.branch {
  margin-top: 100px;
  margin-bottom: 100px;
}

.branch .title {
  font-size: 60px;
  text-align: center;
  font-family: Oswald;
}

.branch img {
  width: 100%;
  margin-top: 100px;
}

/* services */
.services {
  height: 1000px;
  width: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ebeadf;
}

.services .left img {
  width: 98%;
  height: 1000px;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.services .right {
  margin-top: auto;
  margin-bottom: auto;
}

.services .right h3 {
  font-size: 70px;
  font-family: Oswald;
}

.services .right .bt .left p {
  font-size: 26px;
  font-weight: 450;
  font-family: Oswald;
}

.services .right .bt .right {
  padding-right: 80px;
}

.services .right .bt .right p {
  font-size: 18px;
  font-weight: 400;
  margin-top: -20px;
}

/* handle job */
.handle-job {
  margin-top: 100px;
  margin-bottom: 100px;
}

.handle-job .title {
  font-size: 60px;
  text-align: center;
  font-family: Oswald;
}

.handle-job img {
  width: 100%;
}

.handle-job button {
  padding: 20px 100px;
  background-color: #000000;
  color: white;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border: none;
}

/* recommerce */
.recommerce {
  padding: 100px;
  background-image: url('../images/recommerce.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: 600px;
}

.recommerce .title {
  font-size: 60px;
  text-align: center;
  font-family: Oswald;
}

.recommerce .desc {
  font-size: 18px;
  text-align: center;
  margin: 60px 0;
}

.recommerce button {
  padding: 20px 100px;
  background-color: #ebeadf;
  color: black;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border: none;
}

/* circular-economy */
.circular-economy {
  background-color: #ebeadf;
  padding: 100px 0;
}

.circular-economy .title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 100px;
  font-family: Oswald;
}

#accordion .card, #accordion .card-header {
  background-color: #ebeadf;

}

.circular-economy .btn-link {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.circular-economy iframe {
  /* height: 300px; */
  width: 100%;
}

/* evaluate */
.evaluate {
  background-color: #ebeadf;
  padding: 100px 0;
}

.evaluate .title {
  font-size: 60px;
  text-align: center;
  font-family: Oswald;
}

.evaluate .item {
  margin: 100px 0;
}

.evaluate .item:last-child {
  margin: 0;
}

.evaluate .item h4 {
  font-size: 26px;
  font-family: Oswald;
}

.evaluate .item p {
  font-size: 20px;
  margin-top: 20px;
}

/* article */
.article {
  margin-top: 100px;
  margin-bottom: 100px;
}

.article .title {
  font-size: 60px;
  text-align: center;
  font-family: Oswald;
}

.article .item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.article .item .subTitle {
  text-align: center;
  font-size: 18px;
  font-family: Oswald;
}

.article .item button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  color: white;
  padding: 10px 30px;
  font-size: 14px;
}

.article .btn {
  padding: 20px 60px;
  background-color: #000000;
  color: white;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
  border: none;
}

/* request-form */
.form-request {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)),
    url('../images/service.jpg');
  background-size: cover;
  height: 680px;
}

.form-request .title {
  font-size: 80px;
  text-align: center;
  color: white;
  font-family: Oswald;
}

.form-request .btn-form {
  padding: 20px 60px;
  background-color: #000000;
  color: white;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
  border: none;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #ebeadf;
  padding: 50px;
  padding-bottom: 0;
}

.site-footer .top {
  margin-bottom: 50px;
}

.site-footer .top .title {
  font-size: 22px;
}

.site-footer .top .left ul {
  list-style: none;
}

.site-footer .top .left ul li a {
  color: #000000;
  font-weight: 350;
}

.site-footer .top .right a {
  color: #000000;
  font-weight: 350;
}

.site-footer .bottom .left {
  margin: 0;
  padding: 0;
}

.site-footer .bottom .left ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

.site-footer .bottom .left ul li {
  float: left;
  margin-right: 20px;
}

.site-footer .bottom .left ul li:last-child {
  margin: 0;
}

.site-footer .bottom .left ul li a {
  color: #000000;
  font-weight: 350;
}

.site-footer .bottom .right p {
  text-align: right;
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {
  .page-container h1 {
    width: 100%;
    font-size: 60px;
  }

  .page-container p {
    width: 100%;
  }

  .navbar {
    width: 100%;
    flex-direction: row-reverse;
  }

  .navbar-collapse {
    background-color: #ebeadf;
    text-align: center;
  }

  .navbar-toggler {
    margin-right: 40px;
  }

  .page-section {
    height: 680px;
  }

  .page-section .page-container {
    height: 620px;
  }

  .page-section .flex-column {
    flex-direction: column;
  }

  .branch .title,

  .handle-job .title,

  .recommerce .title,

  .circular-economy .title,

  .evaluate .title,

  .article .title,

  .form-request .title,

  .services .right h3 {
    font-size: 40px;
  }

  .site-footer {
    padding: 10px;
  }

  .site-footer .top .left {
    margin: 0;
    padding: 0;
  }

  .site-footer .top .left ul {
    padding: 10px;
  }

  .recommerce {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
  }

  .services {
    height: auto;
    padding: 0 10px;
  }

  .services .left img {
    width: 100%;
    height: 600px;
  }

  .subServices {
    flex-direction: column-reverse;
  }

  .services .right {
    padding: 20px;
  }

  .article .item {
    margin-bottom: 20px;
  }

  .article .item button, .form-request .btn-form, .recommerce button {
    width: 50%;
    padding: 10px 0;

  }

  .handle-job button, .article .btn {
    width: 100%;
    padding: 10px 0;
  }

  .circular-economy {
    padding: 40px 10px;
  }

  .branch, .handle-job, .article {
    margin: 30px 0;
  }

  .branch img {
    margin-top: 50px;
  }

  .circular-economy .title {
    margin-bottom: 50px;
  }

  .evaluate, .form-request {
    padding: 30px 0;
  }

  .form-request {
    height: auto;
  }

  .evaluate .item {
    margin: 30px 0;
  }

  .site-footer .bottom .right p {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
  .navbar-brand img {
    width: 300px;
  }

}

@media screen and (max-width: 480px) {
  .navbar-brand img {
    width: 200px;
  }

  .page-container h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 300px) {
  .navbar-brand img {
    width: 100px;
  }
}