/* base */
body {
  position: relative;
  line-height: 1.42857143;
}

.main-title {
  font-size: 40px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  color: #414141;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* Medium Desktop / Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-title {
    font-size: 30px;
  }
}

@media (max-width: 979px) {
  .main-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {}

@media (max-width: 979px) {}

@media (max-width: 747px) {}

/* end base */
.home-page {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
}

.common-title {
  font-size: 30px;
  color: #414141;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.common-padding {
  padding: 60px 0;
}

.nowrap {
  white-space: nowrap;
}

.text-bold {
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

.text-medium {
  font-family: "GoogleSans Medium", Arial, Helvetica, sans-serif;
}

.text-center {
  text-align: center;
}

.text-upper {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.primary-color {
  color: #c8102e;
}

/* @media screen and (min-width: 1182px){
    .overview .container {
        width: 1182px;
    }
} */
@media screen and (max-width: 979px) {
  .wc-des {
    font-size: 12px !important;
  }

  .why-choose {
    margin-bottom: 55px !important;
  }

  .common-title {
    font-size: 24px;
  }

  .common-padding {
    padding: 40px 0;
  }

  br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .feedback {
    padding-top: 57px !important;
  }

  .common-title {
    font-size: 24px;
  }

  .d-block {
    display: none;
  }

  .d-none {
    display: block;
  }
}

@media (max-width: 767px) {
  .notify {
    bottom: 0;
  }

  #zalo-vr {
    top: 77%;
  }

  .hotline-quick-access {
    top: 87%;
  }

  .live-chat-mobile {
    bottom: 19% !important;
  }
}

/* #region banner */
.banner {
  margin-top: 60px;
  position: relative;
  height: 900px;
  margin-bottom: 85px;
}

.viewmore-btn a {
  position: absolute;
  left: 20%;
  top: 65%;
  font-size: 20px;
  color: #fff;
}

.viewmore-btn {
  display: inline-flex;
}

.viewmore-btn a:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-readmore.webp);
  top: -7px;
  right: -83px;
  padding-left: 17px;
}

.mobile-banner {
  display: none !important;
}

.pc-banner {
  display: block;
}
.image-container {
  height: calc(100vh - 60px);
}

h1.title-banner {
  font-size: 37px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 23px 0 37px;
  min-height: 266px;
}

h1.title-banner span:not(.nowrap) {
  font-size: 83px;
  line-height: 103px;
}

.subtitle-banner-1 {
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #fff;
  padding: 5px 36px;
  clip-path: polygon(4% 0, 93% 0, 90% 100%, 0 100%);
  background: linear-gradient(90deg, rgba(173, 28, 50, 0.9) 0%, rgba(167, 58, 75, 0) 100%);
  min-width: 665px;
  margin-left: -34px;
}

.subtitle-banner-2 {
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #fff;
  padding: 5px 37px;
  clip-path: polygon(4% 0, 93% 0, 90% 100%, 0 100%);
  margin-top: -1px;
  margin-left: -47px;
  background: linear-gradient(90deg, #C51634 0%, #E31639 100%);
  position: relative;
  z-index: 10;
}

h1.title-banner:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page-v3/bg-5.webp);
  width: 63%;
  height: 119px;
  top: -32%;
  left: 30%;
  overflow: hidden;
}

.content-bg {
left: 14%;
height: 491px;
width: 907px;
top: calc(50% - 245px);
}

.show-more-banner {
display: flex;
color: #fff;
font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
align-items: center;
font-size: 30px;
left: 0;
position: relative;
margin-top: 32px
}

.subtitle-banner-2:after {
  position: absolute;
  width: 584px;
  height: 37px;
  background: linear-gradient(90deg, rgba(173, 28, 50, 0.9) 0%, rgba(167, 58, 75, 0) 100%);
  bottom: -40px;
  z-index: 9;
  right: 9px;
  clip-path: polygon(4% 0, 93% 0, 90% 100%, 0 100%);
}

@media screen and (max-width: 979px){
  h1.title-banner {
      display: none;
  }
  
  h1.title-banner span:not(.nowrap) {
      display: none;
  }
  
  .subtitle-banner-1 {
      display: none;
  }
  
  .subtitle-banner-2 {
      display: none;
  }
  
  h1.title-banner:before {
      display: none;
  }
  .content-bg {
  left: 0;
  height: 491px;
  width: 907px;
  }
  .show-more-banner {
  display: flex;
  color: #fff;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  align-items: center;
  font-size: 14px;
  left: 0;
  position: relative;
  margin-top: 32px
  }
}

@media screen and (max-width: 979px) {
  .viewmore-btn a {
    font-size: 18px;
  }

  .mobile-banner {
    display: block !important;
  }

  .pc-banner {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .viewmore-btn a {
    font-size: 16px;
  }

  .viewmore-btn a:before {
    font-size: 16px;
    transform: scale(0.5);
    padding-left: 0;
    left: 61px;
  }

  .img-banner img {
    /* height: 328px; */
    object-fit: cover;
    /* object-position: top 0 left -169px; */
    display: none;
  }
  .banner-business-solution .btn-more img{
    width: 34px;
  }
}

.wc-title {
  font-size: 40px;
}

.wc-list {
  display: flex;
  text-align: center;
  padding-top: 49px;
  justify-content: SPACE-BETWEEN;
}

.wc-num {
  font-size: 33px;
  color: #c8102e;
  text-align: left;
}

.wc-des {
  color: #515961;
  font-size: 13px;
  text-align: left;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.wc-list>div:not(:last-child):before {
  width: 1px;
  height: 45px;
  background: #afafaf;
  right: 0;
  top: calc(50% - 22px);
}
.break-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .viewmore-btn a {
    top: 50%;
  }
}

@media screen and (max-width: 979px) {}

@media screen and (max-width: 767px) {
  .wc-list {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    max-width: 280px;
    margin: auto;
  }

  .viewmore-btn a {
    top: 38%;
  }
}

.list_for_mobile {
  display: none;
}

@media (max-width: 480px) {
  .list_for_mobile {
    display: block;
  }
  .dd-block {
    display: block;
  }
  .break-mob {
    display: block;
  }
  .list_for_pc {
    display: none !important;
  }

  .wrap-why span.text-bold.text-upper {
    text-transform: inherit;
    font-size: 13px;
  }

  .list_for_mobile br {
    display: block;
  }
}

/* #endregion */

/* #region overview */
@media (min-width: 1100px) {
  #HomePage .container {
    width: 1600px;
  }
}

.wc-list>div {
  display: flex;
  align-items: center;
}

.wrap-why {
  margin-left: 15px;
  width: auto;
}

.overview-row-2>div,
.overview-row-3>div {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px 24px;
}

.overview-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.overview-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}

.overview-product-name {
  font-size: 18px;
  color: #414141;
}

.overview-product-des {
  font-size: 13px;
  color: #414141;
}

.overview-list a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 4px 0px;
}

.overview-list a .overview-logo {
  width: 16%;
}

.overview-list a .overview-logo img {
  width: 36px;
}

.overview-list a .overview-text {
  width: 84%;
}

.overview-row-2 .overview-list a .overview-logo {
  width: 10%;
}

.overview-row-2 .overview-list a .overview-text {
  width: 90%;
}

.overview-title {
  font-size: 20px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  border-bottom: 1.2px solid #989898;
  margin-right: 0;
  margin-bottom: 12px;
  position: relative;
  padding: 6px 0px 12px 40px;
  cursor: pointer;
}

.overview-title:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-1.webp);
  top: 0;
  left: 0;
}

.overview-title:hover {
  color: #c8102e;
  border-bottom: 1.2px solid #c8102e;
}

.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-1-hover.webp);
}

.overview-row-3>div:nth-child(1)>.overview-title:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-1.webp);
}

.overview-row-3>div:nth-child(1)>.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-1-hover.webp);
}

.overview-row-3>div:nth-child(2)>.overview-title:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-2.webp);
}

.overview-row-3>div:nth-child(2)>.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-2-hover.webp);
}

.overview-row-3>div:nth-child(3)>.overview-title:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-3.webp);
}

.overview-row-3>div:nth-child(3)>.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-3-hover.webp);
}

.overview-row-3>div:nth-child(4)>.overview-title:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-4.webp);
}

.overview-row-3>div:nth-child(4)>.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-4-hover.webp);
}

.overview-row-3>div:nth-child(5)>.overview-title:before,
.overview-row-3>div:nth-child(6)>.overview-title:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-5.webp);
}

.overview-row-3>div:nth-child(5)>.overview-title:hover:before,
.overview-row-3>div:nth-child(6)>.overview-title:hover:before {
  content: url(/sites/misa/images/pages/home-page/ic-lead-product-5-hover.webp);
}

.btn-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}

.btn-base {
  padding: 17px 34px;
  /* font-size: 25px; */
  font-family: "GoogleSans Bold", Arial, sans-serif;
  /* margin: 0 8px; */
  color: #fff;
  border-radius: 30px;
}

.btn-base:hover {
  color: #fff;
}

.btn-advise {
  background-color: #c8102e;
}

.btn-trial {
  background-color: #1877f1;
}

@media screen and (min-width: 980px) {
  .overview {
    padding-top: 90px;
  }
}

@media screen and (max-width: 979px) {
  .overview-title {
    font-size: 18px;
  }

  .overview-row-2>div,
  .overview-row-3>div {
    padding: 10px;
  }

  .overview-list a .overview-logo {
    width: 18%;
  }

  .overview-list a .overview-logo img {
    width: 36px;
  }

  .overview-list a .overview-text {
    width: 82%;
  }

  .overview-row-3 {
    grid-template-columns: 1fr 1fr;
  }

  .overview-row-2 .overview-list a .overview-logo {
    width: 15%;
  }

  .overview-row-2 .overview-list a .overview-text {
    width: 85%;
  }

  .overview-product-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .overview-row-2,
  .overview-row-3 {
    grid-template-columns: 1fr;
  }

  .overview-row-2>div,
  .overview-row-3>div {
    padding: 20px;
  }

  .btn-base {
    font-size: 12px;
    /* width: 200px; */
    text-align: center;
    margin-top: 15px;
    padding: 13px;
    margin: unset;
    display: none;
  }

  .btn-ctn {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .overview-list a .overview-logo {
    width: 15%;
  }

  .overview-list a .overview-text {
    width: 85%;
  }
}

/* #endregion */

/* #region kb doc */

.kd-ctn {
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.12);
  max-width: 1020px;
  width: 1020px;
  text-align: center;
  margin: auto;
  padding-top: 1px;
  position: relative;
  border-radius: 10px;
  position: absolute;
  top: -57px;
  z-index: 10;
  background: #fff;
  left: calc(50% - 520px);
}

.kd-doc-list {
  display: flex;
  justify-content: space-around;
}

.kd-doc-num {
  font-size: 30px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #cb102e;
  padding: 20px 0 10px 0;
}

.kd-doc-name {
  color: #414141;
  font-size: 20px;
}

.kd-doc-img {
  text-align: center;
  display: flex;
  justify-content: center;
}

.kb-doc-menu {
  display: flex;
  justify-content: center;
  border-top: 1px solid #9f9f9f;
  margin: 24px 24px 0;
}

.kb-doc-menu a {
  margin: 0 20px;
  padding: 20px 0;
  font-size: 18px;
  color: #414141;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  border-bottom: 4px solid transparent;
}

.kb-doc-menu a:hover {
  color: #c8102e;
  border-bottom: 4px solid #c8102e;
  transition: 0.3s ease;
}

.business-innovation .owl-theme .owl-dots .owl-dot span {
  background: #ebebeb;
}

.business-innovation .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}

.business-innovation .owl-theme .owl-dots {
  position: absolute;
  bottom: 61px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.knowleague-doc {
  position: relative;
  height: 214px;
}

@media screen and (max-width: 1024px) {
  .kd-ctn {
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 1px;
    position: relative;
    border-radius: 10px;
    position: relative;
    top: unset;
    z-index: 10;
    background: #fff;
    left: unset;
  }

  .knowleague-doc {
    position: relative;
    height: auto;
  }

  .business-innovation .owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 979px) {
  .kb-doc-menu {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .business-innovation .owl-theme .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .kd-doc-name {
    font-size: 14px;
  }

  .kd-doc-num {
    font-size: 20px;
    padding: 5px 0 0;
  }

  .kd-doc-list {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 15px;
  }

  .kb-doc-menu {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

/* #endregion */

/* #region misa news  */
.misa-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.misa-news-viewmore a {
  color: #c8102e;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 20px;
  position: relative;
}

.misa-news-viewmore {
  display: inline-flex;
  margin-right: 53px;
}

.misa-news-viewmore a:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-remore-red.webp);
  top: -5px;
  right: -65px;
  padding-left: 22px;
  transform: scale(0.7);
}

.block-2 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.ms-news-md {
  width: 50%;
  padding-right: 15px;
}

.ms-new-sm-list {
  width: 50%;
  display: grid;
  grid-gap: 0;
}

.ms-new-sm-list::-webkit-scrollbar {
  width: 4px;
}

.ms-new-sm-list::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.ms-new-sm-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b5b2b2;
}

.ms-new-sm-list>div>a {
  display: flex;
}

.ms-news-sm-box {
  width: 55%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ms-news-sm-title {
  font-size: 14px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #414141;
}

.ms-news-sm-expert {
  font-size: 10px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  color: #414141;
  line-height: 15px;
}

.ms-news-sm-info {
  font-size: 10px;
  color: #414141;
}

.ms-news-sm-cate {
  position: relative;
  padding-left: 21px;
  color: #414141;
}

.ms-news-sm-cate:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-cate.webp);
  top: 3px;
  left: 0px;
}

.ms-news-sm-date {
  position: relative;
  padding-left: 21px;
}

.ms-news-sm-date:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-time.webp);
  top: 3px;
  left: 0px;
}

.ms-news-md-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top left;
}

.ms-news-md-title {
  font-size: 18px;
  color: #414141;
  padding: 10px 0 0;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.ms-news-md-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0 10px;
}

.ms-news-md-cate {
  margin-right: 28px;
  position: relative;
  font-size: 10px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #414141;
  padding-left: 24px;
}

.ms-news-md-cate a {
  position: relative;
  padding-left: 13px;
  color: #414141;
  font-size: 10px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
}

.ms-news-md-cate:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-cate.webp);
  top: 2px;
  left: 0px;
}

.ms-news-md-date {
  position: relative;
  padding-left: 21px;
  font-size: 10px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
}

.ms-news-md-date:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-time.webp);
  top: 2px;
  left: 0px;
}

.ms-news-md-expert {
  font-size: 12px;
  padding-bottom: 5px;
}

.ms-new-sm-list>div {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}

.ms-new-sm-list>div>a {
  width: 45%;
}

.event-item-sm {
  font-size: 13px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  position: relative;
  padding: 8px 0 8px 20px;
  border-top: 1px dashed #717171;
}

.event-item-sm a {
  color: #414141;
}

.event-item-sm:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ca1a36;
  top: 14px;
  left: 4px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .block-2 {
    flex-direction: column;
  }

  .ms-news-md {
    width: 100%;
    padding-right: 0px;
  }

  .ms-new-sm-list {
    width: 100%;
    padding-top: 15px;
  }
}

.ms-ebook-img {
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.25);
  width: fit-content;
}

.ms-ebook-img img {
  width: 495px;
  height: 694px;
}

.box-sha {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.ms-ebook-title {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding-top: 12px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  position: absolute;
  bottom: 47px;
  z-index: 1;
  max-width: 243px;
  text-align: left;
  left: 33px;
}

.ms-ebook-date {
  text-align: center;
  font-size: 14px;
  color: #515151;
  position: absolute;
  bottom: 0;
}

.ms-ebook-btn:hover {
  color: #fff;
}

.ms-ebook-btn {
  text-align: center;
  color: #fff;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 16px;
  border: 1px solid #ffff;
  max-width: 139px;
  text-align: left;
  padding: 6px 14px;
  padding-right: 30px;
  background: url(/sites/misa/images/pages/home-page/ic-double-next.svg) no-repeat right center;
  justify-content: space-evenly;
  margin: auto;
  background-position: 112px 9px;
  border-radius: 5px;
  margin-top: 8px;
  position: absolute;
  bottom: 55px;
  right: 31px;
  z-index: 2;
}

.ms-ebook-num {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -73px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.ms-ebook-num a {
  padding: 9px;
  color: #fff;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin: 10px 5px;
  font-size: 16px;
}

.ms-ebook-num a.active {
  color: #fff;
  background: #c8102e;
  border-radius: 50%;
}

@media screen and (max-width: 979px) {
  .ms-ebook-img {
    max-width: 238px;
    margin: 18px auto 0;
  }

  .ms-ebook {
    text-align: center;
  }

  .ms-ebook-title,
  .ms-ebook-date {
    max-width: 261px;
    margin: auto;
  }
}

/* @media screen and (max-width: 767px){
    .ms-news > div {
        flex-direction: column
    }
    .ms-news-md {
        width: 100%; 
        padding-right: 0;
    }
    .ms-new-sm-list {
        width: 100%;
        padding-top: 15px;
    }
} */

/* #endregion */

/* #region feedback */
.feedback {
  padding-top: 69px;
}

.feedback .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.feedback h2 {
  margin: 0;
}

@media (min-width: 1024px) {
  .feedback h2 {
    font-size: 40px;
  }
}

.fb-content img {
  width: 33px !important;
  height: 33px;
}

.fb-content img {
  width: 33px !important;
  height: 33px !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.fb-img img {
  width: initial !important;
  height: 200px !important;
  margin: 0 auto 0;
}

.fb-img {
  text-align: center;
  height: 174px !important;
  margin-bottom: -139px;
  position: relative;
  z-index: 2;
}

.feedback-ctn .carousel-item {
  position: relative;
}

.fb-texts {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  margin: 3px 7px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 124px 31px 30px 31px;
  height: 439px !important;
}

.fb-content>div:nth-child(1) {
  padding-top: 10px;
}

.fb-content img {
  margin-bottom: 18px;
}

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

.fb-user {
  font-size: 19px;
  position: relative;
  padding: 7px 0 2px;
  text-align: center;
  margin: 8px 0 0;
}

.fb-user:before {
  position: absolute;
  content: "";
  width: 73px;
  height: 2px;
  background: #c8102e;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fb-position {
  font-size: 14px;
  text-align: center;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.fb-content>div {
  height: 137px;
  overflow: auto;
  font-size: 15px;
  padding: 0px 12px;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.feedback .owl-theme .owl-dots .owl-dot span {
  height: 19px !important;
  width: 19px !important;
  border: solid 1px transparent;
  background: #dcdcdc;
}

.feedback .owl-theme .owl-dots .owl-dot span:hover {
  height: 10px;
  width: 10px;
  border: 0;
  background: #c8102e;
}

.feedback .owl-dots .owl-dot {
  outline: none;
}

.feedback .owl-theme .owl-dots .owl-dot:hover span {
  height: 10px;
  width: 10px;
  border: 0;
  background: #c8102e;
}

.feedback-ctn {
  margin-top: 20px;
}

.feedback .owl-theme .owl-dots .owl-dot.active span {
  height: 19px;
  width: 19px;
  border: 0;
  background: #c8102e;
}

.fb-content>div::-webkit-scrollbar {
  width: 2px;
}

.fb-content>div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.fb-content>div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #888;
}

@media (max-width: 979px) {
  .feedback .owl-theme .owl-dots .owl-dot.active span {
    height: 13px;
    width: 13px;
  }

  .feedback .owl-theme .owl-dots .owl-dot span {
    height: 13px !important;
    width: 13px !important;
  }
}

/* #endregion */

/* #region newspaper tell about us */
.ntau-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 30px;
}

.newspaper-tell-about-us {
  background-position: bottom;
  background-repeat: no-repeat;
}

.ntau-list>div {
  /* background: #fff; */
  border-radius: 10px;
}

.ntau {
  color: #414141;
  padding: 10px 0 0px 0;
  min-height: 92px;
  font-size: 17px;
}

.ntau-logo-company img {
  height: 29px;
}

a.item-ntau {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 9px 12px;
}

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

.ntau-b-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ntau-date {
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 12px;
  position: relative;
  color: #414141;
}

.ntau-date:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-time.webp);
  left: -22px;
  top: 1px;
}

.ntau-viewmore a {
  color: #c8102e;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 26px;
  position: relative;
}

.ntau-viewmore {
  display: flex;
  justify-content: flex-end;
  margin-left: -54px;
  padding-top: 20px;
  display: none;
}

.ntau-viewmore a:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-remore-red.webp);
  top: 1px;
  right: -65px;
  padding-left: 22px;
  transform: scale(0.7);
}

.title-ms-ebook.main-title {
  margin-bottom: 22px;
}

.misa_news_update {
  background-color: #f2f2f2;
  padding: 58px 0;
}

.list-item-misa_news_update.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
  position: relative;
}

.list-item-misa_news_update.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-item-misa_news_update button.owl-dot.active span {
  width: 12px;
  height: 12px;
  background-color: azure;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

.list-item-misa_news_update button.owl-dot.active span {
  background-color: #c8102e !important;
}

@media screen and (max-width: 979px) {
  .ntau-viewmore {
    justify-content: flex-start;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ntau-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin: auto;
    padding: unset;
  }

  .ntau-viewmore {
    display: none;
  }

  .newspaper-tell-about-us h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 32px;
    text-align: left;
    padding: unset;
  }
}

/* #endregion */

/* #region prize */
.prize-ctn.owl-carousel.owl-loaded.owl-drag {
  margin-top: 20px;
}

.prize {
  width: 100%;
  padding-top: 24px;
  float: left;
}

.prize img {
  width: unset !important;
  height: 187px;
  margin: auto;
  padding: 15px 0 15px;
}

.aac-prize {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.prize .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.prize .owl-dots .owl-dot {
  outline: none;
}

.prize .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  border: solid 1px #4262ef;
}

.prize .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.prize .owl-dots .owl-dot {
  outline: none;
}

.prize .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  border: solid 1px #4262ef;
}

.prize .owl-dots .owl-dot:hover span,
.prize .owl-dots .owl-dot.active span {
  background: #4262ef;
}

.prize .bn-ctn {
  padding-top: 24px;
}

.prize .owl-stage {
  display: flex;
}

.prize .owl-nav {
  margin: 0;
  display: block !important;
}

.prize .owl-nav button[type="button"] {
  outline: none !important;
  background: none !important;
  position: absolute;
  top: calc(50% - 25px);
}

.prize .owl-nav button.owl-next {
  right: calc(0% - 28px);
}

.prize .owl-item img {
  width: 94%;
  margin: auto;
}

.prize .owl-nav button.owl-prev {
  left: calc(0% - 28px);
}

.prize .owl-nav button.owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prize .owl-next img,
.prize .owl-prev img {
  width: 41px !important;
  height: 41px !important;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .prize .owl-nav button.owl-next {
    right: calc(0%);
  }

  .prize .owl-nav button.owl-prev {
    left: calc(0%);
  }
}

/* #endregion */
/* #region misa-recruit */

.misa-recruit {
  position: relative;
}

.misa-recruit-box {
  position: absolute;
  max-width: 687px;
  bottom: -15%;
  right: calc(50% - 343px);
  background: #c8102e;
  border-radius: 8px;
  padding: 18px 15px;
  color: #fff;
}

.misa-recruit-title {
  font-size: 22px;
  padding-bottom: 12px;
}

.misa-recruit-des {
  font-size: 16px;
  font-family: "GoogleSans", Arial, sans-serif;
}

.misa-recruit-btn a {
  padding: 10px 20px;
  background: #fff;
  color: #c8102e;
  border-radius: 6px;
  display: inline-flex;
  margin-top: 15px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 980px) {
  .misa-recruit {
    height: 585px;
    margin-bottom: 80px;
  }

  .misa-recruit-img img {
    height: 585px;
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .misa-recruit-box {
    right: 0%;
  }
}

@media screen and (max-width: 979px) {
  .misa-recruit {
    height: auto;
    margin-bottom: 21px;
  }

  .misa-recruit-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .misa-recruit-box {
    position: relative;
    margin-top: -120px;
  }
}

/* #endregion */

/* #region misa intro */
.misa-intro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.misa-intro-viewmore a {
  color: #c8102e;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 20px;
  position: relative;
}

.misa-intro-viewmore {
  display: inline-flex;
  margin-right: 53px;
}

.misa-intro-viewmore a:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page/ic-remore-red.webp);
  top: -5px;
  right: -65px;
  padding-left: 22px;
  transform: scale(0.7);
}

.misa-intro-title {
  font-size: 16px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  padding: 15px 0 10px;
  color: #2e475d;
}

.misa-intro-des {
  font-size: 14px;
  color: #2e475d;
}

.misa-intro .owl-nav {
  margin: 0;
  display: block !important;
}

.misa-intro .owl-nav button[type="button"] {
  outline: none !important;
  background: none !important;
  position: absolute;
  top: calc(50% - 61px);
}

.misa-intro .owl-nav button.owl-next {
  right: calc(0% - 20px);
}

.misa-intro .owl-item img {
  width: 100%;
  margin: auto;
}

.misa-intro .owl-nav button.owl-prev {
  left: calc(0% - 21px);
}

.misa-intro .owl-next img,
.misa-intro .owl-prev img {
  width: 41px !important;
  height: 41px !important;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .misa-intro .owl-nav button.owl-next {
    right: calc(0%);
  }

  .misa-intro .owl-nav button.owl-prev {
    left: calc(0%);
  }
}

/* #endregion */

/* #region responsive for 2k 4k screen  */
@media screen and (min-width: 1921px) {
  img.img-responsive.d-block {
    width: 100%;
    height: calc(100vh-60px);
  }

  .banner {
    height: calc(100vh - 60px);
  }

  .overview {
    padding-top: 120px;
  }

  .viewmore-btn a {
    top: 69%;
  }
}

/* #endregion */
/* why  */
.why-choose {
  margin-bottom: 102px;
}

@media (max-width: 767px) {
  .wc-title.text-bold.text-center {
    font-size: 20px;
  }

  .logo-why>img {
    width: 70px;
  }

  .wc-list {
    flex-wrap: wrap;
  }

  .logo-why {
    width: max-content;
  }

  .wc-list {
    padding-top: 31px;
  }

  .wrap-why {
    margin-left: 7px;
  }
}

/* Medium Desktop / Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .wc-num.text-bold {
    font-size: 16px;
  }

  .wc-list {
    padding-top: 30px;
  }
}

@media (max-width: 979px) {
  .wc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 25px;
  }

  .wc-list>div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    width: 100%;
    align-items: start;
  }
}

@media (max-width: 747px) {
  .wc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 25px;
  }

  .wc-num.text-bold {
    font-size: 20px;
  }

  .logo-why img {
    width: 70px;
  }

  .logo-why {
    width: fit-content;
  }

  .logo-why {
    width: 50px;
  }

  .wc-list>div {
    display: grid;
    grid-template-columns: 1fr 4fr;
    width: auto;
  }

  .wc-list {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    margin: unset;
    max-width: unset;
  }

  .why-choose .wc-title.text-bold.text-center {
    font-size: 30px;
  }
}

/* end why  */
/* ecosystem */
.des-ecosystem.text-center {
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 66px;
  padding-top: 15px;
}

.wrap-item-ecosystem {
  display: flex;
  flex-wrap: wrap;
  /* gap: 27px; */
  margin-bottom: 99px;
}

.item-ecosystem {
  display: flex;
  gap: 24px;
  width: 48%;
  padding: 20px;
}

.img-ecosystem {
  width: auto;
  padding-top: 5px;
}

.content-ecosystem {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-item-ecosystem {
  font-size: 25px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
}

#box_4 .product-menu__eco {
  grid-template-columns: 1fr 1fr 1fr;
}

.des-item-ecosystem {
  font-size: 16px;
  margin-bottom: 21px;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.cta-ecosystem {
  padding: 6px 16px;
  color: #fff;
  background-color: #c8102e;
  border-radius: 23px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: fit-content;
  cursor: pointer;
}
.cta-ecosystem-none {
  padding: 6px 16px;
  color: #fff;
  background-color: #c8102e;
  border-radius: 23px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: fit-content;
  cursor: pointer;
}
.cta-ecosystem-none a, .cta-ecosystem-none a:hover, .cta-ecosystem-none a:focus, .cta-ecosystem-none a:active {
  color: #fff;
}
.cta-ecosystem a, .cta-ecosystem a:hover, .cta-ecosystem a:focus, .cta-ecosystem a:active {
  color: #fff;
}
.CTA-ecosystem-register {
  text-align: center;
  margin-bottom: 98px;
}

.all-misa_news_update {
  grid-template-columns: 6fr 3fr;
  display: grid;
  gap: 55px;
}

.wrap_all_news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

.list-item-misa_news_update {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

.head-misa_news_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.ms-ebook {
  justify-content: center;
  display: grid;
  position: relative;
  width: 495px;
  height: 694px;
}

.item-misa_news_update>img {
  border-radius: 10px;
  margin-bottom: 21px;
  height: 332px;
}

.lib-misa_news_update {
  color: #c8102e;
  font-size: 25px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
}

.title-item-misa_news_update {
  font-size: 26px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 26px;
}

.info-misa_news_update {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 12px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  margin-bottom: 29px;
}

.category-misa_news_update {
  display: flex;
  align-items: center;
  gap: 5px;
}

.time-misa_news_update {
  display: flex;
  gap: 5px;
  align-items: center;
}

.des-misa_news_update {
  font-size: 16px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
}

.all-misa_news_update {
  grid-template-columns: 6fr 3fr;
  display: grid;
  gap: 55px;
}

.list-item-misa_news_update {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

.head-misa_news_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.all-ms-ebook {
  position: relative;
}

.item-misa_news_update>img {
  border-radius: 10px;
  margin-bottom: 21px;
  height: 327px;
}

.lib-misa_news_update {
  color: #c8102e;
  font-size: 25px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
  display: block;
}

a.lib-misa_news_update:hover {
  color: #c8102e;
}

.title-item-misa_news_update {
  font-size: 26px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 26px;
}

.info-misa_news_update {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 12px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  margin-bottom: 29px;
}

.category-misa_news_update {
  display: flex;
  align-items: center;
  gap: 5px;
}

.time-misa_news_update {
  display: flex;
  gap: 5px;
  align-items: center;
}

.des-misa_news_update {
  font-size: 17px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
}

.list-item-misa_news_update.owl-carousel.owl-theme.owl-loaded.owl-drag {
  display: grid;
  grid-template-columns: 1fr;
}

.info-misa_news_update img {
  width: 17px !important;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  a.try-ecosystem.btn-base.btn-trial {
    font-size: 13px;
    padding: 10px 20px;
  }

  a.register-ecosystem.btn-base.btn-advise {
    font-size: 13px;
    padding: 10px 20px;
  }

  .CTA-ecosystem-register {
    margin-bottom: 93px;
  }

  .wrap-item-ecosystem {
    margin-bottom: 88px;
  }

  .des-ecosystem.text-center br {
    display: none;
  }

  .img-ecosystem {
    width: 60%;
  }

  .title-item-ecosystem {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .des-item-ecosystem {
    font-size: 13px;
  }

  a.cta-ecosystem {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .img-ecosystem {
    width: unset;
  }

  .content-ecosystem {
    width: unset;
  }
}

@media (max-width: 767.98px) {
  .cta-ecosystem {
    font-size: 18px;
  }
  .cta-ecosystem-none {
    font-size: 18px;
  }

  .des-ecosystem.text-center {
    margin-bottom: unset;
    font-size: 14px;
  }

  .ecosystem .main-title {
    font-size: 30px;
  }

  .CTA-ecosystem-register {
    display: block;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
  }

  .wrap-item-ecosystem {
    margin-bottom: 30px;
  }
}

/* end ecosystem */

/* knowleague_update */

.head-knowleague_update {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding-bottom: 53px;
}

.item-line-knowleague_update {
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  justify-items: center;
  color: #000;
}

.knowleague_update {
  background-color: #f2f2f2;
  padding-top: 74px;
  padding-bottom: 29px;
}

.wrap-knowleague_update {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.list-item-mini-knowleague_update {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.number-knowleague_update {
  font-size: 53px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #cb102e;
  line-height: 45px;
}

.item-knowleague_update {
  display: grid;
  grid-template-columns: 2fr 7fr;
  align-items: center;
  gap: 5px;
}

.title-knowleague_update {
  font-size: 27px;
  color: #414141;
}

.item-line-knowleague_update>a:hover {
  color: #fff;
}

.item-line-knowleague_update div a:hover {
  color: #c8102e;
}

.item-line-knowleague_update div a {
  color: #414141;
}

.box-mobile-knowleague_update {
  display: none;
}

@media (max-width: 979px) {
  .box-mobile-knowleague_update {
    display: grid;
    margin-top: 11px;
    gap: 14px;
  }

  .item-line-knowleague_update {
    display: none;
  }

  .list-item-mini-knowleague_update {
    grid-template-columns: 1fr;
  }

  a.img-knowleague_update {
    display: none;
  }

  .head-knowleague_update {
    grid-template-columns: 1fr;
    margin-bottom: -25px;
    margin-top: -30px;
  }

  .box-mobile-knowleague_update a {
    border: 1px solid #000;
    padding: 7px 14px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  }

  .box-mobile-knowleague_update>div:nth-child(1) a {
    /* color: #c8102e; */
    /* border-color: #c8102e; */
  }

  .number-knowleague_update {
    line-height: unset;
    font-size: 28px;
  }

  .title-knowleague_update {
    font-size: 15px;
  }

  .wrap-knowleague_update {
    gap: 10px;
  }

  a.item-knowleague_update {
    gap: 10px;
  }
}

/* end knowleague_update */

/* apply  */
.wrap-apply_now {
  display: grid;
  grid-template-columns: 3fr 8fr;
  color: #fff;
  gap: 80px;
}

.right-apply_now {
  display: grid;
}

.list-apply_now {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px;
}

.apply_now {
  background-color: #1d2736;
}

.main-title.title-apply_now {
  color: #fff;
  padding-bottom: 22px;
}

.left-apply_now {
  padding: 45px 0;
}

.des-apply_now {
  font-size: 18px;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

a.cta-apply_now {
  background-color: #c8102e;
  padding: 15px 20px;
  color: #fff;
  border-radius: 27px;
  font-size: 17px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

.wrap-CTA-apply_now {
  margin-top: 30px;
}

.item-apply_now {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 27px;
}

.item-apply_now>img {
  width: 108px;
}

.text-apply_now {
  font-size: 18px;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.line-apply_now {
  background-color: #c8102e;
  height: 4px;
}

/*end apply  */

/* menu custom for home */
.menu_eco {
  display: none;
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: grid;
  padding: 23px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 25px;
  background-color: #fff;
}

.menu_header_eco {
  display: grid;
  grid-template-columns: 1fr 8fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.product-menu__eco {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.product-menu__eco.custom-hkd {
    display: flex;
    justify-content: end;
    top: 18px;
}
.col-product {
  /* display: grid; */
}

.item-logo-eco {
  display: grid;
  grid-template-columns: 41px auto;
  gap: 13px;
  align-items: center;
}

.item-logo-eco {}

.list-product-eco {
  display: grid;
  gap: 18px;
}

.title-menu_header_eco {
  font-size: 25px;
  padding-left: 15px;
  border-left: 1px solid #707070;
  height: 21px;
  line-height: 21px;
  font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
}

.title-col-eco {
  color: #747474;
  font-size: 20px;
  font-family: "GoogleSans bold", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  height: 45px;
}

.title-item-eco {
  font-size: 14px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  color: #414141;
}

.des-item-eco {
  font-size: 13px;
  color: #7b7b7b;
}

.menu_eco_dot {
  width: 44px;
  height: 44px;
  background-color: #fff;
  transform: rotate(136deg);
  /* Xoay 45 ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ */
  position: absolute;
  top: -10px;
  z-index: 1;
  left: 28%;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 25px; */
  /* BÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³ng ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¸ bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡i */
}

#box_2 .menu_eco_dot,
#box_4 .menu_eco_dot,
#box_6 .menu_eco_dot {
  right: 21%;
  left: unset;
}

#box_2 .product-menu__eco {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.menu_eco_dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000ff00;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#box_3 .product-menu__eco {
  grid-template-columns: 3fr 2fr 2fr;
}

.wrap_product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wrap-list-eco {
  margin-left: 56px;
  display: grid;
  gap: 14px;
}

.title-bonus-menu-eco {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 10px 0;
  font-size: 20px;
  color: #747474;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

div#box_5 {
  margin-right: 53%;
}

#box_5 .product-menu__eco {
  grid-template-columns: 1fr;
}

#box_5 .menu_eco_dot {
  left: 58%;
}

div#box_6 {
  margin-left: 49%;
  width: 50%;
}

#box_6 .product-menu__eco {
  grid-template-columns: 1fr 1fr;
}

#box_6 .menu_eco_dot {
  left: 55%;
}

.menu_eco {
  display: none;
}

.mobile-mod {
  display: none;
}

@media (max-width: 1199px) {}

@media (max-width: 979px) {}

@media (max-width: 979px) {
  .title-bonus-menu-eco {
    margin: 18px 0;
  }

  .wrap-list-eco {
    margin-bottom: 18px;
  }

  .pc-mod {
    display: none;
  }

  .mobile-mod {
    display: block;
  }

  .item-ecosystem {
    width: 100%;
    flex-wrap: wrap;
  }

  .content-ecosystem {
    width: 100%;
  }

  .item-ecosystem {
    padding: 20px 0;
  }

  .product-menu__eco {
    grid-template-columns: 1fr !important;
  }

  .menu_header_eco {
    grid-template-columns: 1fr;
    gap: unset;
    /* padding-bottom: 14px; */
    /* border-bottom: 1px solid #707070; */
    margin-bottom: 14px;
  }

  .menu_eco_dot {
    left: 26px !important;
  }

  .title-menu_header_eco {
    font-size: 16px;
    line-height: unset;
    border: unset;
    padding-left: unset;
    margin-top: 10px;
  }

  .menu_eco {
    padding: 11px;
  }

  .img-menu_header_eco>img {
    height: 35px;
  }

  .col-product:nth-child(1)>div {
    border: unset;
  }

  .title-col-eco {
    border: unset;
    margin-bottom: 17px;
    height: unset;
    border-top: 1px solid #707070;
    padding-top: 18px;
    background: url(/sites/misa/images/pages/home-page-v2/down-icon.svg) right 27px no-repeat;
    background-size: 12px;
  }

  .bg-up {
    background: url(/sites/misa/images/pages/home-page-v2/up-icon.svg) right 27px no-repeat;
  }

  .col-product:nth-child(1)>div {
    border: unset;
  }

  .logo-item-eco>img {
    width: 35px;
  }

  .title-item-eco {
    font-size: 16px;
  }

  .title-item-ecosystem {
    font-size: 20px;
  }

  .des-item-ecosystem {
    font-size: 14px;
  }

  .list-product-eco {
    margin-bottom: 27px;
    display: none;
    gap: 16px;
  }

  .des-item-eco {
    font-size: 12px;
  }

  #box_4 .list-product-eco,
  #box_5 .list-product-eco,
  #box_6 .list-product-eco {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  div#box_5 {
    width: 100%;
  }

  div#box_6 {
    width: 100%;
    margin-left: unset;
  }

  a.item-logo-eco {
    gap: 10px;
    margin-bottom: 16px;
  }
}

/* end menu custom for home */

/* banner  */
.show-more-banner:hover {
  color: #fff;
}

.content-bg {
  position: absolute;
  /* top: 13%; */
  left: 12%;
  /* height: 491px; */
  /* width: 880px; */
}

img.bg-1 {
  width: 852px !important;
  position: absolute;
  top: 60px;
  left: 10%;
}

img.bg-2 {
  position: absolute;
  width: 997px !important;
  top: 284px;
}

img.bg-4 {
  width: 103.41px !important;
}

img.bg-5 {
  width: 592px !important;
}

img.bg-5 {
  top: 0;
  position: absolute;
  right: 0;
}

.show-more-banner {
  bottom: 0;
  position: absolute;
}

.show-more-banner {
  display: flex;
  color: #fff;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  left: 55px;
  position: absolute;
}

.img-banner.banner-one {
  background: url(/sites/misa/images/pages/home-page/bg-main.webp);
  background-position: center;
  background-repeat: unset;
  background-size: contain;
}

.banner .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.banner-two .bg-2 {
  top: 0;
  width: 791px !important;
}

.banner-two .bg-1 {
  width: 894px !important;
  top: 68px;
  left: 0;
}

.image-container {
  /* KÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ch thÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºc thÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â» */
  overflow: hidden;
  /* GiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi hÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡n vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng nhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬n thÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¥y */
  position: relative;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o hÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬nh ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh vÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â«a khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­t */
  transition: transform 10s ease-in-out, opacity 10s ease-in-out;
  /* HiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡u ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©ng mÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â£t */
  transform: scale(1);
  /* TrÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡ng thÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡i ban ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§u */
  opacity: 1;
  /* HoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â n toÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â n rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµ */
}

.zoomed {
  transform: scale(1.2);
  /* Zoom ra 20% */
  /*ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°  opacity: 0.5; ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã‚Â¾Ãƒâ€šÃ‚Â¡ GiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã‚Â¢Ãƒâ€šÃ‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“Ãƒâ€¹Ã¢â‚¬Â */
}

@media (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 1024px) {

  /* tablet */
  .content-bg {
    left: 0;
    width: 85%;
  }

  img.img-responsive.d-none.mobile-banner.hide-tablet {
    display: none !important;
  }

  .banner-two .content-bg {
    left: 32px;
  }

  .img-banner.banner-two.image-container {
    background: linear-gradient(to top, #01898f, #2b4eee);
  }
}

@media (max-width: 747px) {
  /* mobile */
  /* img.img-responsive.d-none.mobile-banner {
    height: max-content;
  } */

  .img-banner.image-container {
    width: auto;
    height: auto;
  }

  .banner {
    height: 287px;
    margin-bottom: 39px;
  }

  .content-bg {
    /* width: 50%; */
    top: 0;
    left: 0;
    height: 273px;
    left: 0;
    /* transform: translate(-50%, 0); */
    /* display: none; */
    color: #fff;
    padding: 14px;
  }

  img.bg-1 {
    top: 49px;
  }

  img.bg-1 {
    top: 33px;
    left: -15%;
    width: 346px !important;
    transform: translateX(50%);
    display: none !important;
  }

  img.bg-5 {
    width: 300px !important;
    right: 10px;
    left: 99px;
    display: none !important;
  }

  img.bg-2 {
    width: 382px !important;
    top: 120px;
    left: 23px;
    display: none !important;
  }

  .show-more-banner img {
    width: 52px !important;
  }

  .show-more-banner {
    font-size: 14px;
    top: 0;
    left: 0;
    position: unset;
    width: fit-content;
  }

  .banner-two .bg-2 {
    /* width: 338px !important; */
    /* left: 46px; */
    /* top: 8px; */
    display: none !important;
  }

  .banner-two .bg-1 {
    background-color: #000;
    left: 0;
    top: 20%;
  }
}
.header-box {
  max-width: 635px;
  position: relative;
  height: 100%;
}

h1.header-title {
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
}

.header {
  height: 666px;
  display: flex;
  align-items: center;
  background: url(/mshopkeeper/images/hkd/bg-banner.webp) no-repeat;
  background-size: cover;
}

.header-video {
  position: absolute;
  top: -10%;
  right: calc(0% - 738px);
}


.list-stick > div {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 28px;
  font-size: 16px
}

.list-stick > div:before {
  position: absolute;
  content: url(https://www.misaeshop.vn/mshopkeeper/images/hkd/ic-tick-1.webp);
  top: 0;
  left: 0;
}

.list-stick.oneai-list > div:before {
  position: absolute;
  content: url(/sites/misa/images/pages/home-page-v3/md-check-4.webp);
  top: 0;
  left: 0;
}

a.btn-base {
  padding: 14px 24px;
  border-radius: 12px;
  font-family: "Inter SemiBold", Arial, sans-serif;
}

.register-button a#adds {
  background: linear-gradient(90deg, #FF5100 -3.91%, #FFA100 100.26%);
}


.btn-advise {
  background: linear-gradient(90deg, #FF6969 -3.91%, #FF2B2E 100.26%);
  color: #fff;
  box-shadow: 0px 12px 24px 0px #3426FF1A;
  /* box-shadow: 0px 0px 12px 0px #1F14841A; */
}
.btn-advise:hover {
  color: #fff;
}

.header-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.header-button.register-button {
  justify-content: center;
  margin-top: 15px;
}

.btn-free-trial {
  box-shadow: 0px 12px 24px 0px #3426FF1A;
  background: linear-gradient(90deg, #FF5100 -3.91%, #FFA100 100.26%);
  color: #fff;
}

.register-button a.btn-base.btn-free-trial {
  background: #fff;
  color: #006FFF;
}

a.btn-base.btn-video {position: relative;padding: 15px 20px 15px 50px;display: flex;}

a.btn-base.btn-video:before {
  position: absolute;
  content: url(https://www.misaeshop.vn/mshopkeeper/images/hkd/ic-video.webp);
  top: 0;
  left: 0;
}

.list-stick {
  margin: 20px 0 30px;
  max-width: 514px;
  color: #000;
}

@media screen and (max-width: 979px){
  .header {
      height: auto;
  }
  .header-video {
      position: relative;
      top: unset;
      right: unset;
      text-align: center;
      margin-top: 20px;
  }
  .header-box {
      max-width: 100%;
  }
}
@media screen and (max-width: 979px){
  h1.header-title {
      font-size: 19px;
      line-height: unset;
      margin: 0;
      margin-top: 17px;
  }
  .header-button {
      flex-direction: column;
  }
  .hkd {
      padding-top: 60px;
  }
}
@media (max-width: 767px) {
  h1.header-title {
    font-size: 17px;
    margin-top: 0px;
}
}

/* end banner */


.splitting .char {
  opacity: 0;

  transform: translateX(1em) scale(0.5);

}


.splitting.animate .char {
  animation: slide-in 0.5s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
 
}

/* Keyframes cho hiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡u ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©ng slide-in */
@keyframes slide-in {
  from {
    transform: translateX(1em) scale(1);
   
    opacity: 0;
  
  }

  to {
    transform: translateX(0) scale(1);
  
    opacity: 1;
   
  }
}

/* mobile for misa_news_update  */
@media (max-width: 979px) {
  .ms-ebook {
    display: none;
  }

  .wrap_all_news {
    grid-template-columns: 1fr;
  }

  .all-misa_news_update {
    grid-template-columns: 1fr;
  }

  .newspaper-tell-about-us {
    background-size: cover;
  }

  .newspaper-tell-about-us .owl-dots {
    background-color: unset;
  }

  .ntau-list>div {
    padding: unset;
  }

  a.item-ntau {
    display: block;
    /* margin-top: 32px; */
  }

  .item-misa_news_update>img {
    height: 243px;
  }

  .item-misa_news_update>img {
    height: 250px;
  }

  .item-misa_news_update.item {
    display: flex;
    flex-direction: column;
  }

  .title-item-misa_news_update {
    font-size: 20px;
  }
}

.newspaper-tell-about-us.common-padding .owl-theme .owl-dots .owl-dot span {
  background-color: #cccccc;
}

.newspaper-tell-about-us.common-padding .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c8102e;
}

/* end misa_news_update */

/* apply_now for mobile */
@media (max-width: 979px) {
  .wrap-apply_now {
    grid-template-columns: 1fr;
  }

  .list-apply_now {
    grid-template-columns: 1fr;
    margin-bottom: 109px;
  }

  br.mobile_br {
    display: block;
  }

  .wrap-CTA-apply_now {
    position: absolute;
    bottom: 45px;
  }

  .left-apply_now {
    padding-bottom: unset;
  }

  .apply_now {
    position: relative;
  }

  .des-apply_now {
    font-size: 14px;
    font-family: "GoogleSans", Arial, Helvetica, sans-serif;
  }

  .wrap-apply_now {
    gap: 23px;
  }

  .text-apply_now {
    font-size: 15px;
  }

  .item-apply_now {
    gap: 6px;
    grid-template-columns: 1fr 3fr;
  }

  .item-apply_now>img {
    width: 78px;
  }

  a.cta-apply_now {
    font-size: 15px;
  }
}

/* end apply_now mobile */
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âp dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥ng cho mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡y tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­nh bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£ng */
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-why>img {
    width: 70px;
  }

  .item-apply_now {
    display: flex;
    gap: 20px;
  }

  .wrap-knowleague_update {
    display: flex;
    justify-content: center;
  }

  .wc-list.list_for_pc {
    display: none;
  }

  .list-item-mini-knowleague_update {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item-misa_news_update>img {
    height: auto;
  }
}

/* end mtb */

/* change banner new */
.title_text_banner {
  display: none;
}

.des_text_banner {
  display: none;
}

@media (max-width: 480px) {
  .title_text_banner {
    display: block;
    font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
    margin-top: 36px;
    font-size: 25px;
  }

  .des_text_banner {
    display: block;
    margin-bottom: 20px;
    font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
    font-size: 15px;
  }

  .text-bold.text-center.prize-name {
    font-size: 17px;
  }

  .fb-content>div {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  img.bg-1 {
    display: none !important;
  }

  img.bg-2 {
    display: none !important;
  }

  .des_text_banner {
    display: block;
    font-size: 27px;
    font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
    margin-bottom: 42px;
  }

  .img-banner.image-container {
    height: auto;
  }

  .banner {
    height: 500px;
  }

  img.bg-5 {
    display: none !important;
  }

  .content-bg {
    top: 0;
    left: 0;
  }

  img.img-responsive.d-none.mobile-banner.hide-tablet {
    display: block !important;
  }

  .content-bg {
    color: #fff;
    padding: 33px;
  }

  .title_text_banner {
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 60px;
    font-family: "GoogleSans medium", Arial, Helvetica, sans-serif;
  }

  a.show-more-banner {
    position: unset;
  }
}

/* end change banner 


/* bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© hÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â¡n mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â n ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“iÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡n thoÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c  */

/* cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²ng phone pro bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© */
@media (max-width: 420px) and (min-width: 300px) {
  .title_text_banner {
    font-size: 20px;
    margin-top: 18px;
  }

  .des_text_banner {
    font-size: 13px;
  }

  .wrap-why span.text-bold.text-upper {
    font-size: 11px;
  }

  .wc-num.text-bold {
    font-size: 17px;
  }

  .wc-des {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .title_text_banner {
    font-size: 11px;
    margin-top: 10px;
  }

  .des_text_banner {
    font-size: 10px;
  }

  .banner .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 0;
  }

  .wc-title.text-bold.text-center.main-title.split-container {
    font-size: 26px;
  }

  .wc-list {
    display: flex;
    width: fit-content;
    justify-content: center;
  }

  .wc-list>div {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    grid-template-columns: 1fr 3fr;
  }

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

  .title-col-eco {
    font-size: 15px;
  }

  .btn-base {
    font-size: 12px;
  }

  .cta-ecosystem {
    font-size: 13px;
  }
  .cta-ecosystem-none {
    font-size: 13px;
  }

  .number-knowleague_update {
    font-size: 14px;
  }

  .box-mobile-knowleague_update a {
    font-size: 12px;
  }

  .title-knowleague_update {
    font-size: 12px;
  }

  .wrap-knowleague_update {
    grid-template-columns: 1fr 2fr;
  }

  .list-item-mini-knowleague_update {
    gap: 11px;
  }

  .fb-content>div {
    font-size: 13px;
  }

  .fb-user {
    font-size: 15px;
  }

  .misa-news-viewmore {
    display: none;
  }

  .item-misa_news_update>img {
    height: 150px;
  }

  .title-item-misa_news_update {
    font-size: 16px;
  }

  .des-misa_news_update {
    font-size: 15px;
  }

  .list-item-misa_news_update.owl-carousel.owl-theme.owl-loaded.owl-drag {
    gap: 16px;
  }

  .ntau.text-bold {
    font-size: 15px;
  }
}

/* end bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© hÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â¡n mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â n ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“iÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡n thoÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c */

/* bonus 70 */

.nd-70 {
  display: flex;
  padding: 10px;
  background-color: #F4F4F4;
  gap: 24px;
  width: max-content;
  border-radius: 8px;
  font-family: "GoogleSans", Arial, Helvetica, sans-serif;
}

.title-hight-nd {
  margin-top: 19px;
  background-color: #EC221F;
  color: #fff;
  padding: 5px 11px;
  border-radius: 11px;
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 18px;
  width: max-content;
}

.title-des-hight-nd {
  font-size: 20px;
  margin-bottom: 8px;
}

.des-des-hight-nd-item {
  color: #898384;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  margin-bottom: 10px;
}

.right-nd-70 {
  width: 300px;
}

.button-nd-70 a {
  font-size: 15px;
  color: var(--Colors-Red, var(--Colors-Red, #FF3B30)) !important;
   /* 15px */
}
@media (max-width:979px) {
  .nd-70 {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    margin-bottom: 10px;
    gap: 0px;

}

}
/* bonus 70 end */

/* Banner Business Solution - ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âp dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥ng cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¥u trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âºc CSS chuÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â©n */
.banner-business-solution {
  position: relative;
  overflow: hidden;
}

.banner-business-solution .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
  padding: 90px 0;
}

.banner-business-solution .banner-title {
  font-family: Inter Bold, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #2B3173;
  padding-bottom: 8px;
}

.banner-business-solution .text-linear {
  background: linear-gradient(90deg, #0F7BFF 0%, #5216DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-business-solution .banner-description {
  color: #2C0C77;
  font-size: 16px;
  line-height: 1.6;
}

.banner-business-solution .highlight-text {
  color: #FF5900;
  font-family: 'Inter Bold', 'GoogleSans Bold', Arial, sans-serif;
  font-weight: bold;
}

.banner-business-solution .banner-button {
  display: flex;
  gap: 20px;
  margin-top: 46px;
  flex-wrap: wrap;
}

.banner-business-solution a.btn-video.text-bold.play-video {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: "Inter Bold", Arial, sans-serif;
}
.banner-business-solution a.btn-video.text-bold.play-video:hover {
  box-shadow: none;
}

.banner-business-solution a.btn-video.text-bold.play-video img {
  width: auto;
}

.banner-business-solution .banner-button a {
  font-family: "Inter Bold";
}
.banner-business-solution a.btn-more {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0px 12px 24px 0px #3426FF1A;
  padding: 14px 24px;
}


.banner-business-solution .btn-item {
  font-size: 16px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.banner-business-solution .btn-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
}

.banner-business-solution .btn-item.btn-trial {
  background: linear-gradient(90.43deg, #FF5900 21.29%, #FF2410 99.63%);
  color: #fff;
  box-shadow: 0px 8px 11.8px 0px #E69F616B;
}

.banner-business-solution .btn-item.btn-register {
  background: linear-gradient(90deg, #7849FC 0%, #4300FF 100%);
  color: #fff;
  box-shadow: 0px 4px 8px 0px #616CE66B;
}

.banner-business-solution .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* height: 46px; */
  color: #2B3173;
  text-decoration: none;
  /* border: 2px solid #2B3173; */
  border-radius: 8px;
  background: transparent;
  /* transition: all 0.3s ease; */
}

.banner-business-solution .btn-more:hover {
  /* background: #2B3173; */
  color: #ffffff;
  /* transform: translateY(-2px); */
  background: linear-gradient(90deg, #0F7BFF 0%, #5216DD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-business-solution .btn-more img {
  width: 25px !important;
  height: 19px;
}

.banner-business-solution .banner-content {
  max-width: 600px;
  margin-left: 130px;
}

.banner-business-solution .banner-image {
  position: absolute;
  left: 45%;
  top: 6%;
  width: 45%;
  max-height: 100%;
}

.banner-business-solution .banner-image img {
  margin-top: 120px;
  width: 100%;
  height: auto;
}
.banner-image.md-banner-4 {}

.banner-image.md-banner-4 {
    width: auto;
    left: 54%;
    /* top: -23%; */
}
/* Large screens */
@media (max-width: 1600px) {
  .banner-business-solution .banner-content {
    margin-left: 100px;
  }
}

/* Responsive Design */
@media (max-width: 1365px) {
  .banner-business-solution .content-bg {
    padding: 50px 0;
  }

  .banner-business-solution .banner-content {
    max-width: 50%;
    margin-left: 80px;
  }
}

@media (max-width: 1099px) {
  .banner-business-solution .banner-content {
    margin-left: 50px;
  }

  .banner-business-solution .banner-image {
    top: 20%;
    left: 50%;
  }
}

/* Large tablet styles */
@media (min-width: 980px) and (max-width: 1365px) {
  .banner-business-solution .content-bg {
    padding: 45px 0;
  }

  .banner-business-solution .banner-content {
    max-width: 55%;
  }
}

@media (max-width: 979px) {
  .banner-business-solution a.btn-video.text-bold.play-video{
    display:none;
  }
  .list-stick div{
    font-size: 16px;
    text-align: left;
  }
  .list-stick{
 margin-top: 9px;
 }
  .banner-business-solution .content-bg {
    padding: 30px 0;
    background: transparent;
  }

  .banner-business-solution .banner-content {
    max-width: 100%;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 0;
  }

  .banner-business-solution .banner-image {
    display: none;
  }

  .banner-business-solution .pc-banner {
    display: none !important;
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    display: block !important;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .banner-business-solution .banner-title {
    font-size: 24px;
    color: #2B3173;
    text-align: center;
    margin-bottom: 16px;
  }

  .banner-business-solution .banner-description {
    font-size: 14px;
    color: #2C0C77;
    text-align: center;
    margin-bottom: 24px;
  }

  .banner-business-solution .banner-button {
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  .banner-business-solution .btn-item {
    width: 160px;
    text-align: center;
    font-size: 13px;
    padding: 10px 16px;
  }

  .banner-business-solution .btn-more {
    width: 160px;
    font-size: 13px;
    padding: 10px 16px;
    /* border: 2px solid #2B3173; */
    color: #2B3173;
  }
}

@media (max-width: 767px) {
  .list-stick div{
    font-size: 14px;
    text-align: left;
  }
  .banner-business-solution .banner-button {
    justify-content: flex-start !important;
  }
  .banner-business-solution .banner-button span {
    font-family: "Inter", Arial, Helvetica, sans-serif;
  }
  .banner-business-solution .content-bg {
    padding: 20px 0;
    background: url(/sites/misa/images/pages/home-page-v3/bg-banner-mobile.webp) no-repeat;
    background-size: cover;
  }

  .banner-business-solution .content-bg.oneai-content {
    padding: 20px 0;
    background: unset;
    background-size: cover;
  }

  .banner-business-solution .pc-banner {
    display: none !important;
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    display: block !important;
    width: 100%;
    height: auto;
    max-height: 287px;
    object-fit: cover;
    object-position: center;
  }

  .banner-business-solution .banner-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #2B3173;
    margin-top: 0;
  }

  .banner-business-solution .banner-description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #2C0C77;
  }

  .banner-business-solution .banner-button {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    flex-wrap: wrap;
  }

  .banner-business-solution .btn-item {
    width: 130px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .banner-business-solution .btn-more {
    width: 130px;
    /* height: 34px; */
    font-size: 16px;
    /* border: 2px solid #2B3173; */
    color: #2B3173;
  }
  .banner .owl-dots{
  bottom: 0;
  }
}

/* Tablet specific styles */
@media (min-width: 768px) and (max-width: 979px) {
  .banner-business-solution .content-bg {
    padding: 35px 0;
  }

  .banner-business-solution .pc-banner {
    display: none !important;
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    display: block !important;
    width: 100%;
    height: auto;
    /* max-height: 400px; */
    object-fit: cover;
    object-position: center;
  }

  .banner-business-solution .banner-content {
    max-width: 60%;
    margin: 0 auto;
  }

  .banner-business-solution .banner-title {
    font-size: 26px;
  }

  .banner-business-solution .banner-description {
    font-size: 15px;
  }

  .banner-business-solution .btn-item {
    width: 200px;
  }

  .banner-business-solution .btn-more {
    width: 200px;
  }
}

/* iPhone 12 Pro and similar devices */
@media (max-width: 390px) and (min-width: 361px) {
  .banner-business-solution .content-bg {
    padding: 15px 0;
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    height: auto;
  }

  .banner-business-solution .banner-title {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .banner-business-solution .banner-description {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .banner-business-solution .btn-item {
    width: 103px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .banner-business-solution .btn-more {
  }
}

/* Mobile small screens (iPhone 14 Pro Max and larger) */
@media (max-width: 480px) and (min-width: 391px) {
  .banner-business-solution .btn-item {
    width: 107px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .banner-business-solution .btn-more {
    width: 131px;
    /* height: 32px !important; */
    /* font-size: 11px !important; */
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    /* height: unset; */
  }
}

/* Very small screens */
@media (max-width: 360px) {
  .banner-business-solution .content-bg {
    padding: 12px 0;
  }

  .banner-business-solution img.img-responsive.d-none.mobile-banner.change-img {
    height: auto;
  }

  .banner-business-solution .banner-title {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 4px;
  }

  .banner-business-solution .banner-description {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .banner-business-solution .btn-item {
    width: 95px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .banner-business-solution .btn-more {
    width: 105px;
    height: 28px;
    font-size: 9px;
  }
}
/* end Banner Business Solution */
/*#region Popup Video */
.popup-ava-item {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.popup-ava-item .pvi-ava-item {
  position: absolute;
  width: 90%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.popup-ava-item .pvi-ava-border-item {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.popup-ava-item .pvi-ava-close-item {
  background: url(https://www.misaeshop.vn/sites/library/images/ic_close.png?ver=0.0.1) top right
    no-repeat;
  background-size: 28px;
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  right: -14px;
  top: -14px;
  cursor: pointer;
  z-index: 2;
}

.popup-ava-item .embed-responsive-16by9 {
  padding-bottom: 89%;
}
/* @media screen and (min-width: 1024px){
  
} */
@media screen and (max-width: 767px){
  .popup-ava-item .embed-responsive-16by9 {
      padding-bottom: 150%;
  }
}
/*#endregion*/
@media (max-width: 767px) {
    .banner-business-solution .btn-more img {
        height: 12px !important;
        width: 12px !important;
    }
  .banner-business-solution a.btn-more{
    font-size: 14px;
    padding: 7px;
    background: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
  a.btn-more.oneai-btn-more{
    display: none;
  }
}

/*#region Purchase Popup */
a.purchase-item:focus {
  color: #212121;
  opacity: 1;
}
.purchase-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.purchase-popup-content {
  background: #fff;
  border-radius: 20px;
  max-width: 1366px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0px 20px 40px 0px #0000001F;
  position: relative;
}

.purchase-popup-header {
  display: flex;
  align-items: center;
  padding: 32px 32px 8px;
  /* border-bottom: 1px solid #E5E7EB; */
  justify-content: center;
}

.popup-title {
  font-size: 28px;
  font-family: "Inter Bold", Arial, sans-serif;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.popup-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #6B7280;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close:hover {
  background: #F3F4F6;
  color: #374151;
}

.purchase-popup-body {
  padding: 12px 31px 32px;
}

/* Grid Layout - Copy tá»« solution-grid */
.purchase-categories-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  /* gap: 40px; */
}

.purchase-categories-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
}

.purchase-category-wrapper {
  height: 100%;
}

.purchase-category {
  height: 100%;
}

.purchase-category-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(270deg, #FFF 14.92%, #F2EDFF 93.92%);
  border-radius: 8px;
}

.purchase-category-header.nha-hang-color {
  background: linear-gradient(90deg, #E2F0FE 0%, #FFF 100%);
}

.purchase-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase-category-icon img {
  /* filter: brightness(0) invert(1); */
  width: 42px;
}

.purchase-category-title {
  font-size: 24px;
  font-family: "Inter Bold", Arial, sans-serif;
  color: #212121;
  margin: 0;
}

.purchase-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.purchase-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #212121;
  padding-left: 7px;
}

.purchase-item:hover {
  color: #6625FF;
  text-decoration: none;
}

.purchase-categories-content .purchase-category-wrapper:nth-child(2) .purchase-item:hover {
  color: #00A6EE;
}
.purchase-categories-content .purchase-category-wrapper:nth-child(2) .purchase-item .purchase-arrow {
  color: #00A6EE;
}

.purchase-categories-content .purchase-category-wrapper:nth-child(2) .purchase-item img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(98%) saturate(1482%) hue-rotate(177deg) brightness(103%) contrast(101%);
}
.purchase-categories-content .purchase-category-wrapper:nth-child(2) .purchase-item:hover img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(99%) saturate(2476%) hue-rotate(193deg) brightness(96%) contrast(101%);
}
.purchase-item:hover img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(13%) sepia(84%) saturate(7494%) hue-rotate(258deg) brightness(95%) contrast(114%);
}

.purchase-item:hover .purchase-arrow {
  opacity: 1;
  transform: translateX(0);
}

.purchase-item img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(6613%) hue-rotate(258deg) brightness(124%) contrast(108%);
}

.purchase-arrow {
  color: #6625FF;
  font-size: 16px;
  /* margin-left: auto; */
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Responsive */
@media screen and (max-width: 979px) {
  .purchase-popup-content {
      max-width: 90%;
      margin: 20px;
  }
  
  .purchase-popup-header {
      padding: 24px 20px 20px;
  }
  
  .popup-title {
      font-size: 22px;
  }
  
  .purchase-popup-body {
      padding: 20px;
  }
  
  .purchase-categories-content {
      grid-template-columns: 1fr;
      padding: 30px 20px;
      gap: 20px;
  }
  
  .purchase-category {
      padding: 20px;
      margin-bottom: 20px;
  }
  
  .purchase-category-title {
      font-size: 18px;
  }
  
  .purchase-category-list {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
  }
  
  .purchase-item {
      font-size: 15px;
  }
  
  .purchase-arrow {
      font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-popup-overlay {
      padding: 10px;
  }
  
  .purchase-popup-content {
      max-height: 95vh;
  }
  
  .purchase-popup-header {
      padding: 10px 10px 8px;
  }
  
  .popup-title {
      font-size: 15px;
      line-height: 1.4;
      max-width: 250px;
      text-align: center;
      padding-top: 8px;
  }
  
  .purchase-popup-body {
      padding: 16px;
  }
  
  .purchase-categories-content {
      padding: 0;
      gap: 16px;
  }
  
  .purchase-category {
      padding: 0;
  }
  
  .purchase-category-title {
      font-size: 17px;
  }
  
  .purchase-category-header {
      margin-bottom: 16px;
      gap: 8px;
      padding: 10px;
  }
  
  .purchase-category-icon {
      width: 32px;
      height: 32px;
  }
  
  .purchase-category-icon img {
      width: 42px;
      height: 42px;
  }
  
  .purchase-category-list {
      gap: 8px;
  }
  
  .purchase-item {
      font-size: 14px;
      gap: 8px;
      padding: 6px 0;
  }
  
  .purchase-item img {
      width: 24px;
      height: 24px;
  }
  
  .purchase-arrow {
      font-size: 12px;
  }
}

/* Prevent body scroll when popup is open */
body.popup-open {
  overflow: hidden;
}

/*#endregion*/

/* custom new banner  */
.oneai-title {
    color: #2C0C77;
  background: unset;
}
.oneai-title-2 {
  color: #FF5900 !important;
  -webkit-text-fill-color: unset !important;
}
.list-stick.oneai-list {
    color: #2C0C77;
    font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
    font-size: 21px;
}
.oneai-btn-advise {
    background: linear-gradient(90deg, #FF5900 0%, #FF2610 100%);
    display: block;
}

.oneai-btn-free-trial {
    background: linear-gradient(90deg, #7748FC 0%, #4603FF 100%);
}

.oneai-btn-more span {
    background: unset;
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 16px;
}

a.btn-more.oneai-btn-more {
    background: unset;
    box-shadow: unset;
    width: fit-content;
}

@media only screen 
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles for iPad Pro 12.9" Portrait */
  .bg-banner-3-pc {
      display: none !important;
  }
  .banner {
    height: auto;
  }
  .list_for_mobile {
    display: flex;
}
  .img-banner.image-container {
      height: calc(100vh - 60px);
  }
}
  
/* end custom new banner  */