@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-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%;
}

.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-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;
}
.l-content .w-100 {
  width: 100%;
}
.l-content .bg-white {
  background-color: #ffffff;
}
/* Form */

.l-content .form-check {
  display: inline-block;
  margin-right: 33px;
  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-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;
}

.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 .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 {
  background-color: #f4f4f4;
  text-align: left;
}
.l-content .vl-table tr .td-2 {
  background-color: #dd0000;
  color: #ffffff;
  text-align: left;
}
.l-content .vl-table tr .td-3 {
  background-color: #ffe9e8;
  color: #dd0000;
}

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

.l-content .c13-landing-page .title-page {
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

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

.l-content .container-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.l-content .section-1 {
  background: #E6F0FA;
  padding-bottom: 40px;
}
.l-content .section-1__item {
  background: #FDFDFD;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.l-content .section-1__title {
  display: flex;
  align-items: center;
  background: #0169C6;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
}

.l-content .section-1__title img {
  margin-right: 16px;
}

.l-content .c13-button {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 48px;
  font-size: 12px;
  line-height: 150%;
  background: #F2F2F2;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.l-content .c13-button .right-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.l-content .c13-button .window-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  display: none;
}

.l-content .section-2 {
  padding-top: 40px;
  padding-bottom: 8px;
}

.l-content .section-2__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 48px;
}

.l-content .section-2__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.l-content .section-2__list--item {
  width: 20%;
  margin-bottom: 48px;
  text-align: center;
}

.l-content .section-2__list--item a {
  text-decoration: none;
  display: block;
  padding: 0 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.l-content .section-2__list--item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 19px;
}

.l-content .section-3 {
  background: linear-gradient(180deg, #DD0000 0%, #FCE6E6 100%);
  padding: 56px 0;
}

.l-content .section-3a .section-3__list {
  margin-bottom: 32px;
}

.l-content .section-3a .section-3__list--item {
  margin-bottom: 16px;
}

.l-content .section-3b .section-3__product--title {
  height: 48px;
}




.l-content .section-3__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 48px;
  color: #ffffff;
}

.l-content .section-3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}

.l-content .section-3__list--item {
  width: 171px;
  background: #FDFDFD;
  box-shadow: inset -0.5px 0px 0px #E0E0E0, inset 0.5px 0px 0px #E0E0E0, inset 0px -0.5px 0px #E0E0E0, inset 0px 0.5px 0px #E0E0E0;
  border-radius: 2px;
  overflow: hidden;
}
.l-content .section-3__item--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}

.l-content .tag_ship {
  display: flex;
  align-items: center;
  padding-left: 6px;
  width: 51px;
  height: 16px;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  background: #0169C6;
  position: relative;
  margin-top: -8px;
  margin-bottom: 4px;
}
.l-content .tag_ship::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 4px solid #FFFFFF;
}
.l-content .section-3__product--title {
  padding: 0 8px;
  font-size: 10px;
  line-height: 120%;
  height: 36px;
  margin-bottom: 4px;
}
.l-content  .section-3__product--desc {
  padding: 0 8px;
  font-size: 10px;
  line-height: 120%;
  margin-bottom: 8px;
}
.l-content  .section-3__product--desc b {
  font-weight: 500;
}

.l-content .section-3__product--code {
  padding: 0 8px;
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
}

.l-content .section-3__product--price {
  color: #DD0000;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 4px;
  padding: 0 8px;
}
.l-content .section-3__product--price span {
  margin-left: 6px;
  color: #757575;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  text-decoration: line-through;
}
.l-content .section-3-button {
  display: block;
  text-align: center;
  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;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 4px 10px;
}
.l-content .section-3-button .right-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .section-3-button .window-icon {
  position: absolute;
  top: 3px;
  right: 3px;
  display: none;
}

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

.l-content .justify-content-between {
  justify-content: space-between;
}

.l-content .section-4__desc {
  background: #0169C6;
  color: #ffffff;
  margin-bottom: 64px;
  padding: 32px 0;
  padding-left: 82px;
}

.l-content .section-4__desc li {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
}

.l-content .section-4__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
}