@charset "utf-8";

/* Vietlink Style */
.l-content [class^="vlm"] {
  box-sizing: border-box;
}

.l-content .mainVisual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content .vlm-bg-ffe9e8-transparent {
  background: linear-gradient(
    180deg,
    rgba(255, 233, 232, 1) 0%,
    rgba(255, 233, 232, 0) 100%
  );
}

.l-content .vlm-bg-dd0000-fce6e6 {
  background: linear-gradient(
    180deg,
    #dd0000 0%,
    #fce6e6 100%
  );
}

.l-content .vlm-bg-a0dcff80-transparent {
  background: linear-gradient(
    180deg,
    #a0dcff80 0%,
    rgba(160, 220, 255, 0) 100%
  );
}

.l-content .vlm-bg-ffe26f-f5c400 {
  background: linear-gradient(180deg, #FFE26F 0%, #F5C400 100%);
}

.l-content .vlm-bg-ffd42d-ffffff {
  background: linear-gradient(180deg, #ffd42d 0%, #ffffff 100%);
}

.l-content .vlm-bg-0169C6 {
  background: #0169c6;
}

.l-content .vlm-bg-ffffff {
  background: #ffffff;
}

.l-content .vlm-bg-f2f2f2 {
  background: #f2f2f2;
}

.l-content .vlm-bg-e6e6e6 {
  background: #e6e6e6;
}

.l-content .vlm-bg-fdfdfd {
  background: #fdfdfd;
}

.l-content .vlm-bg-ffffffbf {
  background: rgba(255, 255, 255, 0.75);
}

.l-content .vlm-bg-image {
  background: url('/sp/pr/good_price_product_202108/images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-content .vlm-section {
  padding: 24px 16px 32px;
}

.l-content .vlm-fs-10 {
  font-size: 10px;
  line-height: 15px;
}

.l-content .vlm-fs-12 {
  font-size: 12px;
  line-height: 18px;
}

.l-content .vlm-fs-14 {
  font-size: 14px;
  line-height: 18px;
}

.l-content .vlm-fs-20 {
  font-size: 20px;
  line-height: 26px;
}

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

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

.l-content .vlm-text-000000 {
  color: #000000;
}

.l-content .vlm-text-004bb1 {
  color: #004bb1;
}

.l-content .vlm-text-dd0000 {
  color: #dd0000;
}

.l-content .vlm-text-ffffff {
  color: #ffffff;
}

.l-content .vlm-text-333333 {
  color: #333333;
}

.l-content .vlm-text-757575 {
  color: #757575;
}

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

.l-content .vlm-text-line-through {
  text-decoration: line-through;
}

.l-content .vlm-mt-auto {
  margin-top: auto;
}

.l-content .vlm-mb-0 {
  margin-bottom: 0;
}

.l-content .vlm-mb-2 {
  margin-bottom: 8px;
}

.l-content .vlm-mb-4 {
  margin-bottom: 16px;
}

.l-content .vlm-mb-6 {
  margin-bottom: 24px;
}

.l-content .vlm-mb-8 {
  margin-bottom: 32px;
}

.l-content .vlm-mb-12 {
  margin-bottom: 48px;
}

.l-content .vlm-p-2 {
  padding: 8px;
}
.l-content .vlm-p-4 {
  padding: 16px;
}
.l-content .vlm-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.l-content .vlm-px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.l-content .vlm-px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.l-content .vlm-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.l-content .vlm-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.l-content .vlm-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.l-content .vlm-header-box {
  border-radius: 2px;
  box-shadow: 0px -4px 0px #f6c500;
}

.l-content .vlm-quote {
  position: relative;
  border-radius: 8px;
}
.l-content .vlm-quote-triangle::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.l-content .vlm-quote::before {
  content: "";
  background: url("/sp/pr/good_price_product_202108/images/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 4px;
  width: 15px;
  height: 14px;
}

.l-content .vlm-quote::after {
  content: "";
  background: url("/sp/pr/good_price_product_202108/images/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 4px;
  width: 15px;
  height: 14px;
  transform: rotate(180deg);
}

.l-content .vlm-heading-pattern::before, .l-content .vlm-heading-pattern::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: block;
}

.l-content  .vlm-heading-pattern-left::before  {
  border-width: 0 4px 17px 0;
  border-color: transparent #0169C6 transparent transparent;
  top: 0;
  right: 100%;
}

.l-content .vlm-heading-pattern-left::after  {
  border-width: 0 0 17px 4px;
  border-color: transparent transparent #0169C6 transparent;
  bottom: 0;
  right: 100%;
}

.l-content .vlm-heading-pattern-right::before  {
  border-width: 17px 4px 0 0;
  border-color: #0169C6 transparent transparent transparent;
  top: 0;
  left: 100%;
}

.l-content .vlm-heading-pattern-right::after  {
  border-width: 17px 0 0 4px;
  border-color: transparent transparent transparent #0169C6;
  bottom: 0;
  left: 100%;
}

.l-content .vlm-h-100 {
  height: 100%;
}

.l-content .vlm-rounded-2 {
  border-radius: 2px;
}

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

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

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

.l-content .vlm-flex-column {
  flex-direction: column;
}

.l-content .vlm-overflow-hidden {
  overflow: hidden;
}

.l-content .vlm-overflow-x-auto {
  overflow-x: auto;
}

.l-content .vlm-flex-grow-1 {
  flex-grow: 1;
}

.l-content .vlm-position-relative {
  position: relative;
}
.l-content .vlm-position-absolute {
  position: absolute;
}

.l-content .vlm-top-0 {
  top: 0;
}
.l-content .vlm-bottom-0 {
  bottom: 0;
}
.l-content .vlm-start-0 {
  left: 0;
}

.l-content .vlm-border {
  border: solid 1px #e6e6e6;
}

.l-content .vlm-img-full{
  width: 100%;
  height: auto;
}

.l-content .vlm-img-fluid{
  max-width: 100%;
  height: auto;
}

.l-content .vlm-line {
  border: 2px dashed #F6C500;
  margin-bottom: 16px;
  margin-top: 32px;
}

.l-content .vlm-d-inline-block {
  display: inline-block;
}

.l-content .vlm-list-disc {
  padding-left: 20px;
}

.l-content .vlm-list-disc, .l-content .vlm-list-disc > li {
  list-style: disc;
}

.l-content .vlm-table 
{ 
  width: 100%;
  background: #ffffff;
}

.l-content .vlm-table th, .l-content .vlm-table td{
  border: solid 1px #e6e6e6;
  padding: 8px;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  color: #333333;
  vertical-align: middle;
}

.l-content .vlm-table th{
  background: #f2f2f2;
  font-weight: 700;
}

.l-content .vlm-table a{
  color: #004BB1;
  font-weight: 700;
  text-decoration: underline;
}

.l-content .vlm-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 32px;
}

.l-content .vlm-ms-2 {
  margin-left: 8px;
}

.l-content .vlm-me-2 {
  margin-right: 8px;
}

.l-content .vlm-me-4 {
  margin-right: 16px;
}

.l-content .vlm-w-160-16 {
  width: calc(160% + 16px);
}

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

.l-content .vlm-w-80{
  width: 80%;
}

.l-content .vlm-mw-224 {
  max-width: 224px;
}

.l-content .vlm-justify-content-center {
  justify-content: center;
}

.l-content .vlm-justify-content-end {
  justify-content: end;
}

.l-content .vlm-link {
  text-decoration: none;
  padding: 2px 4px;
  display: inline-block;
}