.box-modal-head .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .box-modal-head .modal-dialog {
    padding: 40px;
  }
}
.box-modal-head .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.box-modal-head .modal-body {
  padding: 0;
}

.content-popup-qr {
  position: relative;
  max-width: 1300px;
  background: #fff;
  margin: 0 auto;
  padding: 72px 163px;
  border-radius: 24px;
}
.content-popup-qr .row {
  margin: 0 -40px;
}
.content-popup-qr .row > div {
  padding: 0 40px;
}
@media (max-width: 1400px) {
  .content-popup-qr {
    padding: 60px;
    max-width: 1000px;
  }
  .content-popup-qr .row {
    margin: 0 -20px;
  }
  .content-popup-qr .row > div {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .content-popup-qr {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .content-popup-qr {
    padding: 48px 24px;
    border-radius: 16px;
  }
}

@media (max-width: 1023px) {
  .avr-modal {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .avr-modal img {
    max-width: 380px;
  }
}

.close-popup {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}
@media (max-width: 767px) {
  .close-popup {
    top: 16px;
    right: 16px;
  }
  .close-popup img {
    width: 24px;
  }
}

.info-modal-qr {
  color: #0F1C4C;
}
@media (max-width: 1023px) {
  .info-modal-qr {
    text-align: center;
  }
}
.info-modal-qr h6 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1400px) {
  .info-modal-qr h6 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .info-modal-qr h6 {
    font-size: 24px;
  }
}
.info-modal-qr .desc {
  font-size: 20px;
  padding: 24px 0;
}
@media (max-width: 1400px) {
  .info-modal-qr .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-modal-qr .desc {
    font-size: 14px;
  }
}
.info-modal-qr .note-modal {
  margin-bottom: 24px;
}

.apps-modal {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .apps-modal {
    justify-content: center;
  }
}
.apps-modal .left {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .apps-modal .left {
    display: none;
  }
}
.apps-modal ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.apps-modal ul li {
  margin-bottom: 12px;
}
.apps-modal ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .apps-modal ul li img {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .avr-qr {
    display: none;
  }
  .avr-qr img {
    width: 112px;
  }
}

.fqa .banner {
  height: 472px;
  background: #00E889;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 1023px) {
  .fqa .banner {
    height: auto;
    padding: 72px 0;
    background-image: url("../images/faq-mobile.jpg") no-repeat right !important;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .fqa .banner {
    background-position: 86% !important;
    background-size: cover;
    padding: 48px 0;
  }
}
.fqa .banner .caption-slide {
  padding-top: 96px;
}
@media (max-width: 1023px) {
  .fqa .banner .caption-slide {
    padding-top: 0;
  }
}
.fqa .banner .caption-slide .title-note {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fqa .banner .caption-slide .title-note {
    margin-bottom: 4px;
  }
}
.fqa .banner .caption-slide .title {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  color: #0F1C4C;
}
@media (max-width: 1023px) {
  .fqa .banner .caption-slide .title {
    font-size: 40px;
    line-height: initial;
  }
}
@media (max-width: 767px) {
  .fqa .banner .caption-slide .title {
    font-size: 32px;
  }
}
.fqa .banner .form-search {
  padding-top: 56px;
}
@media (max-width: 1023px) {
  .fqa .banner .form-search {
    padding-top: 48px;
    max-width: 480px;
  }
}
.fqa .banner .form-search .form {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 8px 24px;
  gap: 68px;
  width: 856px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 1023px) {
  .fqa .banner .form-search .form {
    width: 100%;
  }
}
.fqa .banner .form-search .form span {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #0F1C4C;
}
@media (max-width: 767px) {
  .fqa .banner .form-search .form span {
    font-size: 10px;
  }
}
.fqa .banner .form-search .form input {
  border: 0;
  outline: 0;
  position: absolute;
  top: 25px;
  left: 22px;
  width: 100%;
  max-width: 716px;
}
@media (max-width: 1023px) {
  .fqa .banner .form-search .form input {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .fqa .banner .form-search .form input {
    font-size: 14px;
  }
}
.fqa .banner .form-search .form input:focus {
  outline: none !important;
}
.fqa .banner .form-search .form input ::placeholder {
  color: #9FA4B7;
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.fqa .banner .form-search .form input :-ms-input-placeholder {
  color: #9FA4B7;
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.fqa .banner .form-search .form input ::-ms-input-placeholder {
  color: #9FA4B7;
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.fqa .banner .form-search .form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  background: #00E889;
  border-radius: 48px;
  border: 0;
}

.banner-qr {
  background: #FAFBFD;
  background-repeat: no-repeat;
  background-position: right 17px bottom;
}
.banner-qr img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .banner-qr {
    background-image: unset !important;
  }
}
.banner-qr .container > .row {
  align-items: center;
}
@media (max-width: 1400px) {
  .banner-qr .container > .row {
    margin: 0 -32px;
  }
}
@media (max-width: 1400px) and (max-width: 1023px) {
  .banner-qr .container > .row {
    margin: 0 -20px;
  }
}
.banner-qr .container > .row > div {
  padding: 0 32px;
}
@media (max-width: 1400px) {
  .banner-qr .container > .row > div {
    padding: 0 32px;
  }
}
@media (max-width: 1023px) {
  .banner-qr .container > .row > div {
    padding: 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-qr .container {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .banner-qr .container {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .banner-qr .container {
    padding: 40px 24px;
  }
}
.banner-qr .container .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
}
@media (max-width: 1023px) {
  .banner-qr .container .info {
    position: relative;
    padding-right: 204px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .banner-qr .container .info {
    position: relative;
    padding-right: 0;
    margin-top: 16px;
  }
}
.banner-qr .container .info .title-bannerqr {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #0F1C4C;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .banner-qr .container .info .title-bannerqr {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .banner-qr .container .info .title-bannerqr {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.banner-qr .container .info .content-qr {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #3F4970;
}
@media (max-width: 767px) {
  .banner-qr .container .info .content-qr {
    font-size: 14px;
  }
}
.banner-qr .container .info .image-qr {
  align-items: center;
  padding-top: 48px;
}
@media (max-width: 1023px) {
  .banner-qr .container .info .image-qr {
    display: block;
    padding-top: 32px;
  }
  .banner-qr .container .info .image-qr .col-md-4 {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
  }
  .banner-qr .container .info .image-qr .col-md-4 img {
    width: 156px;
    height: 156px;
  }
}
@media (max-width: 767px) {
  .banner-qr .container .info .image-qr {
    padding-top: 24px;
  }
  .banner-qr .container .info .image-qr .col-md-4 {
    display: none;
  }
}
.banner-qr .container .info .image-qr .btn-qr .download-qr {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: #0F1C4C;
  background: #00E889;
  height: 60px;
  padding: 0 32px;
  border-radius: 64px;
}
@media (max-width: 767px) {
  .banner-qr .container .info .image-qr .btn-qr .download-qr {
    font-size: 14px;
    padding: 11px 16px;
    height: auto;
    line-height: 18px;
  }
}
.banner-qr .container .info .image-qr .btn-qr .download-qr:hover {
  background: #3BEBA5;
}

.contact-faq {
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 1023px) {
  .contact-faq {
    background-position: -28% !important;
  }
}
@media (max-width: 767px) {
  .contact-faq {
    background-position: -180% !important;
  }
}
.contact-faq .container {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .contact-faq .container {
    padding: 56px 40px;
  }
}
@media (max-width: 1023px) {
  .contact-faq .container {
    padding: 40px 24px;
  }
}
.contact-faq .container .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-faq .container .info .title-contactfaq {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 16px;
  color: #0F1C4C;
}
@media (max-width: 1200px) {
  .contact-faq .container .info .title-contactfaq {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .contact-faq .container .info .title-contactfaq {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-faq .container .info .title-contactfaq {
    font-size: 28px;
    line-height: initial;
  }
}
.contact-faq .container .info .content-contact-faq {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #0F1C4C;
}
@media (max-width: 767px) {
  .contact-faq .container .info .content-contact-faq {
    font-size: 20px;
  }
}
.contact-faq .container .info .image-faq {
  padding-top: 16px;
}
.contact-faq .container .info .image-faq .btn-faq .download-faq {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: #0F1C4C;
  border: 2px solid #0F1C4C;
  border-radius: 64px;
  padding: 0 32px 3px 32px;
  height: 60px;
}
@media (max-width: 767px) {
  .contact-faq .container .info .image-faq .btn-faq .download-faq {
    font-size: 14px;
    height: auto;
    padding: 8px 16px;
    line-height: inherit;
  }
}
.contact-faq .container .info .image-faq .btn-faq .download-faq:hover {
  background: #0F1C4C;
  color: #00E889;
}

.box-faq {
  padding: 104px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-faq {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-faq {
    padding: 40px 0;
  }
}
.box-faq .row {
  margin: 0 -48px;
}
@media (max-width: 1023px) {
  .box-faq .row {
    margin: 0 -20px;
  }
}
.box-faq .row > div {
  padding: 0 48px;
  height: 100%;
  border-left: 1px solid #27335E;
}
.box-faq .row > div:first-child {
  border-left: 0;
}
@media (max-width: 1023px) {
  .box-faq .row > div {
    padding: 0 20px !important;
    border-left: 0px solid #27335E !important;
  }
}
.box-faq .row .col-md-3 {
  flex: 0 0 378px;
  max-width: 378px;
}
@media (max-width: 1023px) {
  .box-faq .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-faq .row .col-md-9 {
  flex: 0 0 calc(100% - 378px);
  max-width: calc(100% - 378px);
}
@media (max-width: 1023px) {
  .box-faq .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .tab-faq {
    overflow: auto;
    border-bottom: 0;
    padding-bottom: 56px;
    margin-bottom: 0;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  .tab-faq::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 767px) {
  .tab-faq {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.tab-faq a {
  display: flex;
  align-items: center;
  color: #0F1C4C;
  font-weight: 600;
  font-size: 20px;
}
.tab-faq a svg {
  flex: 0 0 28px;
  margin-right: 8px;
}
.tab-faq a path {
  transition: 0.3s all !important;
}
.tab-faq a.active, .tab-faq a:hover {
  color: #08B872;
}
.tab-faq a.active path, .tab-faq a:hover path {
  stroke: #08B872;
}
.tab-faq a.active img, .tab-faq a:hover img {
  filter: invert(56%) sepia(54%) saturate(3891%) hue-rotate(121deg) brightness(95%) contrast(94%);
}
.tab-faq ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .tab-faq ul {
    display: flex;
    width: max-content;
    align-items: center;
  }
}
.tab-faq ul li {
  margin-bottom: 32px;
}
.tab-faq ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .tab-faq ul li {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .tab-faq ul li:last-child {
    margin-right: 0;
  }
}

.faq-content {
  padding-bottom: 24px;
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEEF3;
}
@media (max-width: 1023px) {
  .faq-content {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .faq-content {
    margin-bottom: 32px;
  }
}
.faq-content:last-child {
  margin-bottom: 0;
}
.faq-content .title-quesstion {
  font-size: 24px;
  font-weight: 700;
  color: #0F1C4C;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  line-height: initial;
}
@media (max-width: 1023px) {
  .faq-content .title-quesstion {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .faq-content .title-quesstion {
    font-size: 20px;
    line-height: 28px;
  }
}
.faq-content .title-quesstion:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .faq-content .title-quesstion:after {
    top: 0;
  }
}
.faq-content .title-quesstion.active:after {
  background-image: url("../images/sub.svg");
}
@media (max-width: 767px) {
  .faq-content .title-quesstion.active:after {
    top: 0;
  }
}
.faq-content .answer {
  font-size: 20px;
  color: #3F4970;
  margin-top: 40px;
  margin-left: 56px;
  position: relative;
  padding-left: 16px;
  border-left: 3px solid #9DF5D2;
  display: none;
}
@media (max-width: 1023px) {
  .faq-content .answer {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .faq-content .answer {
    margin-left: 0;
    font-size: 14px;
    margin-top: 24px;
  }
}

.content-tab-faq {
  display: none;
}
.content-tab-faq.active {
  display: block;
}
@media (max-width: 1023px) {
  .content-tab-faq {
    padding-top: 48px;
    border-top: 1px solid #27335E;
  }
}
@media (max-width: 767px) {
  .content-tab-faq {
    padding-top: 32px;
  }
}

body {
  width: 100% !important;
}
body a {
  text-decoration: none !important;
  transition: 0.3s all !important;
  color: #0F1C4C;
}
body a:hover {
  color: #00E889;
}

.title-box .link-title {
  text-align: right;
}
.title-box .link-title a {
  color: #27335E;
  border-bottom: 3px solid #00E889;
  padding-bottom: 4px;
  font-weight: 600;
}

.title p {
  margin-bottom: 0;
  color: #0F1C4C;
  font-size: 14px;
  margin-bottom: 4px;
}
.title h2 {
  font-size: 64px;
  font-weight: 700;
  color: #0F1C4C;
  margin-bottom: 0;
}
.title h2 span {
  color: #00E889;
}
@media (max-width: 1400px) {
  .title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 38px;
  }
}

.title-news {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .title-news {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .title-news {
    margin-bottom: 32px;
  }
}
.title-news h2 {
  margin-bottom: 0;
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .title-news h2 {
    font-size: 24px;
  }
}

.list-news .row {
  margin-left: -16px;
  margin-right: -16px;
}
.list-news .row > div {
  padding: 0 16px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .list-news .row > div {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .list-news .row > div {
    margin-bottom: 32px;
  }
}

.item-news .avarta {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.item-news .avarta img {
  transition: 0.5s all !important;
}
.item-news .avarta img:hover {
  transform: scale(1.07);
}
.item-news .logo-news {
  padding: 16px 0 32px 0;
}
@media (max-width: 1023px) {
  .item-news .logo-news {
    padding-bottom: 0;
  }
}
.item-news .logo-news img {
  max-height: 36px;
}
.item-news .info {
  padding: 16px 0 0 0;
}
.item-news .info p {
  margin-bottom: 0;
}
.item-news .info p a {
  font-size: 14px;
  color: #3F4970;
}
@media (max-width: 767px) {
  .item-news .info p a {
    font-size: 12px;
  }
}
.item-news .info p a:hover {
  color: #00E889;
}
.item-news h3 {
  margin-bottom: 0;
}
.item-news h3 a {
  display: block;
  padding: 8px 0 4px 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .item-news h3 a {
    font-size: 20px;
  }
}
.item-news .desc {
  font-size: 20px;
  color: #6F7794;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  .item-news .desc {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .item-news .desc {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .item-news .more-detail {
    display: none;
  }
}

.more-detail a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 2px solid #00E889;
}
@media (max-width: 767px) {
  .more-detail a {
    font-size: 14px;
  }
}
.more-detail a img, .more-detail a svg {
  margin-left: 6px;
}
.more-detail a path {
  transition: 0.3s all !important;
}
.more-detail a:hover path {
  stroke: #00E889;
}

.pagination a {
  font-size: 16px;
  display: inline-flex;
  font-weight: 600;
  color: #0F1C4C;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  justify-content: center;
}
.pagination a img {
  position: relative;
  top: 4px;
}
.pagination a.active, .pagination a:hover {
  color: #00E889;
}
.pagination ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .pagination ul {
    margin-bottom: 0;
  }
}

.filter-cate-news {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .filter-cate-news {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .filter-cate-news {
    margin-bottom: 32px;
  }
}
.filter-cate-news a {
  font-size: 20px;
  font-weight: 700;
  color: #0F1C4C !important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #0F1C4C;
  padding: 0 16px 2px 16px;
  height: 52px;
}
@media (max-width: 1023px) {
  .filter-cate-news a {
    font-size: 20px;
    height: auto;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .filter-cate-news a {
    font-size: 16px;
  }
}
.filter-cate-news a:hover, .filter-cate-news a.active {
  background-color: #00E889;
  border: 1px solid #00E889;
}
.filter-cate-news ul {
  list-style: none;
  display: flex;
  margin: 12px 0 0 0;
  padding-left: 0;
}
.filter-cate-news ul li {
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .filter-cate-news ul li {
    margin-right: 12px;
  }
}
.filter-cate-news .title-tags-tab {
  color: #0F1C4C;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .filter-cate-news .title-tags-tab {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .scroll-filter {
    overflow: auto;
  }
  .scroll-filter::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 1023px) {
  .scroll-filter ul {
    width: max-content;
  }
}
@media (max-width: 767px) {
  .scroll-filter ul {
    margin-top: 24px;
  }
}

.content-sub-form {
  padding: 56px 0;
  background-color: #00E889;
  position: relative;
  color: #0F1C4C;
  font-size: 24px;
}
@media (max-width: 767px) {
  .content-sub-form {
    padding: 48px 24px;
  }
}
.content-sub-form:after {
  content: "";
  width: 200px;
  height: 100%;
  background: #27335E;
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .content-sub-form:after {
    clip-path: polygon(0 0, 100% 0, 10% 100%, 0% 100%);
    width: 130px;
  }
}
@media (max-width: 767px) {
  .content-sub-form:after {
    width: 40px;
    height: 120px;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
  }
}
.content-sub-form .title-sub {
  margin-bottom: 24px;
}
.content-sub-form .title-sub p {
  margin-top: 4px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .content-sub-form .title-sub p {
    max-width: 448px;
    margin: 4px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .content-sub-form .title-sub p {
    font-size: 20px;
  }
}
.content-sub-form .title-sub h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1023px) {
  .content-sub-form .title-sub h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-sub-form .title-sub h2 {
    font-size: 32px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.frm-sub {
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  padding: 6px 24px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .frm-sub {
    max-width: 448px;
  }
}
.frm-sub p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .frm-sub p {
    font-size: 10px;
  }
}
.frm-sub .txt_sub_field {
  font-size: 16px;
  width: 100%;
  height: 20px;
  border: 0;
  outline: none;
  background: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  .frm-sub .txt_sub_field {
    font-size: 14px;
  }
}
.frm-sub .btn_sub_frm {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
}

.note-sub {
  font-size: 14px;
  font-style: italic;
  margin-top: 8px;
  color: #fff;
}

.box-subscribe {
  margin-bottom: 96px;
  position: relative;
}
@media (max-width: 1023px) {
  .box-subscribe {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .box-subscribe .container {
    padding: 0;
  }
}

.box-slide-news {
  padding: 96px 0;
  overflow: hidden;
  background-size: cover !important;
  margin-bottom: 96px;
}
@media (max-width: 1023px) {
  .box-slide-news {
    padding: 56px 40px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .box-slide-news {
    padding: 40px 24px;
    margin-bottom: 40px;
  }
}
.box-slide-news .title {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .box-slide-news .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .box-slide-news .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .box-slide-news .container {
    padding: 0;
  }
}

.slick-arrow path {
  transition: 0.3s all !important;
}
.slick-arrow:hover path {
  stroke: #0F1C4C;
}

.slide-new-hot {
  margin: 0 -28px;
  padding-bottom: 96px;
}
@media (min-width: 767px) {
  .slide-new-hot {
    padding-left: calc((100% - 1300px) / 2);
  }
}
@media (min-width: 1024px) {
  .slide-new-hot {
    padding-left: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .slide-new-hot {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1023px) {
  .slide-new-hot {
    margin: 0px -24px;
    padding-bottom: 0;
  }
}
.slide-new-hot .slick-arrow {
  bottom: 0;
  margin-left: 28px;
}
@media (max-width: 1023px) {
  .slide-new-hot .slick-arrow {
    opacity: 0;
  }
}
.slide-new-hot .slick-arrow.arr-right {
  margin-left: 96px;
}
.slide-new-hot .slick-list {
  overflow: initial;
}
@media (max-width: 1023px) {
  .slide-new-hot .slick-list {
    overflow: hidden;
  }
}
.slide-new-hot .item-slide {
  padding: 0 28px;
}
@media (max-width: 1023px) {
  .slide-new-hot .item-slide {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .slide-new-hot .slick-dots {
    justify-content: center;
    margin-top: 32px;
  }
}

.item-new-hot {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .item-new-hot {
    display: block;
  }
}
.item-new-hot .avarta {
  margin-right: 48px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .item-new-hot .avarta {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 767px) {
  .item-new-hot .avarta {
    margin: 0 0 16px 0;
  }
}
.item-new-hot .avarta img {
  transition: 0.4s all !important;
}
.item-new-hot .avarta img:hover {
  transform: scale(1.05);
}
.item-new-hot .info {
  flex: 0 0 256px;
}
.item-new-hot .info p {
  margin-bottom: 0;
}
.item-new-hot .info p img {
  margin-bottom: 16px;
  max-height: 36px;
}
.item-new-hot .info p a {
  color: #3F4970;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .item-new-hot .info p a {
    font-size: 12px;
  }
}
.item-new-hot .info p a:hover {
  color: #00E889;
}
.item-new-hot h3 {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .item-new-hot h3 {
    margin-bottom: 0;
  }
}
.item-new-hot h3 a {
  font-size: 28px;
  font-weight: 700;
  color: #0F1C4C;
}
@media (max-width: 767px) {
  .item-new-hot h3 a {
    font-size: 24px;
  }
}
.item-new-hot h3 a:hover {
  color: #00E889;
}
@media (max-width: 1023px) {
  .item-new-hot .more-detail {
    display: none;
  }
}

.box-step-guide {
  overflow: hidden;
  padding: 104px 0;
  background: #F1F2F8;
}
@media (max-width: 1023px) {
  .box-step-guide {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-step-guide {
    padding: 40px 0;
  }
}

.list-step {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .list-step {
    margin-top: 48px;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 767px) {
  .list-step {
    margin-top: 32px;
    width: 100%;
    left: 0;
  }
}

.tab-content {
  display: none;
}
.tab-content img {
  max-width: 448px;
  display: inline;
}
.tab-content.active {
  display: block;
}
@media (max-width: 1023px) {
  .tab-content {
    display: block;
  }
  .tab-content img {
    max-width: 380px;
    display: inline;
  }
}
@media (max-width: 767px) {
  .tab-content img {
    max-width: 100%;
  }
}

.tab-step {
  max-width: 520px;
}
@media (min-width: 1024px) {
  .tab-step {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .tab-step .slick-track {
    transform: unset !important;
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .tab-step .slick-list.draggable {
    height: 100% !important;
  }
}
@media (max-width: 1023px) {
  .tab-step {
    max-width: 100%;
    padding-left: 15%;
    margin: 0;
    margin-top: 32px;
  }
  .tab-step .slick-dots {
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .tab-step .slick-dots li {
    background: #CFD2DB;
  }
  .tab-step .slick-dots li button {
    background: #CFD2DB;
  }
  .tab-step .slick-dots li.slick-active {
    background: #00E889;
  }
  .tab-step .slick-dots li.slick-active button {
    background-color: #00E889;
  }
  .tab-step .slick-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tab-step {
    padding: 0;
    margin: 32px 0 0 0;
  }
}

.item-tab-step {
  margin-bottom: 48px;
  cursor: pointer;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .item-tab-step {
    margin-bottom: 0;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .item-tab-step {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
  }
}
.item-tab-step:last-child {
  margin-bottom: 0;
}
.item-tab-step:after {
  content: "";
  width: 30px;
  height: 48px;
  background: #CFD2DB;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .item-tab-step:after {
    display: none;
  }
}
.item-tab-step h6 {
  color: #0F1C4C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.2s all !important;
}
@media (max-width: 767px) {
  .item-tab-step h6 {
    font-size: 16px;
  }
}
.item-tab-step .numb {
  color: #B7BBC9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .item-tab-step .numb {
    font-size: 20px;
  }
}
.item-tab-step .desc {
  display: none;
  margin-top: 8px;
}
.item-tab-step.slick-current:after {
  background: #00E889;
}
.item-tab-step.slick-current .desc {
  display: block;
}
.item-tab-step.slick-current .numb {
  color: #00E889;
}
.item-tab-step:hover h6 {
  color: #00E889;
}

.box-payment {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-payment {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-payment {
    padding: 40px 0;
  }
}

.list-payment {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .list-payment {
    margin-top: 48px;
  }
  .list-payment .row {
    margin: 0 -16px;
  }
  .list-payment .row .col-md-3 {
    padding: 0 16px;
  }
  .list-payment .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .list-payment {
    margin-top: 32px;
  }
  .list-payment .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 32px;
  }
}

.itme-payment .avarta {
  margin-bottom: 24px;
}
.itme-payment .avarta img {
  display: inline;
}
.itme-payment .info p {
  text-transform: uppercase;
  color: #00E889;
  margin-bottom: 8px;
  font-weight: 700;
}
.itme-payment .info h5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0F1C4C;
}
@media (max-width: 767px) {
  .itme-payment .info h5 {
    font-size: 20px;
  }
}

.box-video {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-video {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-video {
    padding: 40px 0;
  }
  .box-video .link-title {
    display: none;
  }
}

.content-video {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .content-video {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .content-video {
    margin-top: 32px;
  }
}

.content-video .row {
  margin: 0 -32px;
}
.content-video .row > div {
  padding: 0 32px;
}
@media (max-width: 767px) {
  .content-video .row {
    margin: 0 -12px;
  }
  .content-video .row > div {
    padding: 0 12px;
  }
}

.video-bigs {
  position: relative;
  border-radius: 16px;
  box-shadow: 0 0 0 6px #00e889, 6px 6px 0 6px #00e889;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-bigs {
    box-shadow: 0 0 0 6px #00e889, 2px 2px 0 2px #00e889;
  }
}
.video-bigs .avarta {
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 1023px) {
  .video-bigs .avarta svg {
    width: 55px;
    height: 55px;
  }
}
.video-bigs .avarta > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-bigs .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.video-bigs:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.list-video-small {
  padding-bottom: 72px;
  margin: 0 -5px;
}
@media (max-width: 1023px) {
  .list-video-small {
    margin-top: 56px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .list-video-small {
    margin-top: 32px;
    padding-bottom: 56px;
  }
}
.list-video-small .item-slide {
  padding: 0 5px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .list-video-small .item-slide {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
.list-video-small .slick-arrow {
  bottom: 0;
  left: 0;
}
.list-video-small .slick-arrow.arr-right {
  left: 60px;
}

.item-video-small {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .item-video-small {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32px !important;
    padding: 0 16px;
  }
}
.item-video-small:last-child {
  margin-bottom: 0;
}
.item-video-small .avarta {
  position: relative;
  margin-right: 24px;
  border-radius: 8px;
  flex: 0 0 72px;
}
.item-video-small .avarta > img {
  width: 100%;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}
.item-video-small .avarta .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-video-small .avarta .play img {
  width: 32px;
  height: 32px;
}
.item-video-small .info h5 {
  margin-bottom: 0;
}
.item-video-small .info a {
  color: #0F1C4C;
  font-size: 16px;
  font-weight: 700;
  line-height: initial;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-video-small .info a:hover {
  color: #00E889;
}
.item-video-small .info p {
  color: #576082;
  font-weight: 300;
  margin-bottom: 0;
}

.item-banner {
  position: relative;
}

.caption-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 1023px) {
  .caption-banner {
    align-items: unset;
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .caption-banner {
    align-items: unset;
    padding: 40px 0 0 0;
  }
}
.caption-banner h1 {
  font-size: 64px;
  font-weight: 700;
  max-width: 700px;
  margin: 0 0 32px 0;
  line-height: 1.12;
}
.caption-banner .icon {
  position: relative;
  left: -110px;
}
.caption-banner .t-banner {
  padding-left: 0;
}
@media (max-width: 1600px) {
  .caption-banner .icon {
    left: -70px;
  }
  .caption-banner .icon img {
    max-width: 80px;
  }
  .caption-banner h1 {
    font-size: 48px;
    max-width: 520px;
  }
  .caption-banner .t-banner {
    padding-left: 0;
  }
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  border-radius: 60px;
  padding: 0 32px;
  color: #0F1C4C !important;
  font-size: 20px;
  font-weight: 600;
  background: #00E889;
}
@media (max-width: 1600px) {
  .btn-main a {
    height: 48px;
    font-size: 18px;
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .btn-main a {
    height: auto;
    font-size: 14px;
    padding: 8px 16px;
  }
}

.slide-img-about .slick-dots {
  display: none !important;
}

.box-service-about {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-service-about {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-service-about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .box-service-about .list-service .col-md-4 {
    margin-bottom: 32px;
  }
  .box-service-about .list-service .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.item-srv {
  max-width: 304px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .item-srv .icon img {
    max-width: 120px;
  }
}
.item-srv h5 {
  padding: 24px 0 8px 0;
  margin: 0;
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .item-srv h5 {
    font-size: 20px;
  }
}
.item-srv p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .item-srv p {
    font-size: 14px;
  }
}

.info-caption {
  max-width: 688px;
  position: relative;
  padding-left: 110px;
}
@media (max-width: 1400px) {
  .info-caption {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .info-caption {
    padding-left: 0;
  }
}
.info-caption .icon-kep {
  position: absolute;
  top: -70px;
  left: 0;
}
@media (max-width: 1400px) {
  .info-caption .icon-kep {
    top: -50px;
  }
}
@media (max-width: 1023px) {
  .info-caption .icon-kep {
    display: none;
  }
}
@media (max-width: 1400px) {
  .info-caption .icon-kep img {
    width: 80px;
  }
}
.info-caption p {
  color: #27335E;
  font-size: 14px;
}
@media (max-width: 767px) {
  .info-caption p {
    font-size: 12px;
  }
}
.info-caption h2 {
  font-size: 64px;
  font-weight: 700;
  color: #0F1C4C;
  padding: 3px 0 32px 0;
}
@media (max-width: 1400px) {
  .info-caption h2 {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .info-caption h2 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .info-caption h2 {
    font-size: 28px;
    padding: 0px 0 24px 0;
  }
}
.info-caption .btn-main a {
  border: 2px solid #0F1C4C;
}

.box-banner {
  position: relative;
}
@media (max-width: 767px) {
  .box-banner.banner-about {
    padding-top: 50px;
    background: #00e889;
  }
}

.box-cover-detail {
  padding: 56px 0;
  background: #FAFBFD;
}
@media (max-width: 767px) {
  .box-cover-detail {
    padding: 40px 0;
  }
}
.box-cover-detail .cover-thumb {
  margin-bottom: 56px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 42.6697530864%;
}
.box-cover-detail .cover-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .box-cover-detail .cover-thumb {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-cover-detail .cover-thumb {
    margin-bottom: 32px;
    font-size: 32px;
  }
}

.info-cover-detail {
  max-width: 1088px;
  margin: 0 auto;
}
.info-cover-detail h1 {
  color: #0F1C4C;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .info-cover-detail h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .info-cover-detail h1 {
    font-size: 32px;
  }
  .info-cover-detail h1 br {
    display: none;
  }
}
.info-cover-detail ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  font-size: 20px;
  display: flex;
  line-height: 1;
}
@media (max-width: 767px) {
  .info-cover-detail ul {
    font-size: 16px;
    display: block;
    line-height: initial;
  }
}
.info-cover-detail ul li {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #B7BBC9;
}
@media (max-width: 767px) {
  .info-cover-detail ul li {
    border-right: 0px solid #B7BBC9;
    margin-bottom: 8px;
  }
}
.info-cover-detail ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0px solid #B7BBC9;
  margin-bottom: 0;
}

.content-detail img {
  max-width: 100%;
  height: auto !important;
}

.box-detail {
  padding: 56px 0 90px 0;
}
@media (max-width: 1023px) {
  .box-detail {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .box-detail {
    padding: 40px 0 56px 0;
  }
}

.content-detail {
  max-width: 1088px;
  margin: 0 auto;
  font-size: 20px;
  color: #161B28;
}
@media (max-width: 1023px) {
  .content-detail {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-detail {
    font-size: 14px;
  }
}
.content-detail p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .content-detail p {
    margin-bottom: 16px;
  }
}
.content-detail ul {
  margin-bottom: 32px;
}
.content-detail ul li {
  margin-bottom: 15px;
}

.author-detail {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .author-detail {
    margin-top: 40px;
  }
}

.authoor-time {
  color: #3F4970;
}
.authoor-time ul {
  list-style: none;
  margin-bottom: 0;
  border-left: 3px solid #00E889;
  padding-left: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .authoor-time ul {
    padding-left: 16px;
    margin-bottom: 32px;
  }
}
.authoor-time ul li {
  line-height: initial;
  margin-bottom: 8px;
}
.authoor-time ul li:last-child {
  margin-bottom: 0;
}

.shear-detail {
  text-align: right;
}
@media (max-width: 767px) {
  .shear-detail {
    text-align: left;
  }
}
.shear-detail p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #3F4970;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .shear-detail p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shear-detail p {
    font-size: 12px;
  }
}
.shear-detail ul {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .shear-detail ul {
    justify-content: flex-start;
  }
}
.shear-detail ul li {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .shear-detail ul li {
    margin-bottom: 0;
  }
}
.shear-detail ul li:last-child {
  margin-right: 0;
}

.slide-new-other {
  margin: 0 -16px 90px -16px;
}
@media (max-width: 1023px) {
  .slide-new-other {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .slide-new-other {
    margin: 0 -24px 40px -8px;
  }
}
.slide-new-other .item-slide {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .slide-new-other .item-slide {
    padding: 0 8px;
  }
}
.slide-new-other .slick-arrow {
  top: -92px;
  right: 16px;
}
@media (max-width: 767px) {
  .slide-new-other .slick-arrow {
    top: -60px;
    width: 32px;
    height: 32px;
  }
}
.slide-new-other .slick-arrow.arr-lef {
  right: 80px;
}
@media (max-width: 767px) {
  .slide-new-other .slick-arrow.arr-lef {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .slide-new-other .slick-arrow svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1023px) {
  .banner-tutorial .avarta img {
    height: 985px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .banner-tutorial .avarta img {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .banner-tutorial .caption-banner .txt-banner .icon {
    display: none;
  }
  .banner-tutorial .caption-banner .txt-banner .t-banner {
    padding-left: 0;
  }
  .banner-tutorial .caption-banner h1 {
    font-size: 64px;
    max-width: 100%;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .banner-tutorial .caption-banner h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    max-width: 340px;
  }
}

.box-banner-shop {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-banner-shop {
    padding: 0;
    text-align: center;
  }
  .box-banner-shop .container {
    padding: 0;
  }
}

.banner-shop {
  position: relative;
}
@media (max-width: 1550px) {
  .banner-shop .avr-banner img.show-pc {
    max-width: 90%;
  }
}
.banner-shop .show-mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -20px;
}
.banner-shop .phone-abs {
  position: absolute;
  max-width: 60%;
  top: -10%;
  right: -10%;
}
@media (max-width: 1550px) {
  .banner-shop .phone-abs {
    max-width: 50%;
    right: -5%;
  }
}
@media (max-width: 1023px) {
  .banner-shop .phone-abs {
    position: relative;
    max-width: 100%;
    top: 0;
    right: 0;
    margin-top: 48px;
  }
  .banner-shop .phone-abs img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .banner-shop .phone-abs {
    margin-top: 32px;
    padding: 0 24px;
  }
  .banner-shop .phone-abs img {
    max-width: 100%;
  }
}
.banner-shop .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 112px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .banner-shop .caption {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .banner-shop .caption {
    padding: 25px 60px;
  }
}
@media (max-width: 1023px) {
  .banner-shop .caption {
    position: relative;
    padding: 60px 24px 0 24px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .banner-shop .caption {
    position: relative;
    padding: 56px 24px 0 24px;
    font-size: 20px;
  }
}
.banner-shop .caption p {
  margin-bottom: 0;
}
.banner-shop .caption h5 {
  margin-bottom: 0;
  line-height: 1;
  padding: 4px;
  color: #0F1C4C;
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1600px) {
  .banner-shop .caption h5 {
    padding: 4px 0 10px 0;
    font-size: 65px;
  }
}
@media (max-width: 1023px) {
  .banner-shop .caption h5 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .banner-shop .caption h5 {
    font-size: 32px;
    padding: 8px 0;
  }
}
.banner-shop .app-bn {
  margin-top: 38px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .banner-shop .app-bn {
    justify-content: center;
  }
  .banner-shop .app-bn .left {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-shop .app-bn {
    margin-top: 32px;
  }
}
.banner-shop .app-bn ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 24px;
}
.banner-shop .app-bn ul li {
  margin-bottom: 20px;
}
.banner-shop .app-bn ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner-shop .app-bn ul li img {
    height: 45px;
  }
}
@media (max-width: 1023px) {
  .banner-shop .app-bn ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .banner-shop .app-bn ul li {
    margin-bottom: 0;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .banner-shop .app-bn ul {
    display: block;
  }
  .banner-shop .app-bn ul li {
    margin-bottom: 24px;
  }
  .banner-shop .app-bn ul li:last-child {
    margin-bottom: 0;
  }
}

.box-deal-hot {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .box-deal-hot {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-deal-hot {
    padding: 40px 0;
  }
}
.box-deal-hot .line-abs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  max-width: 40%;
}
@media (max-width: 1023px) {
  .box-deal-hot .line-abs {
    display: none;
  }
}
.box-deal-hot .line-abs img {
  max-height: 100%;
}
@media (max-width: 1023px) {
  .box-deal-hot .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .box-deal-hot .slick-arrow {
    right: 10px;
    width: 32px;
    height: 32px;
    top: -66px;
    align-items: center;
    display: flex !important;
    justify-content: center;
    transform: scale(1) !important;
    background-image: url(../images/arrow-right.png) !important;
  }
  .box-deal-hot .slick-arrow.slick-prev {
    right: 50px;
    transform: scale(1) rotate(180deg) !important;
    background-image: url(../images/arrow-right.png) !important;
  }
}

.lsit-deal-hot {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .lsit-deal-hot {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .lsit-deal-hot {
    margin-top: 32px;
  }
}
.lsit-deal-hot .row {
  margin: 0 -16px 56px -16px;
}
@media (max-width: 1023px) {
  .lsit-deal-hot .row {
    margin: 0 -16px 48px -16px;
  }
}
@media (max-width: 767px) {
  .lsit-deal-hot .row {
    margin: 0 -12px;
  }
}
.lsit-deal-hot .row .col-md-3 {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .lsit-deal-hot .row .col-md-3 {
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .lsit-deal-hot .view-all {
    margin-top: 0;
    position: absolute;
    top: 70px;
    right: 40px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .lsit-deal-hot .view-all {
    top: 0;
    margin-top: 32px;
    position: unset;
  }
}

.item-deal .avarta {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .item-deal .avarta {
    margin-bottom: 12px;
  }
}
.item-deal .avarta img {
  transition: 0.4s all !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-deal .avarta img:hover {
  transform: scale(1.05);
}
.item-deal h3 {
  margin-bottom: 0;
}
.item-deal h3 a {
  color: #0F1C4C;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .item-deal h3 a {
    font-size: 20px;
  }
}
.item-deal del {
  color: #6F7794;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .item-deal del {
    font-size: 14px;
  }
}
.item-deal .price {
  display: flex;
  align-items: center;
}
.item-deal .price span {
  color: #0F1C4C;
  font-size: 24px;
  font-weight: 700;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .item-deal .price span {
    font-size: 20px;
  }
}
.item-deal .price .status {
  font-size: 14px;
  font-weight: 600;
  color: #00E889;
  display: flex;
  align-items: center;
  background: #0F1C4C;
  padding: 7px 8px;
  border-radius: 8px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .item-deal .price .status {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 25px;
  }
}
.item-deal .price .status img {
  margin-left: 4px;
}

.view-all a {
  font-size: 16px;
  font-weight: 600;
  color: #0F1C4C;
  display: inline-flex;
  border-bottom: 3px solid #00E889;
}
@media (max-width: 767px) {
  .view-all a {
    font-size: 14px;
    border-bottom: 2px solid #00E889;
  }
}

@media (max-width: 767px) {
  .lsit-cate-hot {
    margin-top: 32px;
  }
}
.lsit-cate-hot .row {
  margin: 0 -17px;
}
@media (max-width: 1023px) {
  .lsit-cate-hot .row {
    margin: 0 -12px;
  }
}
.lsit-cate-hot .row .col-md-3 {
  padding: 0 17px;
  max-width: 20%;
  flex: 0 0 20%;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .lsit-cate-hot .row .col-md-3 {
    padding: 0 12px;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .lsit-cate-hot .row .col-md-3 {
    margin-top: 0;
  }
}
.lsit-cate-hot .view-all {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .lsit-cate-hot .view-all {
    margin-top: 0;
    position: absolute;
    top: 70px;
    right: 40px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .lsit-cate-hot .view-all {
    position: unset;
    margin-top: 32px;
  }
}

.item-cate-hot {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.item-cate-hot:hover img {
  transform: scale(1.05);
}
.item-cate-hot img {
  transition: 0.4s all !important;
  object-fit: cover;
}
.item-cate-hot .avarta {
  position: relative;
  padding-top: 133.3333333333%;
  border-radius: 8px;
  overflow: hidden;
}
.item-cate-hot .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-cate-hot .info {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 8px;
}
.item-cate-hot .info h3 {
  margin-bottom: 0;
}
.item-cate-hot .info a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media (max-width: 1023px) {
  .item-cate-hot .info a {
    font-size: 20px;
  }
}

.lsit-partner-hot {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .lsit-partner-hot {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .lsit-partner-hot {
    margin-top: 32px;
  }
}
.lsit-partner-hot .row {
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .lsit-partner-hot .row {
    margin: 0 -12px;
  }
}
.lsit-partner-hot .row .col-md-3 {
  padding: 0 16px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .lsit-partner-hot .row .col-md-3 {
    padding: 0 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .lsit-partner-hot .view-all {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .lsit-partner-hot .view-all {
    margin-top: 32px;
  }
}

.item-part-hot {
  position: relative;
}
.item-part-hot .avarta {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  padding-top: 80.9210526316%;
}
@media (max-width: 767px) {
  .item-part-hot .avarta {
    margin-bottom: 16px;
  }
}
.item-part-hot .avarta img {
  transition: 0.4s all !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-part-hot .avarta img:hover {
  transform: scale(1.06);
}
.item-part-hot .icon-part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  pointer-events: none;
}
.item-part-hot .icon-part img {
  max-width: 64px;
  width: 100%;
  height: auto;
  position: unset;
}
@media (max-width: 767px) {
  .item-part-hot .icon-part img {
    max-width: 46px;
  }
}
.item-part-hot h3 {
  margin-bottom: 0;
}
.item-part-hot .info a {
  display: block;
  color: #0F1C4C;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-part-hot .info a {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .banner-career .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .banner-career {
    font-size: 14px;
    padding: 48px 0;
  }
}

.txt-banner-career {
  max-width: 528px;
  color: #0F1C4C;
}
@media (max-width: 1023px) {
  .txt-banner-career {
    max-width: 100%;
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .txt-banner-career {
    padding: 0 0 32px 0;
  }
}
.txt-banner-career h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}
.txt-banner-career h1 span {
  color: #00E889;
}
@media (max-width: 767px) {
  .txt-banner-career h1 {
    font-size: 32px;
  }
}
.txt-banner-career .desc {
  padding: 16px 0 48px 0;
}
@media (max-width: 1023px) {
  .txt-banner-career .desc {
    padding: 16px 0 32px 0;
  }
}
@media (max-width: 767px) {
  .txt-banner-career .desc {
    padding: 4px 0 32px 0;
  }
}

.btn-page a {
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
  padding: 16px 32px;
  border: 2px solid #0F1C4C;
  align-items: center;
}
@media (max-width: 1023px) {
  .btn-page a {
    font-size: 16px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .btn-page a {
    font-size: 14px;
    border: 1px solid #0F1C4C;
  }
}
.btn-page a:hover {
  background-color: #0F1C4C;
  color: #00E889;
}

.box-career {
  padding: 96px 0;
  background-color: #FAFBFD;
  position: relative;
}
@media (max-width: 1023px) {
  .box-career {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-career {
    padding: 40px 0;
  }
}
.box-career .container {
  position: relative;
  z-index: 2;
}
.box-career .line-abs {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .box-career .line-abs {
    display: none;
  }
}

.title-career {
  color: #0F1C4C;
  margin-bottom: 96px;
}
@media (max-width: 1023px) {
  .title-career {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .title-career {
    margin-bottom: 32px;
  }
}
.title-career h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 32px 0;
}
@media (max-width: 1023px) {
  .title-career h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title-career h2 {
    font-size: 28px;
    padding: 24px 0;
  }
}
.title-career .desc {
  font-size: 16px;
}
@media (max-width: 767px) {
  .title-career .desc {
    font-size: 14px;
  }
}
.title-career .desc br {
  display: none;
}
.title-career .btn-page {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .title-career .btn-page {
    margin-top: 24px;
  }
}

.list-job .row {
  margin: 0 -16px;
}
.list-job .row .col-md-3 {
  padding: 0 16px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .list-job .row .col-md-3 {
    margin-bottom: 32px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .list-job .row {
    margin: 0 -8px;
  }
  .list-job .row .col-md-3 {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}

.item-job {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .item-job {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .item-job {
    padding: 16px;
  }
}
.item-job h3 {
  margin-bottom: 0;
}
.item-job h3 a {
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 32px;
  min-height: 135px;
}
@media (max-width: 767px) {
  .item-job h3 a {
    font-size: 20px;
    min-height: 96px;
    margin-bottom: 16px;
  }
}
.item-job .avail {
  color: #08B872;
  font-weight: 500;
  background: #D0F5E6;
  padding: 2px 8px;
  border-radius: 8px;
  width: max-content;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .item-job .avail {
    margin-bottom: 16px;
  }
}
.item-job .more-detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 32px 32px 32px;
}
@media (max-width: 1200px) {
  .item-job .more-detail {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 1200px) {
  .item-job .more-detail {
    padding: 0 16px 16px 16px;
  }
}

.search-job-filter {
  margin-top: 40px;
  color: #0F1C4C;
}
.search-job-filter h4 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search-job-filter h4 {
    font-size: 24px;
  }
}
.search-job-filter p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .search-job-filter p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-job-filter p {
    font-size: 14px;
  }
}
.search-job-filter .btn-page {
  margin-top: 32px;
}

.heading h2 span {
  color: #00E889;
}

.box-desert {
  padding: 96px 0;
}
.box-desert .heading {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .box-desert {
    padding: 56px 0;
  }
  .box-desert .heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-desert {
    padding: 40px 0;
  }
  .box-desert .heading {
    margin-bottom: 32px;
  }
  .box-desert .heading h2 {
    line-height: initial;
    font-size: 24px;
  }
  .box-desert .heading h2 br {
    display: none;
  }
}

.item-desert {
  margin-bottom: 96px;
}
@media (max-width: 1023px) {
  .item-desert {
    margin-bottom: 72px;
  }
}
.item-desert:last-child {
  margin-bottom: 0;
}
.item-desert .row {
  margin: 0 -20px;
}
.item-desert .row > div {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .item-desert .row > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .item-desert .row {
    margin: 0 -12px;
  }
  .item-desert .row > div {
    padding: 0 12px;
  }
}
.item-desert:nth-child(2n) .col-md-7 {
  order: 2;
  text-align: right;
}
.item-desert:nth-child(2n) .col-md-5 {
  order: 1;
}
@media (max-width: 1023px) {
  .item-desert:nth-child(2n) .col-md-7 {
    order: 1;
    text-align: center;
  }
  .item-desert:nth-child(2n) .col-md-5 {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .item-desert .avarta {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .item-desert .avarta {
    margin-bottom: 32px;
  }
}
.item-desert .avarta img {
  width: 100%;
}

.txt-des {
  font-size: 20px;
}
.txt-des .desc {
  padding: 32px 0;
}
@media (max-width: 1023px) {
  .txt-des .desc {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .txt-des .desc {
    padding: 16px 0;
    font-size: 14px;
  }
}
.txt-des h4 {
  margin-bottom: 0;
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .txt-des h4 {
    font-size: 24px;
  }
}

.box-service-career {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-service-career {
    padding: 56px 0;
  }
}
@media (max-width: 1023px) {
  .box-service-career {
    padding: 40px 0;
  }
}

.list-srv-career {
  padding: 56px 0;
}
.list-srv-career .row {
  margin: 0 -16px;
}
.list-srv-career .row .col-md-3 {
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .list-srv-career {
    padding: 48px 0;
  }
  .list-srv-career .row .col-md-3 {
    margin-top: 32px;
    width: 50%;
  }
  .list-srv-career .row .col-md-3:first-child, .list-srv-career .row .col-md-3:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .list-srv-career {
    padding: 32px 0;
  }
  .list-srv-career .row .col-md-3 {
    width: 100%;
  }
  .list-srv-career .row .col-md-3:nth-child(2) {
    margin-top: 32px;
  }
}

.item-srv-career {
  background-color: #fff;
  border-radius: 12px;
  color: #6F7794;
  font-size: 20px;
  padding: 32px 16px 16px 16px;
  height: 100%;
}
@media (max-width: 767px) {
  .item-srv-career {
    font-size: 14px;
  }
}
.item-srv-career .icon {
  margin-bottom: 24px;
}
.item-srv-career h5 {
  color: #0F1C4C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.title-number-hot {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .title-number-hot {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .title-number-hot {
    margin-bottom: 32px;
  }
}
.title-number-hot .note-title {
  padding: 32px 0;
  font-size: 16px;
  font-weight: 500;
  color: #08B872;
  font-style: italic;
}
.title-number-hot h2 {
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .title-number-hot h2 {
    font-size: 24px;
  }
}

.list-number {
  background: url("../images/bn-number.png") no-repeat center;
  background-size: cover;
  background-position: right;
  border-radius: 17px;
  overflow: hidden;
  padding: 64px;
  color: #00E889;
}
@media (max-width: 767px) {
  .list-number {
    font-size: 14px;
    background: url("../images/bn-number-mobile.png") no-repeat center;
    background-size: cover;
  }
}
.list-number p {
  color: #9FA4B7;
}
@meida (max-width: 1023px) {
  .list-number p {
    font-size: 14px;
  }
}
.list-number .numb {
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1023px) {
  .list-number .numb {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .list-number .col-md-3 {
    margin-bottom: 32px;
  }
  .list-number .col-md-3:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .avr-form {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .avr-form {
    margin-bottom: 32px;
  }
}

.box-form {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-form {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-form {
    padding: 40px 0;
  }
}
.box-form .heading {
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .box-form .heading {
    margin-bottom: 32px;
  }
}

.content-form {
  color: #27335E;
}
.content-form .row {
  margin: 0 -28px;
}
.content-form .row .col-md-6 {
  padding: 0 28px;
}
@media (max-width: 1023px) {
  .content-form .row .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-form .row {
    margin: 0 -12px;
  }
  .content-form .row .col-md-6 {
    padding: 0 12px;
  }
}

.item-field {
  margin-bottom: 24px;
  position: relative;
}
.item-field.show-choose {
  display: none;
}
@media (max-width: 1023px) {
  .item-field.item-field-btn {
    text-align: center;
  }
}
.item-field:last-child {
  margin-bottom: 0;
}
.item-field .icon-choose {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .item-field .icon-choose {
    bottom: 8px;
    right: 8px;
  }
}
.item-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .item-field label {
    font-size: 12px;
    padding-left: 8px;
  }
}
.item-field .txt_field {
  border: 1px solid #B7BBC9;
  border-radius: 8px;
  height: 56px;
  padding: 0 16px;
  outline: none;
  font-size: 14px;
  color: #27335E;
  width: 100%;
}
@media (max-width: 767px) {
  .item-field .txt_field {
    height: 42px;
    padding: 0 12px;
  }
}
.item-field .txt_field::placeholder {
  color: #9FA4B7;
}
.item-field textarea {
  border: 1px solid #B7BBC9;
  border-radius: 8px;
  height: 128px;
  padding: 16px;
  outline: none;
  font-size: 14px;
  color: #27335E;
  width: 100%;
}
@media (max-width: 767px) {
  .item-field textarea {
    height: 78px;
  }
}
.item-field textarea::placeholder {
  color: #9FA4B7;
}
.item-field select {
  border: 1px solid #B7BBC9;
  border-radius: 8px;
  height: 56px;
  padding: 0 16px;
  outline: none;
  font-size: 14px;
  color: #27335E;
  width: 100%;
  appearance: none;
}
@media (max-width: 767px) {
  .item-field select {
    height: 42px;
    padding: 0 12px;
  }
}
.item-field .btn_field {
  height: 64px;
  background: #00E889;
  border-radius: 64px;
  border: 0;
  padding: 0 54px;
  color: #0F1C4C;
  font-size: 20px;
  font-weight: 600;
}
.item-field .btn_field:hover {
  background: #3BEBA5;
}
@media (max-width: 1023px) {
  .item-field .btn_field {
    height: 40px;
    font-size: 16px;
    padding: 0 32px;
  }
}
.item-field .row {
  margin: 0 -15px;
}
.item-field .row .col-md-6 {
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .item-field .row .col-md-6 {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .item-field .row .col-md-6 {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .item-field .row .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.maps {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .maps {
    margin-top: 48px;
    height: 600px;
  }
}
@media (max-width: 1023px) {
  .maps {
    margin-top: 32px;
    height: 340px;
  }
}
.maps iframe {
  width: 100%;
  height: 100%;
}

.file-drop-area {
  background: #FAFBFD;
  border: 1px dashed #B7BBC9;
  border-radius: 12px;
  padding: 40PX;
  position: relative;
}
.file-drop-area .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-drop-area .fake-btn {
  color: #3F4970;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.file-drop-area label {
  color: #9FA4B7;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.file-drop-area a {
  display: inline-flex;
  color: #00E889;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  border-bottom: 2px solid #00E889;
}
.file-drop-area a svg {
  position: relative;
  top: 2px;
}

@media (max-width: 1023px) {
  .content-form-career > .row > .col-md-6:first-child {
    order: 2;
  }
  .content-form-career > .row > .col-md-6:last-child {
    order: 1;
  }
}

.popup-success .modal-dialog {
  margin: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .popup-success .modal-dialog {
    padding: 0 24px;
  }
}
.popup-success .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.popup-success .modal-body {
  padding: 0;
}

.content-pop-success {
  position: relative;
  max-width: 698px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 56px 96px;
  color: #0F1C4C;
  font-size: 20px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .content-pop-success {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-pop-success {
    padding: 48px 24px;
  }
}
.content-pop-success .icon-success {
  margin-bottom: 48px;
}
.content-pop-success h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px !important;
}
.content-pop-success h4 span {
  color: #6290F0;
}
.content-pop-success .btn-page {
  margin-top: 48px;
}

.box-place {
  padding: 96px 0;
  background: #00E889;
}
@media (max-width: 1023px) {
  .box-place {
    padding: 56px 0;
  }
  .box-place .col-md-6 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .box-place {
    padding: 48px 0;
  }
}

@media (max-width: 1023px) {
  .title-place {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .title-place {
    margin-bottom: 32px;
  }
  .title-place img {
    height: 48px;
  }
}
.title-place h2 {
  margin: 0;
  color: #0F1C4C;
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .title-place h2 {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .title-place h2 {
    max-width: 250px;
    font-size: 64px;
  }
}

.item-place {
  color: #0F1C4C;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .item-place {
    margin-bottom: 48px;
    font-size: 16px;
  }
}
.item-place:last-child {
  margin-bottom: 0;
}
.item-place a {
  text-decoration: underline !important;
}
.item-place a:hover {
  color: #0F1C4C;
}
.item-place ul {
  padding: 0;
  list-style: none;
}
.item-place ul li {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .item-place ul li {
    margin-bottom: 12px;
  }
}
.item-place ul li:last-child {
  margin-bottom: 0;
}
.item-place .title-place {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
.item-place .title-place img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .item-place .title-place {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .item-place .title-place img {
    max-height: 24px;
  }
}

.c-header .container {
  max-width: 100%;
  padding: 0 160px;
}
@media (max-width: 1600px) {
  .c-header .container {
    padding: 0 80px;
  }
}
@media (max-width: 1400px) {
  .c-header .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .c-header .container {
    padding: 0 24px;
  }
}

.box-banner-press {
  position: relative;
  padding: 96px 0;
  background: url("../images/banner-press.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .box-banner-press {
    padding: 56px 0;
    background-position: 80%;
  }
}
@media (max-width: 767px) {
  .box-banner-press {
    padding: 40px 0;
    background-position: 90%;
  }
}
.box-banner-press .caption-press {
  color: #0F1C4C;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .box-banner-press .caption-press {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .box-banner-press .caption-press {
    font-size: 14px;
  }
}
.box-banner-press .caption-press h1 {
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .box-banner-press .caption-press h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .box-banner-press .caption-press h1 {
    font-size: 40px;
  }
}
.box-banner-press .caption-press p:last-child {
  margin-bottom: 0;
}

.box-press-kit {
  padding: 96px 0;
  background: url("../images/banner-kit.png") no-repeat center right;
  background-size: cover !important;
  color: #0F1C4C;
}
@media (max-width: 1023px) {
  .box-press-kit {
    background: url("../images/bn-kit-mb.png") no-repeat center right;
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-press-kit {
    padding: 40px 0;
  }
}

.content-kit {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .content-kit {
    display: block;
  }
}
@media (max-width: 1400px) {
  .content-kit .logo img {
    max-height: 100px;
  }
}
@media (max-width: 1023px) {
  .content-kit .logo img {
    max-height: 72px;
  }
}
@media (max-width: 767px) {
  .content-kit .logo img {
    max-height: 48px;
  }
}
.content-kit .left-kit {
  max-width: 630px;
  width: 100%;
  margin-right: 32px;
}
@media (max-width: 1400px) {
  .content-kit .left-kit {
    max-width: 410px;
  }
}
@media (max-width: 1023px) {
  .content-kit .left-kit {
    max-width: 568px;
    margin-bottom: 48px;
  }
}
.content-kit .left-kit h2 {
  margin: 32px 0 0 0;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1400px) {
  .content-kit .left-kit h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .content-kit .left-kit h2 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .content-kit .left-kit h2 {
    font-size: 32px;
    margin-top: 32px;
  }
}
.content-kit .right-kit h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1400px) {
  .content-kit .right-kit h4 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .content-kit .right-kit h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content-kit .right-kit h4 {
    font-size: 32px;
  }
}
.content-kit .right-kit p {
  padding: 12px 0 24px 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .content-kit .right-kit p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .content-kit .right-kit p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-kit .right-kit p {
    margin-bottom: 0;
  }
}

.box-solution {
  padding: 96px 0;
}
@media (max-width: 1023px) {
  .box-solution {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-solution {
    padding: 40px 0;
  }
}
.box-solution .heading {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .box-solution .heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-solution .heading {
    margin-bottom: 32px;
  }
}
.box-solution .heading h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .box-solution .heading h2 {
    font-size: 24px;
  }
}

.item-sol {
  font-size: 20px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .item-sol {
    margin-bottom: 48px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .item-sol {
    margin-bottom: 32px;
  }
}
.item-sol:last-child {
  margin-bottom: 0;
}
.item-sol .row {
  margin: 0 -28px;
}
@media (max-width: 767px) {
  .item-sol .row {
    margin: 0 -12px;
  }
}
.item-sol .row > div {
  padding: 0 28px;
}
@media (max-width: 767px) {
  .item-sol .row > div {
    padding: 0 12px;
  }
}
.item-sol:nth-child(2n) .col-lg-7 {
  order: 2;
}
@media (max-width: 1023px) {
  .item-sol:nth-child(2n) .col-lg-7 {
    order: 1;
  }
}
.item-sol:nth-child(2n) .col-lg-5 {
  border: 1;
}
@media (max-width: 1023px) {
  .item-sol:nth-child(2n) .col-lg-5 {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .item-sol .avarta {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .item-sol .avarta {
    margin-bottom: 24px;
  }
}
.item-sol p:last-child {
  margin-bottom: 0;
}
.item-sol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-sol ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.item-sol ul li:After {
  content: "";
  width: 8px;
  height: 8px;
  background: #00E889;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
@media (max-width: 1023px) {
  .item-sol ul li:After {
    opacity: 0;
  }
}
.item-sol ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00E889;
  border-radius: 100%;
  top: calc(50% - 4px);
  left: 0;
  margin-right: 8px;
  display: inline-block;
  opacity: 0;
}
@media (max-width: 1023px) {
  .item-sol ul li:before {
    opacity: 1;
  }
}
.item-sol ul li:last-child {
  margin-bottom: 0;
}
.item-sol .desc {
  padding: 32px 0;
}
@media (max-width: 1023px) {
  .item-sol .desc {
    padding: 16px 0;
  }
}
.item-sol h4 {
  color: #0F1C4C;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-sol h4 {
    font-size: 20px;
  }
}

.box-banner-home-mer {
  padding: 72px 0;
  background: url("../images/merchant.png") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 1023px) {
  .box-banner-home-mer {
    background: #0F1C4C;
    padding: 110px 0 0 0;
    position: relative;
  }
  .box-banner-home-mer:after {
    content: "";
    width: 60px;
    height: 170px;
    background: #00E889;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .box-banner-home-mer {
    padding: 0;
  }
  .box-banner-home-mer:after {
    content: "";
    width: 40px;
    height: 100px;
    background: #00E889;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.box-banner-home-mer .avarta {
  position: relative;
}
@media (max-width: 1023px) {
  .box-banner-home-mer .avarta {
    left: -40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 767px) {
  .box-banner-home-mer .avarta {
    left: -24px;
    width: calc(100% + 48px);
  }
}
.box-banner-home-mer .avarta img {
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .box-banner-home-mer .avarta img {
    max-height: 576px;
  }
}
@media (max-width: 767px) {
  .box-banner-home-mer .avarta img {
    max-height: 282px;
  }
}

.txt-banner-mer {
  color: #fff;
}
@media (max-width: 1023px) {
  .txt-banner-mer {
    padding: 0 0 56px 0;
  }
  .txt-banner-mer br {
    display: none;
  }
}
@media (max-width: 767px) {
  .txt-banner-mer {
    padding: 50px 0;
  }
  .txt-banner-mer br {
    display: none;
  }
}
.txt-banner-mer p {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .txt-banner-mer p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .txt-banner-mer p br {
    display: none;
  }
}
.txt-banner-mer h1 {
  line-height: 1.1;
  padding: 16px 0 24px 0;
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .txt-banner-mer h1 {
    font-size: 64px;
  }
}
@media (max-width: 1023px) {
  .txt-banner-mer h1 {
    padding: 8px 0 16px 0;
  }
}
@media (max-width: 767px) {
  .txt-banner-mer h1 {
    font-size: 40px;
    padding: 0 0 8px 0;
    max-width: 260px;
  }
}

.btn-banner-mer {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .btn-banner-mer {
    margin: 32px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .btn-banner-mer {
    margin: 16px 0 0 0;
  }
}
.btn-banner-mer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.btn-banner-mer ul li {
  margin-right: 16px;
}
.btn-banner-mer ul li:last-child {
  margin-right: 0;
}
.btn-banner-mer a {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 32px 18px 32px;
  border-radius: 32px;
  display: inline-flex;
}
@media (max-width: 1023px) {
  .btn-banner-mer a {
    font-size: 16px;
    padding: 8px 24px;
  }
}
@media (max-width: 767px) {
  .btn-banner-mer a {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.btn-banner-mer a.btn-banner-1 {
  background: #00E889;
  color: #0F1C4C;
  border: 2px solid #00E889;
}
.btn-banner-mer a.btn-banner-2 {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.box-why {
  font-size: 20px;
  padding: 104px 0;
}
@media (max-width: 1023px) {
  .box-why {
    padding: 56px 0;
    font-size: 16px;
  }
  .box-why .avarta {
    display: none;
  }
  .box-why .avarta-why {
    display: block !important;
    margin-top: 32px;
    text-align: center;
  }
  .box-why .avarta-why img {
    max-width: 448px;
  }
}
@media (max-width: 767px) {
  .box-why {
    padding: 40px 0;
    font-size: 14px;
  }
  .box-why .avarta {
    display: none;
  }
  .box-why .avarta-why {
    display: block !important;
    margin-top: 32px;
    text-align: center;
  }
  .box-why .avarta-why img {
    max-width: 448px;
  }
}
.box-why .title-why {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  color: #0F1C4C;
}
@media (max-width: 1400px) {
  .box-why .title-why {
    font-size: 40px;
  }
}
.box-why .title-why span {
  color: #00E889;
  display: block;
}

.list-why {
  margin-top: 44px;
}
@media (max-width: 1023px) {
  .list-why {
    margin-top: 20px;
  }
}
.list-why .col-md-6 {
  padding: 12px 16px;
}

.item-why {
  display: flex;
}
@media (max-width: 767px) {
  .item-why {
    align-items: center;
  }
}
.item-why .icon {
  flex: 0 0 40px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .item-why .icon {
    flex: 0 0 32px;
  }
}

.box-home-form {
  padding: 96px 0;
  background: url("../images/mer-form.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .box-home-form {
    background-position: left;
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-home-form {
    padding: 40px 0;
  }
}

.form-field-mer {
  background: #fff;
  max-width: 580px;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .form-field-mer {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .form-field-mer {
    padding: 24px;
  }
}
.form-field-mer:after {
  content: "";
  width: 50px;
  height: 150px;
  background: #00E889;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.form-field-mer .title-frm {
  font-size: 40px;
  color: #0F1C4C;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .form-field-mer .title-frm {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .form-field-mer .title-frm {
    font-size: 24px;
  }
}

.box-partner {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-partner {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-partner {
    padding: 40px 0;
  }
}
.box-partner:after {
  content: "";
  width: 120px;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00E889;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media (max-width: 1023px) {
  .box-partner:after {
    display: none;
  }
}
.box-partner .heading {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .box-partner .heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .box-partner .heading {
    margin-bottom: 76px;
  }
}
.box-partner .slick-arrow {
  z-index: 2;
  top: -100px;
  right: 12px;
}
.box-partner .slick-arrow.arr-lef {
  right: 80px;
}
@media (max-width: 767px) {
  .box-partner .slick-arrow {
    right: unset;
    left: 72px;
    top: -60px;
  }
  .box-partner .slick-arrow.arr-lef {
    right: unset;
    left: 32px;
  }
  .box-partner .slick-arrow svg {
    width: 32px;
    height: 32px;
  }
}

.list-partner {
  margin: 0 -12px;
}
@media (max-width: 1023px) {
  .list-partner .slick-list {
    overflow: inherit;
  }
}
@media (max-width: 1023px) {
  .list-partner {
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .list-partner {
    margin: 0 -8px;
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    padding-left: 24px;
  }
}
.list-partner .item-slide {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .list-partner .item-slide {
    padding: 0 8px;
  }
}

.item-part {
  padding: 24px;
  background: #FAFBFD;
  border-radius: 16px;
  overflow: hidden;
}
.item-part .logo-part {
  height: 60px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .item-part .logo-part {
    height: 40px;
    margin-bottom: 40px;
  }
}
.item-part .logo-part img {
  max-height: 100%;
}

.box-feedback {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .box-feedback {
    padding: 56px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .box-feedback {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .box-feedback .slick-list {
    overflow: inherit;
  }
}
.box-feedback .heading {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .box-feedback .heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-feedback .heading {
    margin-bottom: 76px;
  }
}
.box-feedback .slick-arrow {
  right: 16px;
  z-index: 2;
  top: -110px;
}
.box-feedback .slick-arrow.arr-lef {
  right: 80px;
}
@media (max-width: 767px) {
  .box-feedback .slick-arrow {
    right: unset;
    left: 80px;
    top: -60px;
  }
  .box-feedback .slick-arrow.arr-lef {
    right: unset;
    left: 40px;
  }
  .box-feedback .slick-arrow svg {
    width: 32px;
    height: 32px;
  }
}

.slide-feedback {
  margin: 0 -16px;
  position: relative;
}
@media (max-width: 1023px) {
  .slide-feedback {
    left: -40px;
    padding-left: 40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 767px) {
  .slide-feedback {
    left: -24px;
    padding-left: 24px;
    width: calc(100% + 48px);
  }
}
.slide-feedback .item-slide {
  padding: 0 16px;
}

.item-feedback .avarta {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 24px;
  position: relative;
}
.item-feedback .avarta:hover .play-video {
  opacity: 1;
}
.item-feedback .play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  opacity: 0;
}
.item-feedback h3 {
  margin-bottom: 0;
}
.item-feedback h3 a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #0F1C4C;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .item-feedback h3 a {
    font-size: 16px;
  }
}
.item-feedback p {
  color: #576082;
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 767px) {
  .item-feedback p {
    font-size: 14px;
  }
}

.box-method {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .box-method {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .box-method {
    padding: 40px 0;
  }
}
.box-method .row {
  margin: 0 -56px;
}
@media (max-width: 1200px) {
  .box-method .row {
    margin: 0 -16px;
  }
}
.box-method .row > div {
  padding: 0 56px;
}
@media (max-width: 1200px) {
  .box-method .row > div {
    padding: 0 16px;
  }
}
.box-method h4 {
  color: #0F1C4C;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .box-method h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box-method h4 {
    font-size: 28px;
  }
}
.box-method .desc {
  padding: 24px 0 56px 0;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .box-method .desc {
    font-size: 16px;
    padding: 24px 0 0 0;
  }
}
@media (max-width: 767px) {
  .box-method .desc {
    font-size: 14px;
    padding: 24px 0;
  }
}
@media (max-width: 1023px) {
  .box-method .avarta {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-method .avarta {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .box-method .txt-method {
    display: flex;
  }
  .box-method .txt-method .qr-code {
    flex: 0 0 156px;
    margin-left: 56px;
  }
}
@media (max-width: 767px) {
  .box-method .txt-method {
    display: block;
  }
  .box-method .txt-method .qr-code {
    margin: 0;
  }
  .box-method .txt-method .qr-code img {
    width: 110px;
  }
}

.slick-track {
  margin: initial;
}

.list-integrated {
  max-width: 1088px;
  margin: 32px -16px 0 -16px;
  padding-bottom: 86px;
}
@media (max-width: 1023px) {
  .list-integrated {
    padding-bottom: 56px;
  }
  .list-integrated .slick-list {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .list-integrated {
    padding-bottom: 40px;
    margin-top: 24px;
  }
}
.list-integrated .item-slide {
  padding: 0 16px;
}
.list-integrated .item-int {
  overflow: hidden;
  border-radius: 8px;
}
.list-integrated .item-int img {
  transition: 0.4s all !important;
}
.list-integrated .item-int img:hover {
  transform: scale(1.05);
}

.modal-career-detail .modal-dialog {
  margin: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .modal-career-detail .modal-dialog {
    display: inherit;
    background: #fff;
  }
}
.modal-career-detail .modal-content {
  border: 0;
  background: transparent;
  border-radius: 0;
}
.modal-career-detail .modal-body {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (max-width: 767px) {
  .modal-career-detail .modal-body {
    padding: 0;
    height: auto;
    display: unset;
  }
}

.detail-career {
  position: relative;
  max-width: 1300px;
  padding: 72px 96px;
  background: #fff;
  border-radius: 24px;
  width: 100%;
  color: #161B28;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .detail-career {
    padding: 56px 72px;
  }
}
@media (max-width: 1023px) {
  .detail-career {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .detail-career {
    padding: 32px 24px 74px 24px;
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .detail-career .left-car {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .detail-career .left-car {
    font-size: 12px;
  }
}
.detail-career .left-car .avail {
  color: #08B872;
  font-weight: 600;
  background: #D0F5E6;
  display: inline-flex;
  padding: 3px 6px;
  border-radius: 8px;
}
.detail-career .left-car h1 {
  color: #0F1C4C;
  font-size: 40px;
  font-weight: 700;
  padding: 24px 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .detail-career .left-car h1 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .detail-career .left-car h1 {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .detail-career .left-car h1 {
    font-size: 28px;
  }
}
.detail-career .left-car ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .detail-career .left-car ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
.detail-career .left-car ul li {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .detail-career .left-car ul li {
    margin-bottom: 16px !important;
    flex: 0 0 45%;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .detail-career .left-car ul li {
    flex: 0 0 50%;
    padding-right: 18px;
  }
}
.detail-career .left-car ul li:last-child {
  margin-bottom: 0;
}
.detail-career .left-car ul li span {
  color: #6F7794;
  display: inline-block;
  margin-bottom: 4px;
}
.detail-career .left-car ul li h6 {
  color: #0F1C4C;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .detail-career .left-car ul li h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-career .left-car ul li h6 {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .detail-career .left-car .btn-career {
    display: none;
  }
}

.btn-career {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .btn-career {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 24px 0;
    margin: 0;
  }
}
.btn-career.active {
  display: none;
}
.btn-career a {
  display: inline-flex;
  color: #0F1C4C !important;
  font-size: 20px;
  font-weight: 600;
  padding: 0 52px 3px 52px;
  border-radius: 62px;
  background: #00E889;
  height: 60px;
  align-items: center;
}
@media (max-width: 1023px) {
  .btn-career a {
    font-size: 16px;
    height: 40px;
  }
}

.txt-detail-job {
  max-height: 76vh;
  overflow: auto;
  padding-right: 12px;
  display: none;
}
@media (max-width: 1023px) {
  .txt-detail-job {
    max-height: 40vh;
  }
}
@media (max-width: 767px) {
  .txt-detail-job {
    font-size: 14px;
    max-height: unset;
  }
}
.txt-detail-job.active {
  display: block;
}
.txt-detail-job::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #EDEEF3;
}
.txt-detail-job::-webkit-scrollbar {
  width: 4px;
  background-color: #EDEEF3;
}
.txt-detail-job::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #00E889;
}
.txt-detail-job h2, .txt-detail-job h3, .txt-detail-job h4, .txt-detail-job h5, .txt-detail-job h6 {
  color: #00E889;
  margin-bottom: 20px;
  font-weight: 700;
}
.txt-detail-job ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.txt-detail-job ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
}
.txt-detail-job ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #00E889;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 10px;
}
.txt-detail-job ul li:last-child {
  margin-bottom: 0;
}

.frm-popup {
  display: none;
}
.frm-popup.active {
  display: block;
}
.frm-popup h5 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #00E889;
}

.success-career {
  color: #0F1C4C;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .success-career {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .success-career {
    font-size: 14px;
  }
}
.success-career.active {
  display: flex;
}
.success-career h4 {
  margin: 0;
  padding: 24px 0;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .success-career h4 {
    font-size: 20px;
  }
}
.success-career p {
  margin: 0;
}
@media (max-width: 767px) {
  .success-career .icon svg {
    width: 64px;
    height: 64px;
  }
}

.qrcode-merchant {
  list-style: none;
  display: flex;
  align-items: center;
}
.qrcode-merchant li {
  margin-right: 48px;
}
@media (max-width: 1023px) {
  .qrcode-merchant li {
    margin-right: 0;
  }
}
.qrcode-merchant li:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .qrcode-merchant li:last-child {
    display: none;
  }
}
.qrcode-merchant li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: #0F1C4C;
  background: #00E889;
  height: 60px;
  padding: 0 32px;
  border-radius: 64px;
}
.qrcode-merchant li a:hover {
  background: #3BEBA5;
}

#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#myVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-video .video::after {
  opacity: 0;
  pointer-events: none;
}

.c-video {
  padding: 104px 0 100px 0;
}
@media (max-width: 1200px) {
  .c-video {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .c-video {
    padding: 72px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .c-video {
    padding: 40px 0;
  }
}
.c-video .video {
  width: 980px;
}

/*# sourceMappingURL=style.css.map */
