@import url("../font/segoeui.ttf");

body {
  font-family: "segoeui", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* navbar */
nav {
  background: transparent;
  padding: 30px 0px !important;
  position: relative;
  z-index: 100;
}

.logo-nav {
  display: flex;
  align-items: start;
}

.logo-nav > img {
  width: 200px;
  height: auto;
}

.btn-getfree {
  margin-top: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #163a5c;
  background: linear-gradient(to right, #0b1e30 50%, #12385c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.btn-getfree:hover {
  background-position: left bottom;
}

.d-none-desktop {
  display: none;
}

/* footer */
footer {
  background-image: url("../img/bg-bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.footer-detail {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}

.logo-footer {
  display: flex;
  align-items: start;
}

.logo-footer > img {
  width: 200px;
  height: auto;
}

.footer-detail-text {
  text-align: right;
}

.footer-detail-text > div > a {
  color: #fff;
}

.footer-detail-text > div > a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#btn-to-top {
  display: inline-block;
  background-color: #3588d4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #ffffff;
  font-weight: bold;
}

#btn-to-top:hover {
  cursor: pointer;
  background-color: #69b2f7;
}

#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Section1 */
.bg-sec1 {
  background-image: url("../img/Banner-Top.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}

.detaile-section1 {
  color: #393939;
  line-height: 25px;
}

.bg-sub-sec1 {
  background-image: url("../img/bg-footer.jpg");
  background-color: #12385c;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-sub-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  margin: 70px 0px;
}

/* Section2 */
.bg-sec2 {
  background: transparent linear-gradient(146deg, #ffffff 0%, #effff8 100%) 0%
    0% no-repeat padding-box;
  padding-bottom: 30px;
}

.header-sec2 {
  color: #163a5c;
  text-align: left;
  margin: 40px 0px;
}

.nation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: -webkit- relative;
  position: relative;
  z-index: 50;
}

.nation-list > span {
  background: #f0f0f0 0% 0% no-repeat padding-box;
  color: #424242;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0px auto 10px auto;
}

.img-map {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.img-sub-map {
  width: 100%;
  height: auto;
}

.img-flag {
  display: block;
  animation: pulse 2s infinite;
  transition: 0.5s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.img-flag:hover {
  transform: scale(1.2);
}

.btn-MAL-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 56%;
  right: 24%;
}

.btn-SG-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 61%;
  right: 20%;
}

.btn-CN-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 35%;
  right: 26%;
}

.btn-MEX-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 51%;
  left: 19%;
}

.btn-BRA-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 67%;
  left: 31%;
}

.btn-UK-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 27%;
  left: 44%;
}

.btn-US-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 36%;
  left: 17%;
}

.btn-UAE-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 48%;
  left: 60%;
}

.btn-HK-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 40%;
  right: 16%;
}

.btn-TH-flag {
  width: 50px;
  height: 75px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 20%;
}

/* Section3 */
.bg-sec3 {
  background-image: url("../img/bg-section3.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.head-sec3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.head-sec3 > h2 {
  color: #163a5c;
}

.head-sec3 > h4 {
  color: #298fcf;
}

.accordion-item {
  margin: 0px 0px 20px 0px;
  background: #163a5c 0% 0% no-repeat padding-box;
  border-radius: 26px !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: #fff;
  text-align: left;
  background-color: #163a5c 0% 0% no-repeat padding-box !important;
  background: #163a5c;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-size: 18px;
  border-radius: 26px !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../img/down-chevron.svg");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/down-chevron.svg");
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #163a5c !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button > img {
  width: 60px;
  height: auto;
  padding-right: 10px;
  border-right: 1px solid #298fcf;
}

.accordion-button > span {
  margin-left: 10px;
}

.accordion-body {
  color: #ffffff;
}

/* Section4 */
.bg-section4 {
  margin: 50px 0px;
}
.header-sec4 {
  color: #fff;
  padding: 0px 0px 50px 0px;
  text-align: left;
  position: relative;
  z-index: 15;
}

.header-sec4 > h2 {
  color: #163a5c;
}

.header-sec4 > h4 {
  color: #298fcf;
}

.card-detail {
  background: #dff3ff 0% 0% no-repeat padding-box;
  height: 100%;
  border: 5px solid #cfedff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.card-detail > img {
  width: 100%;
  height: auto;
  margin-top: -132px;
  transition: 0.5s;
}

.card-detail > img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.card-detail > h5 {
  color: #163a5c;
}

.card-detail > span {
  color: #163a5c;
}

.card-detail-phil {
  background: #dff3ff 0% 0% no-repeat padding-box;
  height: 100%;
  border: 5px solid #cfedff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.card-detail-phil > img {
  width: 100%;
  height: auto;
  margin-top: -59px;
  transition: 0.5s;
}

.card-detail-phil > img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.card-detail-phil > h5 {
  color: #163a5c;
}

.card-detail-phil > span {
  color: #163a5c;
}

.card-detail-liz {
  background: #dff3ff 0% 0% no-repeat padding-box;
  height: 100%;
  border: 5px solid #cfedff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.card-detail-liz > img {
  width: 100%;
  height: auto;
  margin-top: -106px;
  transition: 0.5s;
}

.card-detail-liz > img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.card-detail-liz > h5 {
  color: #163a5c;
}

.card-detail-liz > span {
  color: #163a5c;
}

/* Section5 */
.bg-sec5 {
  background-image: url("../img/bg-section5.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.head-sec5 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.head-sec5 > h2 {
  color: #163a5c;
}

.head-sec5 > h4 {
  color: #298fcf;
}

/* Section6 */
.bg-top-section6 {
  background-image: url("../img/bg-top-section6.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 717px;
}

.detail-top-sectio6 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.detail-top-sectio6 > h3 {
  color: #163a5c;
  font-weight: bold;
}

.detail-top-sectio6 > h6 {
  color: #298fcf;
  margin: 15px 0px;
}

.detail-top-sectio6 > ul > li {
  list-style: none;
  color: #393939;
  display: flex;
  align-items: center;
  line-height: 40px;
}

.detail-top-sectio6 > ul > li > img {
  color: #298fcf;
  width: 40px;
  height: auto;
  margin-right: 5px;
}

.bg-section6 {
  background: #fff;
  opacity: 1;
}

.header-section6 {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  margin: 40px 0px;
}

.header-section6 > h2 {
  text-align: left;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #163a5c;
  opacity: 1;
}

.card-section6 {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 440px;
  margin-bottom: 50px;
  position: relative;
}

.card-center-section6 {
  margin-top: 23px;
}

.card-section6-center {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 440px;
  margin-bottom: 50px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 0px 10px;
  position: relative;
}

.card-header-section6 {
  width: 100%;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.card-header-section6 > h5 {
  text-align: left;
  color: #2a8dcf;
  font-weight: bold;
}

.card-body-section6 {
  display: flex;
  position: absolute;
  bottom: 5%;
}

.card-body-section6 > span {
  color: #4d4d4d;
}

.card-body-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  height: 250px;
}

.card-body-img > img {
  border-radius: 27px;
  width: auto !important;
  height: 80% !important;
  transition: 0.5s;
}

.card-body-img > img:hover {
  transform: scale(1.2);
}

.bg-form {
  background: #2a8dcf 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 11px;
  margin-top: -70px;
  margin-bottom: 10px;
}

.head-color-form {
  color: #ffffff;
}

.card-form {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 30px;
}

.img-form {
  display: flex;
  align-items: center;
}

.img-form > img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.form-register > h5 {
  color: #ffffff;
}

.form-input {
  position: relative;
  margin: 10px 0px 20px 0px;
}

.form-input > label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 30px;
}

.form-input > label:hover {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #ffffff;
  opacity: 0.5;
  font-size: 10px;
  transition: 0.3s;
}

.form-input > label.clicked {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #ffffff;
  opacity: 0.5;
  font-size: 10px;
  transition: 0.3s;
}

.form-input > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  height: 40px;
  background: transparent;
  padding-left: 10px;
  padding-top: 5px;
  position: relative;
}

.form-check-label {
  font-size: 14px;
  color: #ffffff;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #7dc6f6;
}

.btn-submit {
  margin-top: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #163a5c;
  background: linear-gradient(to right, #0b1e30 50%, #12385c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.btn-submit:hover {
  background-position: left bottom;
}

@media screen and (min-width: 1440px) and (max-width: 1990px) {
  .limit-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* navbar */
  .logo-nav > img {
    width: auto;
    height: auto;
  }

  /* Footer */
  .logo-footer > img {
    width: 350px;
    height: auto;
  }

  /* Section4 */
  .card-detail-phil {
    background: #dff3ff 0% 0% no-repeat padding-box;
    height: 100%;
    border: 5px solid #cfedff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  /* Section4 */
  .header-sec4 {
    color: #fff;
    padding: 0px 0px 90px 0px;
    text-align: left;
    position: relative;
    z-index: 15;
  }

  .card-detail-liz > img {
    width: 100%;
    height: auto;
    margin-top: -87px;
    transition: 0.5s;
  }
  
  .card-detail-phil > img {
    width: 100%;
    height: auto;
    margin-top: -90px;
    transition: 0.5s;
  }

  /* Section6 */
  .bg-top-section6 {
    background-image: url("../img/bg-top-section6.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1050px;
  }

  .card-center-section6 {
    margin-top: 0px;
  }

  .d-none-onBigscreen {
    display: none;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1366px) {
  .limit-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  /* Section2 */
  .btn-US-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 20%;
    left: 13%;
  }

  .btn-MEX-flag {
    width: 50px;
    height: 75px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 46%;
    left: 15%;
  }

  .btn-BRA-flag {
    width: 50px;
    height: 75px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 60%;
    left: 25%;
  }

  .btn-HK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 34%;
    right: 15%;
  }

  .btn-UK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 19%;
    left: 40%;
  }

  .btn-UAE-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 36%;
    left: 55%;
  }

  .btn-CN-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 25%;
    right: 28%;
  }
}

@media screen and (max-width: 1024px) {
  .header-sec4 {
    color: #fff;
    padding: 0px 0px 80px 0px;
    text-align: left;
    position: relative;
    z-index: 15;
  }
}

@media screen and (max-width: 930px) {
  .limit-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  /* footer */
  .footer-detail-text {
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
  }

  /* Seection3 */
  .btn-US-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 20%;
    left: 13%;
  }

  .btn-MEX-flag {
    width: 50px;
    height: 75px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
    left: 15%;
  }

  .btn-BRA-flag {
    width: 50px;
    height: 75px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 60%;
    left: 25%;
  }

  .btn-UAE-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 33%;
    left: 52%;
  }

  .btn-CN-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 19%;
    right: 28%;
  }

  .btn-HK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 31%;
    right: 15%;
  }

  .btn-UK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 14%;
    left: 39%;
  }

  /* Section4 */
  .card-detail > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  .card-detail-phil > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  .card-detail-liz > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  .card-detail-liz {
    background: #dff3ff 0% 0% no-repeat padding-box;
    height: 100%;
    border: 5px solid #cfedff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .card-detail-phil {
    background: #dff3ff 0% 0% no-repeat padding-box;
    height: 100%;
    border: 5px solid #cfedff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 550px) {
  .logo-nav > img {
    width: 100%;
    height: auto;
  }

  .d-none-desktop {
    display: block;
  }

  .img-nav-mobile {
    width: 100%;
    height: auto;
    margin-top: -60px;
  }

  /* footer */
  .footer-detail {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
  }

  .footer-detail-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  /* Section1 */
  .desktop-view {
    display: none;
  }

  .card-sec1 {
    margin-top: 0px;
    margin-bottom: -15px;
  }

  /* Section2 */
  .header-sec2 {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    color: #23ad71;
    text-align: center;
    padding: 15px;
    margin: -19px 0px 20px 0px;
  }

  .img-map {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .img-sub-map {
    max-width: 100%;
    height: 175px;
    transform: scale(1.6);
  }

  .img-flag {
    width: 40px;
    height: 40px;
  }

  .btn-US-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 11%;
    left: 4%;
  }

  .btn-CN-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 13%;
    right: 15%;
  }

  .btn-HK-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 20%;
    right: 5%;
  }

  .btn-MEX-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 42%;
    left: 3%;
  }

  .btn-SG-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 60%;
    right: 10%;
  }

  .btn-UAE-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 23%;
    left: 56%;
  }

  .btn-BRA-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 76%;
    left: 22%;
  }

  .btn-UK-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 6%;
    left: 39%;
  }

  .btn-TH-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 42%;
    right: 9%;
  }

  .btn-MAL-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 49%;
    right: 13%;
  }

  /* Section4 */
  .card-detail > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  .card-detail-phil > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  .card-detail-liz > img {
    width: 80%;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
  }

  /* Section6 */
  .card-center-section6 {
    margin-top: 0px;
  }

  .bg-form {
    background: #2a8dcf 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 11px;
    margin-top: -15px;
    margin-bottom: 10px;
  }

  .card-section6-center {
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 440px;
    margin-bottom: 50px;
    border-left: none;
    border-right: none;
    padding: 0px 0px;
    position: relative;
  }

  .detail-top-sectio6 > ul {
    margin: 0;
    padding: 0;
  }

  .detail-top-sectio6 > ul > li {
    list-style: none;
    color: #393939;
    display: flex;
    align-items: normal;
    line-height: 40px;
  }

  .detail-top-sectio6 > ul > li > img {
    color: #298fcf;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
