header .main-menu-all {
  border-bottom: 0px;
}

.banner {
  margin-top: 60.91px;
  position: relative;
  overflow: hidden;
}
.banner .desktop_banner {
  max-width: 100%;
}
.banner .mobile_banner {
  display: none;
}
.banner .contentBanner {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  top: 0px;
}
.banner .contentBanneContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.banner .contentBanneContainer .contenTextBanner {
  display: grid;
  align-items: center;
}
.banner .contentBanneContainer .contenTextBanner h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 55.2px;
  letter-spacing: -2px;
  text-align: left;
  color: #FFFFFF;
}
.banner .contentBanneContainer .contenTextBanner .summaryBanner {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  color: #FFFFFF;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  text-align: left;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .btn-try-it-out {
  padding: 12px 0px;
  width: 110px;
  background: #0070F2;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .btn-try-it-out img {
  position: absolute;
  top: 0px;
  right: -135px;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .btn-try-it-out span {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.0299999993px;
  text-align: left;
  color: #fff;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .btn-try-it-out .span_1:after {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.0299999993px;
  text-align: left;
  color: #fff;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-hotline {
  padding: 12px 0rem;
  border-radius: 8px;
  width: 215px;
  background: #F76F00;
  display: grid;
  justify-content: center;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-hotline .span_1 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  text-align: center;
  vertical-align: middle;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-zalo {
  padding: 11px 0rem;
  border-radius: 8px;
  width: 160px;
  background: unset;
  border: 1px solid #fff;
  display: grid;
  justify-content: center;
  height: auto;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-zalo span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding-left: 35px;
}
.banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-zalo span img {
  width: 28px;
  position: absolute;
  left: 0px;
  top: -2px;
}
.banner .contentBanneContainer .imgLaptop img {
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .banner .contentBanneContainer .contenTextBanner h1 {
    font-size: 28px;
    line-height: 33.89px;
    letter-spacing: -1.4400000572px;
  }
  .banner .contentBanneContainer .contenTextBanner .moreBanner .banner-button-zalo {
    display: none;
  }
  .banner .contentBanneContainer .contenTextBanner .summaryBanner br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
  }
  .banner .image_desktop {
    display: none;
  }
  .banner .contentBanner {
    background: url("../../image/xweb/banner.png") no-repeat top left;
    background-size: cover;
    position: relative;
  }
  .banner .contentBanneContainer {
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 20px;
  }
  .banner .contentBanneContainer .contenTextBanner .summaryBanner {
    font-size: 16px;
    line-height: 130%;
  }
  .banner .contentBanneContainer .contenTextBanner .moreBanner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .banner {
    height: 350px;
  }
  .banner .contentBanneContainer {
    grid-template-columns: 1fr;
  }
  .banner .contentBanneContainer .imgLaptop {
    display: none;
  }
}

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