@charset "utf-8";

/* Vietlink Style */
.l-content [class^="vl-"] {
  box-sizing: border-box;
}
.l-content .vl-w-50 {
  width: 50%;
}
/* Color */
.l-content .vl-text-dd0000 {
  color: #dd0000;
}
.l-content .vl-text-ffffff {
  color: #ffffff;
}
.l-content .vl-text-0b0d17 {
  color: #0b0d17;
}
.l-content .vl-text-333333 {
  color: #333333;
}
.l-content .vl-bg-ffffff {
  background-color: #ffffff;
}
.l-content .vl-bg-f2f2f2 {
  background-color: #f2f2f2;
}
.l-content .vl-bg-dd0000 {
  background-color: #dd0000;
}
.l-content .vl-bg-ff730a {
  background-color: #ff730a;
}
.l-content .vl-bg-ffcc00 {
  background-color: #ffcc00;
}
.l-content .vl-bg-fff8e0-transparent{
  background: linear-gradient(180deg, #FFF8E0 0%, rgba(255, 248, 224, 0) 100%);
}
.l-content .vl-bg-a0dcff-transparent{
  background: linear-gradient(180deg, rgba(160, 220, 255, 0.5) 0%, rgba(160, 220, 255, 0) 100%);
}
.l-content .vl-bg-c1e5c0-transparent{
  background: linear-gradient(180deg, rgba(193, 229, 192, 0.5) 0%, rgba(193, 229, 192, 0) 100%);
}
.l-content .vl-bg-ff730a-transparent{
  background: linear-gradient(180deg, rgba(255, 115, 10, 1) 0%, rgba(255, 115, 10, 0) 100%);
}
.l-content .vl-bg-ffcc00-transparent{
  background: linear-gradient(180deg, rgba(255, 204, 10, 1) 0%, rgba(255, 204, 10, 0) 100%);
}
.l-content .vl-bg-a0dcff-transparent{
    background: linear-gradient(180deg, rgba(160, 220, 255, 1) 0%, rgba(160, 220, 255, 0) 100%);
  }
/* 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;
}
.l-content .vl-justify-content-between {
  justify-content: space-between;
}
/* 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 .g-15.vl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
.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 .g-15 [class^="vl-col"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  flex: 0 0 auto;
  max-width: 100%;
}
.l-content .vl-col-2-4 {
    width: 20%;
  }
.l-content .vl-col-4 {
  width: 33.3333333333%;
}
.l-content .vl-col-6 {
  width: 50%;
}
.l-content .vl-col-8 {
  width: 66.6666666667%;
}
.l-content .vl-col-10 {
  width: 83.3333333333%;
}
.l-content .vl-col-12 {
  width: 100%;
}
.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%;
}
/* Form */
.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-input-control {
  border: solid 1px #bfbfbf;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 8px 16px;
  height: 40px;
  width: 100%;
}
.l-content .vl-container {
    width: 100%;
    max-width: 846px;
    margin-left: auto;
    margin-right: auto;
}
/* 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-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;
}
/* Button */
.l-content .vl-btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: solid 1px transparent;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.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: 8px;
  transform: translateY(-50%);
}
.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--default {
  background-color: #f2f2f2;
  color: #333333;
  border-color: #bfbfbf;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.l-content .dowload_pdf {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.l-content .bg_download {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-content .vl-zidex-2 {
  position: relative;
  z-index: 2;
}
.l-content .vl-btn-update {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  background-color: #FF730A;
  padding: 11.5px 21px;
  text-decoration: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 539px;
  margin: 0 auto;
}
.l-content .vl-btn-update img {
  margin-right: 8px;
}

.l-content .btn_down {
  position: relative;
  display: block;
  padding: 22.5px 32px;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  background: #FFCC00;
  text-decoration: unset;
  color: #333333;
  border-radius: 2px;
}

.l-content .btn_down_02 {
  color: #ffffff;
  background: #FF730A;
}

.l-content .btn_down span { 
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.l-content .btn_down img {
  position: absolute;
  right: 37px;
  top: 33px;
}
.l-content .vl-btn.vl-btn--default::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45OTk5IDguMDAwMTJMNS45OTk5NCAxMy4wMDAxTDUuMjk5OTQgMTIuMzAwMUw5LjU5OTk0IDguMDAwMTJMNS4yOTk5NCAzLjcwMDEyTDUuOTk5OTQgMy4wMDAxMkwxMC45OTk5IDguMDAwMTJaIiBmaWxsPSIjMDE2OUM2Ii8+Cjwvc3ZnPgo=");
}
.l-content .vl-btn.vl-btn--default[target="_blank"]::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNzUgMi4wMDAxMkg3Ljc1QzguMTY1IDIuMDAwMTIgOC41IDIuMzM1MTIgOC41IDIuNzUwMTJWMy41MDAxMkg5LjI1QzkuNjY1IDMuNTAwMTIgMTAgMy44MzUxMiAxMCA0LjI1MDEyVjkuMjUwMTJDMTAgOS42NjAxMiA5LjY2NSAxMC4wMDAxIDkuMjUgMTAuMDAwMUg0LjI1QzMuODQgMTAuMDAwMSAzLjUgOS42NjAxMiAzLjUgOS4yNTAxMlY4LjUwMDEySDIuNzVDMi4zNCA4LjUwMDEyIDIgOC4xNjAxMiAyIDcuNzUwMTJWMi43NTAxMkMyIDIuMzM1MTIgMi4zNCAyLjAwMDEyIDIuNzUgMi4wMDAxMlpNNC4yNSA5LjI1MDEySDkuMjVWNi4wMDAxMkg0LjI1VjkuMjUwMTJaTTIuNzUgNy43NTAxMkgzLjVWNC4yNTAxMkMzLjUgMy44MzUxMiAzLjg0IDMuNTAwMTIgNC4yNSAzLjUwMDEySDcuNzVWMi43NTAxMkgyLjc1VjcuNzUwMTJaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=");
}
.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);
}
/* Utility */
.l-content .vl-w-100 {
  width: 100%;
}
.l-content .vl-h-4 {
  height: 4px;
}
.l-content .vl-h-100 {
  height: 100%;
}
.l-content .vl-text-center {
  text-align: center;
}
.l-content .vl-text-start {
  text-align: left;
}
.l-content .vl-text-end {
  text-align: right;
}
.l-content .vl-rounded-2 {
  border-radius: 2px;
}
/* Block */
.l-content .vl-d-inline-block {
  display: inline-block;
}
.l-content .vl-d-none {
  display: none;
}
/* Border */
.l-content .vl-border-bottom {
  border-bottom: dashed 2px #333333; 
}
/* Spacing */
/* p1 */
.l-content .vl-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.l-content .vl-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.l-content .vl-py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* p2 */
.l-content .vl-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.l-content .vl-px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.l-content .vl-mt-2 {
  margin-top: 8px;
}
.l-content .vl-mt-5 {
  margin-top: 20px;
}
/* m1 */
.l-content .vl-me-1 {
  margin-right: 4px;
}
.l-content .vl-me-3 {
  margin-right: 12px;
}
/* m8 */
.l-content .vl-mt-8 {
  margin-top: 32px;
}
.l-content .vl-mb-8 {
  margin-bottom: 32px;
}
.l-content .vl-mt-2 {
  margin-top: 8px;
}
.l-content .vl-mt-8 {
  margin-top: 32px;
}
.l-content .vl-mt-12 {
  margin-top: 48px;
}
.l-content .vl-mb-2 {
  margin-bottom: 8px;
}
/* p8 */
.l-content .vl-py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-content .vl-pt-8 {
  padding-top: 32px;
}
.l-content .vl-pb-8 {
  padding-bottom: 32px;
}
.l-content .vl-pb-10 {
  padding-bottom: 40px;
}
/* p16 */
.l-content .vl-py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.l-content .vl-pb-16 {
  padding-bottom: 64px;
}
.l-content .vl-pt-10 {
  padding-top: 40px;
}
.l-content .vl-pt-16 {
  padding-top: 64px;
}
.l-content .vl-mt-16 {
  margin-top: 64px;
}
.l-content .vl-mt-4 {
  margin-top: 16px;
}
.l-content .vl-mb-16 {
  margin-bottom: 64px;
}
/* Position */
.l-content .vl-position-absolute {
  position: absolute;
}
.l-content .vl-position-relative {
  position: relative;
}
.l-content .vl-top-50 {
  top: 50%;
}
.l-content .vl-end-0 {
  right: 0;
}
.l-content .vl-translate-middle {
  transform: translate(-50%, -50%);
}
.l-content .vl-translate-middle-y {
  transform: translateY(-50%);
}
.l-content .vl-translate-middle-x {
  transform: translateX(-50%);
}
/* Table */
.l-content .vl-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}
.l-content .vl-table {
  width: 100%;
  border-collapse: collapse;
}
.l-content .vl-table tr th {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  background: #f2f2f2;
  color: #333333;
  padding: 12px 8px;
  height: 34px;
  border: 1px solid #e6e6e6;
}

.l-content .vl-table tr td {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  padding: 8px;
  height: 34px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.l-content .vl-list-type, .l-content .vl-list-type li {
  list-style-type: disc;
}

.l-content .vl-mbm-darken {
  mix-blend-mode: darken;
}

.l-content .vl-link {
  color: #333333;
  text-decoration: none;
}

.l-content .vl-link:hover {
  color: #333333;
  text-decoration: none;
}

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

.l-content .vl-text-uppercase {
  text-transform: uppercase;
}

.l-content .step_title {
  display: inline-block;
  padding: 8px 30px;
  background: #FFFFFF;
  border-radius: 2px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.l-content  .line-border {
  height: 4px;
  background: #FFFFFF;
}