.wrapper_content_home {
  padding-top: 30px;
}

.block_title {
  color: var(--main-color);
}

.block_streng_home {
  padding: 20px 120px;
  background: var(--main-color2);
  border-radius: 16px;
}
@media all and (max-width: 1400px) {
  .block_streng_home {
    padding: 20px 20px;
  }
}
.block_streng_home .list_streng {
  margin: 0;
}
.block_streng_home .list_streng .item {
  align-items: center;
  padding: 20px 0;
}
.block_streng_home .list_streng .item .icon {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 4px;
}
.block_streng_home .list_streng .item .icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.block_streng_home .list_streng .item .box_content {
  margin-left: 12px;
}
.block_streng_home .list_streng .item .block_title, .block_streng_home .list_streng .item .name {
  color: #fff;
}

.pos_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block_gift, .block_download_the_app, .block_benefit {
  background: rgb(230, 238, 252);
  width: calc(33.3333333333% - 12px);
  padding: 20px;
}
@media all and (max-width: 1500px) {
  .block_gift, .block_download_the_app, .block_benefit {
    width: calc(50% - 12px);
    margin: 0px 0 60px;
  }
}
@media all and (max-width: 992px) {
  .block_gift, .block_download_the_app, .block_benefit {
    width: calc(100% - 0px);
  }
}
@media all and (max-width: 650px) {
  .block_gift, .block_download_the_app, .block_benefit {
    margin: 0px 0 40px;
  }
}

@media all and (max-width: 650px) {
  .block_gift, .block_benefit {
    width: calc(100% + var(--bs-gutter-x, 0.75rem) * 2);
    margin: 0 calc(var(--bs-gutter-x, 0.75rem) * -1) 40px;
    padding: 20px calc(var(--bs-gutter-x, 0.75rem) * 1);
  }
  .block_gift .block_head_flex, .block_benefit .block_head_flex {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 650px) {
  .block_video .block_head_flex {
    margin-bottom: 15px;
  }
}

.pos {
  padding: 35px 0;
}
@media all and (max-width: 650px) {
  .pos {
    padding: 25px 0;
  }
}

.pos_bottom {
  padding-bottom: 60px;
}

.list_project_home-item-w-5 .item {
  width: calc(20% - 24px);
}
@media all and (max-width: 1600px) {
  .list_project_home-item-w-5 .item {
    width: calc(25% - 24px);
  }
}
@media all and (max-width: 1200px) {
  .list_project_home-item-w-5 .item {
    width: calc(33.3333333333% - 24px);
  }
}
@media all and (max-width: 650px) {
  .list_project_home-item-w-5 .item {
    width: calc(50% - 12px) !important;
  }
}

.list_project_home-item .item {
  border: 1px solid var(--border-color);
}
.list_project_home-item .item:hover {
  transform: scale(1.03);
  box-shadow: none;
  border: 1px solid var(--main-color2);
}
.list_project_home-item .item .image {
  border-radius: 8px;
}
.list_project_home-item .item .status_project {
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list_project_home-item .item .status_project > div {
  margin: 0 !important;
}
.list_project_home-item .item .item_content {
  width: 100%;
  padding: 20px 16px 15px;
}
.list_project_home-item .item .item_name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 88, 221, 0.2117647059);
}
.list_project_home-item .item .item_info {
  margin-top: 14px;
}
.list_project_home-item .item .item_info > div {
  margin: 14px 0 0;
}
.list_project_home-item .item .item_info .info_btn {
  border: 1px solid rgba(0, 88, 221, 0.2117647059);
  flex-direction: column;
  width: calc(33.3333333333% - 5px);
  font-size: 14px;
  padding: 8px 5px;
  font-family: "Roboto-Medium";
}
@media all and (max-width: 400px) {
  .list_project_home-item .item .item_info .info_btn {
    font-size: 12px;
  }
}
@media all and (max-width: 650px) {
  .list_project_home-item .item .image {
    min-height: 220px;
    height: 220px;
  }
}
@media all and (max-width: 450px) {
  .list_project_home-item .item .image {
    min-height: 180px;
    height: 180px;
  }
}
.list_project_home-item .item .name {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
}
@media all and (max-width: 850px) {
  .list_project_home-item .item .name {
    font-size: 18px;
  }
}
@media all and (max-width: 650px) {
  .list_project_home-item .item .name {
    font-size: 16px;
  }
}
@media all and (max-width: 450px) {
  .list_project_home-item .item .name {
    font-size: 15px;
  }
}
.list_project_home-item .item .name a {
  color: var(--main-color);
}
.list_project_home-item .item .name a:hover {
  color: var(--main-color2);
}
.list_project_home-item .item .summary {
  display: block !important;
}
.list_project_home-item .item .item_summary {
  color: var(--summary-color);
  line-height: 32px;
  font-size: 16px;
  margin-top: 4px;
}
@media all and (max-width: 650px) {
  .list_project_home-item .item .item_summary {
    line-height: 24px;
    font-size: 14px;
  }
}
.list_project_home-item .item .item_summary .summary-main {
  color: var(--main-color);
  font-family: "Roboto-Medium";
}
.list_project_home-item .item .extension {
  margin-bottom: 0;
  gap: 5px;
  font-size: 14px;
}
.list_project_home-item .item .extension img {
  width: 16px;
  border-radius: 0;
}
.list_project_home-item .item .extension svg {
  fill: var(--main-color2);
}
.list_project_home-item .item .extension .extension_item {
  margin-bottom: 0;
}
.list_project_home-item .item .price {
  color: var(--main-color2);
}

.heart_main svg {
  fill: var(--main-color2);
}

.heart.active svg {
  fill: red;
}

.list_fund_home .item .heart {
  top: unset;
  bottom: 20px;
}

.list_gift {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.list_gift .item {
  display: flex;
  width: calc(50% - 10px);
}
.list_gift .item .image {
  width: 30%;
  overflow: hidden;
  border-radius: 4px;
}
.list_gift .item .item_content {
  width: calc(70% - 15px);
  margin-left: 15px;
}
.list_gift .item .item_content .summary {
  font-size: 13px;
  margin-top: 10px;
}
@media all and (max-width: 650px) {
  .list_gift .item .item_content .summary {
    margin-top: 4px;
    line-height: 18px;
  }
}

.block_download_the_app {
  background: var(--main-color2);
  border-radius: 16px;
  color: #fff;
  position: relative;
}
.block_download_the_app .block_head_flex {
  margin-bottom: 15px;
}
.block_download_the_app .block_title {
  color: #fff;
}
.block_download_the_app .block_sub {
  font-size: 20px;
}
@media all and (max-width: 650px) {
  .block_download_the_app .block_sub {
    font-size: 16px;
  }
}
.block_download_the_app .list_download {
  margin-top: 25px;
}
.block_download_the_app .list_download .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.block_download_the_app .list_download .item .icon {
  width: 24px;
  height: 24px;
  transform: translate(0px, -2px);
}
.block_download_the_app .list_download .item .icon svg {
  width: 100%;
  height: 100%;
}
.block_download_the_app .list_download .item .box_content {
  width: calc(100% - 24px - 10px);
  margin-left: 10px;
}
.block_download_the_app .list_app {
  display: flex;
}
.block_download_the_app .list_app .icon {
  width: 88px;
}
.block_download_the_app .list_app .box_content {
  width: calc(100% - 88px - 20px);
  margin-left: 20px;
}
.block_download_the_app .list_app .box_content a {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.block_download_the_app .list_app .box_content a:last-child {
  margin-bottom: 0;
}
.block_download_the_app .list_app .box_content a img {
  margin: initial;
}
.block_download_the_app .download_the_appimg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
}

@media all and (max-width: 1500px) and (min-width: 650px) {
  .block_benefit {
    width: 100%;
  }
}
@media all and (min-width: 1500px) {
  .block_benefit .block_head_flex {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 1500px) {
  .list_benefit {
    display: flex;
    gap: 12px;
  }
}
@media all and (max-width: 850px) {
  .list_benefit {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
}
.list_benefit .item {
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(0, 88, 221, 0.1);
}
@media all and (max-width: 1500px) {
  .list_benefit .item {
    display: flex;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 650px) {
  .list_benefit .item {
    padding: 14px;
  }
}
.list_benefit .item:last-child {
  margin-bottom: 0;
}
.list_benefit .item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .list_benefit .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.list_benefit .item .box_content {
  width: calc(100% - 50px - 20px);
}
@media all and (max-width: 1200px) {
  .list_benefit .item .box_content {
    width: calc(100% - 50px - 16px);
  }
}
@media all and (max-width: 650px) {
  .list_benefit .item .box_content {
    width: calc(100% - 40px - 12px);
  }
}
.list_benefit .item .name {
  font-size: 20px;
}
@media all and (max-width: 650px) {
  .list_benefit .item .name {
    font-size: 18px;
  }
}
@media all and (max-width: 650px) {
  .list_benefit .item .name {
    font-size: 16px;
  }
}
.list_benefit .item .summary {
  margin-top: 4px;
}
@media all and (max-width: 650px) {
  .list_benefit .item .summary {
    font-size: 14px;
  }
}

.play_icon {
  width: 35px;
  height: 35px;
  background: var(--main-color2);
}
@media all and (max-width: 650px) {
  .play_icon {
    width: 28px;
    height: 28px;
  }
}

.list_cat_home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_cat_home .item {
  text-align: center;
  text-align: center;
  border: 1px solid rgb(174, 205, 251);
  border-radius: 8px;
  padding: 2px;
  margin: 2px;
}
.list_cat_home .item .name {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}

.bg-list_cat_home {
  background: linear-gradient(180deg, rgb(230, 238, 252) 35%, transparent 100%);
}/*# sourceMappingURL=home.css.map */