@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,400&display=swap" rel="stylesheet');
@font-face {
  font-family: "Great Vibes";
  src: url("../fonts/GreatVibes-Regular.woff") format("woff"), url("../fonts/GreatVibes-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
/*CSS*/
html { scroll-behavior: smooth; } 

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #111C88;
  background: #F0F0F0;
  line-height: 30px;
}

.container {
  max-width: 1200px;
}

section {
  padding: 80px 0;
}

h1 {
  font-family: "Great Vibes";
  font-size: 180px;
  color: rgb(225, 199, 120);
}

h3 {
  font-size: 40px;
  font-weight: bold;
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

b {
  font-weight: 600;
}

.mt80 {
  margin-top: 80px;
}

.mb16 {
  margin-bottom: 16px;
  display: inline-block;
}

.center {
  text-align: center;
}

.title-section h4 {
  font-size: 30px;
  color: #E1BC84;
  font-weight: bold;
}
.title-section h2 {
  font-size: 56px;
  color: #fff;
  margin: 24px 0 40px 0;
  font-weight: bold;
}
.title-section span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.header-affiliate {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: linear-gradient(45deg, #00107F 0%, #000F6A 50%, #000A3D 100%);
  padding: 100px 0 30px 0;
  margin: auto;
  border-radius: 0 0px 140px 140px;
}
.header-affiliate .button-more{
  padding-top: 25px;
  text-align: center;
}
.header-affiliate .button-more a{
    display: inline-block;
    background: #dcaf26;
    padding: 14px 40px;
    border-radius: 30px;
    color: #111C88;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.header-affiliate .button-more a:hover {
    text-decoration: none;
}
.header-affiliate .header-content {
  display: inline-block;
  width: 100%;
}
.header-affiliate .logo-nd {
  height: 142px;
  margin-bottom: 52px;
}
.header-affiliate .box-content {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  color: #fff;
}
.header-affiliate .box-content p {
  margin-bottom: 4px;
}
.header-affiliate .box-content p br {
  display: none;
}
.header-affiliate .title-section h4 {
  font-weight: 400 !important;
}

.benefits-affiliate {
  display: inline-block;
  width: 100%;
  /* The Modal (background) */
  /* Modal Content (Image) */
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
}
.benefits-affiliate .benefits {
  display: inline-block;
  width: 100%;
}
.benefits-affiliate .benefits a {
  display: inline-block;
  width: 100%;
}
.benefits-affiliate .benefits img {
  background: transparent;
  width: 100% !important;
  max-width: 100% !important;
}
.benefits-affiliate #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.benefits-affiliate #myImg:hover {
  opacity: 0.7;
}
.benefits-affiliate .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 4% 16%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.benefits-affiliate .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.benefits-affiliate #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.benefits-affiliate .modal-content, .benefits-affiliate #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.benefits-affiliate .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.benefits-affiliate .close:hover,
.benefits-affiliate .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.note-download-app {
  background: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
}
.note-download-app h3 {
  color: #D9AD13;
}

.box-note {
  display: inline-block;
  width: 100%;
  position: relative;
}
.box-note .bg-note-dl {
  display: block;
  width: 100%;
}
.box-note .content-note {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: block;
  padding: 40px 120px 40px 40px;
}
.box-note .content-note img {
  width: 100%;
  display: block;
}

.fl-align {
  display: flex;
  align-items: center;
}

.box-download {
  margin-top: 60px;
  display: flex;
  width: 100%;
}
.box-download .appbtn-download {
  display: flex;
  width: auto;
  padding-left: 16px;
}
.box-download .content-download {
  color: #111C88;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
}
.box-download .content-download h3 {
  color: #111C88;
  margin-bottom: 0;
}
.box-download .qr-code {
  display: inline-block;
  width: 100%;
  margin-right: 16px;
}
.box-download .qr-code img {
  width: auto;
  max-height: 180px;
}
.box-download .btn-down {
  display: inline-block;
  width: 100%;
}
.box-download .btn-down a {
  display: inline-block;
  width: 100%;
}
.box-download .btn-down img {
  width: auto;
  max-height: 80px;
}
.box-download .btn-down .ch-play {
  margin-top: 16px;
}

.box-ss1 .box-left {
  display: inline-block;
  width: 100%;
}
.box-ss1 .box-left img {
  width: 100%;
}

.instruct {
  display: inline-block;
  width: 100%;
}

.box-ss2.pc {
  display: inline-block;
  width: 100%;
}
.box-ss2.pc p {
  color: #fff;
  font-weight: 300;
}
.box-ss2.pc b {
  color: #fff;
}
.box-ss2.pc h5 {
  color: #D9AD13;
}
.box-ss2.pc .box-head {
  display: flex;
  padding: 60px 0px 0px 0px;
  margin: 0;
}
.box-ss2.pc .box-head .box-content {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  border-radius: 24px 24px 0 0;
}
.box-ss2.pc .box-head .box-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #977D28;
  margin-left: 5%;
}
.box-ss2.pc .box-body {
  display: flex;
  width: 100%;
  margin: 0px;
}
.box-ss2.pc .box-body .box-content {
  border-radius: 0 0 24px 24px;
  height: 100%;
}
.box-ss2.pc .box-content {
  display: inline-block;
  width: 100%;
  padding: 24px;
  background: #111C88;
}

.box-contents3 {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #111C88;
  padding: 40px 24px;
}
.box-contents3 h3.center {
  margin-bottom: 24px;
}
.box-contents3 .pattern {
  width: 32%;
  position: absolute;
  top: 18%;
  left: 34%;
}

.conten-ss4 {
  display: inline-block;
  width: 100%;
}

.box-contents4 {
  display: inline-block;
  width: 100%;
}
.box-contents4 img {
  width: 100%;
}

.commitment {
  display: inline-block;
  width: 100%;
}
.commitment h4 {
  margin-top: 16px;
}

.affiliate-program {
  display: inline-block;
  width: 100%;
  background-color: rgb(234, 203, 153);
}
.affiliate-program .title-section h4 {
  color: #111C88;
  font-weight: bold;
}
.affiliate-program .title-section h4 br {
  display: none;
}
.affiliate-program .box-afpro {
  margin-top: 40px;
  background: #fff;
  padding: 40px 24px;
  border-radius: 24px;
}
.affiliate-program .box-afpro span {
  color: #D7AA07;
  font-size: 16px;
  font-style: italic;
}

.contact {
  display: inline-block;
  width: 100%;
}
.contact .box-left {
  height: 100%;
  min-height: 692px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 40px 24px;
}
.contact .box-left .box-item {
  display: inline-block;
  width: 100%;
}
.contact .box-left img {
  max-width: 360px;
  height: auto;
}
.contact .box-left .box-content {
  margin-top: 32px;
}
.contact .box-left .box-content p {
  margin-bottom: 4px;
}
.contact .box-left .box-content h5 {
  margin-bottom: 4px;
  font-weight: 600;
}
.contact .box-right {
  display: inline-block;
  width: 100%;
  background: linear-gradient(45deg, #EACE8F 0%, #ffe9b9 50%, #EACE8F 100%);
  padding: 40px 24px;
  border-radius: 24px;
}
.contact .box-right .title-section h4 {
  font-weight: bold;
  color: #111C88 !important;
}
.contact .box-right .box-content {
  margin-top: 24px;
  margin-bottom: 40px;
}
.contact .box-right .box-content input {
  box-shadow: none;
  border-radius: 30px;
  border: none;
  height: 42px;
  padding: 0;
}
.contact .box-right .box-content ::-webkit-input-placeholder {
  color: #111C88;
}
.contact .box-right .box-content span {
  font-size: 16px;
  font-style: italic;
}
.contact .box-right .sortBar__select {
  border: 1px solid #cecece;
  background: url(../images/icon-arrowdown.svg) no-repeat center right;
  width: 100%;
  color: #111C88;
  height: 100%;
  border: none;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}
.contact .box-right .button-send {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact .box-right a.button-action {
  display: inline-block;
  background: #111C88;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
}
.contact .box-right a.button-action span {
  font-size: 16px;
}
.contact .box-right a.button-action:hover {
  text-decoration: none;
}

.instruct .box-ss2.mb .box-content {
  display: inline-block;
  width: 100%;
  background: #111C88;
  padding: 24px;
  color: #fff;
  border-radius: 24px;
}
.instruct .box-ss2.mb .box-content .box-head {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.instruct .box-ss2.mb .box-content .box-head h5 {
  color: #D7AA07;
  font-weight: bold;
}
.instruct .box-ss2.mb .box-content .box-head::before {
  content: "";
  background: #D7AA07;
  height: 1px;
  width: 60%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 20%;
}
.instruct .box-ss2.mb .box-content .box-body {
  margin-top: 24px;
}

/* <-------------------update--------------------> */
.contact .box-right .item-form-label-input {
  background: #fff;
  border-radius: 30px;
  height: 42px;
  display: inline-block;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.item-form-label-input label{
  font-size: 14px;
  color: red;
}
/* <-------------------update 17-11-2023--------------------> */
.box_ul{
  padding: 0px 20px;
}
.box_image{
  padding: 50px 30px;
}
.box_image img{
  width: 100%;
  object-fit: cover;
}