/** BLOG
-------------------------------------*/
/* Heading */
.head_block {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_block .title {
  font-size: 26px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: 1;
  padding-left: 15px;
}
.head_block .title::before {
  content: "";
  height: 90%;
  width: 5px;
  background: #D9251B;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .head_block .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_block .title {
    font-size: 18px;
    line-height: normal;
  }
}

.head_single {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_single .title {
  font-size: 30px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: 41.14px;
}
@media (max-width: 1399px) {
  .head_single .title {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 20px;
    line-height: normal;
  }
}

.head_box {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_box .title {
  font-size: 21px;
  position: relative;
  color: #475467;
  line-height: 30.06px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 18px;
    line-height: 26.06px;
  }
}
.head_box .sub {
  font-size: 21px;
  position: relative;
  color: #475467;
  line-height: 30.06px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head_box .sub {
    font-size: 18px;
    line-height: 26.06px;
  }
}

.head_panel {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_panel .title {
  font-size: 21px;
  position: relative;
  color: #475467;
  line-height: 30.06px;
  margin: 0;
  font-weight: 500;
  padding-bottom: 10px;
}
.head_panel .title::before {
  content: "";
  height: 2px;
  width: 50px;
  background: red;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .head_panel .title {
    font-size: 18px;
    line-height: 26.06px;
  }
}

/* Latest */
.gv_section_latest {
  position: relative;
  background-image: url("../images/bg-recent.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
}
.gv_section_latest .latest-box {
  position: relative;
}
.gv_section_latest .latest-box > .row {
  align-items: stretch;
}
.gv_section_latest .latest-box > .row [class*=col-] {
  min-height: 100%;
}
.gv_section_latest .latest-box .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}
.gv_post_category .container > .row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_post_category .content-box .post-item {
  padding-bottom: 45px;
}
.gv_post_category .content-box .post-item:last-child {
  padding-bottom: 30px;
}

/* Single */
.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
.gv_post_single .container > .row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_post_single .content-box .meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 20.16px;
  color: #667085;
}
.gv_post_single .content-box .excerpt {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.gv_post_single .content-box .related {
  padding-top: 20px;
  position: relative;
  width: 100%;
  max-width: 600px;
}
.gv_post_single .content-box .related .related-item {
  display: flex;
  position: relative;
  padding-bottom: 20px;
}
.gv_post_single .content-box .related .related-item:last-child {
  padding-bottom: 0;
}
.gv_post_single .content-box .related .related-item > .thumb {
  min-width: 125px;
  max-width: 125px;
}
.gv_post_single .content-box .related .related-item > .thumb a {
  padding-bottom: 77.5%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.gv_post_single .content-box .related .related-item > .thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_post_single .content-box .related .related-item .info {
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.gv_post_single .content-box .related .related-item .info h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}
.gv_post_single .content-box .related .related-item .info h4 a {
  color: #475467;
}
.gv_post_single .content-box .related .related-item .info h4 a:hover {
  color: var(--second-color);
}
.gv_post_single .content-box .related .related-item .info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  color: #667085;
}

/* Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
}
.gv_page_contact .contact-box {
  padding: 40px 0 60px;
  position: relative;
}
.gv_page_contact .contact-box .info {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .info {
    padding-top: 0;
  }
}
.gv_page_contact .contact-box .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact-box .info ul > li {
  display: block;
  position: relative;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.16px;
  color: #667085;
}
.gv_page_contact .contact-box .info ul > li span.icon {
  position: absolute;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 1px;
}
.gv_page_contact .contact-box .info ul > li span.icon i {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gv_page_contact .contact-box .info ul > li span.adr i {
  background-image: url("../images/ctc_local.png");
}
.gv_page_contact .contact-box .info ul > li span.phn i {
  background-image: url("../images/ctc_phone.png");
}
.gv_page_contact .contact-box .info ul > li span.fax i {
  background-image: url("../images/ctc_fax.png");
}
.gv_page_contact .contact-box .info ul > li span.eml i {
  background-image: url("../images/ctc_email.png");
}
.gv_page_contact .contact-box .info ul > li:last-child {
  padding-bottom: 0;
}
.gv_page_contact .contact-box .form {
  background: #efefef;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 4px 19px rgba(102, 112, 133, 0.37);
  padding: 0 40px 20px;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .form {
    padding: 0 20px 20px;
  }
}
.gv_page_contact .contact-box .form .form-head {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 35px;
}
.gv_page_contact .contact-box .form .form-head img {
  margin-top: -15px;
  max-width: 100%;
  height: auto;
}
.gv_page_contact .contact-box .form .form-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 75%;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
  padding: 12px;
  padding-top: 14px;
}
.gv_page_contact .contact-box .form .form-head span i {
  height: 100%;
  width: 100%;
  background-image: url("../images/ctt-call.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.gv_page_contact .contact-box .form .wpcf7-form input[type=text],
.gv_page_contact .contact-box .form .wpcf7-form input[type=tel],
.gv_page_contact .contact-box .form .wpcf7-form input[type=email],
.gv_page_contact .contact-box .form .wpcf7-form textarea, .gv_page_contact .contact-box .form .wpcf7-form select {
  padding: 14px 20px 14px 20px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #98A2B3;
  height: 50px;
}
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  height: 130px;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  background: #98A2B3;
  padding: 15px 20px;
  min-width: 190px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit:hover {
  background: #D9251B;
}
.gv_page_contact .address-box {
  padding-bottom: 50px;
  position: relative;
}
.gv_page_contact .address-box .search-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gv_page_contact .address-box .search-table .st-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .gv_page_contact .address-box .search-table .st-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 0;
  }
}
.gv_page_contact .address-box .search-table .st-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .gv_page_contact .address-box .search-table .st-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 0;
  }
}
.gv_page_contact .address-box .search-table .name {
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #475467;
  font-weight: 700;
  line-height: 30px;
}
.gv_page_contact .address-box .search-table .search-input {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .gv_page_contact .address-box .search-table .search-input {
    margin-left: initial;
    margin-right: auto;
  }
}
.gv_page_contact .address-box .search-table .search-input input {
  border-radius: 5px;
  outline: none;
  border: 1px solid #D0D5DD;
  padding: 10px 20px;
  width: 400px;
  color: #667085;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 500;
}
.gv_page_contact .address-box .search-table .search-input i {
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  background-image: url("../images/ic-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.gv_page_contact .address-box table {
  width: 100%;
}
.gv_page_contact .address-box table thead tr th {
  background: rgb(111, 111, 111);
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.gv_page_contact .address-box table thead tr th:nth-child(1) {
  text-align: center;
}
.gv_page_contact .address-box table thead tr th:nth-child(2) {
  width: 15%;
}
.gv_page_contact .address-box table thead tr th:nth-child(3) {
  width: 12%;
}
.gv_page_contact .address-box table thead tr th:nth-child(4) {
  width: 20%;
}
.gv_page_contact .address-box table tbody tr td {
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.gv_page_contact .address-box table tbody tr td:nth-child(1) {
  text-align: center;
}
.gv_page_contact .address-box table tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}
.gv_page_contact .address-box .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  padding-top: 25px;
}
.gv_page_contact .address-box .pagination > li {
  display: inline-block;
  padding: 4px 4px;
}
.gv_page_contact .address-box .pagination > li > span {
  display: flex;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  color: #98A2B3;
  cursor: pointer;
}
.gv_page_contact .address-box .pagination > li:first-child i {
  height: 18px;
  width: 12px;
  background-image: url("../images/ar-right.svg");
  position: relative;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.gv_page_contact .address-box .pagination > li:last-child i {
  height: 18px;
  width: 12px;
  background-image: url("../images/ar-right.svg");
  position: relative;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gv_page_contact .address-box .pagination > li.active > span {
  border-color: #475467;
  color: #475467;
}

/* Network */
.gv_page_network {
  position: relative;
  overflow: hidden;
  background: #f2f4f7;
}
@media (min-width: 1399px) {
  .gv_page_network .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gv_page_network .container-flex {
  position: relative;
}
.gv_page_network .group-mx {
  position: absolute;
  height: calc(100vh - 100px);
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 25px;
  width: 100%;
  max-width: 420px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media (max-width: 575px) {
  .gv_page_network .group-mx {
    right: 30px;
    width: auto;
    max-width: unset;
    bottom: 15px;
    height: 35vh;
    top: initial;
    transform: translateY(0);
  }
}
.gv_page_network .group-mx .list-prov {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  height: calc(100% - 60px);
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .gv_page_network .group-mx .list-prov {
    height: calc(100% - 60px);
  }
}
.gv_page_network .group-mx .list-prov::-webkit-scrollbar {
  width: 6px;
}
.gv_page_network .group-mx .list-prov::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 3px;
}
.gv_page_network .group-mx .list-prov::-webkit-scrollbar-thumb {
  background: #667085;
  border-radius: 3px;
}
.gv_page_network .group-mx .list-prov > li {
  position: relative;
  padding-bottom: 15px;
}
.gv_page_network .group-mx .list-prov > li .inbox {
  border-radius: 10px;
  border: 1px solid #667085;
  padding: 15px;
  cursor: pointer;
}
.gv_page_network .group-mx .list-prov > li .inbox h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.gv_page_network .group-mx .list-prov > li .inbox p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 25px;
}
.gv_page_network .group-mx .list-prov > li .inbox p span.icon {
  position: absolute;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1px;
  left: 0;
  padding: 1px;
}
.gv_page_network .group-mx .list-prov > li .inbox p span.icon i {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gv_page_network .group-mx .list-prov > li .inbox p span.adr i {
  background-image: url(../images/ctc_local.png);
}
.gv_page_network .group-mx .list-prov > li .inbox p span.tel i {
  background-image: url(../images/ctc_phone.png);
}
.gv_page_network .group-mx .list-prov > li .inbox p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}
.gv_page_network .group-mx .list-prov > li.active .inbox {
  border-color: red;
}
.gv_page_network .map-gx {
  height: 100vh;
}

.gv_page_about {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
/* Loop Post */
.post_inner {
  position: relative;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
.post_inner .image {
  position: relative;
}
.post_inner .image > a {
  position: relative;
  padding-bottom: 73.928%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.post_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .info {
  position: relative;
  padding: 20px;
}
.post_inner .info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  position: relative;
}
.post_inner .info .title > a {
  color: #475467;
}
.post_inner .info .title > a:hover {
  color: var(--second-color);
}
.post_inner .info .date {
  font-size: 14px;
  color: #667085;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.post_inner .info .date::after {
  content: "";
  height: 1px;
  width: 56px;
  background: #D0D5DD;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.post_inner .info .desc {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #667085;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* Loop Blog */
.blog_inner {
  position: relative;
  padding: 0;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  background: #fff;
  display: flex;
  box-shadow: 0px 4px 40px 0px rgba(0, 64, 44, 0.13);
  margin-bottom: 20px;
  min-height: 235px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .blog_inner {
    flex-wrap: wrap;
  }
}
.blog_inner .image {
  position: relative;
  min-width: 280px;
  max-width: 280px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .blog_inner .image {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.blog_inner .image > a {
  padding-bottom: 89.285%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 767px) {
  .blog_inner .image > a {
    top: 0;
    left: 0;
    position: relative;
  }
}
.blog_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.blog_inner .info {
  position: relative;
  padding: 20px;
  flex: 1;
  width: 100%;
  min-height: 100%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blog_inner .info {
    padding: 15px;
    padding-left: 0;
    padding-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog_inner .info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  position: relative;
}
.blog_inner .info .title > a {
  color: #475467;
}
.blog_inner .info .title > a:hover {
  color: var(--second-color);
}
.blog_inner .info .date {
  font-size: 14px;
  color: #667085;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.blog_inner .info .date::after {
  content: "";
  height: 1px;
  width: 56px;
  background: #D0D5DD;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.blog_inner .info .desc {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #667085;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* Default */
.default-box {
  padding-bottom: 30px;
  position: relative;
}
/* Vision */
.vision-box {
  position: relative;
  padding-bottom: 30px;
}
.vision-box .vision-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* History */
.history-box {
  position: relative;
  padding-bottom: 30px;
}
.history-box .timeline {
  position: relative;
}
.history-box .timeline::after {
  content: "";
  height: 100%;
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #999;
  position: absolute;
}
@media (max-width: 767px) {
  .history-box .timeline::after {
    left: 0;
    transform: translateX(0);
  }
}
.history-box .timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.history-box .timeline ul > li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .history-box .timeline ul > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.history-box .timeline ul > li .inner {
  position: relative;
  padding: 20px 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .history-box .timeline ul > li .inner {
    text-align: left;
  }
}
.history-box .timeline ul > li .inner::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: -10px;
  border-radius: 100%;
  background: #D9251B;
  top: 28px;
  z-index: 9;
}
@media (max-width: 767px) {
  .history-box .timeline ul > li .inner::before {
    right: initial;
    left: -8px;
  }
}
.history-box .timeline ul > li .inner span {
  display: inline-block;
  background: #f2f4f7;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.history-box .timeline ul > li .inner .desc {
  font-size: 15px;
  font-weight: 400;
}
.history-box .timeline ul > li:nth-child(2n) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .history-box .timeline ul > li:nth-child(2n) {
    margin-top: 30px;
  }
}
.history-box .timeline ul > li:nth-child(2n) .inner {
  position: relative;
  text-align: left;
}
.history-box .timeline ul > li:nth-child(2n) .inner::before {
  right: initial;
  left: -10px;
}
@media (max-width: 767px) {
  .history-box .timeline ul > li:nth-child(2n) .inner::before {
    left: -8px;
  }
}

/* Glory */
.glory-box {
  position: relative;
  padding-bottom: 30px;
}
.glory-box .row {
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
}
.glory-box .row > [class*=col-] {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.glory-box .glory-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.glory-box .glory-item .inner {
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
}
.glory-box .glory-item .inner .image {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.glory-box .glory-item .inner .name h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

/* President */
.president-box {
  position: relative;
  padding-bottom: 30px;
}
.president-box .row {
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.president-box .row > [class*=col-] {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.president-box .president-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.president-box .president-item .inner {
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
}
.president-box .president-item .inner .image {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.president-box .president-item .inner .image span img {
  width: auto;
  height: 200px;
}
.president-box .president-item .inner .name h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: center;
}
.president-box .president-item .inner .name p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

/* Leader */
.leader-box {
  position: relative;
  padding-bottom: 30px;
}
.leader-box .row {
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.leader-box .row > [class*=col-] {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.leader-box .leader-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.leader-box .leader-item .inner {
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
}
.leader-box .leader-item .inner .image {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.leader-box .leader-item .inner .image span img {
  width: auto;
  height: 200px;
}
.leader-box .leader-item .inner .name h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: center;
}
.leader-box .leader-item .inner .name p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

/* System */
.system-box {
  position: relative;
  padding-bottom: 30px;
}
.system-box .row {
  align-items: stretch;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.system-box .row > [class*=col-] {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.system-box .system-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.system-box .system-item .inner {
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
}
.system-box .system-item .inner .image {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.system-box .system-item .inner .image span img {
  width: auto;
  height: 200px;
}
.system-box .system-item .inner .name h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: center;
}
.system-box .system-item .inner .name h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

/* Volunt */
.volunt-box {
  position: relative;
}
/**
 * PAGE NAV
 */
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}

/**
 * TAGS
 */
.tags {
  margin-bottom: 20px;
}

/** META ====================================*/
.meta-nav {
  font-size: 14px;
  font-style: italic;
  display: block;
  color: #888;
}

/**
 * LOOP RELATED
 */
.related-grid .related_item .related_inner {
  padding: 7.5px 0;
}

/** Staff Wrap */
.staff-wrap {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.staff-wrap .info {
  position: relative;
  padding-bottom: 20px;
}
.staff-wrap .info .image {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}
.staff-wrap .info .image img {
  height: 100%;
  width: 100%;
}
.staff-wrap .info .name {
  padding-top: 10px;
  text-align: center;
}
.staff-wrap .info .name h1 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #002060;
}
.staff-wrap .info .name p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.staff-wrap article {
  background: rgba(0, 32, 96, 0.8);
  padding: 20px;
  color: #fff;
  border-radius: 4px;
}
.staff-wrap article .entry-content {
  font-size: 15px;
  line-height: 1.58;
  color: #fff;
  text-align: justify;
}

/** Blog Related **/
.service-related {
  position: relative;
  overflow: hidden;
}
.service-related .service_item .service_inner {
  padding: 15px 0;
}
.service-related .related_item .related_inner {
  padding: 15px 0;
}

/** MARKET RELATED ====================================*/
.market-related, .post-related {
  position: relative;
  overflow: hidden;
}
.market-related .related_item .post_inner, .post-related .related_item .post_inner {
  padding: 15px 0;
}

/** Gallery Photo **/
.gallery-photo > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-photo > .row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-photo .gallery_item .inner {
  position: relative;
  padding: 10px 0;
}
.gallery-photo .gallery_item .inner .box {
  border: 1px solid #ccc;
  padding: 4px;
  position: relative;
}
.gallery-photo .gallery_item .inner .box > a {
  position: relative;
  padding-bottom: 70%;
  display: block;
  width: 100%;
  background-position: center;
  overflow: hidden;
}
.gallery-photo .gallery_item .inner .box > a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/** Contact Map **/
.contact-map .map iframe {
  height: 450px;
  width: 100%;
}

/** Contact Info **/
.contact-info .info_item .inner {
  padding: 15px 0;
}
.contact-info .info_item .inner .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.contact-info .info_item .inner .icon span {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info .info_item .inner .icon span i {
  font-size: 32px;
}
.contact-info .info_item .inner .info {
  font-family: "Barlow", sans-serif;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-info .info_item .inner .info h4 {
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: normal;
}
.contact-info .info_item .inner .info p {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: normal;
}/*# sourceMappingURL=blog.css.map */