body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  line-height: 1.3 !important;
  font-weight: 600;
}

.link-detail {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 600;
}

.link-detail:before {
  content: ">";
  position: absolute;
  right: 0;
}

.is-section.is-box .is-container.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.contentbuilder-css .btn.btn-default {
    width: 17vw;
    max-width: 325px;
    min-width: 180px;
}

/* Header */

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.header-menu-loggedin {
  display: none !important;
}

.section-header .navbar-default {
  background-color: #2c2c2c;
}

body.fixed-top .section-header .navbar-default {
    background-color: rgba(44, 44, 44, 0.85);;
}

.section-header .navbar .navbar-header a img {
  max-width: 200px;
}

.section-header .navbar .navbar-toggle {
  padding: 0;
  margin-top: 15px;
  margin-right: 15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

@media (max-width: 1023px) {
  .section-header .container-fluid {
    padding-bottom: 0;
  }

  .section-header .navbar .navbar-header {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a {
    border-bottom: 1px solid #424242;
  }
}

@media (min-width: 1024px) {
  .section-header .navbar .navbar-header a img {
      max-width: 100%;
  }

  .section-header .container-fluid {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .section-header .navbar-menus {
    padding-top: 10px;
  }
}

/* Banner */

body.home .section-banner,
body.home .section-banner .inner,
body.home .swiper-banner-container,
body.home .swiper-banner-container .swiper-slide-background.banner-padding-lg {
  height: 100%;
}

body.home .section-banner .inner {
  padding-top: 66px;
}

body.home .swiper-banner-container .swiper-slide-background .banner-background-container {
  position: relative;
  height: 100%;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
  font-weight: 600;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

body.home .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
  position: relative;
  top: 22%;
}

.section-banner .scrolldown-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.section-banner .scrolldown-wrapper {
  position: absolute !important;
  bottom: 40px !important;
  left: 0;
  right: 0;
}

.section-banner .scrolldown-wrapper a {
  color: #fff;
  font-size: 3em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15;
  margin-top: 0.8em;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.section-banner .scrolldown-wrapper a:hover,
.section-banner .scrolldown-wrapper a:focus {
  color: #dadada;
  border-color: #dadada;
}

.section-banner .scrolldown-wrapper .scrolldown-text {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .section-banner .scrolldown-wrapper {
    bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .section-banner .scrolldown-wrapper {
    bottom: 116px !important;
  }
}

@media (min-width: 1024px) {
  body.home .section-banner .inner {
    padding-top: 80px;
  }
}

/* Home */

.contentbuilder-css .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.main-section .is-container {
  padding-bottom: 0;
}

.main-section .row .img-col {
  text-align: center;
}

.main-section .row .content-col {
  margin-bottom: 2em;
}

.content-col .link-detail {
  margin-top: 1em;
}

.item-wrapper .img-col img {
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.18);
}

.load-more-box-wrapper,
.contact-us-box-wrapper {
  position: relative;
}

.contact-us-box-wrapper {
  margin-top: 4em;
}

.load-more-box-wrapper .load-more-box,
.contact-us-box-wrapper .contact-us-box {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1;
}

.load-more-box-wrapper hr,
.contact-us-box-wrapper hr {
  position: absolute;
  width: 100%;
  top: 0;
  margin: auto 0 !important;
  bottom: 0;
}

.section-05 .contact-us-box-wrapper .contact-us-box {
  background-color: #eeeff0;
}

@media (min-width: 992px) {
  #top_col_01 .col-left {
    margin-top: 5%;
  }

  .main-section .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-section .row .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .item-wrapper .col-left {
    padding-right: 30px;
  }

  .item-wrapper .col-right {
    padding-left: 30px;
  }
}

/* Review */

.swiper-singlerow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 90px;
  margin-top: 3em;
}

.writer-pic {
  margin-bottom: 1.5em;
}

.writer-pic img {
  max-height: 100px;
}

.review-title h2 {
    font-weight: 600;
}

.review-title {
    margin-bottom: 5em;
}

.review-content {
    font-style: italic;
}

.reviewer {
    font-weight: 600;
    margin-top: 2em;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    border: 3px solid #464646;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: #4eaadd;
}

.swiper-review-container .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    -webkit-transform: scale(.66);
    transform: scale(.66);
}

.swiper-button-prev,
.swiper-button-next {
  top: 18%;
  margin-top: 0;
}

@media (max-width: 580px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

@media (min-width: 581px) {
    .swiper-singlerow {
        padding-left: 3em;
        padding-right: 3em;
    }
}

@media (min-width: 992px) {
    .swiper-singlerow {
        padding-left: 9em;
        padding-right: 9em;
    }
}

/* Contact Us */

.formbuilder-widget-717 {
    background-color: #eeeff0;
}

.formbuilder-widget-717 > .formbuilder-inner {
    max-width: 750px;
}

.formbuilder-widget-717 .form-control {
    border-radius: 23px;
}

.formbuilder-widget-717 textarea.form-control {
    border-radius: 10px;
}

.formbuilder-widget-717 .row-submit {
    margin-top: 1.5em;
}

.formbuilder-widget-717 .row-submit > .col-md-12 {
    text-align: center;
}

.formbuilder-widget-717 .row-submit .btn-form-submit {
    width: 17vw;
    max-width: 325px;
    min-width: 180px;
    color: #fff;
    background-color: #494949;
    border-radius: 23px;
    border: none;
}

.formbuilder-widget-717 .row-submit .btn-form-submit:hover,
.formbuilder-widget-717 .row-submit .btn-form-submit:focus {
    color: #fff;
    background-color: #bbb;
    text-decoration: none;
}

@media (max-width: 767px) {
    .formbuilder-widget-717 > .formbuilder-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .formbuilder-widget-717 .row-submit {
        margin-top: 2em;
    }
}

/* Footer */

.section-footer {
    background-color: #fafafa;
}

.section-footer footer {
    font-size: 1.2em;
    color: #494949;
    padding-top: 3.5em;
    padding-bottom: 5px;
}

.section-footer footer a {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #494949;
}

.footer-col-title {
    color: #4eaadd;
    font-weight: 600;
}

.contact-info .mail a {
    text-transform: none;
}

.footer-logo {
    margin-bottom: 3em;
}

.social-media {
    margin-top: 10px;
}

.social-media .social-media-icon.round {
    border: 2px solid #494949;
}

.social-media .social-media-icon.round:hover,
.social-media .social-media-icon.round:focus {
    color: #fff;
    background-color: #494949;
}

.social-media > a {
    line-height: 44px;
}

.social-media > a:not(:first-child) {
    margin-left: 10px;
}

.social-media .social-media-icon.round i {
    font-size: 28px;
    vertical-align: middle;
}

.section-footer .container-fluid.top {
  padding-bottom: 30px;
}

.section-footer .container-fluid.bottom {
    border-top: 1px solid #e1e1e1;
}

.section-footer .copyright {
    text-align: center;
}

.scrollToTop {
    background: #494949;
}

.section-header .navbar-nav .social-media {
    margin-top: 2px;
}

.section-header .navbar-nav .social-media .social-media-icon.round {
    border-color: #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 27px;
}

.section-header .navbar-nav .social-media .social-media-icon.round:hover,
.section-header .navbar-nav .social-media .social-media-icon.round:focus {
  color: #333;
  background-color: #fff;
}

.section-header .navbar-nav .social-media .social-media-icon.round i {
    font-size: 20px;
}

@media (max-width: 991px) {
    .section-header .navbar-nav .social-media {
        padding: 15px 14px;
    }
}

/* Rwardz Widget */

.rwardz-container .rwardz-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rwardz-container .post-item {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  position: relative;
}

.rwardz-container .post-item.has-category {
  padding-bottom: 65px;
}

.rwardz-container .post-item .post-thumbnail {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
}

.rwardz-container .post-item .post-thumbnail > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rwardz-container .post-item .post-thumbnail > a > img {
  width: 100%;
  margin: 0;
}

.rwardz-container .post-item .post-body {
  padding: 15px 20px;
  line-height: 1.4;
  position: relative;
}

.rwardz-container .post-item .post-body .title > h3 {
  line-height: 1.2 !important;
  text-align: center;
}

.rwardz-container .post-item .post-body .review-info {
  font-size: 0.9em;
  text-align: center;
}

.rwardz-container .post-item .post-body .review-info > span {
  display: block;
}

.rwardz-container .post-item .post-body .review-info > span:first-child:before {
  display: none;
}

.rwardz-container .post-item .post-body a {
  color: #333;
}

.rwardz-container .post-item .post-body a:hover,
.rwardz-container .post-item .post-body a:focus {
  color: #333;
  text-decoration: none;
}

.rwardz-container .post-item .writer img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0;
}

.rwardz-container .post-item .content {
  font-size: 0.9em;
}

.rwardz-container .post-item .lnk-rwardz-readmore {
  font-size: 0.9em;
  margin-top: 1em;
  font-style: italic;
}

.rwardz-container .post-item .category {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.rwardz-container .post-item .category a {
  text-transform: uppercase;
  position: relative;
  top: -11px;
  color: #737373;
  font-weight: 600;
}

.rwardz-container .post-item .category::before,
.rwardz-container .post-item .category::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 1px;
  background-color: #ccc;
}

.rwardz-container .post-item .category::before {
  left: 20px;
}

.rwardz-container .post-item .category::after {
  right: 20px;
}

@media (min-width: 768px) {
  .rwardz-container .post-item {
    width: 47%;
    margin: 0 1.5% 50px;
  }
}

@media (min-width: 1280px) {
  .rwardz-container .post-item {
    width: 22%;
  }
}

/* Rwardz post share */

.review-item > .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.review-item.share-opened > .overlay {
    opacity: 0.45;
}

.review-item .share-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 2em;
    color: #fff;
    opacity: 0;
}

.post-share {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin: auto;
}

.post-share .link-btn {
    font-size: 1.6em;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 43px;
    margin-right: 10px;
    position: relative;
    top: 28px;
    opacity: 0;
}

.review-item.share-opened .share-close,
.review-item.share-opened .post-share .link-btn {
    opacity: 1;
}

.review-item.share-opened .post-share .link-btn {
    top: 0;
}

.post-share .link-btn.facebook {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.post-share .link-btn.twitter {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.post-share .link-btn.mail {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}