#post-detail {
  padding-bottom: 80px;
  font-family: 'Poppins', sans-serif;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #dedede;
}
#post-detail .post-header .post-title {
  padding: 80px 0;
  font-weight: 700;
  color: #010A35;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .main-row {
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#post-detail .main-row .row {
  --gutter-x: 15px;
  --gutter-x2: -15px;
}
#post-detail .post-thumb {
  margin-bottom: 30px;
}
#post-detail .post-content {
  font-size: 16px;
  color: #414142;
  line-height: 1.5;
  /**
        * Default WISIWYG Editor Styles
        */
}
#post-detail .post-content .gallery-item {
  margin: 0;
}
#post-detail .post-content .gallery-item a {
  display: block;
}
#post-detail .post-content .gallery-item a img {
  margin: 0;
  display: block;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 20px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4,
#post-detail .post-content h5 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
#post-detail .post-content br,
#post-detail .post-content strong {
  font-weight: bold;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #29BFBE;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail .post-content .gallery .gallery-item {
  padding: 5px;
}
#post-detail .post-content .gallery .gallery-item img {
  border: none;
}
#post-detail .post-content .alignleft,
#post-detail .post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
#post-detail .post-content .alignright,
#post-detail .post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
#post-detail .post-content .alignnone,
#post-detail .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-content .aligncenter,
#post-detail .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#post-detail.contact-page .post-main .contact-items {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-main .contact-items .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.contact-page .post-main .contact-items .contact-col {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-main .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 48px 20px 60px;
  color: #414142;
  line-height: 2;
  position: relative;
}
#post-detail.contact-page .post-main .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #29BFBE;
}
#post-detail.contact-page .post-main .contact-items .c-item .value {
  font-size: 16px;
  color: #414142;
}
#post-detail.contact-page .post-main .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value:hover {
  color: #29BFBE;
}
#post-detail.contact-page .post-main .contact-items .c-item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#post-detail.contact-page .post-main .contact-items .c-item .icon svg {
  color: #29BFBE;
  width: 40px;
  height: 40px;
}
#post-detail.contact-page .post-main .map-box {
  overflow: hidden;
}
#post-detail.contact-page .post-main .map-box iframe {
  width: 100%;
  height: 500px;
  display: block;
}
#post-detail .page-text-area {
  text-align: center;
  padding: 120px 0;
}
#post-detail .page-text-area .page-title {
  font-size: 52px;
  color: #29BFBE;
  margin-bottom: 20px;
  line-height: 1.2;
}
#post-detail .page-text-area .page-text {
  font-size: 20px;
  margin-bottom: 40px;
}
#post-detail.archive-page .archive-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.archive-page .archive-area .gen-col-mb {
  margin-bottom: 20px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card {
  background-color: #fff;
  border: solid 1px #ebf0f2;
  min-height: 100%;
  padding: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area {
  text-align: center;
  padding: 20px 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #414142;
  line-height: 1.2;
  margin-bottom: 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-text {
  color: #414142;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #010A35;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #29BFBE;
}
.pagination ul li.active a {
  border-color: #29BFBE;
  background-color: #29BFBE;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar-area .sidebar-form-area {
  background-color: #010A35;
  padding: 40px 24px 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 40px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area form {
  position: relative;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form .input-area {
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area form .input-area .form-in {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area .form-in::placeholder {
  color: #555555;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area textarea.form-in {
  padding: 20px;
  height: 160px;
}
#sidebar-area .sidebar-form-area .form-button {
  border: none;
  cursor: pointer;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  background-color: #29BFBE;
  -webkit-appearance: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar-area .sidebar-form-area .form-button:hover {
  color: #29BFBE;
  background-color: #fff;
}
@media (max-width: 1440px) {
  #post-detail .main-row {
    --gutter-x: 15px;
    --gutter-x2: -15px;
  }
  #post-detail .post-header .post-title {
    padding: 60px 0;
    font-size: 36px;
  }
  #post-detail .page-text-area {
    padding: 80px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 44px;
    margin-bottom: 15px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 30px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 15px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 52px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 52px;
  }
}
@media (max-width: 1200px) {
  #post-detail .post-header .post-title {
    padding: 50px 0;
    font-size: 32px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 20px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 10px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 48px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 48px;
  }
}
@media (max-width: 991px) {
  #post-detail {
    padding-bottom: 60px;
  }
  #post-detail .post-header .post-title {
    padding: 40px 0;
    font-size: 28px;
  }
  #post-detail .page-text-area {
    padding: 60px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pagination ul li {
    margin-right: 5px;
  }
  .pagination ul li span,
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  #sidebar-area {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #post-detail .post-header .post-title {
    font-size: 24px;
  }
  #post-detail .post-content {
    font-size: 14px;
  }
  #post-detail .post-content h1 {
    font-size: 24px;
  }
  #post-detail .post-content h2 {
    font-size: 20px;
  }
  #post-detail .post-content h3 {
    font-size: 18px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 14px;
  }
  #post-detail .post-content p,
  #post-detail .post-content ul,
  #post-detail .post-content ol {
    margin: 15px 0;
  }
  #post-detail .post-content .gallery-item {
    width: 50%;
  }
  #post-detail .page-text-area {
    padding: 30px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 28px;
  }
  #post-detail.archive-page .archive-area .archive-list .os-item .os-content-wrapper .os-title {
    font-size: 16px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 44px;
  }
}
@media (max-width: 575px) {
  #post-detail {
    padding-bottom: 40px;
  }
  #post-detail.contact-page .post-main .contact-items .c-item {
    padding: 20px 20px 40px;
  }
  #post-detail.contact-page .post-main .contact-items .c-item .title {
    font-size: 22px;
  }
  #post-detail.contact-page .post-main .contact-items .c-item .value {
    font-size: 14px;
  }
  #post-detail.contact-page .post-main .contact-items .c-item .icon {
    right: 10px;
    bottom: 10px;
  }
  #post-detail.contact-page .post-main .contact-items .c-item .icon svg {
    width: 32px;
    height: 32px;
  }
  #post-detail.contact-page .post-main .map-box iframe {
    height: 350px;
  }
}
