@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese");
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5f6d75;
}

a, a:hover {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  outline: 0;
  text-decoration: none;
}

.badges {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.margin-0 {
  margin: 0px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}
.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-left-0 {
  padding-left: 0px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.center {
  text-align: center;
}

.border-0 {
  border: 0;
}

.image-circle {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.show-pc {
  display: block;
}
@media (max-width: 1200px) {
  .show-pc {
    display: none;
  }
}

.show-mb {
  display: none;
}
@media (max-width: 1199px) {
  .show-mb {
    display: block;
  }
}

.header__main {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 9;
}
.header__main.sticky {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header__main.sticky {
    display: inline-block;
  }
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  aspect-ratio: 3/1;
}
    .header__logo img {
        /*height: 67px;*/
        width: 240px !important;
        width: auto;
        margin-top: 10px;
    }
.header__menu {
  height: 80px;
}
.header__menu ul {
  display: flex;
  height: inherit;
  color: #fff;
}
.header__menu ul li {
  padding: 10px 15px;
  /*border-right: 1px solid #2b2b2b;*/
  display: flex;
}
.header__menu ul li:last-child {
/*  border: none;
  background-color: #00950f;*/
}
.header__menu ul li .icon {
  margin: auto 3px;
}
.header__menu ul li .item {
  margin: auto;
  color: #000;
}
.header__menu ul li .item .text-title {
  font-size: 14px;
  padding: 0 10px;
}
.header__menu ul li .item .text-header-body {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.header__menu ul li a {
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
}
.header__menu ul li a.active {
  background-color: #88b14b;
  color: #fff;
  border-radius: 30px;
}
    .header__menu ul li a:hover {
        background-color: #88b14b;
        color: #fff;
        border-radius: 30px;
        padding: 0 10px 3px !important;
    }
.header__search .example input[type=text] {
    padding: 10px;
    font-size: 17px;
    float: left;
    width: 80%;
    background: #f1f1f1;
    height: 40px;
    color: #fff;
    border-radius: 10px 0 0 10px;
    outline: none;
}
.header__search .example input[type=text]::placeholder {
  font-size: 13px;
  font-style: oblique;
}
.header__search .example button {
  float: left;
  width: 20%;
  background: #00950f;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  height: 40px;
  border-radius: 0 10px 10px 0;
  outline: none;
}
.header__search .example::after {
  content: "";
  clear: both;
  display: table;
}
.header__mobile {
  background-image: url("../images/Home-2-IMG_0039_Rectangle-3.png");
  padding: 0 15px;
  height: 57px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .header__mobile {
    z-index: 11111;
  }
}
.header__mobile-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__logo-mobile img {
  height: 45px;
  width: auto;
}
.header__mb-right .menu-mb-open {
  color: #2b2b2b;
  font-size: 20px;
}
.header__mb-right .menu-mb-open img {
  max-width: 40px;
}
.header__mobile-main {
  position: fixed;
  height: 100%;
  top: 57px;
  width: 250px;
  background-color: #fff;
  z-index: 11;
  left: -100%;
  transition: all 0.5s ease;
  overflow-y: auto;
}
.header__mobile-title-mb-flex {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.header__mobile-title-mb-flex a {
  font-size: 18px;
  color: #2b2b2b;
}
.header__mobile-main-title {
  width: 100%;
}
@media (max-width: 1200px) {
  .header__mobile-list {
    margin-bottom: 20px;
  }
  .header__mobile-list::after {
    border-bottom: 1px solid #fff;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
  }
}
.header__mobile-list a {
  padding: 0 10px;
  display: block;
  font-size: 15px;
  color: #fff !important;
}
@media (max-width: 390px) {
  .header__mobile-list a {
    font-size: 12px;
  }
}
.header__mobile-list .menu-mb {
  padding: 20px;
}
.header__mobile-list .menu-mb ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.header__mobile-list .menu-mb ul li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header__mobile-list .menu-mb ul li .icon img {
  max-width: 25px;
  max-height: 25px;
}
.header__mobile-list .menu-mb ul li .item .text-header-body {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.text-header-body a{color: #000;}

.header__middle {
    background-color: #00950f;
}
@media (max-width: 1200px) {
  .header__middle {
    background-color: unset;
  }
}
.header__middle .menu-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__middle .menu-nav .main-nav {
  display: block;
  width: 100%;
  background: #000;
  height: 3.5rem;
  color: #fff;
}
.header__middle .menu-nav .main-nav__list {
  float: left;
  height: 3.5rem;
/*  display: flex;
  justify-content: space-between;*/
  position: relative;
  width: 100%;
}
.header__middle .menu-nav .main-nav__item {
  display: inline-block;
  float: left;
  height: 3.5rem;
  /*text-transform: uppercase;*/
  font-size: 15px;
}
    .header__middle .menu-nav .main-nav__item::after {
        content: "|";
        top: 16px;
        position: relative;
        color: #fff;
    }

    .header__middle .menu-nav .main-nav__item:last-child::after {
        content: ""
    }

.header__middle .menu-nav .main-nav__item:hover a {
  color: #fff;
  background-color: #f19a30;
  transition: color 0.62s ease-in-out;
}
.header__middle .menu-nav .main-nav__item--active.on-hover a {
  color: #fff;
}
.header__middle .menu-nav .main-nav__link {
  color: #fff;
  font-weight: bold;
  height: 3.5rem;
  padding: 1rem 28px;
  float: left;
}
.header__middle .menu-nav .main-nav__active {
  transition: width 0.42s ease-in-out, left 0.52s ease-in-out;
  background: #f38324;
  height: 90%;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 3px;
}
.header__middle-mb .menu-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__middle-mb .menu-nav .main-nav {
  display: block;
  width: 100%;
  background: #000;
  height: 3.5rem;
  color: #fff;
}
.header__middle-mb .menu-nav .main-nav__list {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.header__middle-mb .menu-nav .main-nav__item {
  display: flex;
  margin: 5px 0;
  align-items: center;
}
.header__middle-mb .menu-nav .main-nav__item .icon img {
  max-width: 25px;
  max-height: 25px;
}
.header__middle-mb .menu-nav .main-nav__item a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.header__middle-mb .menu-nav .main-nav__link {
  color: #000;
}
.header__middle-mb .menu-nav .main-nav__active {
  transition: width 0.42s ease-in-out, left 0.52s ease-in-out;
  background: #f38324;
  height: 90%;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 3px;
}

.footer__main {
  /*background-image: url("../images/Home-2-IMG_0044_bg-footer.png");*/
}
.footer__main .item-footer {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .footer__main .item-footer {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer__main .item-footer {
    display: block;
    text-align: center;
  }
  .footer__main .item-footer .img-footer {
    margin-bottom: 20px;
  }
  .footer__main .item-footer .img-footer img {
    width: 50%;
  }
}
.footer__main .item-footer .bank-item {
  text-align: left;
}
.footer__main .item-footer .bank-item .bank-item-info {
  margin: 10px 0;
  color: #000;
}
.footer__main .item-footer .bank-item .bank-item-info img {
  padding: 5px 0;
  max-width: 25px;
}
.footer__main .item-footer .bank-item .bank-item-info a {
  font-size: 14px;
}
.footer__main .item-footer .content-footer {
  height: 100%;
}
.footer__main .item-footer .content-footer .info-footer {
  display: flex;
  align-items: center;
  padding: unset;
}
@media (max-width: 400px) {
  .footer__main .item-footer .content-footer .info-footer {
    display: flex;
    flex-direction: column;
  }
}
.footer__main .item-footer .content-footer .info-footer .-info {
  height: 100%;
  align-items: center;
}
.footer__main .item-footer .content-footer .info-footer .item-info {
  display: grid;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 400px) {
  .footer__main .item-footer .content-footer .info-footer .item-info {
    display: block;
    text-align: left;
  }
}
.footer__main .item-footer .content-footer .info-footer .item-info span {
  margin: 3px 0;
}
@media (min-width: 1200px) {
  .footer__main .item-footer .content-footer .info-footer .item-info span {
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .footer__main .item-footer .content-footer .info-footer .item-info .img-item-info {
    display: block;
  }
}
.footer__main .item-footer .content-footer .info-footer .item-info .img-item-info a {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.footer__main .item-footer .content-footer .info-footer .item-info .img-item-info img {
  margin-right: 5px;
  max-width: 22px;
}

.bg-open-mn {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  z-index: 10;
  display: none;
}

.open-menu-mb .header__mobile-main {
  background-color: #2f323e;
  left: 0;
}
.open-menu-mb .bg-open-mn {
  display: block;
}

.home__advantages {
  padding: 60px 0;
}
.home__adv-title {
  text-align: center;
  font-size: 43px;
  color: #88b14b;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.home__adv-item {
  align-items: center;
  display: flex;
}
.home__ai-icon {
  width: 80px;
  margin-right: 15px;
}
.home__ai-content {
  width: calc(100% - 95px);
}
.home__ai-title {
  font-size: 24px;
  color: #88b14b;
  margin-bottom: 5px;
}
.home__ai-text {
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;
}
.home__section-ai {
  background: url(../../asset/images/bg-home-trend.jpg);
  background-size: cover;
  background-position: left bottom;
  padding: 180px 0 65px;
}
.home__sa-content {
  max-width: 650px;
  margin-left: auto;
  text-align: center;
}
.home__sa-content img {
  max-width: 500px;
}
.home__sa-title {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 35px;
}
.home__sa-desception {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 70px;
}
.home__system {
  padding: 60px 0;
  background: url(../../asset/images/bg-home-system.jpg);
  background-size: cover;
  background-position: center bottom;
}
.home__title {
  font-size: 43px;
  color: #88b14b;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.home__title span {
  color: #232c44;
  font-weight: 400;
}
.home__system-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home__system-item {
  width: 50%;
  max-width: 400px;
  display: flex;
  margin-bottom: 60px;
}
.home__si-img {
  width: 60px;
  margin-right: 15px;
}
.home__si-content {
  width: calc(100% - 75px);
}
.home__si-title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #2f2f2f;
}
.home__si-text {
  margin: 0;
  font-size: 15px;
  color: #737373;
}
.home__step {
  padding: 80px 0px;
}
.home__step-item {
  text-align: center;
  margin-bottom: 15px;
}
.home__step-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  background-color: #46557e;
  font-size: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.home__step-icon.step-2 {
  background-color: #bc2a2d;
}
.home__step-icon.step-3 {
  background-color: #ffae00;
}
.home__step-title {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: bold;
  margin: 0;
}
.home__step-btn {
  margin-top: 30px;
  text-align: center;
}
.home__step-btn a {
  padding: 5px 40px;
  background-color: #bc2a2d;
  border-radius: 20px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.home__banner .img-banner {
  aspect-ratio: 1920/507;
}
@media (max-width: 1200px) {
  .home__banner .img-banner {
    position: relative;
    top: 57px;
    display: none;
  }
}
.home__banner .img-banner img {
  height: 100%;
}
.home__banner .img-banner-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .home__banner .img-banner-mobile {
    display: block;
    aspect-ratio: 634/396;
    position: relative;
    top: 57px;
  }
  .home__banner .img-banner-mobile img {
    height: 100%;
  }
}
.home__banner .slider-banner {
  position: relative;
  top: -100px;
}
@media (max-width: 1200px) {
  .home__banner .slider-banner {
    top: -40px;
  }
    .item-content-footer {
        display: ruby !important;
        gap: 20px;
        margin-bottom: 20px;
    }
    .img-item-info {
        margin-right: 35px;
        margin-bottom: 10px;
    }
}
.home__banner .slider-banner .your-class .item-banner {
  margin: 0 10px;
  position: relative;
}
.home__banner .slider-banner .your-class .item-banner::after {
  background-image: linear-gradient(#f19a30, #f16330);
  content: "";
  width: 100%;
  height: 87%;
  position: absolute;
  border-radius: 30px 0;
  z-index: -1;
  top: 50px;
}
.home__banner .slider-banner .your-class .item-banner .item-slider {
  height: 380px;
}
@media (max-width: 991px) {
  .home__banner .slider-banner .your-class .item-banner .item-slider {
    height: 350px;
  }
}
.home__banner .slider-banner .your-class .item-banner .item-slider .img-slider img {
  max-width: 160px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home__banner .slider-banner .your-class .item-banner .item-slider .img-slider img {
    max-width: 130px;
  }
}
.home__banner .slider-banner .your-class .item-banner .item-slider .title-slider {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home__banner .slider-banner .your-class .item-banner .item-slider .title-slider {
    font-size: 15px;
    white-space: nowrap;
  }
}
.home__banner .slider-banner .your-class .item-banner .item-slider .body-slider {
  color: #fff;
  font-size: 15px;
  padding: 20px;
  height: 11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.home__banner .slider-banner .your-class .slick-dots {
  bottom: -30px;
}
.home__banner .slider-banner .your-class .slick-dots li button {
  background: #f19a30;
}
.home__news {
  /*background-image: url("../images/img-new.png");*/
  padding: 50px 0;
}
@media (max-width: 576px) {
  .home__news .container {
    padding: unset;
  }
}
.home__title-news {
  margin-bottom: 40px;
}
.home__title-news h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 460px) {
  .home__title-news h2 {
    font-size: 24px;
  }
}
.home__title-news .line {
    width: 75px;
    margin: 0 auto;
    border: 2px solid #1a8f43;
}
.home__title-news .line-while {
    width: 75px;
    margin: 0 auto;
    border: 2px solid #fff;
}
@media (max-width: 460px) {
  .home__title-news .line {
    width: 250px;
  }
}
.home__news-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__news-flex .news-focus {
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .home__news-flex .news-focus {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home__news-flex .news-focus .item {
  aspect-ratio: 2/1;
}
.home__news-flex .news-focus .item .item-img img {
  height: 100%;
}
.home__news-flex .news-focus .item .item-content .item-title {
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  display: block;
  margin: 15px 0;
  min-height: 54px;
  text-transform: uppercase;
}
.home__news-flex .news-focus .item .item-content .body-item a {
  font-style: italic;
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
  flex: 1;
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home__news-flex .news-focus .item .item-content .btn-news {
  border: 1px solid;
  width: 100px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #ebeff0;
  margin: 10px 0;
}
.home__news-flex .news-focus .item .item-content .btn-news a {
  color: #3c525b;
}
.home__news-flex .news-sub-list {
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .home__news-flex .news-sub-list {
    width: 100%;
  }
}
.home__news-flex .news-sub-list .item {
  aspect-ratio: 4/1;
  display: flex;
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .home__news-flex .news-sub-list .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .home__news-flex .news-sub-list .item {
    display: block;
    margin-bottom: 30px;
  }
}
.home__news-flex .news-sub-list .item .item-img {
  aspect-ratio: 515/322;
  width: 40%;
}
@media (max-width: 575px) {
  .home__news-flex .news-sub-list .item .item-img {
    width: 100%;
  }
}
.home__news-flex .news-sub-list .item .item-img img {
  height: 100%;
  object-fit: cover;
}
.home__news-flex .news-sub-list .item .item-content {
  flex: 1;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .home__news-flex .news-sub-list .item .item-content {
    padding: unset;
  }
}
.home__news-flex .news-sub-list .item .item-content .item-title {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin: 10px 0;
  min-height: 40px;
  text-transform: uppercase;
  flex: 1;
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home__news-flex .news-sub-list .item .item-content .body-item a {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
  flex: 1;
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: italic;
}
.home__news-flex .news-sub-list .item .item-content .btn-news {
  border: 1px solid;
  width: 100px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #ebeff0;
}
.home__news-flex .news-sub-list .item .item-content .btn-news a {
  color: #3c525b;
}
@media (max-width: 576px) {
  .home__marketComment .container {
    padding: unset;
  }
}
.home__marketComment .marketComment {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .home__marketComment .title-marketComment h2 {
    font-size: 24px;
  }
}
.home__marketComment .title-marketComment .line {
  border: 2px solid #000000;
  width: 455px;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .home__marketComment .title-marketComment .line {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .home__marketComment .marketComment-right {
    display: block;
  }
}
.home__marketComment .marketComment-right .item-marketComment {
  margin: 20px 0;
}
    .home__marketComment .marketComment-right .item-marketComment .img-marketComment {
        aspect-ratio: 234/126;
        padding-left: 0;
    }

    .home__marketComment .marketComment-right .item-marketComment .content-marketComment {
        padding-left: 0;
    }

.home__marketComment .marketComment-right .item-marketComment .content-marketComment .title-item {
  display: block;
  font-size: 16px;
  color: #3f3f3f;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.home__marketComment .marketComment-right .item-marketComment .content-marketComment .body-item a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*font-style: italic;*/
  line-height: 1rem;
  margin: 10px 0;
  color: #000;
}
.home__marketComment .marketComment-right .item-marketComment .content-marketComment .body-item p {
  display: block;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: oblique;
  margin: 10px 0;
}
.home__marketComment .marketComment-right .item-marketComment .content-marketComment .item-time i {
  color: #008aff;
}
.home__marketComment .marketComment-right .item-marketComment .content-marketComment .btn-detail {
  width: 101px;
  text-align: center;
  padding: 5px 16px;
  border-radius: 10px;
  background-color: #aab9be;
  font-style: oblique;
  border: 1px solid #aab9be;
}
.home__marketComment .marketComment-right .item-marketComment .content-marketComment .btn-detail a {
  color: #2e4249;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .home__marketComment .marketComment-right .item-marketComment .img-marketComment {
    padding: unset;
  }
}
@media (max-width: 767px) {
  .home__marketComment .marketComment-right .item-marketComment .img-marketComment {
    margin-bottom: 10px;
  }
}
.home__marketComment .marketComment-right .item-marketComment .img-marketComment a img {
  height: 100%;
}
.home__OpenAccount {
    /*background-image: url("../images/Home-2-IMG_0006_Color-Balance-1.png");*/
    background-image: url('../images/bg_account.png');
    padding: 40px 0;
    margin-top: 50px;
    background-repeat: no-repeat;
}
.home__OpenAccount .title-Account {
  padding-bottom: 50px;
}
.home__OpenAccount .title-Account h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 460px) {
  .home__OpenAccount .title-Account h2 {
    font-size: 24px;
  }
}
.home__OpenAccount .title-Account .line {
  border: 2px solid #000000;
  width: 390px;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .home__OpenAccount .title-Account .line {
    width: 250px;
  }
}
.home__OpenAccount .note {
  flex-wrap: nowrap;
}
.home__OpenAccount .note .title-note p {
  color: red;
  text-align: end;
}
.home__OpenAccount .note .item-note {
  padding-right: unset !important;
}
.home__OpenAccount .note .item-note p {
  color: red;
}
.home__OpenAccount .register-acc {
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    margin: 0 0 12px 0;
}
    .home__OpenAccount .register-acc label {
        margin-bottom: unset;
        margin-right: 1rem;
        /*width: calc(30% - 1rem);*/
        text-align: end;
        font-size: 16px;
        color: #3f3f3f;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 8px;
    }
.home__OpenAccount .register-acc .field-validation-error {
  font-size: 12px !important;
  color: red;
  margin: 3px 0px;
  width: 70%;
  margin-left: auto;
}
.home__OpenAccount .register-acc input {
  width: 60%;
}
.home__OpenAccount .register-acc button {
  width: 60%;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */


.item-content h1 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 15px 0 5px 0;
}
.item-content p {
    font-size: 14px;
    font-weight: 40;
    color: #000;
    margin-bottom: 20px;
}

.home__marketComment .title-marketComment {
    padding-bottom: 0px;
}

.home__marketComment .title-marketComment h2 {
    /*text-align: center;*/
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    border-left: 6px solid #1a8f43;
    line-height: 27px;
    font-weight: bold;
    font-size: 30px;
    padding-left: 10px;
}


.bg-package {
    padding: 50px 0;
    background-color: #ededed;
}

.package-img {
    padding: 0 45px;
    margin-bottom: 20px;
}

.img-item-info img{
    width: 20px;
}

.item-content-footer {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
}

.img-item-info {
    color: #000;
    font-size: 15px;
}
.img-footer {
    margin: 0 auto;
    text-align: center;
}
.img-footer img{
    width: 200px;
}

#OpenAccount .form-label {
    color: #fff;
}