
/* ==============================================================
 CONTACT US
================================================================= */
.contact {
  padding: 98px 0 0; }

.contact-title h2 {
  font-weight: 700;
  text-align: center;
  margin: 0 0 24px; }

.contact-form {
  background: #cbb58b;
  position: relative;
  z-index: 2;
  }
.contact-form h3 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px; }

.btn-submit {
  border: 3px solid #fff;
  color: #fff;
  padding: 13px 44px;
  font-size: 15px;
  margin: 8px 0 0;
  background-color: transparent; }

.btn-submit:hover {
  border: 3px solid #fff;
  background: #fff;
  color: #cbb58b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.contact-option {
  border-right: 1px solid #ad9566;
  padding: 45px 64px; }
  .contact-option .form-control {
    border-color: transparent; }

.contact-address {
  padding: 45px 50px; }
  .contact-address h3 {
    font-weight: 700;
    margin: 0 0 24px; }

.contact-details i {
  color: #fff;
  float: left; }

.contact-details h6 {
  font-size: 19px;
  color: #fff;
  padding: 0 30px 0 30px; }

.contact-details p {
  color: #fff4e0;
  padding: 0 30px 0 30px; }

.contact-center {
  background: #ad9566;
  border-radius: 50%;
  text-align: center;
  width: 44px;
  height: 44px;
  padding: 10px 0;
  color: #fff;
  margin: 0 auto;
  top: -17em;
  position: relative;
  z-index: 10; }

#map {
  height: 620px;
  width: 100%;
  margin: -250px 0 0; }

@media (max-width: 767px) {
  .contact-option {
    border: 0;
    padding: 20px 15px; }
  .contact-option_rsp {
    border-bottom: 1px solid #ad9566;
    padding: 5px 25px 30px; }
  .contact-center {
    display: none; }
  }
/* ==============================================================
 CONTACT US END
================================================================= */

/* ==============================================================
  FAQ
================================================================= */

.list-content ul li{
  background-color: #F4F4F4;
  padding: 10px;

  margin: 8px;
}

.list-content ul li a{
  color: black;
}

.list-content ul li:hover , .list-content ul li.active{
  background-color: #ad9566;
  color:white;
}

.list-content ul li.active a , .list-content ul li:hover a{
  color:white;
}

.btn-link{
  background-color: transparent;
}

.card{
  padding:0px;
  margin-bottom: 0px;
}

.custom-select{
  display: -webkit-box;
}

.search{
  display: -webkit-inline-box;
  width: 50%;
  margin: 0px;
  padding-bottom: 30px;
}
/* ==============================================================
 FAQ END
================================================================= */

/* ==============================================================
 Notice
================================================================= */
.switch_notice{
  display: -webkit-box;
}

.notice_title{
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  margin-bottom: 15px;
  border-bottom: 5px solid #ddd;
}

 .notice_title:hover ,  .notice_title.active{
  border-bottom: 5px solid #f5b92c;
}
/* ==============================================================
 Notice END
================================================================= */

/* ==============================================================
About us
================================================================= */
.partner h2 {
    font-size: 22px;
}
/* ==============================================================
About us END
================================================================= */

@media (max-width: 623px) {
    html {
        font-size: 8px;
    }
}
