/* Colors */
/* Functions */
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999;
}
#side-menu .backdrop {
  background-color: rgba(38, 34, 36, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 20px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 700;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../imgs/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #4d4d4d;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #fff9f0;
}
#post-detail {
  padding-bottom: 130px;
}
#post-detail.contact-page .post-header {
  margin-bottom: 64px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 44px;
}
#post-detail.contact-page .post-content .contact-items .col-12 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 48px 32px 88px;
  color: #262224;
  line-height: 34px;
  position: relative;
  z-index: 999;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  letter-spacing: -0.64px;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #262224;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  background-color: #03569A;
  height: 250px;
}
#post-detail .post-header .container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
}
#post-detail .post-header .post-title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  padding: 0 0 96px;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 15px;
  letter-spacing: -0.64px;
  color: #262224;
  line-height: 23px;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  font-size: 24px;
  letter-spacing: -0.94px;
  line-height: 1.5;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .sidebar-form {
  background-color: #0076D0;
  padding: 56px 24px  32px;
  margin-top: 25px;
  border-radius: 5px;
}
#post-detail .sidebar-form:before {
  content: "\f128";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #03569a;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fffefe;
  font-size: 23px;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 5px 10px -6px #000;
}
#post-detail .sidebar-form .circle-area {
  height: 100%;
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
#post-detail .sidebar-form .circle-area .text:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#post-detail .sidebar-form .form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail .sidebar-form .form [class*="col-"] {
  margin: 10px 0;
}
#post-detail .sidebar-form .form .form-control {
  border: 1px solid #0164b1;
  padding: 0 20px;
  font-size: 14px;
  color: #262224;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form .form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form .form .form-control:focus {
  border-color: #03569A;
}
#post-detail .sidebar-form .form textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100px;
}
#post-detail .sidebar-form .form .btn {
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
  font-weight: bolder;
  text-transform: uppercase;
}
#post-detail .sidebar-form .form .btn:hover {
  background-color: #00ccff;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1199px) {
  #post-detail .post-header .post-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  #post-detail .post-header.no-post-thumb {
    height: 200px;
  }
  #post-detail .post-header.no-post-thumb .container {
    padding-top: 90px;
    height: 100%;
  }
  #post-detail .post-header.no-post-thumb .post-title {
    padding-bottom: 0;
  }
  #post-detail .post-content {
    margin-bottom: 87px;
  }
}
@media (max-width: 767px) {
  #post-detail .post-header.no-post-thumb {
    height: 150px;
  }
  #post-detail .post-header.no-post-thumb .container {
    padding-top: 60px;
    height: 100%;
  }
  #post-detail .post-header .container {
    height: 100%;
  }
  #post-detail .post-header .post-thumb {
    min-height: initial;
  }
  #post-detail .post-header .post-title {
    font-size: 24px;
    letter-spacing: 0;
    padding: 0 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .slider-under .row {
    margin: 0;
  }
  .contact-us .contact-us-wrapper {
    margin: 0;
  }
  .contact-us .contact-us-wrapper form > .row {
    margin: 0;
  }
  header .header-bottom a.logo {
    padding-top: 0;
  }
  header .header-bottom .mobile-menu {
    padding-top: 10px;
  }
  header .header-bottom .mobile-menu a {
    padding: 20px;
    font-size: 30px;
    color: #111;
  }
}
