.promotion-main {
  background: #fbfbfb;
}

.bg-gray3 {
  background: #EDEBFF;
  padding: 168px 0 0 0;
}

section {
  padding: 72px 0 0 0;
}
.promotion-page-points {
  padding-bottom: 72px;
}

.bg-small-padding {
  padding: 53px 0 0 0;
}

.col-md-star {
  padding-left: 148px;
}
.col-md-star h1 {
  color: #000;
  font-size: 48px;
}

.img-header {
  width: 460px;
  float: left;
}

.img-close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fbfbfb;
  z-index: 2;
}

.container-event {
  border-radius: 30px;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px !important;
}

.img-border-radius {
  border-radius: 12px;
}

.container-h2 {
  margin-top: 10px;
}

.container-h2 h2 {
  font-size: 24px;
  margin-bottom: 0px;
  color: #1a191e;
}

.container-h2 .promotion-margin-h2 {
  margin-bottom: 10px;
}

.promotion-margin-h3 {
  margin-bottom: 32px;
}

.promotion-margin-button {
  margin-top: 60px;
  margin-bottom: 30px;
}

.container-h2 h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
  font-weight: 400;
}

.container-td {
  padding: 6px 10px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: none;
  margin-bottom: 8px;
  display: block;
}

.container-a a {
  display: inline-block;
  border-radius: 8px;
  padding: 16px 24px;
  background-color: #4E42C2;
  color:#fff;
  text-decoration: none;
  font-size: 20px;
}

.container-a a:hover {
  color:#fff;
}

.container-a a:active {
  color:#fff;
}

.container-a a:focus {
  color:#fff;
}

.container-rule {
  position: relative;
  margin-top: 8px;
}

.container-agency {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.container-agency-ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.container-agency li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
}

.container-agency .border-agency {
  border: none;
  border-bottom: 1px solid #ccc;
  background: #4E42C2;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

html[lang="en"] .container-agency .border-agency {
  height: 72px;
  padding: 0;
}

.container-agency .border-content {
  padding: 0px 42px;
  font-size: 20px;
}

.container-agency .col-table-1 {
  width: 16%;
}
.container-agency .col-table-2 {
  width: 25%;
}
.container-agency .col-table-3 {
  width: 34%;
}
.container-agency .col-table-4 {
  width: 25%;
}

.container-footer {
  padding-bottom: 120px;
}

.page-title h1 {
  font-size: 48px;
}

.border-agency-width,
.border-agency-normal {
  height: 79px;
  line-height: 40px;
}

.container-agency img {
  height: 64px;
}

.container-agency .border-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 166px;
  background-color: #fff;
}

.container-agency .border-content-1 {
  border-bottom: 1px solid #ccc;
}

.container-agency .border-content-3,
.container-agency .border-content-5,
.container-agency .border-content-7 {
  border-bottom: 1px solid #ccc;
}

html[lang="en"] .container-agency .border-content-3,
html[lang="en"] .container-agency .border-content-5,
html[lang="en"] .container-agency .border-content-7,
html[lang="en"] .container-agency .border-content-4,
html[lang="en"] .container-agency .border-content-6,
html[lang="en"] .container-agency .border-content-8 {
  line-height: 36px;
}

@media (max-width: 1100px) {
  .container-agency .border-agency,
  .container-agency .border-content {
    height: 140px!important;
    padding: 10px!important;
  }
  .container-agency-ul {
    display: block;
  }
  .container-agency .col-table-1 {
    width: 100%;
  }
  .container-agency .col-table-2 {
    width: 100%;
  }
  .container-agency .col-table-3 {
    width: 100%;
  }
  .container-agency .col-table-4 {
    width: 100%;
  }

  .container-agency img {
    height: auto;
    width: 70%!important;
  }

  .container-agency li {
    display: flex;
    border: none;
    border-bottom: 1px solid #ccc;
    align-items: center;
  }

  .container-agency .border-agency,
  .container-agency .border-content {
    width: 50%;
    font-size: 18px;
    line-height: 32px;
  }

  .container-agency .border-agency {
    border: none;
  }

  .container-agency .border-content {
    /* background: #fff; */
    padding: 24px 20px;
  }
  
  .container-agency .border-content-1,
  .container-agency .border-content-3,
  .container-agency .border-content-5,
  .container-agency .border-content-7 {
    line-height: 24px;
    border: none;
    border-right: 1px solid #ccc;
  }
  
  .container-agency .border-content-4,
  .container-agency .border-content-6,
  .container-agency .border-content-8 {
    line-height: 24px;
  }

  html[lang="en"] .container-agency .border-content-3,
  html[lang="en"] .container-agency .border-content-5,
  html[lang="en"] .container-agency .border-content-7,
  html[lang="en"] .container-agency .border-content-4,
  html[lang="en"] .container-agency .border-content-6,
  html[lang="en"] .container-agency .border-content-8 {
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-star {
    padding-left: 30px;
  }

  .border-agency-height {
    height: 80px;
    line-height: 30px;
  }

  .border-line-height {
    height: 90px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .bg-gray3 {
    background: #EDEBFF;
    padding: 130px 0 0 0;
  }
  section {
    padding: 52px 0 0 0;
  }
  .promotion-page-points {
    padding-bottom: 52px;
  }
  .bg-small-padding {
    padding: 10px 0 0 0;
  }
  .col-md-star {
    padding-left: 0;
    text-align: center;
  }
  .col-md-star h1 {
    font-size: 34px;
  }
  .img-header {
    width: auto;
    float: none;
    margin-top: 40px;
  }
  .img-close {
    height: 22px;
  }

  .container-event {
    border-radius: 12px;
    padding: 12px;
  }

  .container-h2 h2 {
    font-size: 18px;
  }

  .container-a svg {
    width: 16px;
  }

  .container-footer {
    padding-bottom: 720px;
  }

  .page-title h1 {
    font-size: 40px;
  }

  .border-agency-height {
    height: 80px;
    line-height: 30px;
  }

  .border-line-height {
    height: 90px;
    line-height: 24px;
  }

  .promotion-margin-button a {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bg-gray3 {
    background: #EDEBFF;
    padding: 110px 0 0 0;
  }
  section {
    padding: 52px 0 0 0;
  }
  .promotion-page-points {
    padding-bottom: 52px;
  }
  .bg-small-padding {
    padding: 17px 0 0 0;
  }
  .col-md-star {
    padding-left: 0;
    text-align: center;
  }
  .col-md-star h1 {
    font-size: 30px;
  }
  .img-header {
    width: auto;
    float: none;
    margin-top: 40px;
  }
  .img-close {
    height: 18px;
  }
  .container-event {
    border-radius: 12px;
    padding: 12px;
  }
  .container-h2 h2 {
    font-size: 18px;
  }

  .promotion-margin-h3 {
    margin-bottom: 10px;
  }

  .promotion-margin-button {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .promotion-margin-button a {
    text-align: center;
    width: 100%;
  }

  .container-a a {
    border-radius: 6px;
    padding: 6px 16px;
    color:#fff;
    background-color: #4E42C2;
    font-size: 12px;
  }

  .container-a svg {
    width: 16px;
  }

  .container-footer {
    padding-bottom: 30px;
  }

  .page-title h1 {
    font-size: 26px;
  }

  .border-agency-width,
  .border-agency-normal {
    height: 0px;
    line-height: 0px;
  }

  .border-agency-height {
    height: 80px;
    line-height: 30px;
  }

  .border-line-height {
    height: 90px;
    line-height: 24px;
  }
  .container-agency .border-agency,
  .container-agency .border-content {
    height: 70px!important;
    padding: 7px!important;
    font-size: 12px;
    line-height: 18px!important;
  }
}