@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  font-family: "Jost", sans-serif; }

html, body {
  height: 100%;
  color: #1D1D1D; }

a {
  color: #1953b4; }

a, a:hover, a:focus {
  color: #144290;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  color: #6f6f6f;
  margin-bottom: 1.5em; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

.help-block {
  font-size: 13px; }

.cursor-pointer {
  cursor: pointer !important; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

.coret {
  text-decoration: line-through; }

.error-form {
  display: block;
  margin-top: 5px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  color: #F00; }
  .error-form p {
    margin-bottom: 0;
    color: #F00;
    line-height: 11px; }

.alert {
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px; }
  .alert.alert-danger a {
    color: #721c24;
    font-weight: bold; }

.alert-mini {
  padding: 7px 15px !important; }

.alert .close {
  margin-top: -4px; }

.icon-facebook {
  color: #295396 !important; }

.icon-twitter {
  color: #28aae1 !important; }

.icon-instagram {
  color: #d6249f !important; }

.empty-data {
  padding: 50px 0;
  text-align: center; }
  .empty-data img {
    width: 50%; }

label sup {
  color: red; }

.group-input {
  margin-bottom: 10px; }

.custom-input {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.7);
  border-radius: 4px;
  overflow: hidden; }
  .custom-input .input-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    color: #787878;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1; }
    .custom-input .input-icon .fa {
      font-size: 0.9375rem; }
  .custom-input input {
    position: relative;
    padding: 8px 40px;
    padding-right: 15px;
    width: 100%;
    color: #676767;
    font-size: 0.875rem;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 2; }

.custom-select {
  font-size: 0.8125rem; }
  .custom-select.sort {
    padding: 5px 10px;
    padding-right: 30px;
    height: auto;
    font-size: 0.8125rem; }

.text {
  font-size: 0.875rem; }
  .text p, .text li {
    font-size: 0.875rem;
    line-height: 24px; }

.paragraph p {
  font-size: 1rem;
  line-height: 34px; }

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none; }

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px; }

.select2-container--default.select2-container--open {
  border-color: #3c8dbc; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-results__option {
  padding: 6px 12px;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  padding-left: 15px;
  border: 1px solid #d2d6de;
  font-size: 14px !important; }

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
  font-size: 13px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

.btn-main {
  color: #fff;
  background-color: #1953b4; }
  .btn-main:hover {
    background-color: #2068e0; }

.btn-wa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #11a80b;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
  z-index: 999; }
  .btn-wa .fa {
    font-size: 2rem;
    color: #fff; }

.form-group label {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7); }

.form-control {
  padding: 8px 12px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  border: solid 1px #e0e0e0;
  border-radius: 3px; }
  .form-control:focus {
    border: solid 1px #1953b4;
    box-shadow: none; }
  .form-control:invalid {
    box-shadow: none; }

.btn {
  padding: 10px 27px;
  font-size: 0.8125rem;
  border-radius: 3px; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  border-radius: 3px; }

.btn-tbl {
  padding: 5px 10px;
  font-size: 0.6875rem;
  background-color: #f1f1f1;
  border-radius: 3px; }
  .btn-tbl.success, .btn-tbl.primary, .btn-tbl.danger {
    color: #fff; }
  .btn-tbl.success {
    color: #fff;
    background-color: #28a745; }
  .btn-tbl.primary {
    background-color: #007bff; }
  .btn-tbl.danger {
    color: #fff;
    background-color: #dd4b39; }

.wrap-carousel-promo, .wrap-carousel-new {
  position: relative; }
  .wrap-carousel-promo:hover .arrow-nav.pro-prev img, .wrap-carousel-promo:hover .arrow-nav.pro-next img, .wrap-carousel-promo:hover .arrow-nav.promo-prev img, .wrap-carousel-promo:hover .arrow-nav.promo-next img, .wrap-carousel-new:hover .arrow-nav.pro-prev img, .wrap-carousel-new:hover .arrow-nav.pro-next img, .wrap-carousel-new:hover .arrow-nav.promo-prev img, .wrap-carousel-new:hover .arrow-nav.promo-next img {
    opacity: 1; }

.arrow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .arrow-nav.promo-prev.arrow-left, .arrow-nav.promo-next.arrow-left {
    left: -60px; }
  .arrow-nav.promo-prev.arrow-right, .arrow-nav.promo-next.arrow-right {
    right: -60px; }
  .arrow-nav.promo-prev img, .arrow-nav.promo-next img {
    width: 50px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .arrow-nav.pro-prev.arrow-left, .arrow-nav.pro-next.arrow-left {
    left: -40px; }
  .arrow-nav.pro-prev.arrow-right, .arrow-nav.pro-next.arrow-right {
    right: -40px; }
  .arrow-nav.pro-prev img, .arrow-nav.pro-next img {
    width: 30px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

input:focus, button:focus {
  outline: none; }

.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.item h1 {
  font-size: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }
.item h2 {
  font-size: 1rem;
  color: #898989;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

.toast-success {
  color: #155724;
  background: #d4edda; }

.toast-warning {
  color: #856404;
  background: #fff3cd; }

.toast-danger {
  color: #721c24;
  background: #f8d7da; }

.whatsapp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99; }
  .whatsapp li {
    margin-right: 10px; }
    .whatsapp li:last-child {
      margin-right: 0; }
    .whatsapp li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 50px;
      height: 50px;
      font-size: 2rem;
      color: #fff;
      background: green;
      border-radius: 50%; }
      .whatsapp li a:hover {
        background: #009a00; }

.button-chat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .button-chat li:last-child a {
    background: #20292f; }
  .button-chat li a {
    display: block;
    padding: 12px 30px;
    min-width: 140px;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    background: #1953b4; }
    .button-chat li a .fa {
      margin-right: 5px; }
    .button-chat li a.btn-cart-footer {
      color: #fff;
      background: #111; }
      .button-chat li a.btn-cart-footer:hover {
        color: #fff;
        background: #454545; }

/*Star rating*/
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block;
  cursor: pointer; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 1em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

/*Item ulasan*/
.wrap-ulasan-member {
  width: 100%; }

.item-ulasan-member {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px dotted #DEDEDE; }

.item-ulasan-member:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.item-ulasan-member .img-ulasan {
  width: 95px; }

.item-ulasan-member .body-ulasan {
  margin-left: 15px;
  width: calc(100% - 110px); }

.item-ulasan-member .body-ulasan .form-control {
  margin-bottom: 5px;
  border-radius: 2px; }

.swal2-modal {
  width: 400px; }

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  font-size: 40px;
  line-height: 60px; }

.swal2-modal .swal2-title {
  font-size: 18px; }

.swal2-modal .swal2-styled {
  padding: 8px 20px;
  font-size: 13px; }

.swal2-modal .swal2-spacer {
  margin: 20px 0;
  height: 0; }

.swal-wide {
  width: 400px !important; }

.wrap-bxslider {
  position: relative; }

.btn-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 50px;
  background: #565656;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5; }
  .btn-control.btn-prev {
    left: 0; }
  .btn-control.btn-next {
    right: 0; }
  .btn-control .fa-thin {
    font-size: 1.125rem;
    color: #fff; }

span.blockspam {
  display: none; }

@media only screen and (max-width: 1024px) {
  .arrow-nav {
    display: none; } }
@media only screen and (max-width: 991px) {
  .button-chat {
    width: 100%; }
    .button-chat li {
      width: 50%; } }
@media only screen and (max-width: 767.8px) {
  .paragraph p {
    font-size: 0.9375rem;
    line-height: 26px; } }
.pagging nav ul li.active .page-link {
  padding: .5rem .75rem;
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  background: #1953b4;
  border-color: #1953b4; }
.pagging nav ul li .page-link {
  padding: 0; }
.pagging nav ul li a {
  display: block;
  padding: .5rem .75rem;
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem; }

.page-item {
  margin-right: 8px; }
  .page-item.active .page-link {
    background: #111;
    border-color: #111; }
  .page-item:first-child .page-link {
    border-radius: 50%; }
  .page-item:last-child .page-link {
    border-radius: 50%; }
  .page-item .page-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 0.8125rem;
    color: #111;
    font-weight: 600;
    border-radius: 50%;
    border-color: #111; }

header {
  position: relative;
  background: #fff;
  z-index: 99; }
  header.with-border {
    border-bottom: 5px solid #1953b4; }

.top-header {
  padding: 9px 0;
  background: #e9f0fc; }

.menu-top-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.list-top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .list-top-menu li {
    margin-right: 30px;
    font-size: 0.875rem;
    color: #676767; }
    .list-top-menu li:last-child {
      margin-right: 0; }
    .list-top-menu li .fa, .list-top-menu li .fa-brands {
      margin-right: 3px;
      color: #1953b4; }

.top-header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.sosmed-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .sosmed-header li {
    margin-right: 10px; }
    .sosmed-header li:last-child {
      margin-right: 0; }
    .sosmed-header li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 25px;
      height: 25px;
      font-size: 0.75rem;
      color: #fff;
      background: #1953b4;
      border-radius: 5px; }

.wrap-main-header {
  height: 70px; }
  .wrap-main-header.active-sticky {
    height: 61.4px;
    transition: .2s; }

#main-header {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08); }
  #main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%; }
    #main-header.sticky .header {
      padding: 10px 0;
      transition: .2s; }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0; }

.logo {
  display: block; }
  .logo img {
    margin-top: -10px;
    max-width: 150px; }

.dropdown-lang {
  position: relative;
  padding-left: 20px;
  margin-left: 20px; }
  .dropdown-lang:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #333; }
  .dropdown-lang > a img {
    margin-right: 3px;
    width: 28px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); }

.dropdown-lang-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  right: -10px;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transition: .3s;
  opacity: 0;
  z-index: 999; }
  .dropdown-lang-menu.active {
    visibility: visible;
    opacity: 1; }

.dropdown-lang-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 7px 15px; }
  .dropdown-lang-item:hover {
    background: #f1f1f1; }
  .dropdown-lang-item:last-child {
    margin-bottom: 0; }
  .dropdown-lang-item img {
    width: 25px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }
  .dropdown-lang-item span {
    display: block;
    margin-left: 10px;
    font-size: 1rem;
    color: #333; }

#menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  #menu ul li {
    margin-right: 20px; }
    #menu ul li:last-child {
      margin-right: 0; }
    #menu ul li a {
      display: block;
      padding: 10px 12px;
      font-size: 0.875rem;
      color: #343434;
      font-weight: 700;
      text-transform: uppercase; }
      #menu ul li a:hover, #menu ul li a.active {
        color: #1953b4; }

.menu-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .menu-icon li {
    margin-right: 35px; }
    .menu-icon li:last-child {
      margin-right: 0; }
    .menu-icon li a {
      display: block;
      color: #fff;
      font-size: 1.25rem; }

#toggle-menu {
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25px;
  height: 30px;
  cursor: pointer; }
  #toggle-menu:hover span:before, #toggle-menu:hover span:after {
    width: 70%;
    transition: all 0.3s; }
  #toggle-menu:hover span:before {
    left: 30%; }
  #toggle-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #000; }
    #toggle-menu span:before, #toggle-menu span:after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      height: 2px;
      background: #000; }
    #toggle-menu span:before {
      top: -7px; }
    #toggle-menu span:after {
      bottom: -7px; }

.search-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  width: 100%;
  background: #fafafa; }
  .search-bar .btn {
    color: #fff;
    background: #1953b4;
    border-color: #1953b4; }

.action-header a,
.action-header-mobile a {
  display: inline-block;
  padding: 12px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #333;
  font-weight: 600;
  background: orange;
  border-radius: 5px; }
  .action-header a:hover,
  .action-header-mobile a:hover {
    background: #e69500; }

.action-header-mobile {
  padding: 10px; }
  .action-header-mobile a {
    display: block;
    text-align: center; }

@media only screen and (max-width: 991.8px) {
  .top-header {
    display: none; }

  #menu {
    display: none; }

  #toggle-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .action-header {
    display: none; } }
#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  max-width: 100%;
  visibility: hidden;
  z-index: 9999; }
  #mobile-menu.active {
    visibility: visible; }
    #mobile-menu.active .menu-backdrop {
      width: 100%; }
    #mobile-menu.active .menu-box {
      right: 0;
      transition-delay: 400ms; }

.visible-mobile-menu {
  overflow: hidden; }

.menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 900ms ease;
  z-index: 1; }

.close-mobile-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer; }
  .close-mobile-menu:before, .close-mobile-menu:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #565656; }
  .close-mobile-menu:before {
    transform: rotate(45deg) translateY(-50%); }
  .close-mobile-menu:after {
    transform: rotate(-45deg) translateY(-50%); }

.menu-box {
  position: absolute;
  top: 0;
  right: -400px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transition: all 900ms ease;
  z-index: 2; }

.logo-mobile {
  padding: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd; }
  .logo-mobile a {
    display: block; }
  .logo-mobile img {
    margin-top: -5px;
    width: 150px; }

.menu-mobile li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.0625rem;
  color: #232323;
  border-bottom: 1px solid #ddd; }
  .menu-mobile li a:hover, .menu-mobile li a:focus {
    background: #f1f1f1; }

.title-content h2 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #d60505;
  text-transform: uppercase; }
.title-content p {
  margin-bottom: 0;
  font-size: 2.625rem;
  color: #232323;
  font-weight: 700;
  line-height: 48px; }
  .title-content p.white {
    color: #fff; }
.title-content.center h2, .title-content.center p {
  text-align: center; }

.desc-content {
  margin-top: 20px; }
  .desc-content p {
    margin-bottom: 15px;
    font-size: 1rem; }

.link-content {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 13px 40px;
  background: #1953b4;
  white-space: nowrap;
  overflow: hidden; }
  .link-content span {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    z-index: 2; }
    .link-content span .fa-thin {
      margin-left: 5px; }
  .link-content:hover span, .link-content:focus span {
    color: #fff; }
  .link-content:hover:before, .link-content:focus:before {
    opacity: 1;
    transform: scale(1); }
  .link-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #20292f;
    z-index: 1;
    transition: all 0.4s;
    transform: scale(0.2, 1); }

#banner-page {
  position: relative;
  padding: 100px 0;
  background: url("../../images/banner.jpg") center center;
  background-size: cover; }
  #banner-page:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #010C3A 0%, rgba(255, 255, 255, 0) 100%); }

.breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .breadcrumbs li {
    position: relative;
    margin-right: 23px;
    font-size: 1.125rem;
    color: #fff; }
    .breadcrumbs li:before {
      position: absolute;
      content: '/';
      top: 0;
      right: -15px;
      font-size: 1rem;
      color: #fff; }
    .breadcrumbs li:last-child {
      margin-right: 0; }
      .breadcrumbs li:last-child:before {
        display: none; }
    .breadcrumbs li a {
      display: block;
      font-size: 1.125rem;
      color: #fff; }

#main-page {
  padding: 70px 0; }

.title-page {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700; }

.container-custom {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1340px; }

@media only screen and (max-width: 767.8px) {
  .title-content p {
    font-size: 2rem;
    line-height: 38px; } }
#about-home {
  padding: 80px 0; }

.about-home {
  padding-left: 30px; }

.img-about-home {
  position: relative; }
  .img-about-home img {
    position: relative;
    z-index: 2; }
  .img-about-home:before {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 0px;
    width: 90%;
    height: 90%;
    background: #1953b4;
    border-radius: 100px;
    transform: perspective(20px) rotateX(0.5deg) rotateY(0.5deg);
    z-index: 1; }
  .img-about-home:after {
    position: absolute;
    content: '';
    left: 70px;
    bottom: 60px;
    width: 90%;
    height: 90%;
    background: transparent;
    border: 3px solid #1953b4;
    border-radius: 100px;
    transform: perspective(20px) rotateX(0.5deg) rotateY(0.5deg);
    z-index: 3; }

.content-about p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 28px; }
.content-about ul, .content-about ol {
  margin-bottom: 1.5em; }
  .content-about ul li, .content-about ol li {
    font-size: 0.875rem;
    color: #6f6f6f;
    line-height: 28px; }

@media only screen and (max-width: 991.8px) {
  .about-home {
    padding-left: 0; } }
#price-home {
  position: relative;
  padding: 80px 0;
  background: #20292f; }

.bg-price {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/bg-price.webp");
  background-position: center center;
  background-size: cover; }

.price-container {
  position: relative;
  z-index: 2; }

.list-price {
  margin-top: 40px; }

.item-price {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 7px; }

.header-item-price {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #1953b4;
  text-align: center;
  border-radius: 6px 6px 0 0; }
  .header-item-price p {
    margin-bottom: 5px;
    color: #fff; }
  .header-item-price h3 {
    color: #fff;
    font-weight: 700; }

.wrap-gauge {
  margin-top: -65px; }

.gauge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  background: #fff;
  border: 5px solid #1953b4;
  border-radius: 50%; }
  .gauge span {
    display: block;
    line-height: 24px; }
    .gauge span:nth-child(2) {
      font-size: 2.625rem;
      font-weight: 600;
      line-height: 46px; }

.body-item-price {
  padding: 0 35px;
  padding-bottom: 35px; }

.desc-item-price {
  margin-top: 25px; }
  .desc-item-price ul li {
    margin-bottom: 10px; }
    .desc-item-price ul li:before {
      margin-right: 10px;
      content: '\f00c';
      font-family: 'Font Awesome 6 Pro';
      color: #DF0303; }
  .desc-item-price p {
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #232323;
    font-weight: 700;
    text-align: center;
    border: 1px solid #DF0303; }
    .desc-item-price p span {
      color: #DF0303; }

.link-price {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 13px 40px;
  background: #1953b4;
  white-space: nowrap;
  text-align: center;
  overflow: hidden; }
  .link-price span {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    z-index: 2; }
  .link-price:hover span, .link-price:focus span {
    color: #fff; }
  .link-price:hover:before, .link-price:focus:before {
    opacity: 1;
    transform: scale(1); }
  .link-price:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #20292f;
    z-index: 1;
    transition: all 0.4s;
    transform: scale(0.2, 1); }

.area-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px; }
  .area-price li {
    width: 200px; }
    .area-price li button {
      display: block;
      padding: 10px 25px;
      width: 100%;
      font-family: "Poppins", sans-serif;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 30px;
      cursor: pointer; }
      .area-price li button:hover, .area-price li button:active, .area-price li button.active {
        background: #bd0505;
        border-color: #bd0505; }

.title-page-price {
  margin-bottom: 20px;
  text-align: center; }
  .title-page-price h2 {
    font-size: 2.625rem;
    font-weight: 700;
    text-transform: capitalize; }

.wrap-pricing {
  margin-bottom: 40px; }

.title-main-pricing {
  position: relative;
  margin-bottom: 25px;
  text-align: center; }
  .title-main-pricing:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1953b4;
    transform: translateY(-50%); }
  .title-main-pricing h3 {
    position: relative;
    display: inline-block;
    z-index: 9; }
    .title-main-pricing h3:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: calc(100% + 60px);
      height: 10px;
      background: #fff;
      transform: translate(-50%, -50%); }
    .title-main-pricing h3 span {
      display: block;
      position: relative;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      z-index: 9; }

.item-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: none; }
  .item-pricing:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
  .item-pricing:hover, .item-pricing.active {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.2); }
    .item-pricing:hover .title-pricing, .item-pricing.active .title-pricing {
      background: #1953b4; }
      .item-pricing:hover .title-pricing span, .item-pricing:hover .title-pricing h3, .item-pricing.active .title-pricing span, .item-pricing.active .title-pricing h3 {
        color: #fff; }

.title-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
  width: 260px; }
  .title-pricing span {
    font-size: 0.875rem;
    color: #ef0606; }
  .title-pricing h3 {
    font-size: 1.75rem;
    font-weight: 600; }

.content-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  padding: 30px 0;
  width: calc(100% - 520px);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09); }

.speed-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 150px;
  text-align: center; }
  .speed-pricing h3 {
    font-size: 3rem;
    font-weight: 700; }

.desc-content-pricing ul li {
  margin-bottom: 10px; }
  .desc-content-pricing ul li:before {
    margin-right: 10px;
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    color: #DF0303; }

.price-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
  width: 260px; }
  .price-pricing h3 {
    font-size: 1.5rem;
    color: #ef0606;
    font-weight: 700; }
  .price-pricing a {
    display: block;
    padding: 13px 30px;
    margin-top: 20px;
    font-size: 1rem;
    color: #fff;
    background: #1953b4;
    font-weight: 500; }

@media only screen and (max-width: 1024px) {
  #price-home {
    padding: 50px 0; } }
@media only screen and (max-width: 991.8px) {
  #price-home {
    padding: 40px 0; }

  .item-pricing {
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }

  .title-pricing, .content-pricing, .price-pricing {
    width: 100%; }

  .content-pricing {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }

  .speed-pricing, .desc-content-pricing {
    width: 100%; }

  .desc-content-pricing {
    padding: 0 20px;
    margin-top: 30px;
    text-align: center; } }
#support-home {
  padding: 80px 0;
  background-image: url("../../images/bg-support.webp");
  background-position: center center;
  background-size: cover; }

.content-support {
  margin-top: 40px; }

.item-support {
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
  .item-support:hover {
    transition: all 0.4s; }
    .item-support:hover .icon-support {
      background: #1953b4;
      color: #fff; }
    .item-support:hover h3 {
      color: #1953b4; }
  .item-support h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.1875rem;
    font-weight: 600; }
  .item-support p {
    margin-bottom: 0; }

.icon-support {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  color: #1953b4;
  background: #d3e1f9;
  border: 1px solid #1953b4;
  border-radius: 50%; }
  .icon-support .fa, .icon-support .fa-light, .icon-support .fa-regular {
    font-size: 1.75rem; }

@media only screen and (max-width: 1024px) {
  #support-home {
    padding: 50px 0; } }
@media only screen and (max-width: 991.8px) {
  #support-home {
    padding: 40px 0; } }
.wrap-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-blog {
  padding: 0 15px;
  margin-bottom: 55px;
  width: calc(100% / 3); }
  .item-blog a {
    display: block; }
    .item-blog a:hover span {
      color: #fff;
      background: #343434;
      border-color: #343434;
      transition: .2s; }
  .item-blog img {
    margin-bottom: 22px; }
  .item-blog h3 {
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    color: #232323;
    font-weight: 600;
    line-height: 28px; }
  .item-blog ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    margin-bottom: 19px; }
    .item-blog ul li {
      font-family: "Poppins", sans-serif;
      font-size: 0.75rem;
      color: #999; }
  .item-blog p {
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    color: #3c3c3c;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .item-blog span {
    display: inline-block;
    padding: 12px 15px;
    min-width: 160px;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    color: #343434;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border: 1px solid #727272;
    text-transform: uppercase; }

.blog-detail-content h1 {
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 600; }

.wrap-image-detail {
  margin-bottom: 25px; }
  .wrap-image-detail img {
    margin-bottom: 10px; }
  .wrap-image-detail small {
    font-family: "Poppins", sans-serif;
    color: #aaa; }

.blog-detail-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  margin-bottom: 30px; }
  .blog-detail-info li {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    color: #999; }

.blog-desc {
  margin-bottom: 30px; }
  .blog-desc p {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    line-height: 28px; }
  .blog-desc strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600; }
  .blog-desc ul, .blog-desc ol {
    margin-bottom: 1.5em; }
    .blog-desc ul li, .blog-desc ol li {
      font-family: "Poppins", sans-serif;
      font-size: 0.875rem;
      color: #6f6f6f;
      line-height: 28px; }

.sidebar-item-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .sidebar-item-header span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 600; }

.recent-blog li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6; }
  .recent-blog li:last-child {
    border-bottom: none; }
  .recent-blog li a {
    display: block;
    padding-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    color: #3c3c3c;
    font-weight: 500;
    line-height: 24px; }
  .recent-blog li em {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    color: #999;
    font-style: normal; }

.tag-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .tag-list li {
    margin-right: 12px;
    margin-bottom: 12px; }
    .tag-list li a {
      display: block;
      padding: 12px 15px;
      font-family: "Poppins", sans-serif;
      font-size: 0.8125rem;
      color: #232323;
      line-height: 13px;
      text-transform: capitalize;
      background: #f1f1f1;
      border-radius: 4px; }
      .tag-list li a:hover {
        color: #fff;
        background: #1953b4; }

.share-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1; }

.title-share-blog {
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.sosmed-share-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .sosmed-share-blog li {
    margin-right: 10px; }
    .sosmed-share-blog li:last-child {
      margin-right: 0; }
    .sosmed-share-blog li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 40px;
      height: 40px;
      font-size: 1.25rem;
      color: #fff;
      border-radius: 4px; }
      .sosmed-share-blog li a:hover {
        background: #f1f1f1 !important;
        transition: 0.2s; }
        .sosmed-share-blog li a:hover.facebook-share {
          color: #295396; }
        .sosmed-share-blog li a:hover.twitter-share {
          color: #28aae1; }
        .sosmed-share-blog li a:hover.linkedin-share {
          color: #0073b1; }
      .sosmed-share-blog li a.facebook-share {
        background: #295396; }
      .sosmed-share-blog li a.twitter-share {
        background: #28aae1; }
      .sosmed-share-blog li a.linkedin-share {
        background: #0073b1; }

.warning-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .warning-data img {
    width: 100%;
    max-width: 400px; }
  .warning-data h2 {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #e6e6e6;
    text-transform: uppercase; }

@media only screen and (max-width: 991.8px) {
  .item-blog {
    width: calc(100% / 2); } }
@media only screen and (max-width: 767.8px) {
  .item-blog {
    width: 100%; } }
.form-contact h4 {
  margin-bottom: 20px;
  font-weight: 600; }
.form-contact .form-group {
  margin-bottom: 20px; }
.form-contact label {
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem; }
  .form-contact label.req:after {
    margin-left: 3px;
    content: '*';
    color: #ef0606; }
.form-contact .form-control {
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  background: #f1f1f1;
  border: 1px solid #f1f1f1; }

.btn-form-contact {
  position: relative;
  display: block;
  padding: 13px 40px;
  background: #1953b4;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border: none;
  cursor: pointer; }
  .btn-form-contact span {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 500;
    z-index: 2; }
  .btn-form-contact:hover span, .btn-form-contact:focus span {
    color: #fff; }
  .btn-form-contact:hover:before {
    opacity: 1;
    transform: scale(1); }
  .btn-form-contact:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #20292f;
    z-index: 1;
    transition: all 0.4s;
    transform: scale(0.2, 1); }

.contact-info {
  margin-top: 50px; }

.item-contact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #ddd; }

.content-item-contact {
  padding: 30px;
  width: 400px;
  border-right: 1px solid #ddd; }

.title-item-contact {
  margin-bottom: 25px; }
  .title-item-contact h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem; }
    .title-item-contact h3:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: calc(100% + 20px);
      height: 3px;
      background: #222; }

.map-item-contact {
  width: calc(100% - 400px); }

.list-info-contact li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  .list-info-contact li:first-child {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .list-info-contact li:last-child {
    margin-bottom: 0; }
  .list-info-contact li .icon-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #16499e;
    border-radius: 3px; }
  .list-info-contact li > span {
    display: block;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    width: calc(100% - 30px); }
    .list-info-contact li > span a {
      display: block;
      font-family: "Poppins", sans-serif;
      font-size: 0.9375rem;
      color: #133e87; }

.content-register .card-title,
.content-register .card-subtitle,
.content-register .form-group label,
.content-register .form-check label,
.content-register .form-control {
  font-family: "Poppins", sans-serif; }
.content-register .card-title {
  font-size: 1.125rem; }
.content-register .card-subtitle {
  font-size: 0.9375rem; }
.content-register .form-group label {
  font-size: 0.9375rem; }
.content-register .form-control {
  font-size: 0.9375rem; }
  .content-register .form-control::placeholder {
    color: #ccc; }
  .content-register .form-control:focus::placeholder {
    color: #ddd; }
.content-register .form-check-info {
  padding: 8px 15px;
  background: #f4f4f4;
  border-radius: 5px; }
  .content-register .form-check-info .form-check-input {
    margin-left: 0; }
  .content-register .form-check-info label {
    margin-left: 15px;
    font-size: 0.875rem; }
.content-register .card {
  margin-bottom: 45px;
  border-radius: 10px;
  box-shadow: 0 38.5185px 25.4815px rgba(52, 42, 152, 0.043), 0 20px 13px rgba(52, 42, 152, 0.035), 0 8.14815px 6.51852px rgba(52, 42, 152, 0.027), 0 1.85185px 3.14815px rgba(52, 42, 152, 0.017); }
  .content-register .card:last-child {
    margin-bottom: 0; }
.content-register .card-header {
  padding-top: 17px;
  padding-bottom: 17px; }

.form-check-paket {
  position: relative;
  padding: 10px 0;
  padding-left: 45px;
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 5px; }
  .form-check-paket:last-child {
    margin-bottom: 0; }
  .form-check-paket .form-check-input {
    float: none;
    position: absolute;
    margin-left: 0;
    top: 40%;
    left: 15px;
    transform: translateY(-50%); }
  .form-check-paket label {
    width: 100%; }

.info-register p {
  font-family: "Poppins", sans-serif;
  line-height: 28px; }
  .info-register p a {
    font-family: "Poppins", sans-serif;
    font-weight: 700; }
.info-register .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600; }

.form-upload {
  display: block;
  padding: 20px;
  background: #f1faff;
  border: 1px dashed #009ef7;
  border-radius: 10px;
  cursor: pointer; }
  .form-upload.d-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.wrap-content-form-upload {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .wrap-content-form-upload.d-none {
    display: none; }

.icon-form-upload {
  width: 40px;
  color: #009ef7; }
  .icon-form-upload i {
    font-size: 2.625rem;
    line-height: 42px; }

.content-form-upload {
  margin-left: 10px; }
  .content-form-upload h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem; }
  .content-form-upload p {
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 0; }

.preview-image {
  display: none;
  width: 150px;
  height: 120px; }
  .preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }
  .preview-image.d-none {
    display: none; }

.footer {
  padding: 60px 0;
  background: #20292f; }

.wrap-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-footer {
  padding: 0 15px;
  width: calc(100% / 3); }
  .item-footer h3 {
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }

.content-item-footer {
  margin-top: 30px; }
  .content-item-footer p {
    color: #eee; }

.phone-footer {
  display: block; }
  .phone-footer .fa {
    margin-right: 3px; }
  .phone-footer span {
    font-size: 1.375rem;
    color: #fff;
    font-weight: 700; }

.mail-footer {
  display: block;
  margin-left: 25px;
  font-size: 1rem;
  color: #fff;
  font-style: italic; }

.subscribe-footer p {
  margin-bottom: 13px; }
.subscribe-footer button {
  padding: 7px 27px;
  font-size: 1.125rem;
  color: #fff;
  background: #1953b4;
  border-color: #1953b4; }

.menu-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .menu-footer li {
    margin-bottom: 15px;
    width: 50%; }
    .menu-footer li a {
      display: block;
      font-size: 0.9375rem;
      color: #fff; }
      .menu-footer li a .fa {
        margin-right: 15px;
        font-size: 0.625rem;
        color: #3f9cc8; }

.sosmed-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px; }
  .sosmed-footer li {
    margin-right: 15px; }
    .sosmed-footer li:last-child {
      margin-right: 0; }
    .sosmed-footer li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 30px;
      height: 30px;
      font-size: 0.8125rem;
      color: #fff;
      background: #415566;
      border-radius: 4px; }
      .sosmed-footer li a:hover {
        background: #1953b4; }

.copyright {
  padding: 15px 0;
  background: #1c2429; }
  .copyright p {
    margin: 0;
    font-size: 0.875rem;
    color: #415566;
    text-align: center; }
    .copyright p a:hover {
      color: #2d3b47; }

.link-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #1ad03f;
  border-radius: 50%;
  z-index: 20; }
  .link-whatsapp .fa-whatsapp {
    font-size: 39px;
    color: #fff; }

@media only screen and (max-width: 991.8px) {
  .item-footer {
    margin-bottom: 40px;
    width: 100%; }
    .item-footer:last-child {
      margin-bottom: 0; }

  .content-item-footer {
    margin-top: 15px; }

  .phone-footer {
    display: block; }
    .phone-footer .fa {
      display: none; }

  .mail-footer {
    margin-left: 0; } }
@media only screen and (max-width: 767.8px) {
  .menu-footer li {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
