.l-content {
  font-family: Arial, Helvetica, sans-serif;
  color: #323124;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-content html {
  scroll-behavior: smooth;
}
.l-content a {
  text-decoration: none;
}
.l-content a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-content a.link:hover {
  text-decoration: underline;
}
.l-content .thumb {
  margin: 0;
  padding: 0;
}
.l-content .thumb > img.img-block {
  display: block;
  width: 100%;
}
.l-content .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.l-content .btn-primary {
  width: 350px;
  height: 46px;
  -webkit-box-shadow: 0px 1px 1px 0 #ffab6c, 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0 #ffab6c, 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
  background: #ff730a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
.l-content .btn-primary::before {
  content: '';
  position: absolute;
  background: url(/pr/customer_referral/images/white-arrow.png) no-repeat;
  width: 11px;
  height: 14px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-content .btn-primary:hover {
  opacity: 0.8;
}
.l-content .btn-primary.btn-blue {
  background: #0169c6;
  box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
}
.l-content .title-1 {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.l-content .title-2 {
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.l-content .title-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  color: #025fae;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  margin: 0 25px;
}
.l-content .section-top {
  padding: 40px 0;
  text-align: center;
  margin-top: 0;
}
.l-content .section-top .b-text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.88;
}
.l-content .section-register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0 70px 0;
}
.l-content .section-register-btn .box {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-content .section-register-btn .box .b-text {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.l-content .section-register-btn .box .m-link {
  margin-top: 20px;
}
.l-content .section-register-btn .box .link-2 {
  color: #0b5ac5;
  font-size: 15px;
  background-position: 0;
}
.l-content .section-register-btn .box:nth-child(1) {
  margin-right: 50px;
}
.l-content .section-choose-gift {
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.l-content .section-choose-gift h2 {
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
.l-content .section-choose-gift h2 span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2a2a2a;
  position: relative;
}
.l-content .section-choose-gift .list-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.l-content .section-choose-gift .list-item .item {
  background: #f2f2f2 url(/pr/customer_referral/images/gift_bg.png) no-repeat;
  width: 460px;
  height: 283px;
  border-radius: 10px;
  padding: 50px 20px 10px 60px;
  position: relative;
}
.l-content .section-choose-gift .list-item .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 7px;
}
.l-content .section-choose-gift .list-item .item .text-1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #065aa5;
  margin-bottom: 20px;
  padding-right: 30px;
}
.l-content .section-choose-gift .list-item .item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}
.l-content .section-choose-gift .list-item .item .thumb a {
  display: block;
}
.l-content .section-choose-gift .list-item .item .text {
  text-align: center;
}
.l-content .section-choose-gift .list-item .item .text a {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
}
.l-content .section-choose-gift .list-item .item + .item {
  margin-left: 30px;
}
.l-content .section-choose-gift .b-note {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  margin-top: 20px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.l-content .section-intro {
  margin: 30px auto;
}
.l-content .section-intro .media-wrap {
  background: #f1f1f1;
  padding: 20px 35px;
  margin-bottom: 30px;
}
.l-content .section-intro .media-wrap .media {
  display: flex;
  align-items: center;
}
.l-content .section-intro .media-wrap .media .b-thumb {
  width: 317px;
  margin-right: 32px;
}
.l-content .section-intro .media-wrap .media .b-thumb img {
  width: 100%;
  padding: 0;
}
.l-content .section-intro .media-wrap .media .b-content {
  padding-right: 0;
  font-size: 16px;
  line-height: 30px;
  width: calc(100% - 317px - 30px);
}
.l-content .section-general-terms {
  padding: 50px 30px;
  background: #f2f2f2;
}
.l-content .section-general-terms .inner {
  position: relative;
  border-top: solid 3px #044a89;
  border-bottom: solid 10px #044a89;
  background: #fff;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.l-content .section-general-terms .inner .b-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #044a89;
  margin-bottom: 15px;
}
.l-content .section-general-terms .inner .b-content {
  padding: 0 55px 55px 60px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.3;
  color: #000;
}
.l-content .section-note {
  margin-bottom: 45px;
}
.l-content .section-note h2 {
  background: #0c50ad;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: UTMHelve, "Myriad Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 3px;
}
.l-content .section-note .section-content {
  background: #fffbeb;
  border-radius: 0 0 30px 30px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #0c50ad;
}
.l-content .section-note .section-content .text-list {
  padding: 22px 70px 22px 120px;
}
.l-content .section-note .section-content .text-list > li {
  font-size: 14px;
  position: relative;
  padding-left: 33px;
  line-height: 2.57;
}
.l-content .section-note .section-content .text-list > li:before {
  content: "";
  width: 19px;
  height: 17px;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.l-content .section-note .section-content .text-list > li + li {
  margin-top: 4px;
}
.l-content .section-createlink {
  background: #054e8b;
  padding: 10px 15px 60px;
  margin-bottom: 0;
  position: relative;
}
.l-content .section-createlink > .header {
  padding: 35px 0;
  text-align: center;
  z-index: 1;
}
.l-content .section-createlink > .header .text-main {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.l-content .section-createlink .form-control {
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  padding: 3px 20px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.l-content .section-createlink .form-group {
  margin-bottom: 20px;
}
.l-content .section-createlink .form-group .label-group {
  margin-bottom: 5px;
  height: 50px;
}
.l-content .section-createlink .form-group .label-group label {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.l-content .section-createlink .form-group .label-group .req {
  color: #000;
  font-size: 18px;
  margin-left: 5px;
}
.l-content .section-createlink .form-group .label-group .note {
  font-size: 12px;
  color: #000;
  margin-top: -2px;
}
.l-content .section-createlink .form-group .input-group p.ferror {
  color: red;
  margin-top: 5px;
  font-size: 12px;
  display: block;
}
.l-content .section-createlink .form-group .input-group .list {
  margin-left: 30px;
}
.l-content .section-createlink .form-group .input-group .list li label {
  font-size: 15px;
  color: #272526;
}
.l-content .section-createlink .form-group .input-group .list li label span {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.l-content .section-createlink .form-group .input-group .list.l-col {
  display: flex;
  flex-wrap: wrap;
}
.l-content .section-createlink .form-group .input-group .list.l-col li + li {
  margin-left: 35px;
}
.l-content .section-createlink .form-group .input-group .list.l-col.col-2 li {
  width: 220px;
}
.l-content .section-createlink .form-group .input-group .list.l-col.col-2.many-item {
  margin-bottom: -10px;
}
.l-content .section-createlink .form-group .input-group .list.l-col.col-2.many-item li {
  width: 300px;
  margin-bottom: 10px;
}
.l-content .section-createlink .form-group .input-group .list.l-col.col-2.many-item li + li {
  margin-left: 0;
}
.l-content .section-createlink .form-group .input-group .list.l-col.col-2.many-item li:nth-child(2n) {
  width: 450px;
}
.l-content .section-createlink .form-group .input-group .list.l-row li + li {
  margin-top: 10px;
}
.l-content .section-createlink .button-group {
  text-align: center;
  margin-top: 45px;
}
.l-content .section-createlink .button-group button {
  background-color: #044a89 !important;
  width: 300px !important;
  height: 35px;
  outline: none;
  margin: 0 auto;
  box-shadow: 0px 1px 1px 0 #67a5dd, 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: normal;
  background-image: none;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.l-content .section-createlink .button-group button:hover {
  opacity: 0.8;
}
.l-content .section-createlink .a-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.l-content .section-createlink .a-list .a-item {
  border-radius: 5px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  width: calc(50% - 15px);
  padding: 60px 30px;
  line-height: 1.71;
}
.l-content .section-createlink .a-list .a-item .b-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.l-content .section-createlink .a-list .a-item .b-header .b-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-right: 15px;
  word-break: keep-all;
  white-space: nowrap;
}
.l-content .section-createlink .a-list .a-item .b-header .b-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-content .section-createlink .a-list .a-item .b-header .b-title:after {
  content: "";
  background: #b7b7b7;
  width: 1px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-content .section-createlink .a-list .a-item .b-header .b-text {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.6;
  padding-left: 15px;
}
.l-content .section-createlink .a-list .a-create .b-header .b-title {
  padding-left: 53px;
}
.l-content .section-createlink .a-list .a-create .b-header .b-title:before {
  background: url(/pr/customer_referral/images/icon_create_title.png) no-repeat;
  width: 46px;
  height: 60px;
}
.l-content .section-createlink .a-list .a-copy .b-header {
  margin-bottom: 30px;
}
.l-content .section-createlink .a-list .a-copy .b-header .b-title {
  padding-left: 59px;
}
.l-content .section-createlink .a-list .a-copy .b-header .b-title:before {
  background: url(/pr/customer_referral/images/icon_copy_title.png) no-repeat;
  width: 52px;
  height: 53px;
}
.l-content .section-createlink .a-list .a-copy .form .form-inner {
  border-radius: 5px;
  border: solid 1px #9a9a9a;
  background: #fff;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
.l-content .section-createlink .a-list .a-copy .form #content_copy span {
  color: red;
}
.l-content .section-createlink .a-list .a-copy .form .input-link {
  margin-top: 25px;
}
.l-content .section-createlink .a-list .a-copy .form .input-link .form-control {
  background: none;
  text-align: center;
  color: #054e8b;
  height: 25px;
  border: none;
}
.l-content .section-createlink .a-list .a-copy .form .button-group {
  margin-top: 20px;
}
.l-content .section-createlink .a-list .a-copy .shard-link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.l-content .section-createlink .a-list .a-copy .shard-link li + li {
  margin-left: 20px;
}
.l-content .section-createlink .a-list .a-copy .shard-link li .zalo-share-button {
  position: relative;
  background: url(/pr/customer_referral/images/zalo.png) no-repeat;
  width: 47px;
  height: 47px;
  cursor: pointer;
  display: block;
}
.l-content .section-createlink .a-list .a-copy .shard-link li .zalo-share-button:hover {
  opacity: 0.7;
}
.l-content .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.l-content .product-list .product {
  width: calc(100% / 5);
  border: solid 1px #c4c4c4;
  padding-top: 15px;
  background-color: #fff;
  margin-bottom: 0;
}
.l-content .product-list .product:nth-last-of-type(-n + 5) {
  border-bottom-width: 1px;
}
.l-content .product-list .product:last-child {
  border-right-width: 1px;
}
.l-content .product-list .product__content {
  padding: 0 7px 12px 8px;
}
.l-content .product-list .product__brand {
  margin: 0 0 15px;
  text-align: center;
}
.l-content .product-list .product__name {
  margin-bottom: 5px;
  padding: 0 7px 0 8px;
  text-align: center;
}
.l-content .product-list .product__name a {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #004098;
  display: block;
  height: 47px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.l-content .product-list .product__name a:hover {
  text-decoration: underline;
}
.l-content .product-list .product__image {
  position: relative;
  margin: 0 0 20px 0;
  padding-top: 0;
}
.l-content .product-list .product__image a {
  width: 100%;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-content .product-list .product__image .discount {
  width: 46px;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.15px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
.l-content .product-list .product__image .icon-best-price {
  position: absolute;
  top: 0;
  right: 5px;
}
.l-content .product-list .product__serial {
  font-size: 13px;
  color: #333333;
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 30px;
}
.l-content .product-list .product__serial label {
  margin-right: 5px;
}
.l-content .product-list .product__price {
  line-height: 1.47;
  margin-top: 7px;
  text-align: center;
}
.l-content .product-list .product__price .price_old {
  text-decoration: line-through;
}
.l-content .product-list .product__price .price {
  color: #e30000;
  font-size: 18px;
  font-weight: bold;
}
.l-content .product-list .product__delivery {
  margin-top: 8px;
  padding-left: 3px;
  text-align: center;
}
.l-content .product-list .product__delivery span {
  font-size: 13px;
  font-weight: bold;
  color: #7d7d7d;
  vertical-align: bottom;
  position: relative;
}
.l-content .product-list .product__delivery span:before {
  content: "";
  display: inline-block;
  background: url(/pr/customer_referral/images/icon_transport.png) no-repeat;
  width: 26px;
  height: 17px;
  position: relative;
  margin-right: 7px;
  top: 3px;
}
.l-content .product-list .product:hover .product__name a {
  text-decoration: underline;
}
.l-content .section-product {
  background-color: #ddf3ff;
  padding: 0 10px 27px;
}
.l-content .section-product-hot {
  margin-top: 50px;
}
.l-content .section-hotline {
  background: #f8f8f8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.l-content .section-hotline:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 460px solid transparent;
  border-left: 710px solid #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.l-content .section-hotline h2 {
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
.l-content .section-hotline h2 span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2a2a2a;
}
.l-content .section-hotline .hotline-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.l-content .section-hotline .hotline-list .hotline {
  width: 400px;
  border: solid 1px #008af5;
  background: #fff;
}
.l-content .section-hotline .hotline-list .hotline h3 {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.l-content .section-hotline .hotline-list .hotline .inner {
  position: relative;
  padding: 20px 10px 25px 0;
}
.l-content .section-hotline .hotline-list .hotline .inner .person {
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-content .section-hotline .hotline-list .hotline .list {
  position: relative;
  margin-bottom: 20px;
}
.l-content .section-hotline .hotline-list .hotline .list li {
  position: relative;
  line-height: 1.93;
  color: #000;
  font-size: 14px;
  padding-left: 27px;
}
.l-content .section-hotline .hotline-list .hotline .list li:before {
  content: "";
  background: url(/pr/customer_referral/images/icon_arrow.png) no-repeat;
  width: 19px;
  height: 17px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.l-content .section-hotline .hotline-list .hotline .support {
  margin-left: 158px;
}
.l-content .section-hotline .hotline-list .hotline .support li {
  width: 221px;
  height: 35px;
  padding: 0 0 0 10px;
  border-radius: 50px;
  border: solid 1px #b2b2b2;
  background-color: #f6fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 23px;
}
.l-content .section-hotline .hotline-list .hotline .support li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.l-content .section-hotline .hotline-list .hotline .support li.b-tel {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 7px;
}
.l-content .section-hotline .hotline-list .hotline .support li.b-tel:before {
  background: url(/pr/customer_referral/images/icon_tel.png) no-repeat;
}
.l-content .section-hotline .hotline-list .hotline .support li.b-mail {
  font-size: 16px;
  font-weight: bold;
  color: #0837ff;
}
.l-content .section-hotline .hotline-list .hotline .support li.b-mail:before {
  background: url(/pr/customer_referral/images/icon_email.png) no-repeat;
}
.l-content .section-hotline .hotline-list .hotline + .hotline {
  margin-left: 38px;
}
.l-content .section-hotline .hotline-list .hotline.hotline-1 {
  border: 1px solid #0169c6;
  background: #f6fbff;
}
.l-content .section-hotline .hotline-list .hotline.hotline-1 h3 {
  background: #0169c6;
}
.l-content .section-hotline .hotline-list .hotline.hotline-1 .list {
  margin-left: 140px;
}
.l-content .section-hotline .hotline-list .hotline.hotline-2 {
  border: 1px solid #0c447d;
  background: #d9ebff;
}
.l-content .section-hotline .hotline-list .hotline.hotline-2 h3 {
  background: #0c447d;
}
.l-content .section-hotline .hotline-list .hotline.hotline-2 .list {
  margin-left: 76px;
}
.l-content .section-hotline .hotline-note {
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.l-content .section-hotline .hotline-note .b-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  text-align: center;
  color: #000000;
}
.l-content .product-list-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.l-content .product-list-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #b7b7b7;
  margin: 40px 0 10px;
}
.l-content .product-list-1 .product {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #b7b7b7;
  height: 50px;
  margin-bottom: 45px;
  width: calc(100% / 3);
  text-decoration: none;
}
.l-content .product-list-1 .product .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-content .product-list-1 .product .brand span {
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.l-content .product-list-1 .product .thumb {
  margin-left: 15px;
}
.l-content .product-list-1 .product:nth-child(3n) {
  border-right: none;
}
.l-content .product-list-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.l-content .product-list-2 .brand {
  margin-right: 40px;
}
.l-content .product-list-2 .product {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.l-content .product-list-2 .product .thumb {
  display: flex;
  align-items: center;
}
.l-content .product-list-2 .product span {
  display: block;
  margin-left: 7px;
}
.l-content .product-list-2 .product span a {
  font-size: 14px;
  color: #01559d;
}
.l-content .product-list-2 .product + .product {
  margin-left: 30px;
}
.l-content .seciton-banner h2 {
  margin-bottom: 20px;
}
.l-content .seciton-banner .banner-list-1 {
  margin-bottom: 20px;
}
.l-content .seciton-banner .banner-list {
  display: flex;
  justify-content: space-between;
}
.l-content .seciton-banner .banner-list .banner__name {
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  margin-bottom: 7px;
  padding-left: 3px;
}
.l-content .seciton-banner .banner-list .banner img {
  width: 100%;
  transition: 0.7s;
}
.l-content .seciton-banner .banner-list .banner a {
  display: block;
}
.l-content .seciton-banner .banner-list .banner a > img:hover {
  opacity: 0.7;
}
.l-content .seciton-banner .banner-list.col2 .banner {
  width: calc(100% / 2);
}
.l-content .seciton-banner .banner-list.col3 .banner {
  width: calc(100% / 3);
}
.l-content .seciton-banner .banner-list.col4 .banner {
  width: calc(100% / 4);
}
.l-content .seciton-banner .banner-list.banner-list-1 {
  margin-bottom: 30px;
}
.l-content .seciton-banner .banner-list.banner-list-1 .banner {
  width: 229px;
}
.l-content .seciton-banner .banner-list.banner-list-2 .banner {
  width: 464px;
}

/*# sourceMappingURL=styles.css.map */
