@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

body {
  font-family: "SF Pro Display", sans-serif;
}

.ps-50 {
  padding-left: 50px;
}

/* Slide */
.carousel-caption {
  height: 250px;
  align-content: end;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, white, transparent);
}

.carousel-caption p {
  font-size: 20px;
  color: #0053e0;
}

.carousel-caption img {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.carousel-control-prev-icon {
  background-image: url(../images/icon-prev.png?v=1.0);
}

.carousel-control-next-icon {
  background-image: url(../images/icon-next.png?v=1.0);
}

.carousel-item {
  transition: transform 2s ease, opacity 0.5s ease-in-out;
}

.content-main::after {
  content: "";
  width: 150px;
  height: 10px;
  background-image: url(../images/bg-title-left.png?v=1.0);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-main::before {
  background-image: url(../images/bg-title-right.png?v=1.0);
}

/* Section brand */
.section-brand {
  background-color: #fff;
}

.button-login {
  column-gap: 3%;
}

.button-login a {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #0053e0;
  border-radius: 50px;
  color: #fff;
  width: 350px;
  text-align: center;
  align-content: center;
}

.title-main {
  font-size: 40px;
  color: #0053e0;
  font-weight: 500;
  text-transform: uppercase;
}

.content-main {
  font-size: 28px;
  color: #0053e0;
  text-transform: uppercase;
}

.section-brand-left {
  background-image: url(../images/bg-section-brand.png);
  background-size: cover;
  height: 400px;
  align-content: end;
  text-align: left;
  padding-left: 390px;
  padding-bottom: 20px;
}

.section-brand-left img {
  height: 100px;
}

.section-brand-left h3 {
  font-size: 50px;
  font-weight: 700;
  color: #0053e0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-brand-left p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #0053e0;
  text-transform: capitalize;
}

.section-brand-right {
  position: absolute;
  right: 32px;
}

.section-brand-right video {
  border-radius: 22px;
  border: 2px solid white;
  max-height: 410px;
}

.section-brand-content {
  color: #585858;
  text-align: center;
  line-height: 1.5;
  text-align: justify;
  font-style: italic;
  display: flex;
  gap: 20px;
  width: 90%;
  height: max-content;
  padding: 0 12px;
}

.left-bullet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  max-width: 60px;
  width: 50%;
}

.left-bullet img {
  width: 100%;
}

.right-bullet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 60px;
  width: 50%;
}

.right-bullet img {
  width: 100%;
}

.brand-content {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
}

.brand-content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #0053e0;
  text-transform: uppercase;
  margin-top: 15px;
}

/* Section info */
.section-info {
  background-color: #ebf6ff;
}

.section-info-f8 {
  background-color: #fff;
}

.section-info-f8 p {
  font-size: 24px;
  color: #4b6085;
  line-height: 1.5;
  text-align: justify;
  padding: 0 40px;
}

.section-title {
  display: flex;
  align-items: center;
}

.section-title.info h2 {
  font-size: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  color: #fff;
  font-weight: 700;
  width: 1100px;
  border-radius: 100px;
  border: 2px solid #0a5ae8;
  border-left: none;
  background-image: linear-gradient(
    180deg,
    rgba(112, 163, 255, 1) 0%,
    rgba(10, 90, 232, 1) 100%
  );
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  padding-left: 100px;
  line-height: 1.2;
}
.section-title.info::after {
  content: "";
  background-image: url(../images/bg-title-info-1.png?v=1.0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 1;
}
.section-title.info::before {
  content: "";
  background-image: url(../images/bg-title-info-2.png?v=1.0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 3;
}

.row-action {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  bottom: 6%;
}

.row-title {
  padding-top: 80px;
}
.row-content {
  margin-top: 80px;
}

.section-title.why h2 {
  font-size: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  color: #fff;
  font-weight: 700;
  width: 1100px;
  border-radius: 100px;
  border: 2px solid #0a5ae8;
  border-left: none;
  background-image: linear-gradient(
    180deg,
    rgba(112, 163, 255, 1) 0%,
    rgba(10, 90, 232, 1) 100%
  );
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  padding-left: 100px;
  line-height: 1.2;
}
.section-title.why::after {
  content: "";
  background-image: url(../images/bg-title-info-1.png?v=1.0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 1;
}
.section-title.why::before {
  content: "";
  background-image: url(../images/bg-title-why-2.png?v=1.0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  z-index: 3;
}

.section-info-content {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 50px;
  border-radius: 25px;
}

.section-info-content li,
.section-info-content p {
  color: #4b6085;
  line-height: 1.5;
  list-style: disc;
  font-size: 24px;
  text-align: justify;
}

.section-info-content li {
  margin-left: 20px;
}

.section-info-content p {
  margin-bottom: 20px;
}

.img-section-info-mobie {
  display: none;
}

.img-section-info {
  position: relative;
  right: 6%;
  bottom: 6%;
}

.img-section-info img {
  width: 345px;
}

/* Section why */
.section-why h3 {
  display: inline-block;
  font-size: 24px;
  color: #0252e0;
  font-weight: 700;
  padding: 15px;
  padding-left: 40px;
  border-left: 5px solid;
  /* background-color: #aed0f6; */
  margin: 25px 0 15px 0;
  background-image: url("/assets/images/question-bullet.png?v=1.0");
  background-repeat: no-repeat;
}

.section-why p {
  font-size: 24px;
  color: #4b6085;
  line-height: 1.5;
  text-align: justify;
}

.section-why .no-padding {
  padding: 0;
}

.section-why span {
  font-size: 24px;
  color: #0252e0;
  font-weight: 700;
}

.img-section-why img {
  height: 550px;
}

/* Section benefit */
.bg-section-benefit {
  /* background-color: rgba(2, 131, 224, 0.2); */
}

.section-benefit h2 {
  text-transform: uppercase;
  font-size: 46px;
  color: #0252e0;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-benefit p {
  font-size: 24px;
  color: #4b6085;
  line-height: 1.5;
}

.section-benefit {
  padding-top: 50px;
}

.section-benefit img {
  width: 100%;
}

.content-section-benefit img {
  height: 63px;
  margin-bottom: 15px;
}

.video-benefit-main video {
  width: 735px;
}

.list-video-benefit img {
  height: 130px;
  margin-bottom: 8px;
}

.img-video-benefit img {
  height: 500px;
}

/* Section end */
.section-end {
  padding: 30px 0;
  background-color: #ebf6ff;
}

.section-end .img-title-content {
  width: 490px;
}

.degea-1 img,
.degea-2 img {
  border-radius: 10px;
}

.section-end .content {
  max-width: 800px;
}

.section-end h2 {
  font-size: 40px;
  color: #0252e0;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}

.section-end p {
  font-size: 24px;
  color: #4b6085;
  line-height: 1.5;
  text-align: justify;
}

.section-end span {
  font-size: 24px;
  color: #0252e0;
  font-weight: 700;
}

/*section award*/
.section-award {
  padding: 30px 0;
  background-image: url(../images/bg-award.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.list-profile {
  display: flex;
  justify-content: center;
  min-height: 200px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.section-award .content .title {
  color: #0053e0;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
}

.section-award .content .number {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 55px;
  transform: rotate(-45deg);
  display: inline-block;
  padding-top: 40px;
}

.section-award .content .number:nth-child(2) {
  padding-left: 10px;
}

.section-award .content .text {
  color: #fff;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.box-macth {
  border-radius: 8.849px;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  cursor: pointer;
  border-radius: 3.54px;
  background: linear-gradient(180deg, #0053e0 0%, #fff 113.72%);
  outline: 7px solid #9cd2ff8f;
  outline-offset: 8px;
}

.box-macth:hover .number {
  opacity: 0.8;
}

.profile-item {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-item img {
  width: 100%;
}

.section-award .content h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
}

.list-cups {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0px 0px;
  flex-wrap: wrap;
}

.cup-item {
  width: 32%;
  height: auto;
  cursor: pointer;
}

.cup-item .img-cup {
  height: auto;
}

.img-cup img {
  border-radius: 10px;
}

.cup-item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 138.281%;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 7px 8px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #59ccff 0%, rgba(255, 255, 255, 0) 100%);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.cup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.list-cups .img-cup {
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-cups .img-cup img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.list-cups .slick-slide,
.list-cups .slick-slide {
  margin: 0 20px !important;
  cursor: pointer;
}

.list-cups .slick-prev {
  left: 46.5%;
  top: 109%;
  z-index: 100;
  opacity: 1;
}

.list-cups .slick-next {
  right: 30px;
  z-index: 100;
  right: 46.5%;
  top: 109%;
  opacity: 1;
}

@media screen and (max-width: 1599px) {
  .button-login a {
    width: 320px;
  }

  /* Section brand */
  .section-brand-left {
    height: 370px;
    padding-left: 335px;
    padding-bottom: 25px;
  }

  .section-brand-left img {
    height: 80px;
  }

  .section-brand-left h3 {
    font-size: 40px;
  }

  .section-brand-right {
    right: 55px;
  }

  .section-brand-right video {
    max-height: 385px;
  }

  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 1000px;
  }
  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 900px;
    font-size: 26px;
  }
  /* Section benefit */
  .section-benefit h2 {
    font-size: 40px;
  }
  .section-title h2 {
    font-size: 28px;
  }

  .content-section-benefit img {
    height: 55px;
  }

  .video-benefit-main video {
    width: 632px;
  }

  .list-video-benefit img {
    height: 110px;
  }
}

@media screen and (max-width: 1399px) {
  .img-section-info img {
    width: 280px;
  }

  /* Section Brand */
  .title-main {
    font-size: 36px;
  }

  .section-brand-content {
    font-size: 22px;
  }

  .section-brand-left {
    height: 315px;
    padding-left: 285px;
    padding-bottom: 20px;
  }

  .section-brand-right video {
    height: 326px;
  }

  .img-section-why img {
    height: 500px;
  }

  .section-brand-left img {
    height: 70px;
  }

  .section-brand-left h3 {
    font-size: 32px;
  }

  .section-brand-left p {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-info-content li,
  .section-info-content p {
    font-size: 22px;
  }

  .section-info-f8 p {
    font-size: 22px;
  }

  /* Section why */
  .section-why p {
    font-size: 22px;
  }

  /* Section benefit */
  .content-section-benefit img {
    height: 47px;
  }

  .section-benefit p {
    font-size: 22px;
  }

  .img-section-benefit img {
    height: 460px;
  }

  .section-benefit p {
    font-size: 22px;
  }

  .section-end p,
  .section-end span {
    font-size: 22px;
  }

  .video-benefit-main video {
    width: 544px;
  }

  .img-video-benefit img {
    height: 400px;
  }

  .list-video-benefit img {
    height: 95px;
  }
}

@media screen and (max-width: 1199px) {
  /* Slide */
  .carousel-caption img {
    height: 80px;
  }

  .carousel-caption p {
    font-size: 18px;
  }

  /* Section brand */
  .button-login a {
    width: 280px;
  }

  .title-main {
    font-size: 32px;
  }

  .content-main {
    font-size: 26px;
  }

  .section-brand-right {
    right: 35px;
  }

  .section-brand-right video {
    height: 265px;
  }

  .section-brand-left {
    height: 255px;
    padding-left: 235px;
    padding-bottom: 10px;
  }

  .section-brand-left img {
    height: 60px;
  }

  .section-brand-left h3 {
    font-size: 24px;
  }

  .section-brand-content {
    font-size: 18px;
  }

  .brand-content {
    font-size: 20px;
  }

  .brand-content h3 {
    font-size: 24px;
  }

  /* Section info */

  .section-title.info h2,
  .section-title.why h2 {
    width: 760px;
    font-size: 22px;
    height: 50px;
    padding-left: 85px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 105px;
    height: 105px;
  }
  .row-title {
    padding-top: 70px;
  }
  .row-content {
    margin-top: 70px;
  }

  .img-section-info img {
    width: 250px;
  }

  .section-info-content {
    padding: 40px;
  }

  .section-info-content li,
  .section-info-content p {
    font-size: 18px;
  }

  /* Section why */
  .section-why h3 {
    font-size: 20px;
    margin: 25px 0 15px 0;
  }

  .section-info-f8 p {
    font-size: 18px;
  }

  .section-why p {
    font-size: 18px;
  }

  .section-why span {
    font-size: 18px;
  }

  .img-section-why img {
    height: 385px;
  }

  /* Section benefit */

  .section-benefit h2 {
    font-size: 34px;
  }

  .section-benefit p {
    font-size: 18px;
  }

  .content-section-benefit img {
    height: 39px;
  }

  .img-section-benefit img {
    height: 370px;
  }

  .video-benefit-main video {
    width: 450px;
  }

  .list-video-benefit img {
    height: 77px;
  }

  .img-video-benefit img {
    height: 330px;
  }

  .section-end p,
  .section-end span {
    font-size: 18px;
  }

  .section-end .img-title-content {
    width: 430px;
  }

  .section-award .content h2 {
    font-size: 20px;
  }

  .cup-item h3 {
    font-size: 20px;
  }

  .section-award .content .number {
    font-size: 42px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 991px) {
  /* Slide */
  .carousel-caption img {
    height: 50px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  /* Section brand */
  .button-login a {
    width: 250px;
    padding: 15px;
    font-size: 16px;
  }

  .title-main {
    font-size: 26px;
  }

  .content-main {
    font-size: 20px;
  }

  .brand-content {
    font-size: 18px;
  }

  .brand-content h3 {
    font-size: 20px;
  }

  .section-brand-left {
    height: 200px;
    padding-left: 187px;
    padding-bottom: 4px;
  }

  .section-brand-content {
    font-size: 16px;
    text-align: justify;
  }

  .section-brand-right video {
    height: 205px;
  }

  .section-brand-left img {
    height: 50px;
  }

  .section-brand-left h3 {
    font-size: 22px;
  }

  .section-brand-left p {
    font-size: 16px;
  }

  .section-brand-right {
    right: 26px;
  }

  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 685px;
    font-size: 20px;
    padding-left: 70px;
    height: 48px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 95px;
    height: 95px;
  }
  .section-info-content {
    padding: 28px 0 28px 35px;
  }

  .section-info-content li,
  .section-info-content p {
    font-size: 16px;
  }

  /* Section why */
  .section-why h3 {
    padding-left: 33px;
  }

  .section-info-f8 p {
    font-size: 16px;
  }

  .section-why p {
    font-size: 16px;
  }

  .section-why span {
    font-size: 16px;
  }

  .section-why h3 {
    font-size: 18px;
    margin: 25px 0 15px 0;
  }

  .img-section-why img {
    height: 280px;
  }

  /* Section benefit */
  .section-benefit p {
    font-size: 16px;
  }

  .content-section-benefit img {
    height: 29px;
  }

  .img-section-benefit img {
    height: 320px;
  }

  .section-benefit h2 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 18px;
  }

  .video-benefit-main video {
    width: 334px;
  }

  .list-video-benefit img {
    height: 55px;
  }

  .img-video-benefit img {
    height: 219px;
  }

  .row-video {
    margin-top: 15px;
  }

  .section-end h2 {
    font-size: 34px;
  }

  .section-end p,
  .section-end span {
    font-size: 16px;
  }

  .section-end .img-title-content {
    width: 280px;
  }

  .section-award {
    padding: 15px 0;
  }

  .cup-item h3 {
    font-size: 16px;
  }

  .box-macth {
    width: 100px;
    height: 100px;
  }

  .section-award .content .number {
    font-size: 42px;
    padding-top: 34px;
  }

  .section-award .content h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .box-macth {
    width: 55px;
    height: 55px;
  }

  .section-award .content .number {
    padding-top: 20px;
    font-size: 22px;
  }

  .section-award .content .number:nth-child(2) {
    padding-top: 5px;
  }

  .section-award .content h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Slide */
  .title-main {
    font-size: 22px;
  }

  .content-main {
    font-size: 18px;
  }

  .section-info-f8 p {
    padding: 0;
    padding-left: 25px;
  }

  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 500px;
    font-size: 16px;
    height: 43px;
    padding-left: 60px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 85px;
    height: 85px;
  }
  .row-title {
    padding-top: 60px;
  }

  /* Section brand */
  .section-brand-right {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .section-brand-left {
    padding-left: 243px;
    padding-bottom: 0px;
    width: 95%;
  }

  .section-brand-left h3 {
    font-size: 26px;
  }

  .section-brand-right video {
    height: auto;
    width: 100%;
  }

  .section-info-content {
    padding: 28px 0 28px 35px;
    margin-bottom: 15px;
  }

  .img-section-info {
    position: inherit;
    text-align: -webkit-center;
  }

  .img-section-info-pc {
    display: none;
  }

  .img-section-info-mobie {
    display: block;
  }

  .img-section-info img {
    width: 300px;
  }

  /* Section benefit */
  .section-end h2 {
    font-size: 28px;
  }
  .img-section-benefit img {
    height: 400px;
  }

  .content-section-benefit img,
  .img-video-benefit img {
    display: none;
  }

  .video-benefit-main video {
    width: 100%;
  }

  .list-video-benefit img {
    width: 32%;
    height: auto;
    margin: 0 2px;
  }

  .section-award {
    padding: 5px 0;
  }

  .list-cups {
    padding: 0;
    padding-bottom: 20px;
  }

  .cup-item h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .brand-content {
    font-size: 16px;
  }

  .brand-content h3 {
    font-size: 18px;
  }

  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 90%;
    font-size: 14px;
    height: 40px;
    padding-left: 55px;
    padding-right: 5px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 80px;
    height: 80px;
  }
  .row-title {
    padding-top: 55px;
  }
  .row-content {
    margin-top: 55px;
  }
  /* Section brand */

  .button-login a {
    width: 200px;
    padding: 14px;
    font-size: 14px;
  }

  .title-main {
    font-size: 16px;
    font-weight: 600;
  }

  .section-brand-left {
    /* background-image: url(../images/bg-section-brand-mobie.png?v=1.0); */
    padding-left: 40%;
    padding-bottom: 0px;
    width: 95%;
  }

  .section-brand-left p {
    margin-bottom: 12px;
  }
  .content-main {
    font-size: 16px;
  }

  /* Section info */

  .section-info-content {
    padding: 15px 0px 15px 25px;
  }

  /* Section why */
  .section-why h3 {
    font-size: 16px;
    margin: 15px 0 15px 0;
    padding: 10px 10px 10px 20px;
  }

  .section-why span {
    font-size: 14px;
  }

  .section-why p {
    font-size: 16px;
  }

  .img-section-benefit img {
    height: 345px;
  }

  .list-video-benefit img {
    width: 31%;
    height: auto;
    margin: 0 2px;
  }

  .ps-50 {
    padding-left: 0;
  }

  /* Section benefit */
  .section-benefit p {
    padding-left: 0px;
  }

  .cup-item h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 475px) {
  .button-login a {
    width: 180px;
    padding: 14px 10px;
    font-size: 13px;
  }

  .section-brand-left {
    padding-left: 190px;
  }
  .left-bullet,
  .right-bullet {
    display: none;
  }
  .section-brand-left {
    padding-left: 48%;
  }

  .section-brand-left p {
    margin-bottom: 18px;
  }
  .content-main {
    font-size: 16px;
  }

  /* Section info */
  .section-title.info h2,
  .section-title.why h2 {
    width: 87%;
    font-size: 14px;
    height: 40px;
    padding-left: 40px;
    padding-right: 5px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 70px;
    height: 70px;
  }
  .row-title {
    padding-top: 45px;
  }
  .row-content {
    margin-top: 50px;
  }
  .img-section-info img {
    width: 280px;
  }

  .brand-content {
    font-size: 14px;
  }

  .brand-content h3 {
    font-size: 16px;
  }

  .section-why h3 {
    font-size: 16px;
    margin: 15px 0 15px 0;
    padding: 10px 10px 10px 20px;
  }

  .img-section-why img {
    height: 340px;
  }

  .section-why span {
    font-size: 14px;
  }

  .img-section-benefit img {
    height: 320px;
  }
  .section-end h2 {
    font-size: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .box-macth {
    width: 43px;
    height: 43px;
  }

  .section-award .content h2 {
    font-size: 12px;
  }

  .section-award .content .number {
    padding-top: 15px;
    font-size: 20px;
  }

  /* Slide */
  .button-login a {
    width: 165px;
    padding: 8px;
    font-size: 14px;
  }

  .section-brand-left {
    height: 190px;
  }

  .section-brand-left p {
    margin-bottom: 15px;
  }
  .content-main {
    font-size: 16px;
  }

  .section-title.info h2,
  .section-title.why h2 {
    width: 86%;
    font-size: 12px;
    height: 40px;
    padding-left: 37px;
    padding-right: 5px;
  }
  .section-title.info::before,
  .section-title.info::after,
  .section-title.why::before,
  .section-title.why::after {
    width: 65px;
    height: 65px;
  }
  .row-title {
    padding-top: 20px;
  }
  .row-content {
    margin-top: 22px;
  }

  .brand-content {
    font-size: 14px;
  }

  .img-section-info img {
    width: 280px;
  }

  .section-info-content li,
  .section-info-content p {
    font-size: 14px;
  }

  /* Section brand */

  .brand-content {
    font-size: 14px;
  }

  .section-title {
    font-size: 14px;
    height: 56px;
  }

  .section-title h2 {
    font-size: 14px;
  }

  .section-brand-left img {
    height: 40px;
  }

  .section-brand-left h3 {
    font-size: 22px;
  }

  .section-brand-left p {
    font-size: 14px;
  }

  /* Section info */

  /* Section benefit */
  .img-section-benefit img {
    height: 255px;
  }

  .section-benefit p {
    padding-left: 0px;
    font-size: 14px;
  }

  .section-end p,
  .section-end span {
    font-size: 14px;
  }
  .cup-item h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  /* Slide */
  .button-login a {
    width: 143px;
    padding: 10px;
    font-size: 10px;
  }
  .section-brand-left {
    padding-left: 50%;
  }
  .content-main {
    font-size: 14px;
  }

  /* Section info */
  .section-title {
    height: 46px;
  }

  .section-info-content li,
  .section-info-content p {
    font-size: 12px;
  }

  .img-section-info img {
    width: 230px;
  }

  .section-why span {
    font-size: 12px;
  }

  .section-info-f8 p {
    font-size: 12px;
  }

  .section-why p {
    font-size: 12px;
  }

  .section-brand-left img {
    margin-bottom: 10px;
  }

  .section-why h3 {
    font-size: 12px;
    margin: 10px 0;
    padding: 10px;
    padding-left: 20px;
  }

  .img-section-why img {
    height: 280px;
  }

  .section-brand-left h3 {
    font-size: 18px;
  }

  .section-brand-left p {
    font-size: 12px;
  }

  /* Section benefit */
  .section-benefit h2 {
    font-size: 16px;
  }

  .img-section-benefit img {
    height: 250px;
  }

  .section-benefit p {
    font-size: 12px;
  }

  .section-end p,
  .section-end span {
    font-size: 12px;
  }

  .section-end h2 {
    font-size: 20px;
  }

  .section-award .content h2 {
    font-size: 16px;
  }
}
