html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.header {
  padding: 10px 0;
  background: #3388ff;
  color: #FFF;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content-logo {
  width: 80px;
  height: 70px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content-logo img {
  max-width: 80%;
}
.header-content-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.header-content-menu ul li {
  list-style: none;
  display: inline-block;
}
.header-content-menu ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.header-content-menu ul li a.btn-popup {
  color: rgb(223, 173, 46);
  cursor: pointer;
}
.header-content-menu ul li a a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .header-content-menu {
    display: none;
  }
}
.header-content-button {
  line-height: 1;
}
.header-content-button i {
  font-size: 22px;
}

.banner {
  background-image: url(../images/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 618px;
  width: 100%;
}
@media (max-width: 992px) {
  .banner {
    background-image: url(../images/bannermb.jpg);
    height: auto;
  }
}
.banner .col-lg-5 {
  display: none;
  height: 618px;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .banner .col-lg-5 {
    height: auto;
  }
}
.banner h1 {
  padding-top: 30px;
  margin-left: -100px;
  font-size: 43px;
  font-weight: 700;
  color: rgb(26, 42, 83);
  line-height: 1;
}
@media (max-width: 992px) {
  .banner h1 {
    margin-left: 0;
    font-size: 26px;
  }
}
.banner h1 span {
  font-size: 69px;
  color: rgb(220, 48, 39);
}
@media (max-width: 992px) {
  .banner h1 span {
    font-size: 36px;
  }
}
.banner h2 {
  font-size: 38px;
  color: rgb(26, 42, 83);
  font-weight: 700;
  padding-left: 50px;
  line-height: 1;
}
@media (max-width: 992px) {
  .banner h2 {
    font-size: 24px;
    padding-left: 30px;
  }
}
.banner p {
  background: linear-gradient(287deg, rgb(65, 100, 198), rgb(26, 42, 83));
  font-size: 24px;
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  border-radius: 5px;
  margin-left: 50px;
  line-height: 1;
}
@media (max-width: 992px) {
  .banner p {
    font-size: 16px;
    margin-left: 30px;
  }
}

.section-1 {
  margin-top: -30px;
  position: relative;
}
@media (max-width: 992px) {
  .section-1 {
    margin-top: 10px;
  }
}
.section-1-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .section-1-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.section-1-content-item {
  margin-bottom: 20px;
  border-radius: 4px;
  background: #FFF;
  text-align: center;
  padding: 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 575px) {
  .section-1-content-item {
    padding: 20px 10px;
  }
}
.section-1-content-item-icon {
  margin: auto;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgb(234, 234, 234);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1-content-item-icon img {
  width: 50%;
}
.section-1-content-item-title {
  max-width: 210px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(220, 47, 39);
  margin: 0;
  margin: auto;
  margin-bottom: 10px;
  min-height: 48px;
}
@media (max-width: 575px) {
  .section-1-content-item-title {
    font-size: 13px;
    min-height: 40px;
  }
}
.section-1-content-item-description p {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.line-info {
  display: grid;
  grid-template-columns: 55% 45%;
  height: 74px;
  align-items: center;
}
@media (max-width: 992px) {
  .line-info {
    display: block;
    position: relative;
  }
}
.line-info-title {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #3388ff;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
@media (max-width: 992px) {
  .line-info-title {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
}
.line-info-title .text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(251, 251, 251);
  text-transform: uppercase;
  text-align: end;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .line-info-title .text {
    font-size: 16px;
    text-align: center;
    padding: 5px 30px;
  }
}
.line-info-number {
  padding-top: 0.624px;
  font-size: 46px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
  padding-left: 100px;
  background-image: linear-gradient(184deg, #0d1d4b, #3388ff);
  margin-left: -50px;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 5% 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 5% 100%);
}
@media (max-width: 992px) {
  .line-info-number {
    padding-top: 30px;
    font-size: 38px;
    text-align: center;
    padding-left: 50px;
  }
}
.line-info-number a {
  color: #FFF;
  text-decoration: none;
}
.line-info-number a:hover {
  text-decoration: none;
}

.section-2 {
  margin-top: 30px;
}

.content-list {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
  border: 0.1px solid #e1e0e0;
  padding-bottom: 30px;
  border-radius: 20px;
}
.content-list-title {
  background: #3388ff;
  color: #FFF;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px;
}
.content-list-title h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .content-list-title h3 {
    font-size: 26px;
  }
}
.content-list-title h4 {
  margin: 0;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 992px) {
  .content-list-title h4 {
    font-size: 18px;
  }
}
.content-list-text {
  padding-top: 30px;
  padding: 30px;
}
.content-list-text li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  padding-left: 31px;
  text-align: justify;
  font-size: 14.5px;
}
.content-list-text li::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  top: 5px;
  left: 0;
}

.btn-thamgiangay {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
  transition: all 150ms linear 0s;
  animation-name: pulse;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
}

.video-border {
  border: 10px solid rgb(229, 97, 97);
  border-radius: 4px;
  position: relative;
}
.video-border::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.video-border iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.title-video {
  text-align: center;
  padding-top: 20px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.section-3 {
  margin-top: 30px;
  background: #3388ff;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-3 .img-1 {
  padding-top: 20px;
}
.section-3 .img-1 img {
  border-radius: 4px;
}
.section-3 .img-1:first-child {
  padding-top: 0;
}
.section-3-content-item {
  padding-bottom: 30px;
}
.section-3-content-item .content .title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 575px) {
  .section-3-content-item .content .title {
    font-size: 12px;
  }
}
.section-3-content-item .content .text {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}
@media (max-width: 575px) {
  .section-3-content-item .content .text {
    font-size: 12px;
  }
}

.section-4 {
  margin-top: 40px;
}
.section-4 .image-lotrinh {
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 30px -15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
}
.section-4 .image-lotrinh img {
  width: 100%;
}

.sub-title {
  text-align: center;
}
.sub-title h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 992px) {
  .sub-title h4 {
    font-size: 18px;
  }
}

.title-main {
  text-align: center;
}
.title-main h3 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .title-main h3 {
    font-size: 22px;
  }
}

.title-main-border {
  position: relative;
}
.title-main-border::after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 3px;
  background-color: #e1e0e0;
}

.section-5 {
  margin-top: 100px;
}

.title-main .sub-title-red h4 {
  color: rgb(220, 47, 39);
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 992px) {
  .title-main .sub-title-red h4 {
    font-size: 18px;
  }
}

.slider-custom-2 {
  max-width: 95%;
  margin: auto;
}
.slider-custom-2 .slider-custom-img-item {
  padding: 0 10px;
}
.slider-custom-2 .slick-next:before, .slider-custom-2 .slick-prev:before {
  color: #817b7b;
}

.line-dot {
  max-width: 40%;
  height: 2px;
  width: 100%;
  text-decoration: underline;
  border-top: 2px dashed rgb(26, 42, 96);
  margin: auto;
}

.slider-custom .slick-next:before, .slider-custom .slick-prev:before {
  color: rgb(220, 47, 39);
  font-family: FontAwesome;
  border-radius: 50%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.slider-custom .slick-prev {
  width: 25px;
  height: 25px;
  right: 90px;
  top: 100px;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}
.slider-custom .slick-next {
  width: 25px;
  height: 25px;
  right: 50px;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom-main-item .item {
  margin: 0 20px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
}
@media (max-width: 575px) {
  .slider-custom-main-item .item {
    margin: 10px 0;
  }
}
.slider-custom-main-item .item .infor {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  gap: 10px;
  align-items: center;
}
@media (max-width: 575px) {
  .slider-custom-main-item .item .infor {
    align-items: start;
  }
}
.slider-custom-main-item .item .infor-avatar {
  position: relative;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.slider-custom-main-item .item .infor-avatar::before {
  content: "";
  display: block;
  padding-top: 105%;
}
.slider-custom-main-item .item .infor-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-custom-main-item .item .infor-text .name {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 575px) {
  .slider-custom-main-item .item .infor-text .name {
    font-size: 12px;
  }
}
.slider-custom-main-item .item .infor-text .university {
  color: #3388ff;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 0;
}
@media (max-width: 575px) {
  .slider-custom-main-item .item .infor-text .university {
    font-size: 12px;
    padding: 0;
  }
}
.slider-custom-main-item .item .infor-text .course {
  font-size: 15px;
  font-weight: 400;
  width:max-content;
}
@media (max-width: 575px) {
  .slider-custom-main-item .item .infor-text .course {
    font-size: 10px;
  }
}
.slider-custom-main-item .item .content .comment {
  font-size: 13px;
  text-align: justify;
  line-height: 1.3;
  font-weight: 500;
}

.content-stt {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
}
.content-stt-item .title {
  background: #3388ff;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  line-height: 1;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .content-stt-item .title {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.content-stt-item .content {
  font-size: 16px;
  padding: 15px 15px 15px 70px;
  font-weight: 600;
  text-align: justify;
}
@media (max-width: 992px) {
  .content-stt-item .content {
    padding-left: 30px;
    font-size: 12px;
  }
}

.form-tuvan {
  background: #3388ff;
  border-radius: 10px;
  padding: 10px;
}
.form-tuvan-content {
  border: 0.1px solid yellow;
  border-radius: 10px;
  padding: 20px;
}
.form-tuvan-content .title {
  padding-top: 10px;
  padding-bottom: 50px;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .form-tuvan-content .title {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.form-tuvan-content form input {
  background: #FFF;
  border-radius: 4px;
  border: transparent;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .form-tuvan-content form input {
    height: 40px;
    margin-bottom: 20px;
  }
}
.form-tuvan-content form input[type=submit] {
  padding: 0;
  transition: all 150ms linear 0s;
  animation-name: pulse;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
}
.form-tuvan-content .timeline {
  padding-top: 50px;
  color: #FFF;
}
.form-tuvan-content .timeline p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.form-tuvan-content .timeline-countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}
.form-tuvan-content .timeline-countdown .time .value {
  background-color: rgb(171, 26, 56);
  font-weight: 700;
  font-size: 20px;
  padding: 5px 10px;
}
.form-tuvan-content .timeline-countdown .time .name {
  font-size: 12px;
}

.section-8 .title-main, .section-8 .sub-title {
  text-align: left;
}
.section-8 .title-main-border::after {
  left: 0;
  transform: translateX(0);
  width: 40%;
}
.section-8 .uudai-box {
  padding-top: 30px;
}

.uudai-box-item {
  background-color: #FFF;
  display: grid;
  align-items: center;
  grid-template-columns: 60px calc(100% - 60px);
  gap: 10px;
  margin: 20px 0;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
}
.uudai-box-item .icon {
  padding-left: 10px;
}
.uudai-box-item .title {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .uudai-box-item .title {
    font-size: 14px;
    padding-right: 10px;
  }
}
.uudai-box-item .price {
  font-size: 22px;
  font-weight: 700;
  color: rgb(220, 48, 39);
}
@media (max-width: 992px) {
  .uudai-box-item .price {
    font-size: 18px;
  }
}

.footer {
  background: #3388ff;
  color: #FFF;
  padding-top: 20px;
}
.footer-content-logo {
  background-color: #FFF;
  border-radius: 50%;
  max-width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content-logo img {
  max-width: 90%;
}
@media (max-width: 575px) {
  .footer-content-logo {
    padding-top: 30px;
  }
}
.footer-content-company {
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-content-company {
    font-size: 16px;
  }
}
.footer-content-address {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.footer-content-address i {
  padding-right: 10px;
  font-size: 20px;
}
.footer-content p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .footer-content p {
    font-size: 14px;
  }
}
.footer .social {
  padding-top: 10px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .footer .social {
    display: block;
  }
}
.footer .social .info-social {
  font-size: 14px;
  padding-bottom: 10px;
  display:flex;
}
.footer .social .info-social i {
  padding-right: 10px;
  font-size: 20px;
}
.footer .social a {
  color: #FFF;
  font-weight: 700;
}

.copyright {
  padding-top: 40px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

#backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 11;
  display: none;
}
.popup-content {
  background-color: #FFF;
  padding: 20px 10px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .popup-content {
    padding: 0;
  }
}
.popup .form-tuvan {
  background-image: linear-gradient(rgb(254, 120, 120), rgb(232, 36, 77));
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 992px) {
  .popup .close {
    top: 0px;
    right: 5px;
  }
}
.popup .close i {
  font-size: 30px;
}
@media (max-width: 992px) {
  .popup .close i {
    color: #FFF;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .popup .col-lg-5 {
    padding: 0;
  }
}

.popup-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 157, 26);
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  display: none;
  z-index: 11;
}
@media (max-width: 475px) {
  .popup-menu {
    padding: 10px;
  }
}
.popup-menu-content {
  position: relative;
  max-width: 400px;
  background-color: #FFF;
  padding: 20px;
}
@media (max-width: 475px) {
  .popup-menu-content {
    max-width: 320px;
    padding: 10px;
  }
}
.popup-menu-content-logo {
  max-width: 100px;
  text-align: center;
  margin: auto;
}
.popup-menu-content-menu {
  padding-top: 25px;
}
.popup-menu-content-menu ul {
  margin: 0;
  padding: 0;
}
.popup-menu-content-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.popup-menu-content-menu ul li img {
  width: 25px;
}
.popup-menu-content-menu ul li a {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: rgb(223, 173, 46);
  text-decoration: none;
}
@media (max-width: 475px) {
  .popup-menu-content-menu ul li a {
    font-size: 12px;
  }
}
.popup-menu-content-menu ul li a:hover {
  text-decoration: none;
}
.popup-menu-content-menu ul li a.btn-popup-2 {
  color: rgb(220, 48, 39);
}
.popup-menu-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media (max-width: 475px) {
  .popup-menu-content .close {
    top: -10px;
    right: -10px;
  }
}
.popup-menu-content .close i {
  font-size: 30px;
}
@media (max-width: 992px) {
  .popup-menu-content .close i {
    font-size: 22px;
  }
}

.box-color {
  background: linear-gradient(285deg, rgb(248, 192, 54), rgb(236, 85, 48));
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  padding: 5px;
}
@media (max-width: 992px) {
  .box-color {
    margin-top: 0px !important;
  }
}
.box-color-border {
  padding: 10px 40px;
  border-radius: 5px;
  border: 0.2px solid rgb(223, 173, 46);
}
@media (max-width: 992px) {
  .box-color-border {
    padding: 10px;
  }
}
.box-color .content-1 {
  display: flex;
  margin: 10px 0;
}
.box-color .content-1 .text {
  margin-right: 10px;
  font-size: 16px;
  color: rgb(26, 42, 83);
  padding: 0px 10px;
  font-weight: 700;
  line-height: 1;
  background: #FFF;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 82%);
}
@media (max-width: 992px) {
  .box-color .content-1 .text {
    font-size: 12px;
  }
}
.box-color .content-1 .title {
  line-height: 1;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #FFF;
}
@media (max-width: 992px) {
  .box-color .content-1 .title {
    font-size: 14px;
  }
}

.banner .btn-thamgiangay {
  margin-left: 50px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .mobile-grid {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .banner .btn-thamgiangay {
    font-size: 10px;
    margin-left: 0;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */