@charset "utf-8";

/* Vietlink Style */

.l-content [class^="vl-"] {
  box-sizing: border-box;
}

.l-content .vl-w-50 {
  width: 50%;
}

.l-content .vl-w-100 {
  width: 100%;
}

.l-content .t-center {
  text-align: center;
}

.l-content .margin-bot-25 {
  margin-bottom: 25px;
}

/* Flex */

.l-content .vl-d-flex {
  display: flex;
}

.l-content .vl-flex-wrap {
  flex-wrap: wrap;
}

.l-content .vl-align-items-end {
  align-items: flex-end;
}

.l-content .vl-align-items-center {
  align-items: center;
}

.l-content .vl-justify-content-end {
  justify-content: flex-end;
}

/* Grid */

.l-content .vl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.l-content .g-10.vl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.l-content [class^="vl-col"] {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
  max-width: 100%;
}

.l-content .g-10 [class^="vl-col"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  flex: 0 0 auto;
  max-width: 100%;
}

.l-content .vl-col-2 {
  width: 16.6666666667%;
}

.l-content .vl-col-3 {
  width: 25%;
}

.l-content .vl-col-4 {
  width: 33.3333333333%;
}
.l-content .vl-col-5 {
  width: 41.6666666667%;
}

.l-content .vl-col-6 {
  width: 50%;
}

.l-content .vl-col-8 {
  width: 66.6666666667%;
}

.l-content .vl-col-9 {
  width: 75%;
}

.l-content .vl-col-10 {
  width: 83.3333333333%;
}

.l-content .vl-col-12 {
  width: 100%;
}

.l-content .vl-col-30 {
  width: 30%;
}

.l-content .vl-col-70 {
  width: 70%;
}

.l-content .vl-offset-1 {
  margin-left: 8.3333333333%;
}

.l-content .vl-offset-3 {
  margin-left: 25%;
}

.l-content .vl-offset-4 {
  margin-left: 33.3333333333%;
}

.l-content .vl-mt-15 {
  margin-top: 15px;
}

.l-content .vl-mt-20 {
  margin-top: 20px;
}
.l-content .vl-mb-30 {
  margin-bottom: 30px;
}
.l-content .vl-mb-32 {
  margin-bottom: 32px;
}
.l-content .vl-mb-40 {
  margin-bottom: 40px;
}
.l-content .vl-mb-64 {
  margin-bottom: 64px !important;
}
.l-content .vl-pt-22 {
  padding-top: 22px;
}
.l-content .vl-pt-20 {
  padding-top: 20px;
}
.l-content .vl-pt-30 {
  padding-top: 30px;
}
.l-content .vl-pt-40 {
  padding-top: 40px;
}
.l-content .vl-pt-47 {
  padding-top: 47px;
}
.l-content .vl-pb-40 {
  padding-bottom: 40px;
}
.l-content .vl-p-16 {
  padding: 16px !important;
}
.l-content .w-100 {
  width: 100%;
}
.l-content .bg-white {
  background-color: #ffffff;
}
/* Form */

.l-content .form-check {
  display: inline-block;
  margin-bottom: 16px;
}
.l-content .form-check-input {
  transform: translateY(2px);
}
.l-content .form-check-label {
  font-size: 14px;
  line-height: 150%;
  margin-left: 6px;
}

.l-content .vl-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333333;
  display: inline-block;
}

.l-content .vl-label span {
  color: #dd0000;
}
.l-content .vl-label i {
  font-style: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.l-content .vl-input-control {
  margin-bottom: 15px;
  border: solid 1px #bfbfbf;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 8px 16px;
  height: 40px;
  width: 100%;
}

.l-content .vl-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.l-content .vl-form-group label {
  margin-left: 9px;
  font-size: 14px;
}

/* Type */

.l-content .vl-fs-12 {
  font-size: 12px;
  line-height: 1.5;
}

.l-content .vl-fs-14 {
  font-size: 14px;
  line-height: 1.5;
}

.l-content .vl-fs-16 {
  font-size: 16px;
  line-height: 1.5;
}

.l-content .vl-fs-20 {
  font-size: 20px;
  line-height: 1.3;
}

.l-content .vl-fs-22 {
  font-size: 22px;
  line-height: 1.25;
}

.l-content .vl-fs-24 {
  font-size: 24px;
  line-height: 1.25;
}

.l-content .vl-fs-48 {
  font-size: 48px;
  line-height: 1.25;
}

.l-content .vl-fw-700 {
  font-weight: 700;
}

.l-content .vl-fw-400 {
  font-weight: 400;
}

.l-content .vl-btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 2px;
  border: solid 1px transparent;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.l-content .btn-vl-update {
  margin: 0 auto;
  min-width: 297px;
}
.l-content .vl-btn:hover {
  opacity: 0.75;
}

.l-content .vl-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45OTk5IDhMNS45OTk5MyAxM0w1LjI5OTkzIDEyLjNMOS41OTk5MyA4TDUuMjk5OTMgMy43TDUuOTk5OTMgM0wxMC45OTk5IDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.l-content .section-2 .vl-btn::before {
  left: auto;
  right: 4px;
  transform: translateY(-50%) rotate(90deg);
}

.l-content .vl-btn[target="_blank"]::after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNzUgMi4wMTAwMUg3Ljc1QzguMTY1IDIuMDEwMDEgOC41IDIuMzQ1MDEgOC41IDIuNzYwMDFWMy41MTAwMUg5LjI1QzkuNjY1IDMuNTEwMDEgMTAgMy44NDUwMSAxMCA0LjI2MDAxVjkuMjYwMDFDMTAgOS42NzAwMSA5LjY2NSAxMC4wMSA5LjI1IDEwLjAxSDQuMjVDMy44NCAxMC4wMSAzLjUgOS42NzAwMSAzLjUgOS4yNjAwMVY4LjUxMDAxSDIuNzVDMi4zNCA4LjUxMDAxIDIgOC4xNzAwMSAyIDcuNzYwMDFWMi43NjAwMUMyIDIuMzQ1MDEgMi4zNCAyLjAxMDAxIDIuNzUgMi4wMTAwMVpNNC4yNSA5LjI2MDAxSDkuMjVWNi4wMTAwMUg0LjI1VjkuMjYwMDFaTTIuNzUgNy43NjAwMUgzLjVWNC4yNjAwMUMzLjUgMy44NDUwMSAzLjg0IDMuNTEwMDEgNC4yNSAzLjUxMDAxSDcuNzVWMi43NjAwMUgyLjc1VjcuNzYwMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.l-content .vl-btn--0169c6 {
  background-color: #0169c6;
  color: #ffffff;
  border-color: #0169c6;
  box-shadow: 0px -1px 0px rgba(1, 105, 198, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
}

.l-content .vl-btn--ff730a {
  background-color: #ff730a;
  color: #ffffff;
  border-color: #ff730a;
  box-shadow: 0px -1px 0px rgba(255, 115, 10, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
}

.l-content .vl-d-none {
  display: none;
}

.l-content .opacity-0 {
  opacity: 0;
}

.l-content .vl-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 16px;
}

.l-content .vl-table {
  width: 100%;
  border-collapse: collapse;
}

.l-content .vl-table tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #333333;
  padding: 0 8px;
  height: 38px;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
}

.l-content .vl-table tr td {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  padding: 0 8px;
  height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  text-align: center;
}
.l-content .vl-table tr td[align="right"] {
  text-align: right;
}
.l-content .vl-table tr td[align="left"] {
  text-align: left;
}
.l-content .vl-table tr .th-1 {
  width: 44%;
  background-color: #f4f4f4;
  text-align: left;
}
.l-content .vl-table tr .th-2 {
  width: 14%;
  background-color: #ffffff;
  font-weight: 400;
}

.l-content .vl-table tr .td-1 {
  text-transform: uppercase;
  text-align: left;
}
.l-content .vl-table tr .td-2 {
  color: #dd0000;
  font-weight: 700;
}

.l-content .c4-landing-page {
  width: 950px;
  margin: 0 auto;
  color: #333;
  overflow: hidden;
}

.l-content .container {
  width: 786px;
  margin: 0 auto;
}

.l-content a {
  text-decoration: inherit;
}

.l-content .section-2 {
  background: linear-gradient(180deg, #0c4da8 0%, #d0edff 100%);
  padding: 40px 0;
}

.l-content .section-2__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-content .section-2__inner a {
  width: 378px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.l-content .section-2__inner a img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .section-2__inner a:first-child {
  background: #0169c6;
  box-shadow: 0px -1px 0px rgba(1, 105, 198, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.l-content .section-2__inner a:last-child {
  background: #FF730A;
  box-shadow: 0px -1px 0px rgba(255, 115, 10, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.l-content .section-3 {
  padding: 40px 0;
  background: linear-gradient(
    180deg,
    rgba(160, 220, 255, 0.5) 0%,
    rgba(160, 220, 255, 0) 100%
  );
}

.l-content .section-3__title {
  width: 105px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  background: #0169c6;
  margin-bottom: 4px;
}
.l-content .section-3__title img {
  position: absolute;
  top: 0;
}
.l-content .section-3__title img.bg-left {
  right: calc(100% - 1px);
}
.l-content .section-3__title img.bg-right {
  left: calc(100% - 1px);
}
.l-content .section-3__subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
.l-content .section-3__itemtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  filter: drop-shadow(0px 1px 4px rgba(23, 25, 28, 0.15));
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.l-content .section-3__itemtitle span {
  padding: 4px 16px;
  display: inline-block;
}

.l-content .section-3__itemtitle span:first-child {
  color: #ffffff;
  background: #0169c6;
}

.l-content .section-3__inner h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 25px;
}

.l-content .section-4__item {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 0;
  height: 270px;
}

.l-content .section-4__item h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  padding: 0 16px;
  margin-bottom: 16px;
}
.l-content .section-4__item h4 img {
  margin-right: 8px;
}

.l-content .section-4__item > img {
  margin-bottom: 16px;
}

.l-content .section-4__item ul li {
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  position: relative;
  padding-left: 45px;
  padding-right: 16px;
}

.l-content .section-4__item ul li::before {
  content: ".";
  font-size: 27px;
  color: #000000;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 27px;
}
.l-content .section-3__inner {
  margin-bottom: 80px;
}
.l-content .section-3__table .vl-table tr th,
.l-content .section-3__table .vl-table tr td {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 150%;
}
.l-content .section-3__table {
  margin-bottom: 16px;
}
.l-content .section-3__table .product {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.l-content .section-3__table--tag h3 {
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 415px;
  height: 28px;
  background: #dd0000;
  position: relative;
  margin: 0 auto;
  margin-bottom: -14px;
}
.l-content .section-3__table--tag h3 img {
  position: absolute;
  top: 0;
}
.l-content .section-3__table--tag h3 img.bg-left {
  right: calc(100% - 1px);
}
.l-content .section-3__table--tag h3 img.bg-right {
  left: calc(100% - 1px);
}

.l-content .section-3__desc {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 8px 16px;
  background: #e6f0fa;
  border-radius: 4px;
  margin-bottom: 40px;
}
.l-content .section-3__desc li {
  display: flex;
  width: auto;
  align-items: center;
  font-size: 12px;
  color: #000000;
}
.l-content .section-3__desc li + li {
  margin-left: 24px;
}
.l-content .section-3__desc li img {
  margin-right: 5px;
}
.l-content .section-3__video iframe {
  margin-bottom: 8px;
}
.l-content .section-3__video ul {
  margin-bottom: 40px;
}
.l-content .section-3__video ul li {
  font-size: 12px;
  line-height: 150%;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.l-content .section-3__video ul li::before {
  content: ".";
  font-size: 20px;
  color: #000000;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
}
.l-content .section-3__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 53px;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  position: relative;
  text-align: center;
}
.l-content .section-3__button img {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .section-4 {
  background: #fce6e6;
  padding: 40px 0;
}
.l-content .section-4__title {
  width: 55px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  background: #dd0000;
  margin-bottom: 4px;
}
.l-content .section-4__title img {
  position: absolute;
  top: 0;
}
.l-content .section-4__title img.bg-left {
  right: calc(100% - 1px);
}
.l-content .section-4__title img.bg-right {
  left: calc(100% - 1px);
}
.l-content .section-4__subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #dd0000;
  margin-bottom: 30px;
}
.l-content .section-4__inner {
  background: #ffffff;
  box-shadow: 0px -4px 0px #dd0000;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.l-content .section-4__info {
  max-width: 375px;
}
.l-content .section-4__info h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #dd0000;
  margin-bottom: 24px;
}
.l-content .section-4__info ul {
  margin-bottom: 24px;
}

.l-content .section-4__info ul li {
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  position: relative;
  padding-left: 30px;
  padding-right: 16px;
}

.l-content .section-4__info ul li::before {
  content: ".";
  font-size: 27px;
  color: #000000;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 14px;
}
.l-content .section-4__info p {
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 24px;
}
.l-content .section-4__info a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 179px;
  height: 35px;
  background: #ff730a;
  box-shadow: 0px -1px 0px rgba(255, 115, 10, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #ffffff;
  position: relative;
}
.l-content .section-4__info a img {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .section-4__blacktitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.l-content .section-4__table {
  margin-bottom: 32px;
}
.l-content .section-4__table .flex-custom {
  display: flex;
  align-items: center;
  text-align: left;
}
.l-content .section-4__table .flex-custom img {
  margin-right: 8px;
}
.l-content .section-4_form {
  background: #ffffff;
  border: 4px solid #dd0000;
  box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
  border-radius: 4px;
  padding: 30px;
}
.l-content .form-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
.l-content .form-button {
  background: #ff730a;
  box-shadow: 0px -1px 0px rgba(1, 105, 198, 0.2),
    0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 297px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-style: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.l-content .form-button img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .section-5 {
  padding-top: 64px;
  padding-bottom: 32px;
  background-color: #ffffff;
}
.l-content .section-5__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
.l-content .section-5__banner {
  display: flex;
  justify-content: space-between;
}

.l-content .section-5__banner a {
  display: inline-block;
}
