@font-face {
  font-family: Roboto-bold;
  src: url("../font/roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("../font/roboto/Roboto-Regular.ttf");
}
.loginPage {
  margin-top: 15px;
}
.loginPage .container .login-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.loginPage .container .login-wrap .loginPage-left-banner {
  width: 497.73px;
  height: 402.67px;
  margin: 90px 160px 90px 0px;
}
.loginPage .container .login-wrap .loginPage-left-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loginPage .container .login-wrap .loginPage-form {
  width: 470px;
  box-sizing: border-box;
  padding: 40px 50px;
  background: #FFFFFF;
  border: 2px solid #EFF3FD;
  box-sizing: border-box;
  box-shadow: 0px 25px 50px rgba(8, 55, 129, 0.1);
  border-radius: 10px;
}
.loginPage .container .login-wrap .loginPage-form .form-group:first-child {
  margin-bottom: 30px;
}
.loginPage .container .login-wrap .loginPage-form .has-eye {
  position: relative;
  cursor: pointer;
}
.loginPage .container .login-wrap .loginPage-form .has-eye .eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.loginPage .container .login-wrap .loginPage-form__title {
  color: #081233;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 30px;
}
.loginPage .container .login-wrap .loginPage-form__input {
  width: 100%;
  border-bottom: 1px solid #E1E7F0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  outline-style: none;
  box-shadow: none;
}
.loginPage .container .login-wrap .loginPage-form__input::-webkit-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F8B9E;
}
.loginPage .container .login-wrap .loginPage-form__input:-moz-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F8B9E;
}
.loginPage .container .login-wrap .loginPage-form__input::-moz-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F8B9E;
}
.loginPage .container .login-wrap .loginPage-form__input:-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F8B9E;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
  color: #040E30;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #7F8B9E;
}
.loginPage .container .login-wrap .loginPage-form__remember-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loginPage .container .login-wrap .loginPage-form__forgot a {
  text-decoration: none;
  color: #3C7AD9;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.loginPage .container .login-wrap .loginPage-form__button-submit {
  color: #FFFFFF;
  margin-bottom: 16px;
  width: 100%;
  background: #3C7AD9;
  border-radius: 8px;
  padding: 11px 29.7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.loginPage .container .login-wrap .loginPage-form__other-method-login {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #7F8B9E;
  margin-bottom: 16px;
}
.loginPage .container .login-wrap .loginPage-form__button-vnedu {
  color: #0767B1;
  width: 100%;
  background: #87c1fe;
  border-radius: 8px;
  padding: 11px 29.7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.home .top-header {
  width: 100%;
  background: #2554A6;
}
.home .top-header .top-header-logo {
  display: flex;
  align-items: center;
}
.home .top-header .top-header-logo__img {
  padding: 12px 16px 12px 0px;
}
.home .top-header .top-header-logo__title {
  color: #FFFFFF;
  font-family: "Roboto-bold";
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.home .top-header .top-header-group {
  padding-top: 23px;
  padding-bottom: 23px;
}
.home .top-header .top-header-group a {
  text-decoration: none;
  margin: 0px 10px;
}
.home .top-header .top-header-group__introduce {
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.home .top-header .top-header-group__login {
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 9px 42px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 66px;
}
.home .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .banner__left-info {
  position: absolute;
  width: 45%;
  left: 0px;
  bottom: 10px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
}
.home .banner__left-info a {
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
}
.home .banner__right-count {
  position: absolute;
  width: 45%;
  right: 0px;
  bottom: 10px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
.home .banner__right-count p:first-child {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 4px;
}
.home .benefit-solution {
  width: 100%;
  height: 903px;
  background: #F2F5FC;
}
.home .benefit-solution .container {
  position: relative;
}
.home .benefit-solution__title {
  color: #040E30;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  padding-top: 80px;
}
.home .benefit-solution .benefit-solution-content {
  background: url("../image/maskGroup1.png") center center no-repeat;
  z-index: 99;
  height: 700px;
  margin-top: 75px;
}
.home .benefit-solution .benefit-solution-content .box-content {
  background: #FFFFFF;
  position: absolute;
  border: 1.6px solid #EFF3FD;
  box-shadow: 25px 25px 50px rgba(8, 55, 129, 0.02);
  border-radius: 8px;
  width: 430px;
  padding: 20px 21px 24px 24px;
  box-sizing: content-box;
}
.home .benefit-solution .benefit-solution-content .box-content__title--edu {
  font-family: "Roboto";
  color: #ED326A;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 14px;
}
.home .benefit-solution .benefit-solution-content .box-content__title--teacher {
  font-family: "Roboto";
  color: #F66B49;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 14px;
}
.home .benefit-solution .benefit-solution-content .box-content__title--parent {
  font-family: "Roboto";
  color: #9B51E0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 14px;
}
.home .benefit-solution .benefit-solution-content .box-content__title--school {
  font-family: "Roboto";
  color: #3C7AD9;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 14px;
}
.home .benefit-solution .benefit-solution-content .box-content__title--student {
  font-family: "Roboto";
  color: #25C8AA;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 14px;
}
.home .benefit-solution .benefit-solution-content .box-content__text ul {
  padding: 0px;
}
.home .benefit-solution .benefit-solution-content .box-content__text ul li {
  color: #040E30;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  list-style-position: inside;
}
.home .benefit-solution .benefit-solution-content #benefit-solution-edu {
  top: 265px;
  left: 60px;
}
.home .benefit-solution .benefit-solution-content #benefit-solution-school {
  top: 580px;
  left: 100px;
  width: 395px;
}
.home .benefit-solution .benefit-solution-content #benefit-solution-teacher {
  top: 186px;
  right: 85px;
}
.home .benefit-solution .benefit-solution-content #benefit-solution-parent {
  top: 405px;
  right: 33px;
}
.home .benefit-solution .benefit-solution-content #benefit-solution-student {
  top: 670px;
  right: 185px;
}
.home .feature-highlight {
  height: 775px;
  background: #3C7AD9;
  z-index: -1;
  position: relative;
}
.home .feature-highlight .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.home .feature-highlight .feature-highlight-left-background {
  background: url("../image/feature-highlight-banner.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 32.5%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.home .feature-highlight__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
  padding-top: 60px;
}
.home .feature-highlight .feature-highlight-content {
  width: 974px;
  margin-top: 95px;
  position: absolute;
  right: 135px;
  padding-bottom: 187px;
}
.home .feature-highlight .feature-highlight-content .row {
  margin-bottom: 31px;
}
.home .feature-highlight .feature-highlight-content .row:last-child {
  margin-bottom: 0px;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box {
  box-shadow: 25px 25px 50px rgba(8, 55, 129, 0.1);
  border-radius: 8px;
  width: 298px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box:first-child {
  margin-left: 0px;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box:last-child {
  margin-right: 0px;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box__text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.home .feature-highlight .feature-highlight-content #sass {
  background: #25C8AA;
}
.home .feature-highlight .feature-highlight-content #document {
  background: #FFFFFF;
  border: 1.6px solid #EFF3FD;
}
.home .feature-highlight .feature-highlight-content #document .feature-highlight-box__title {
  color: #040E30;
}
.home .feature-highlight .feature-highlight-content #document .feature-highlight-box__text {
  color: black;
}
.home .feature-highlight .feature-highlight-content #interactive {
  background: #ED930B;
}
.home .feature-highlight .feature-highlight-content #interactive .feature-highlight-box__title {
  color: #FFFFFF;
}
.home .feature-highlight .feature-highlight-content #blockchain {
  background: #794DFD;
}
.home .feature-highlight .feature-highlight-content #blockchain .feature-highlight-box__title {
  color: #FFFFFF;
}
.home .feature-highlight .feature-highlight-content #multiple-choice {
  background: #FFFFFF;
  border: 1.6px solid #EFF3FD;
}
.home .feature-highlight .feature-highlight-content #multiple-choice .feature-highlight-box__title {
  color: #040E30;
}
.home .feature-highlight .feature-highlight-content #multiple-choice .feature-highlight-box__text {
  color: black;
}
.home .feature-highlight .feature-highlight-content #suport {
  background: #FFFFFF;
  border: 1.6px solid #EFF3FD;
}
.home .feature-highlight .feature-highlight-content #suport .feature-highlight-box__title {
  color: #040E30;
}
.home .feature-highlight .feature-highlight-content #suport .feature-highlight-box__text {
  color: black;
}
.home .digitals {
  width: 100%;
  height: 730px;
  background: url("../image/digitals-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.home .digitals .container {
  position: relative;
  height: 100%;
}
.home .digitals__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
  padding-top: 80px;
}
.home .digitals .digitals-box {
  padding: 16px;
  width: 212px;
  height: 244px;
  position: absolute;
  background: #FFFFFF;
  border: 1.6px solid #EFF3FD;
  box-shadow: 0px 0px 50px rgba(8, 55, 129, 0.1);
  border-radius: 8px;
}
.home .digitals .digitals-box__img {
  border-radius: 8px;
  height: 120px;
  z-index: 99;
  display: flex;
}
.home .digitals .digitals-box__img img {
  margin: auto;
}
.home .digitals .digitals-box__count {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}
.home .digitals .digitals-box__title {
  color: #040E30;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.home .digitals .digitals-box--small {
  padding: 16px;
  width: 174px;
  height: 200px;
  position: absolute;
  background: #FFFFFF;
  border: 1.6px solid #EFF3FD;
  box-shadow: 0px 0px 50px rgba(8, 55, 129, 0.1);
  border-radius: 8px;
}
.home .digitals .digitals-box--small__img {
  border-radius: 8px;
  height: 98px;
  z-index: 99;
  display: flex;
}
.home .digitals .digitals-box--small__img img {
  margin: auto;
}
.home .digitals .digitals-box--small__count {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}
.home .digitals .digitals-box--small__title {
  color: #040E30;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.home .digitals #box-school {
  top: 270px;
  left: 100px;
}
.home .digitals #box-school .digitals-box__img {
  background: rgba(246, 107, 73, 0.15);
}
.home .digitals #box-school .digitals-box__count {
  color: #F66B49;
}
.home .digitals #box-teacher {
  left: 459px;
  top: 222px;
}
.home .digitals #box-teacher .digitals-box--small__img {
  background: rgba(37, 200, 170, 0.15);
}
.home .digitals #box-teacher .digitals-box--small__count {
  color: #25C8AA;
}
.home .digitals #box-student {
  top: 358px;
  left: 660px;
}
.home .digitals #box-student .digitals-box__img {
  background: rgba(59, 110, 198, 0.15);
}
.home .digitals #box-student .digitals-box__count {
  color: #3C7AD9;
}
.home .digitals #box-class {
  left: 1004px;
  top: 422px;
}
.home .digitals #box-class .digitals-box--small__img {
  background: rgba(101, 57, 254, 0.15);
}
.home .digitals #box-class .digitals-box--small__count {
  color: #6539FE;
}
.home .star-awards {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .footer {
  width: 100%;
  height: 371px;
  background: url("../image/footer-back.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .footer .footer-content {
  padding-top: 130px;
}
.home .footer .footer-content .footer-contact__title {
  color: #FFFFFF;
  font-family: "Roboto-bold";
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
.home .footer .footer-content .footer-contact__info {
  color: #FFFFFF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.home .footer .footer-content .footer-contact .footer-contact-info p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.home .footer .footer-content .footer-menu ul {
  padding-left: 0px;
}
.home .footer .footer-content .footer-menu__item {
  list-style: none;
  margin-bottom: 10px;
}
.home .footer .footer-content .footer-menu__item a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #FFFFFF;
}
.home .footer .footer-content .download-app__title {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.home .footer .footer-content .download-app__img {
  display: flex;
}

/*CSS for breadcrum*/
.breadcrumb-lms .breadcrumb {
  background: white;
  margin-bottom: 0px;
}
.breadcrumb-lms .breadcrumb a {
  text-decoration: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3c7ad9;
}
.breadcrumb-lms .breadcrumb .active {
  color: #dd6e56;
}

/*end css for breadcrum*/
/*CSS for info page*/
.info {
  width: 100%;
  height: auto;
  display: inline-block;
  background: #F2F5FC;
}
.info__title {
  font-family: "Roboto";
  color: #040E30;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  padding: 60px 0px;
  font-size: 32px;
}
.info .info-content {
  background: white;
  padding: 60px 15px;
  border-radius: 8px;
  font-family: "Roboto";
  margin-bottom: 140px;
}
.info .info-content a {
  word-break: break-word;
}

/*end css for info page*/
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .home .top-header .top-header-logo__img {
    padding-right: 12px;
  }
  .home .top-header .top-header-logo__title {
    font-size: 12px;
  }
  .home .top-header__mobile-bar {
    padding-top: 12px;
    display: block;
    float: right;
    cursor: pointer;
  }
  .home .top-header .top-header-group {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
    background: white;
    width: 100%;
    z-index: 100000000;
    height: 300vh;
    text-align: center;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login {
    padding-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login a {
    color: white;
    padding: 9px 42px;
    text-decoration: none;
    background: #3C7AD9;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-introduce a {
    text-decoration: none;
    color: #040E30;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .home .banner__left-info {
    display: none;
  }
  .home .banner__right-count {
    display: none;
  }
  .home .benefit-solution {
    height: auto;
  }
  .home .benefit-solution__title {
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
  }
  .home .benefit-solution .benefit-solution-content {
    background: none;
    height: auto;
    margin-top: 24px;
  }
  .home .benefit-solution .benefit-solution-content .box-content {
    position: unset !important;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home .benefit-solution__background-mobile {
    background: url("../image/solution-background-mobile.png") no-repeat center center;
    height: 215px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home .feature-highlight {
    height: auto;
  }
  .home .feature-highlight__title {
    font-size: 22px;
    padding-top: 20px;
  }
  .home .feature-highlight .feature-highlight-left-background {
    display: none;
  }
  .home .feature-highlight .feature-highlight-content {
    position: unset !important;
    width: 100% !important;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .home .feature-highlight .feature-highlight-content .row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .feature-highlight .feature-highlight-content .row:first-child {
    margin-bottom: 20px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box {
    width: 100% !important;
    margin: 0px 0px 20px 0px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
    position: unset;
  }
  .home .digitals {
    background: unset;
    position: relative;
    height: 850px;
  }
  .home .digitals .container {
    position: absolute;
    top: 0px;
  }
  .home .digitals__title {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 22px;
  }
  .home .digitals__background-mobile {
    background: url("../image/digitals-background-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: -1;
  }
  .home .digitals .digitals-box {
    position: unset;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small {
    width: 100%;
    position: unset;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box--small__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box--small__title {
    width: 46%;
    float: right;
  }
  .home .digitals .digitals-box__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box__title {
    width: 46%;
    float: right;
  }
  .home .star-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .star-awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .footer {
    height: auto;
  }
  .home .footer .row {
    flex-direction: column;
  }
  .home .footer .footer-menu {
    margin-top: 40px;
  }
  .home .footer .download-app {
    margin-top: 40px;
  }

  .loginPage .container .login-wrap {
    width: 100%;
    display: inline-block;
  }
  .loginPage .container .login-wrap .loginPage-left-banner {
    display: none;
  }
  .loginPage .container .login-wrap .loginPage-form {
    width: 100%;
    padding: 60px 15px;
    box-shadow: none;
    border: none;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .home .top-header .top-header-logo__img {
    padding-right: 12px;
  }
  .home .top-header .top-header-logo__title {
    font-size: 16px;
  }
  .home .top-header__mobile-bar {
    padding-top: 20px;
    display: block;
    float: right;
    cursor: pointer;
  }
  .home .top-header .top-header-group {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
    background: white;
    width: 100%;
    z-index: 100000000;
    height: 300vh;
    text-align: center;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login {
    padding-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login a {
    color: white;
    padding: 9px 42px;
    text-decoration: none;
    background: #3C7AD9;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-introduce a {
    text-decoration: none;
    color: #040E30;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .home .banner__left-info {
    display: none;
  }
  .home .banner__right-count {
    display: none;
  }
  .home .benefit-solution {
    height: auto;
  }
  .home .benefit-solution__title {
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
  }
  .home .benefit-solution .benefit-solution-content {
    background: none;
    height: auto;
    margin-top: 24px;
  }
  .home .benefit-solution .benefit-solution-content .box-content {
    position: unset !important;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home .benefit-solution__background-mobile {
    background: url("../image/solution-background-mobile.png") no-repeat center center;
    height: 215px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home .feature-highlight {
    height: auto;
  }
  .home .feature-highlight__title {
    font-size: 22px;
    padding-top: 20px;
  }
  .home .feature-highlight .feature-highlight-left-background {
    display: none;
  }
  .home .feature-highlight .feature-highlight-content {
    position: unset !important;
    width: 100% !important;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .home .feature-highlight .feature-highlight-content .row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .feature-highlight .feature-highlight-content .row:first-child {
    margin-bottom: 20px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box {
    width: 100% !important;
    margin: 0px 0px 20px 0px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
    position: unset;
  }
  .home .digitals {
    background: unset;
    position: relative;
    height: 850px;
  }
  .home .digitals .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .digitals__title {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 22px;
  }
  .home .digitals__background-mobile {
    background: url("../image/digitals-background-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: -1;
  }
  .home .digitals .digitals-box {
    position: unset;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small {
    width: 100%;
    position: unset;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box--small__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box--small__title {
    width: 46%;
    float: right;
  }
  .home .digitals .digitals-box__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box__title {
    width: 46%;
    float: right;
  }
  .home .star-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .star-awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .footer {
    height: auto;
  }
  .home .footer .row {
    flex-direction: column;
  }
  .home .footer .footer-menu {
    margin-top: 40px;
  }
  .home .footer .download-app {
    margin-top: 40px;
  }

  .loginPage .container .login-wrap {
    width: 100%;
    display: inline-block;
  }
  .loginPage .container .login-wrap .loginPage-left-banner {
    display: none;
  }
  .loginPage .container .login-wrap .loginPage-form {
    width: 100%;
    padding: 80px 15px;
    box-shadow: none;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home .top-header .top-header-logo__img {
    padding-right: 12px;
  }
  .home .top-header .top-header-logo__title {
    font-size: 16px;
  }
  .home .top-header__mobile-bar {
    padding-top: 20px;
    display: block;
    float: right;
    cursor: pointer;
  }
  .home .top-header .top-header-group {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
    background: white;
    width: 100%;
    z-index: 100000000;
    height: 300vh;
    text-align: center;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login {
    padding-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login a {
    color: white;
    padding: 9px 42px;
    text-decoration: none;
    background: #3C7AD9;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-introduce a {
    text-decoration: none;
    color: #040E30;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .home .banner__left-info {
    display: none;
  }
  .home .banner__right-count {
    display: none;
  }
  .home .benefit-solution {
    height: auto;
  }
  .home .benefit-solution__title {
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
  }
  .home .benefit-solution .benefit-solution-content {
    background: none;
    height: auto;
    margin-top: 24px;
  }
  .home .benefit-solution .benefit-solution-content .box-content {
    position: unset !important;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home .benefit-solution__background-mobile {
    background: url("../image/solution-background-mobile.png") no-repeat center center;
    height: 215px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home .feature-highlight {
    height: auto;
  }
  .home .feature-highlight__title {
    font-size: 22px;
    padding-top: 20px;
  }
  .home .feature-highlight .feature-highlight-left-background {
    display: none;
  }
  .home .feature-highlight .feature-highlight-content {
    position: unset !important;
    width: 100% !important;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .home .feature-highlight .feature-highlight-content .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .feature-highlight .feature-highlight-content .row:first-child {
    margin-bottom: 20px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box {
    width: 33% !important;
    margin: 0px 15px 20px 15px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
    position: unset;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:first-child {
    margin-left: 0px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:last-child {
    margin-right: 0px;
  }
  .home .digitals {
    background: unset;
    position: relative;
    height: 570px;
  }
  .home .digitals .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .digitals__title {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 22px;
  }
  .home .digitals__background-mobile {
    background: url("../image/digitals-background-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: -1;
  }
  .home .digitals .digitals-box {
    position: unset;
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small {
    width: 48%;
    position: unset;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small__img {
    width: 45%;
    height: 120px;
    float: left;
  }
  .home .digitals .digitals-box--small__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box--small__title {
    width: 46%;
    float: right;
  }
  .home .digitals .digitals-box__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box__title {
    width: 46%;
    float: right;
  }
  .home .digitals #box-school {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-teacher {
    float: right;
    padding-right: 10px;
  }
  .home .digitals #box-student {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-class {
    float: right;
    padding-right: 10px;
  }
  .home .star-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .star-awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .footer {
    height: auto;
  }
  .home .footer .row {
    display: block;
  }
  .home .footer .footer-contact {
    width: 50%;
    float: left;
  }
  .home .footer .footer-menu {
    width: 50%;
    padding-left: 0px;
    float: right;
  }

  .loginPage .container .loginPage-left-banner {
    display: none;
  }
  .loginPage .container .loginPage-form {
    width: 100%;
    padding: 15px;
    border: none;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .home .top-header .top-header-logo__img {
    padding-right: 12px;
  }
  .home .top-header .top-header-logo__title {
    font-size: 16px;
  }
  .home .top-header__mobile-bar {
    padding-top: 20px;
    display: block;
    float: right;
    cursor: pointer;
  }
  .home .top-header .top-header-group {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
    background: white;
    width: 100%;
    z-index: 100000000;
    height: 300vh;
    text-align: center;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login {
    padding-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login a {
    color: white;
    padding: 9px 42px;
    text-decoration: none;
    background: #3C7AD9;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-introduce a {
    text-decoration: none;
    color: #040E30;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .home .banner__left-info {
    display: none;
  }
  .home .banner__right-count {
    display: none;
  }
  .home .benefit-solution {
    height: auto;
  }
  .home .benefit-solution__title {
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
  }
  .home .benefit-solution .benefit-solution-content {
    background: none;
    height: auto;
    margin-top: 24px;
  }
  .home .benefit-solution .benefit-solution-content .box-content {
    position: unset !important;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home .benefit-solution__background-mobile {
    background: url("../image/solution-background-mobile.png") no-repeat center center;
    height: 215px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home .feature-highlight {
    height: auto;
  }
  .home .feature-highlight__title {
    font-size: 22px;
    padding-top: 20px;
  }
  .home .feature-highlight .feature-highlight-left-background {
    display: none;
  }
  .home .feature-highlight .feature-highlight-content {
    position: unset !important;
    width: 100% !important;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .home .feature-highlight .feature-highlight-content .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .feature-highlight .feature-highlight-content .row:first-child {
    margin-bottom: 20px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box {
    width: 33% !important;
    margin: 0px 15px 20px 15px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
    position: unset;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:first-child {
    margin-left: 0px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:last-child {
    margin-right: 0px;
  }
  .home .digitals {
    background: unset;
    position: relative;
    height: 570px;
  }
  .home .digitals .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .digitals__title {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 22px;
  }
  .home .digitals__background-mobile {
    background: url("../image/digitals-background-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: -1;
  }
  .home .digitals .digitals-box {
    position: unset;
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small {
    width: 48%;
    position: unset;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small__img {
    width: 45%;
    height: 120px;
    float: left;
  }
  .home .digitals .digitals-box--small__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box--small__title {
    width: 46%;
    float: right;
  }
  .home .digitals .digitals-box__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box__title {
    width: 46%;
    float: right;
  }
  .home .digitals #box-school {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-teacher {
    float: right;
    padding-right: 10px;
  }
  .home .digitals #box-student {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-class {
    float: right;
    padding-right: 10px;
  }
  .home .star-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .star-awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .footer {
    height: auto;
  }
  .home .footer .row {
    display: block;
  }
  .home .footer .footer-contact {
    width: 50%;
    float: left;
  }
  .home .footer .footer-menu {
    width: 50%;
    padding-left: 0px;
    float: right;
  }

  .loginPage .container .loginPage-left-banner {
    display: none;
  }
  .loginPage .container .loginPage-form {
    width: 100%;
    padding: 15px;
    border: none;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .home .top-header .top-header-logo__img {
    padding-right: 12px;
  }
  .home .top-header .top-header-logo__title {
    font-size: 16px;
  }
  .home .top-header__mobile-bar {
    padding-top: 20px;
    display: block;
    float: right;
    cursor: pointer;
  }
  .home .top-header .top-header-group {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
    background: white;
    width: 100%;
    z-index: 100000000;
    height: 300vh;
    text-align: center;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login {
    padding-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-login a {
    color: white;
    padding: 9px 42px;
    text-decoration: none;
    background: #3C7AD9;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    margin-top: 24px;
  }
  .home .top-header__vertical-menu .top-header__vertical-menu-introduce a {
    text-decoration: none;
    color: #040E30;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .home .banner__left-info {
    display: none;
  }
  .home .banner__right-count {
    display: none;
  }
  .home .benefit-solution {
    height: auto;
  }
  .home .benefit-solution__title {
    padding-top: 24px;
    font-size: 22px;
    font-weight: bold;
  }
  .home .benefit-solution .benefit-solution-content {
    background: none;
    height: auto;
    margin-top: 24px;
  }
  .home .benefit-solution .benefit-solution-content .box-content {
    position: unset !important;
    box-sizing: border-box;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home .benefit-solution__background-mobile {
    background: url("../image/solution-background-mobile.png") no-repeat center center;
    height: 215px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .home .feature-highlight {
    height: auto;
  }
  .home .feature-highlight__title {
    font-size: 22px;
    padding-top: 20px;
  }
  .home .feature-highlight .feature-highlight-left-background {
    display: none;
  }
  .home .feature-highlight .feature-highlight-content {
    position: unset !important;
    width: 100% !important;
    margin-top: 70px;
    padding-bottom: 0px;
  }
  .home .feature-highlight .feature-highlight-content .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .feature-highlight .feature-highlight-content .row:first-child {
    margin-bottom: 20px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box {
    width: 33% !important;
    margin: 0px 15px 20px 15px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box__icon {
    position: unset;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:first-child {
    margin-left: 0px;
  }
  .home .feature-highlight .feature-highlight-content .feature-highlight-box:last-child {
    margin-right: 0px;
  }
  .home .digitals {
    background: unset;
    position: relative;
    height: 570px;
  }
  .home .digitals .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .digitals__title {
    padding-top: 56px;
    padding-bottom: 56px;
    font-size: 22px;
  }
  .home .digitals__background-mobile {
    background: url("../image/digitals-background-mobile.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: -1;
  }
  .home .digitals .digitals-box {
    position: unset;
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small {
    width: 48%;
    position: unset;
    height: auto;
    margin-bottom: 20px;
  }
  .home .digitals .digitals-box--small__img {
    width: 45%;
    height: 120px;
    float: left;
  }
  .home .digitals .digitals-box--small__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box--small__title {
    width: 46%;
    float: right;
  }
  .home .digitals .digitals-box__img {
    width: 45%;
    float: left;
  }
  .home .digitals .digitals-box__count {
    width: 46%;
    float: right;
    padding-top: 10px;
  }
  .home .digitals .digitals-box__title {
    width: 46%;
    float: right;
  }
  .home .digitals #box-school {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-teacher {
    float: right;
    padding-right: 10px;
  }
  .home .digitals #box-student {
    float: left;
    padding-left: 10px;
  }
  .home .digitals #box-class {
    float: right;
    padding-right: 10px;
  }
  .home .star-awards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home .star-awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .footer {
    height: auto;
  }
  .home .footer .row {
    display: block;
  }
  .home .footer .footer-contact {
    width: 50%;
    float: left;
  }
  .home .footer .footer-menu {
    width: 50%;
    padding-left: 0px;
    float: right;
  }

  .loginPage .container .login-wrap .loginPage-left-banner {
    width: 40%;
    margin: 5%;
  }
  .loginPage .container .login-wrap .loginPage-form {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1440px !important;
  }

  .home .top-header__mobile-bar {
    display: none;
  }
  .home .top-header__vertical-menu {
    display: none;
  }
  .home .benefit-solution__background-mobile {
    display: none;
  }
  .home .benefit-solution #benefit-solution-student {
    right: 100px !important;
  }
  .home .benefit-solution #benefit-solution-school {
    top: 590px !important;
  }
  .home .digitals__background-mobile {
    display: none;
  }
  .home .digitals #box-teacher {
    left: 400px;
  }
  .home .digitals #box-student {
    left: 630px;
  }
  .home .footer .footer-contact {
    padding-left: 10%;
  }
  .home .footer .footer-menu {
    padding-left: 10%;
  }
  .home .footer .download-app__title {
    margin-top: 35px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1580px) {
  .home .banner__left-info {
    font-size: 14px;
  }
  .home .banner__left-info a {
    font-size: 14px;
  }
  .home .banner__right-count {
    font-size: 14px;
    line-height: 14px;
  }
  .home .banner__right-count p {
    margin-bottom: 5px;
  }
  .home .banner__right-count p:first-child {
    line-height: 26px;
    font-size: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
