body {
  background-color: #f9f9f9;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
.header,
.header__logo {
  display: flex;
}
.header {
  padding: 12px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header__faq {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.header__faq {
  transition: all 0.3s ease-in;
}
a,
a:hover {
  transition: 0.3s;
  text-decoration: none;
}
.header__faq:hover {
  color: #22e3e6;
}
.header__lang {
  position: relative;
}
.header__lang-button {
  align-items: center;
  background: inherit;
  border: none;
  color: var(--color-black-primary);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  padding: 12px 8px 12px 12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.header__lang-menu {
  background: var(--color-white);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 52px;
  width: 300px;
  z-index: 99999999;
}
.header__lang-menu li {
  display: grid;
}
.header__lang-menu a,
.header__lang-menu span {
  color: var(--color-black-primary);
  display: grid;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px;
}
.header__lang-menu a {
  text-decoration: none;
}
.box_main {
  padding: 140px 0 40px;
  margin: 0 0 40px;
  background: #2f14a3;
  background: -webkit-linear-gradient(
    120deg,
    rgba(47, 20, 163, 1) 0%,
    rgba(13, 206, 209, 1) 73%,
    rgba(26, 56, 145, 1) 100%
  );
  background: -moz-linear-gradient(
    120deg,
    rgba(47, 20, 163, 1) 0%,
    rgba(13, 206, 209, 1) 73%,
    rgba(26, 56, 145, 1) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(47, 20, 163, 1) 0%,
    rgba(13, 206, 209, 1) 73%,
    rgba(26, 56, 145, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2F14A3", endColorstr="#1A3891", GradientType=0);
}
.box_card {
  color: #fff;
}
form.form_card {
  display: inline-block;
  width: 100%;
}

.box_card_url {
  width: 80%;
  margin: 0 2% 0 0;
  float: left;
}

.box_card_btn {
  width: 18%;
  margin: 30px 0 0;
}
.bx_card_head {
  background: #ffffffc7;
  display: inline-block;
  border-radius: 20px;
  padding: 15px 20px;
}

.box_card_head {
  text-align: center;
  margin: 30px 0 60px;
}

.bx_card_head a {
  margin: 0 30px;
  display: inline-block;
  color: #2f14a3;
}

.bx_card_head a img {
  width: 18px;
  height: auto;
  margin: -3px 4px 0 0;
}

.bx_card_head a:hover {
  color: #22e3e6;
}
.box_desc01 {
  display: flex;
  gap: 40px;
}
.box_main01,
.box_main02,
.box_main03,
.faq-box {
  margin: 100px 0;
}
.box_desc01-left h1 {
  color: #2f14a3;
  margin: 30px 0 15px;
}

.box_desc01-left p {
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
}
.tit_box_main02 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 10px;
}

.desc_box_main02 {
  text-align: center;
  margin: 0 20%;
  margin: 0 0 30px;
}

.box_desc02 {
  background: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
}
.box_desc01-right img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -15px #000;
}
.box_desc02_tit {
  font-size: 20px;
  margin: 15px 15px 6px;
}

.box_desc02_desc {
  margin: 0 15px 25px;
  color: #777;
  font-size: 15px;
  text-align: justify;
}
.box_desc01-left {
  flex: 4;
}
.box_desc01-left.box_desc03-left > div {
  font-size: 20px;
  margin: 0 0 10px;
}

.box_desc01-left.box_desc03-left p {
  font-size: 13px;
  line-height: 24px;
}
.box_desc01-right {
  flex: 3;
}
.faq-repeater {
  gap: 30px;
}
.faq-repeater-item {
  width: 100%;
  background: #f4f4f4;
  border-radius: 20px;
}
.faq-repeater-item-title {
  cursor: pointer;
  display: flex;
  width: 100%;
  background: #eee;
  justify-content: space-between;
  padding: 18px 30px;
  border-radius: 10px;
}
.faq-repeater-item-title h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color-1);
  transition: 0.3s;
  margin: 0;
}
.faq-repeater-item svg.arrow {
  margin: 6px 0 0;
}
.faq-repeater-item-title svg.arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}
.faq-repeater-item-title.collapsed svg.arrow {
  transform: rotate(0);
}
.faq-repeater-item-title svg.arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}
.faq-repeater-item-des p {
  border: 1px solid var(--light-color-2);
  border-radius: var(--rounded-20);
  padding: 20px 30px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: var(--light-color-4);
}
.box_main03 h3 {
    font-size: 20px;
}
.box_res_dl {
  margin: 30px 0 0;
}
footer {
  background: #030303;
  padding: 50px 0 30px;
  color: #fff;
}
.tit_menu_foot {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.box_menu_foot ul li a {
  color: #eee;
  margin: 0 0 5px;
  display: inline-block;
  font-size: 15px;
}

.box_menu_foot ul li a:hover {
  color: #0fc3cf;
}

.box_menu_foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box_copyright {
  border-top: 1px solid #444;
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 17px;
}
.box_header nav.navbar ul li a {
  color: #fff;
  font-size: 19px;
  margin: 0 15px 0 0;
}

.box_header nav.navbar ul li a:hover,
.box_header nav.navbar ul li a.show {
  color: #34f1f5;
}

.box_header nav.navbar ul li ul.dropdown-menu li a {
  color: #000;
  font-size: 16px;
}

.box_header nav.navbar ul li ul.dropdown-menu {
  border: none;
}

a.navbar-brand {
  margin: 0 50px 0 0;
}

/*---------------- Responsive --------------*/
/* xl 1200px  -  lg 992px  -  md 768px  -  sm 576px  -  xs <576px */
/*---------------- xl --------------*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1300px) {
}

/*---------------- xl --------------*/
@media only screen and (max-width: 1400px) {
}

/*---------------- lg --------------*/
@media only screen and (max-width: 1200px) {
}

/*---------------- md --------------*/
@media only screen and (max-width: 992px) {
  .box_header nav.navbar {
    width: 100%;
    background: #383838;
    border-radius: 10px;
  }
  .box_desc02_tit {
    font-size: 15px;
  }
  .box_header button.navbar-toggler {
    background: #fff;
  }
  .box_card_btn {
    width: 28%;
  }
  .box_card_url {
    width: 70%;
  }
}

/*---------------- sm --------------*/
@media only screen and (max-width: 768px) {
  .box_card_btn {
    font-size: 15px;
    padding: 13px 0;
  }
  .box_desc01 {
    display: inline-block;
    width: 100%;
  }
  .faq-repeater {
    gap: 10px;
  }
  .box_desc01-left.box_desc03-left > div {
    margin: 15px 0 10px;
  }
}

/*---------------- xs --------------*/
@media only screen and (max-width: 576px) {
}
