/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Reddit Sans", sans-serif;
}

body {
  font-family: "Reddit Sans", sans-serif;
  font-size: 18px;
  color: #000000;
  background-size: cover;
  line-height: 28px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #041739;
}

header .header-box {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 20px;
  height: 75px;
  background: rgb(0, 120, 169);
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  width: 201px;
}

.buttons-rsp {
  background: rgb(0, 120, 169);
  position: relative;
  z-index: 20;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 17px 17px;
  display: flex;
  box-shadow: 0 0 20px rgba(6, 48, 66, 0.26);
  flex-direction: column;
}

.buttons-rsp .btn-1 {
  margin-top: 12px;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 75px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #0078a9;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav .menu-rsp-content a {
  line-height: normal;
  height: auto;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 16px 20px;
}

.menu-rsp nav .menu-rsp-content a:hover {
  color: #ff7c13;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #fff;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

/* *** HOME *** */
.content-box-1 img {
  display: block;
}

.content-box-1-1 {
  background: #45BDCB;
  padding: 20px 0;
}
.content-box-1-1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box-1-1 .txt {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  margin-right: 24px;
}

.btn-2 {
  padding: 10px 24px 10px 24px;
  border-radius: 30px;
  background: #041739;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.btn-2:hover {
  background: #041739;
  color: #fff;
  opacity: 0.9;
}

.btn-1 {
  padding: 13px 64px 12px 64px;
  border-radius: 30px;
  background: #DA291C;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.btn-1:hover {
  background: #e63427;
  color: #fff;
}

.content-box-2 {
  padding: 90px 0;
}
.content-box-2 .row-box {
  display: flex;
  margin: 0 -20px;
}
.content-box-2 .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
.content-box-2 .row-box .col-box-1 {
  width: 47%;
}
.content-box-2 .row-box .col-box-2 {
  width: 53%;
}
.content-box-2 .z-boxes-2 .z-box-2 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}
.content-box-2 .z-boxes-2 .z-box-2:last-child {
  margin-bottom: 0;
}
.content-box-2 .z-boxes-2 .z-box-2 strong {
  font-weight: 800;
}
.content-box-2 .z-boxes-2 .z-box-2 a {
  color: #001489;
  text-decoration: underline;
}
.content-box-2 .z-boxes-2 .z-box-2 a:hover {
  color: #001489;
  opacity: 0.9;
}
.content-box-2 .z-boxes-2 .z-box-2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.content-box-2 .z-boxes-2-1 .z-box-2 {
  margin-bottom: 12px;
}

.content-box-2-1 {
  background: #F6F6F6;
}

.title-2 {
  margin-bottom: 24px;
}
.title-2 h2 {
  color: #041739;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 48px;
  font-size: 40px;
  padding-bottom: 35px;
  margin: 0;
  background: url("../../img/frontend/02.png?v=1") left bottom no-repeat;
}

.z-boxes-3 {
  padding-top: 24px;
}
.z-boxes-3 .z-box-3 {
  margin-bottom: 12px;
  display: flex;
}
.z-boxes-3 .z-box-3 .description {
  padding-top: 1px;
}
.z-boxes-3 .z-box-3 .number {
  flex-shrink: 0;
  width: 24px;
  height: 28px;
  background: #041739;
  line-height: 28px;
  margin-right: 12px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.z-boxes-3 .z-box-3:last-child {
  margin-bottom: 0;
}
.z-boxes-3 .z-box-3 strong {
  font-weight: 800;
  color: #041739;
}

.title {
  margin-bottom: 14px;
}

.title h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.content-box-4 {
  padding: 70px 0;
  background: #F6F6F6;
}

.content-box-4 .f-title {
  font-size: 24px;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}

.content-box-4 .form-box .row-box {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -60px;
}

.content-box-4 .form-box .row-box .col-box {
  padding: 0 60px;
  width: 50%;
}

.content-box-4 .form-control, .content-box-4 select {
  border-color: rgba(0, 0, 0, 0.3) !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 16px;
  color: #212529;
  border-radius: 25px;
  margin-bottom: 14px;
  height: 50px !important;
}

.content-box-4 .form-floating > .form-control, .content-box-4 .form-floating > .form-control-plaintext {
  padding-left: 16px;
  padding-right: 16px;
}

.content-box-4 .form-floating > label {
  color: #b3b3b3;
  font-size: 12px;
  padding: 10px 16px;
}

.content-box-4 .form-floating > .form-control-plaintext ~ label, .content-box-4 .form-floating > .form-control:focus ~ label, .content-box-4 .form-floating > .form-control:not(:placeholder-shown) ~ label, .content-box-4 .form-floating > .form-select ~ label {
  color: #b3b3b3;
  font-size: 14px;
}

.content-box-4 .form-floating > .form-control-plaintext ~ label, .content-box-4 .form-floating > .form-control:focus ~ label, .content-box-4 .form-floating > .form-control:not(:placeholder-shown) ~ label, .content-box-4 .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
}

.content-box-4 textarea.form-control {
  height: 100px !important;
  border-radius: 12px;
  resize: none;
  overflow: auto;
}

.content-box-4 select {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 1px;
  margin: 0;
  appearance: none; /* Chrome, Edge */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background: #fff url("../../img/frontend/icons/02.png") calc(100% - 15px) center no-repeat;
}

.content-box-4 .form-floating > .form-control-plaintext ~ label, .content-box-4 .form-floating > .form-control:focus ~ label, .content-box-4 .form-floating > .form-control:not(:placeholder-shown) ~ label, .content-box-4 .form-floating > .form-select ~ label {
  font-size: 12px;
}

.checkbox-box {
  position: relative;
  margin-bottom: 12px;
}

.checkbox-box input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.form-control {
  font-size: 16px;
}

.checkbox-box label {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.checkbox-box label span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
}

.checkbox-box label span:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3 !important;
  content: "";
  display: block;
  border-radius: 4px;
}

.checkbox-box label a {
  color: #000;
  text-decoration: underline;
}

.checkbox-box label a:hover {
  text-decoration: none;
}

.checkbox-box label :checked + span:after {
  border-color: #000 !important;
}

.checkbox-box label :checked + span:before {
  position: absolute;
  top: -2px;
  left: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  background: #000;
  content: "";
  display: block;
  border-radius: 4px;
}

.form-floating > .form-select {
  padding-top: 15px;
  padding-bottom: 0;
}

.mb1 {
  margin-bottom: 45px;
}

.mb2 {
  margin-bottom: 32px;
}

.form-button {
  padding-top: 21px;
}

.form-button .btn-1 {
  width: 100%;
  border: none;
  font-weight: 800;
  padding: 12px 20px 9px 20px;
}

.input-file {
  background: #fff;
  padding: 12px;
}

.input-file .input-file-box {
  padding: 13px 24px;
  text-align: center;
  border-radius: 12px;
  border: 1px dashed #b3b3b3 !important;
  position: relative;
  height: 214px;
  cursor: pointer;
}

.input-file .input-file-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}

.input-file .txt-1 {
  font-size: 12px;
  line-height: 16px;
  height: 146px;
  background: url("../../img/frontend/icons/01.png") center top no-repeat;
  padding-top: 100px;
}

.input-file .txt-2 {
  height: 40px;
  background: #000;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
}

.input-file .txt-2 span {
  padding-right: 21px;
  background: url("../../img/frontend/icons/01.svg") right center no-repeat;
}

.input-file .txt-3 {
  text-align: center;
  margin-top: 11px;
  font-size: 11px;
  line-height: 1.3;
  color: #666;
}

.input-file .txt-4 {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.3;
}

.input-file .txt-3 + .txt-4 {
  margin-top: 25px;
}

.btn-remove {
  width: 16px;
  height: 17px;
  display: block;
  margin-left: 15px;
  background: url("../../img/frontend/icons/02.svg") center no-repeat;
  flex-shrink: 0;
}

footer {
  padding: 24px 0 80px 0;
  background: #fff;
  text-align: center;
}

.img-mobile {
  display: none;
}

footer .container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: initial;
}

footer .container .wrapper {
  padding-right: 20px;
}

footer .container .wrapper:last-child {
  padding-right: 0;
}

footer .container .wrapper .title h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: normal;
}

footer strong {
  font-weight: 800;
}

footer .container .wrapper {
  max-width: 33%;
  min-width: 33%;
}

footer .txt-1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

footer .txt-1-2 {
  font-size: 16px;
  line-height: 24px;
  /*font-weight: 700;*/
  margin-bottom: 14px;
}

footer .txt-2 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .txt-2 a {
  color: #001489;
  text-decoration: underline;
}

footer .txt-2 a:hover {
  text-decoration: none;
}

.mobile-show {
  display: none;
}
.txt-golden {
  color: rgb(255, 199, 44);
}

.hideondesktop {
  display: none;
}

.hide-rwd {
  display: block;
}

@media (max-width: 768px) {
  .hideondesktop {
    display: block;
  }
  .hide-rwd {
    display: none;
  }
}
.main-content-1 {
  padding-top: 35px;
}

.title-1 {
  height: 69px;
  padding: 9px 18px;
  margin-bottom: 50px;
}

.title-1 h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}

.return {
  font-size: 18px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.return::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../img/frontend/icons/04.png") no-repeat center;
  background-size: contain;
  transform: scaleX(-1);
}/*# sourceMappingURL=style.css.map */
