/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");
:root .otp-theme {
  --loading_icon: url(../images/otp-loading.gif);
}
:root .ggp-theme {
  --loading_icon: url(../images/ggp_loading_100x67.gif);
}
:root .hs-theme {
  --loading_icon: url(../images/hs-loading.gif);
}

.landing .catalog:after,
.catalog .title h2,
.post-categories,
.category .page-title h1,
.blog nav:after,
.blog .blog_banner:after {
  content: "";
  clear: both;
  display: table;
}

.blog {
  font-family: "Poppins", sans-serif;
}
.blog .stage {
  background: #FFFFFF;
}
.blog .blog_banner {
  clear: both;
  height: 210px;
  width: 100%;
  margin-bottom: 0px;
  background: rgb(223, 225, 224);
  background: -moz-linear-gradient(left, rgb(223, 225, 224) 0%, rgb(230, 230, 228) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(223, 225, 224)), color-stop(100%, rgb(230, 230, 228)));
  background: -webkit-linear-gradient(left, rgb(223, 225, 224) 0%, rgb(230, 230, 228) 100%);
  background: -o-linear-gradient(left, rgb(223, 225, 224) 0%, rgb(230, 230, 228) 100%);
  background: -ms-linear-gradient(left, rgb(223, 225, 224) 0%, rgb(230, 230, 228) 100%);
  background: linear-gradient(to right, rgb(223, 225, 224) 0%, rgb(230, 230, 228) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dfe1e0", endColorstr="#e6e6e4", GradientType=1 );
}
@media only screen and (max-width: 992px) {
  .blog .blog_banner {
    min-height: 280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.blog .blog_banner .banner_image {
  clear: both;
  height: 210px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.blog .blog_banner .banner_image .banner {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .blog .blog_banner .banner_image {
    background-image: unset !important;
    height: 100%;
    width: 100%;
  }
}

.blog .banner_cover .banner_text {
  right: 10px;
  top: 50px;
  left: auto;
  bottom: auto;
}
@media only screen and (max-width: 992px) {
  .blog .banner_cover .banner_text {
    right: unset;
    left: unset;
    bottom: unset;
    top: unset;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .blog .banner_cover .banner_text div {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .blog .banner_cover .banner_text div h1 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    line-height: 50px !important;
    color: #000000;
  }
  .blog .banner_cover .banner_text div h3 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #444444;
  }
}
@media only screen and (min-width: 992px) {
  .blog .banner_cover .banner_text div {
    text-align: right;
  }
}

.blog .banner_cover .banner_text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.blog article nav {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.15);
  background: #FFFFFF;
}
.blog article nav ul li:first-child a.active, .blog article nav ul li:first-child a:hover {
  background: #D20271;
  border-top: 4px solid #D20271;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .blog article nav ul li:first-child a.active:after, .blog article nav ul li:first-child a:hover:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -18px;
    left: auto;
    top: -4px;
    background: transparent;
    border-style: solid;
    border-width: 26px 0 26px 18px;
    border-color: transparent transparent transparent #D20271;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
}
.blog article nav ul li a {
  position: relative;
  display: block;
  font-size: 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #DBDAD7;
  border-bottom: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.blog article nav ul li a:hover, .blog article nav ul li a.active {
  border-bottom: 4px solid #D20271;
  color: #000000;
  text-decoration: none;
}
.blog article nav ul li a span + span {
  margin-left: 10px;
}
.blog article nav ul li a span {
  padding-left: 5px;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .blog article nav ul li a span {
    display: none;
  }
}
.blog article nav ul li a i {
  vertical-align: middle;
}

/*landing page*/
.stage .contents {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 992px) {
  .stage .contents {
    padding: 20px 12px 100px;
  }
}

.catalog {
  padding: 10px 0 0;
  position: relative;
}
.catalog .title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 2vh;
}
.catalog .title h2 {
  font-size: 22px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 992px) {
  .catalog .title h2 {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
  }
}
.catalog .title h2 img {
  display: inline-block;
  margin-right: 15px;
}
.catalog .title h2 i {
  font-size: 28px;
}
.catalog .title h2 span {
  padding-left: 4px;
  font-weight: bolder;
}
.catalog .title .btn {
  display: block;
  font-size: 1rem;
  background: #2BACE2;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  padding: 3px 27px;
}
.catalog .title .btn:hover {
  background: #269ACB;
}
@media only screen and (max-width: 768px) {
  .catalog .title .btn {
    width: 30%;
    font-size: 12px;
    padding: 5px 4px;
    right: 9px;
  }
}

.blog {
  /*.card-columns {
      @media screen and (max-width: 768px) {
          column-count: 2;
          -moz-column-count: 2;
          -webkit-column-count: 2;
      }
      @media screen and (max-width: 576px) {
          column-count: 1;
          -moz-column-count: 1;
          -webkit-column-count: 1;
      }
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4;

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

      }

  }*/
}
@media screen and (max-width: 992px) {
  .blog .post-list {
    margin: 19px;
  }
  .blog .post-list .row div {
    padding: 6px;
  }
  .blog .post-list .row .elem-4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog .post-list .row .elem-3 {
    display: none;
  }
}
.blog .card {
  border: 1px solid rgba(100, 100, 100, 0.1);
  margin-bottom: 20px;
  cursor: pointer;
}
.blog .card:hover {
  box-shadow: 0 8px 20px 0 rgba(170, 170, 170, 0.8);
}
.blog .card .card-img-top img {
  width: 100%;
}
.blog .card .card-body {
  height: 100%;
}
.blog .card .card-body .title-summary {
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .blog .card .card-body .title-summary {
    margin-bottom: 12px;
  }
}
.blog .card .card-body h2 {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  min-height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog .card .card-body p {
  font-size: 10px;
  color: #777777;
  text-align: justify;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
.blog .card .card-body .btn {
  background-color: #F2FDFF;
  color: #58BDD8;
}
.blog .card .card-body .btn:hover {
  background: #E7FAFA;
}
@media screen and (max-width: 768px) {
  .blog .card .card-body .btn {
    width: 100%;
    margin: 0px auto;
  }
}

/*catalog*/
.blog .stage .toolbar .pages {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .blog .stage .col-md-5 .toolbar .pages {
    display: none;
  }
}

.blog .stage .toolbar .pages a.next,
.blog .stage .toolbar .limiter,
.blog .stage .toolbar .amount {
  display: none;
}

.blog .stage .toolbar .pages a.previous {
  visibility: hidden;
  width: 0px;
}

.blog .stage .toolbar .pages ol {
  display: inline-flex;
}

.blog .stage .toolbar .pages li {
  float: left;
}

.blog .stage .toolbar .pages .current,
.blog .stage .toolbar .pages a {
  text-decoration: none;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #CCCCCC;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  margin-left: 5px;
  margin-top: 0px;
}

.blog .stage .toolbar .pages .current,
.blog .stage .toolbar .pages a:hover {
  color: #FFF;
  border: 1px solid #2AC0E1;
  background: #2AC0E1;
}

.category .page-title {
  margin-bottom: 36px;
}
.category .page-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  border-bottom: 0px solid #ededed;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.category .page-title h1 span {
  padding-left: 9px;
}
.category .page-title h1 img {
  float: left;
  margin-right: 15px;
}
.category .page-title p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/*post page*/
.post .post-title {
  margin: 0 0 30px;
}

.post .post-title .title {
  text-align: center;
}

.post .post-title h1 {
  display: inline-block;
  margin: 0 auto 3px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.post .post-title .post-metadata {
  text-align: left;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.post .post-title .post-metadata .post-author {
  color: #2BACE2;
  font-weight: 400;
  display: contents;
}

.post .post-title .post-metadata .post-time {
  color: #777777;
  font-weight: 400;
}

.post .post-title .post-metadata i {
  margin-right: 5px;
}

.post .post-title .post-metadata em {
  font-style: normal;
  margin: 0 20px;
}

.post_detail .subscriber {
  min-height: 380px;
  padding-top: 170px;
  padding-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 20px 0 rgba(170, 170, 170, 0.4);
  background: url(../../images/blog/bg_subscribe_new.jpg) no-repeat top;
  background-size: contain;
}
.post_detail .subscriber:hover {
  box-shadow: 0 8px 20px 0 rgba(170, 170, 170, 0.8);
}

.post_detail .subscriber_bg {
  width: 220px;
  margin-bottom: 20px;
}

.post_detail .blog_sticky_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 100%;
  min-width: 220px;
  text-align: -webkit-center;
}

.post_detail .subscriber .hide {
  display: none !important;
}

.subscriber_worning i {
  float: left;
  font-size: 25px;
  margin-right: 5px;
  margin-top: 2px;
}

.post_detail .subscriber .text {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.post_detail .subscriber .text .success_icon {
  position: absolute;
  top: -56px;
  right: 60px;
  z-index: 10;
  font-size: 30px;
  color: #5BB224;
  background: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 25px;
}

.post_detail .subscriber .text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  margin: 0;
}

.post_detail .subscriber .text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.post_detail .subscriber .form_result,
.post_detail .subscriber .validation-advice,
.post_detail .subscriber input {
  width: 170px;
  height: 34px;
  padding: 0 10px;
  margin: 2px auto;
  display: block;
  border: 1px solid #E0E0DF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post_detail .subscriber .form_result:focus-visible,
.post_detail .subscriber .validation-advice:focus-visible,
.post_detail .subscriber input:focus-visible {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.post_detail .subscriber button {
  display: block;
  width: 170px;
  height: 34px;
  text-align: center;
  margin: 15px auto 0;
  background: #2BACE2;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #FFF;
}
.post_detail .subscriber button:hover {
  background: #269ACB;
}

.post_detail .subscriber .validation-advice {
  height: auto;
  line-height: 13px;
  padding: 10px 15px;
  border-color: transparent;
  position: absolute;
  left: 50%;
  width: 170px;
  z-index: 5;
  background: #F6B8BA;
  border-color: #FA5645;
  color: #DD2D2E;
  margin-top: 0;
  margin-left: -85px;
  font-weight: 300;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.post_detail .subscriber .validation-advice:before {
  content: "";
  position: absolute;
  margin-left: -10px;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FA5645 transparent;
}

.post_detail .subscriber .validation-advice:after {
  content: "";
  position: absolute;
  margin-left: -10px;
  top: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F6B8BA transparent;
}

.post_detail .subscriber .form_result {
  padding: 10px 0;
  line-height: 15px;
  border: 0;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.post_detail .share_box {
  text-align: center;
  margin: 30px 0;
}

.post_detail .share_box a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #DE197D;
  color: #DE197D;
  background: #FFF;
  margin-left: 25px;
  line-height: 32px;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

.post_detail .share_box a:first-child {
  margin-left: 0px;
}

.post_detail .share_box a:hover {
  color: #FFF;
  background: #DE197D;
}

.post_detail .tag_box h2 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
  color: #000;
}

.post_detail .tag_box p {
  padding: 10px -5px;
}

.post_detail .tag_box a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: #F3F3F3;
  color: #707070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 6px 5px;
}
.post_detail .tag_box a:hover {
  background: #DADADA;
  color: #707070;
  text-decoration: none;
}

.blog .blog-detail .posted-in-text {
  margin-bottom: 10px;
  color: black;
  display: inline;
  font-weight: 500;
}

.blog .blog-detail .post-info {
  margin-bottom: 30px;
}

.blog .blog-detail .blog-avatar {
  display: inline-block;
  border-radius: 24px;
  width: 24px;
}

.blog .blog-detail .posted-in-text .posted-in-tags {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  background: #F3F3F3;
  color: #707070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 6px 5px;
}
.blog .blog-detail .posted-in-text .posted-in-tags:hover {
  background: #DADADA;
  color: #707070;
  text-decoration: none;
}
.blog .blog-detail .posted-in-text .posted-in-tags span {
  font-size: 12px;
  font-weight: 400;
}

.post-categories {
  margin: 30px 0;
}

.post-categories li {
  float: left;
  margin-right: 5px;
}

.post-categories li.label {
  margin-right: 15px;
}

.post-categories li a {
  display: block;
  text-decoration: none;
  color: #1E9DC3;
}

.related_post {
  margin-bottom: 50px;
}

.related_post h2 {
  color: #000;
}

.related_post .blog-grid li {
  width: 33.33333%;
}

.blog .blog-detail h2 {
  color: #e01c7d;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.blog .blog-detail .related_post h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.blog .blog-detail p {
  line-height: 20px;
}

.blog .blog-detail address,
.blog .blog-detail blockquote,
.blog .blog-detail dd,
.blog .blog-detail dl,
.blog .blog-detail fieldset,
.blog .blog-detail form,
.blog .blog-detail ol,
.blog .blog-detail p,
.blog .blog-detail pre,
.blog .blog-detail table,
.blog .blog-detail ul {
  margin-bottom: 30px;
  font-size: 14px;
}

.blog .blog-detail ul {
  list-style: inherit;
}

.blog .blog-detail ul.post-categories {
  margin-top: 10px;
  list-style-type: none;
}

.blog .blog-detail ul li {
  display: list-item;
  float: none;
  line-height: 24px;
  font-size: 14px;
  margin-left: 30px;
  color: #777777;
}

.blog .blog-detail blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 24px;
  border-left: 5px solid #eee;
}

.blog .blog-detail blockquote p {
  font-weight: 500;
  font-family: "Crete Round", serif;
  font-style: italic;
}

.blog .blog-detail .iframe {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.blog .blog-detail img {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  height: auto;
}

hr.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #EEE;
}

.blog .blog-detail .post-categories li,
.blog .blog-detail .related_post ul li {
  float: left;
}

.blog .blog-detail .post-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.blog .blog-detail .post-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 14px !important;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 10px;
}

.blog .blog-detail .post-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 12px !important;
}

.blog .blog-detail .post-content p {
  text-align: justify !important;
  font-size: 14px;
  color: #777777;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.blog .blog-detail .post-content a {
  font-size: inherit;
  color: #28b5dc;
  font-weight: 500;
}
.blog .blog-detail .post-content a:hover {
  color: #28b5dc;
}

.blog .blog-detail hr {
  clear: both;
  position: relative;
  width: 560px;
  margin: 1.85714286em auto;
  border-bottom: 1px solid #ececec;
}

.blog .blog-detail .video iframe {
  background: #252525;
  width: 100%;
  min-height: 400px;
  border: 1px solid #e9ebee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #E5E5E5;
  width: 100%;
}

.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
  display: inline-block;
  speak: none;
}

/*# sourceMappingURL=all.css.map */
