#home a {
    transition: 0.3s;
}

    #home a:hover {
        transform: scale(1.03);
    }

#home #carousel-banner .carousel-control-prev-custom,
#home #carousel-banner .carousel-control-next-custom {
    top: 50%;
}

#home a:hover .title-item,
#home a:hover .title-item-first {
    color: #003f67;
}

#home .list-bg {
    display: flex;
    /* padding-inline-start: 17px; */
    padding-inline-end: 5px;
}

#home .option-item-img {
    width: 48px;
    height: 48px;
    margin-inline-end: 14px;
}

/* color */
#home .main-color-red {
    color: #e31c79;
}

#home .main-color-black {
    color: #202020;
}

#home .main-color-grey {
    color: #626262;
}

#home .main-color-blue {
    color: #003f67;
}

#home .main-bg-color-blue {
    background-color: #003f67;
    filter: drop-shadow(4px 14px 30px rgba(9, 30, 66, 0.1));
}

#home .main-bg-color-red {
    color: #e31c79;
}

/* #home .promotion-main-img {
  max-height: 380px;
  object-fit: cover;
} */

#home .home-item-info {
    right: 0;
    bottom: 0;
    left: 300px;
    top: 160px;
    margin: auto;
}

#home .frame-video-bg {
    background-image: url(/static/images/homepage/video/vdo_frame.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding: 100px 50px;
}

#home .bg-circle {
    background-image: url("/static/images/homepage/banner2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 48px 0px;
}

#home .bg-news-video {
    background-image: url("/static/images/homepage/banner3.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 70px 0;
}

#home .option-section {
    background-color: #00b4f1;
}

/* custom */
#home .carousel-control-prev-custom,
#home .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 140px;
}

#home #carousel-video .carousel-control-prev-custom,
#home #carousel-video .carousel-control-next-custom {
    top: 50%;
}

#home #carousel-option .carousel-control-prev-custom,
#home #carousel-option .carousel-control-next-custom {
    top: 5vw;
    background-color: transparent;
}

#home #carousel-promotion .carousel-control-prev-custom,
#home #carousel-promotion .carousel-control-next-custom {
    top: 50%;
}

#home .top-25 {
    top: 25% !important;
}

#home .top-5 {
    top: 5% !important;
}

#home .carousel-indicators-bottom-30 {
    bottom: -30px;
}

#home .carousel-indicators-bottom-60 {
    bottom: -60px;
}

/* information section */
#home .list-custom img {
    width: 100px;
    height: 100px;
    transition: 0.3s;
}

#home .list-custom:hover img {
    transform: scale(1.05);
}

#home .list-word:hover {
    border: solid 1px #fff !important;
    box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#home .home-item-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
}

#home .home-item-desc {
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    margin: 16px 0 40px 0;
}

#home .title {
    color: #003f67;
    font-size: 24px;
    line-height: 30px;
}

#home .subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 8px 0 24px 0;
}

#home .phone-item-phone {
    height: 690px;
    width: auto;
}

#home .phone-item-2 {
    height: 241.69px;
    width: auto;
}

#home .img-phone-group {
    width: 698px;
    height: auto;
}

/* parallax phone */
#home .parallax-phone {
    left: 20rem;
}

/* promotion section */
#home .item-promotion-1 {
    width: 413px;
    height: 443px;
    z-index: -1;
}

#home .item-promotion-2 {
    width: 517px;
    height: 275px;
    z-index: -1;
    mix-blend-mode: multiply;
}

#home .item-promotion-3 {
    width: 386px;
    height: 127px;
    z-index: -1;
    left: 60%;
    mix-blend-mode: multiply;
}

#home .card {
    border: none;
}

/* #home .promotion-main-img {
  max-height: 380px;
} */
/* 
#home .img-promotion-list {
  max-height: 178px;
} */

#home .promotion-card-text {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 12px 0 7px 0;
}

#home .promotion-card-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    color: #fff;
}

#home .tag-item {
    width: max-content;
    height: 28px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background-color: #e31c79;
}

/* news section */
/* #home .img-frame-main-news {
  height: 273px;
} */

/* #home .img-frame-list-news {
  height: 130px;
} */

#home .news-section .card-body {
    background-color: #fff;
    padding: 16px 15px;
    height: 170px;
}

#home .news-section .card-main-item {
    height: 250px;
}

#home #carousel-banner .carousel-control-prev-custom {
    margin-inline-start: 5%;
}

#home #carousel-banner .carousel-control-next-custom {
    margin-inline-end: 5%;
}

#home .news-section .main-news .card-body {
    background-color: #fff;
    padding: 24px 28px;
}

#home .news-section .tag-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 84px;
    height: 28px;
    background-color: #a2aaad;
    margin-bottom: 8px;
}


#home .news-section .main-news .tag-item {
    margin-bottom: 16px;
}

#home .news-section-bg {
    background-image: url("/static/images/homepage/news/background.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 200px;
    background-position: bottom;
    background-size: cover;
}

#home .bg-news {
    z-index: -1;
}

/* video section */
#home .vdo-bg {
    background-image: url("/static/images/homepage/video/vdo_frame.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* download section*/
#home .download-section {
  background: linear-gradient(180deg,
      rgba(0, 63, 103, 0) 72.2%,
      rgba(0, 63, 103, 0.2) 100%),
    linear-gradient(180deg,
      #ffffff 13.82%,
      rgba(121, 221, 255, 0.4) 60.05%,
      rgba(0, 180, 241, 0.54) 100%),
    url("/static/images/homepage/download/background.png");
    z-index: 0;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
    background-size: cover;
}

#home .download-bg-color {
    background: linear-gradient(360deg, #003f67 0%, #00b4f1 125.6%);
    border-radius: 40px 0px 0px 40px;
    height: 420px;
}

#home .btn-download {
    height: 100%;
    width: 150px;
}

#home .title-download {
    line-height: 70px;
}

/*option section*/
#home .option-section {
    font-weight: 500;
    font-size: 32px;
}

#home .list-bg {
  background: linear-gradient(180deg,
      rgba(0, 180, 241, 0.5) 0%,
      rgba(0, 85, 160, 0.5) 100%);
    height: 124px;
    width: 228px;
    margin: 0 1px 0 1px;
}

    #home .list-bg:hover {
        background: #e31c79;
        /* height: 124px;
  width: 228px; */
        /* margin: 0 1px 0 1px; */
    }

#home .option-section-bg {
    background-color: #00b4f1;
}

#home .home-item-btn a {
    background: #e31c79;
    border-radius: 40px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 50px;
}

#home .card-cash-btn-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
}

#home .card-cash-btn button {
    width: 100%;
    height: 68px;
    background-color: transparent;
}

#home .service-card-electronic {
    background-image: url("/static/images/homepage/card-electronic-bg.png");
    background-repeat: no-repeat;
    background-size: cover 400px;
    background-position: center;
    border-radius: 40px;
}

#home .card-electronic-section-img img {
    margin-top: -85.5px;
    margin-right: 20px;
    width: 456px;
    height: auto;
}

#home .card-electronic-section-webp img {
    margin-top: -60px;
    /*margin-right: 20px;*/
    width: 500px;
    height: 480px;
}

#home .card-electronic-section {
    padding: 100px 0;
}

    #home .card-electronic-section .title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        color: #ffffff;
        margin: 0px;
    }

#home .card-electronict-info {
    background-color: #003f67;
    border-radius: 0px 40px 40px 0px;
    height: 420px;
    padding: 0 80px;
}

#home .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 66px;
    color: #003f67;
    margin-bottom: 20px;
}

#home a .more-info-btn {
    color: #00b4f1;
    border-radius: 40px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    width: 155px;
    padding-left: 0px;
}

#home section.card-umayplus {
    margin: 80px 0 60px 0;
}

#home .list-custom {
    margin-top: 60px;
    font-size: 24px;
    line-height: 28px;
}

#home .promotion-item img {
    filter: drop-shadow(4px 14px 30px rgba(9, 30, 66, 0.1));
    border-radius: 20px;
}

#carousel-banner .carousel-indicators [data-mdb-target] {
    background: #fff;
}

#home .carousel-indicators [data-mdb-target] {
    margin-left: 5px;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    background: #bdbdbd;
    border-radius: 40px;
    border: none;
}

#home #carousel-banner .carousel-indicators .active {
    border-radius: 40px;
    width: 24px !important;
    background-color: #e31c79;
}

#home .carousel-indicators button.active {
    opacity: 1 !important;
    width: 24px !important;
    height: 10px !important;
    background: #e31c79;
    border-radius: 40px;
    border: none;
}

#home #carousel-banner .carousel-indicators {
    bottom: 0;
}

#home #carousel-video .carousel-indicators {
    bottom: -4vw;
}

#home #carousel-promotion .carousel-indicators,
#home #carousel-article .carousel-indicators {
    bottom: -3vw;
}

#home .news-section .title-item-first,
#home .article-section .title-item {
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#home .article-section .title-item {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    height: max-content;
}

#home .article-section .tag-item {
    background-color: #0085ca;
    margin-block: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

#home #carousel-article .date {
    margin: 0;
}

/* #home #carousel-article .img-article {
  max-height: 237.77px;
  overflow: hidden;
} */

#home #carousel-article .card-body {
    position: relative;
    padding-inline: 16px 23px !important;
}

#home #carousel-article .readmore-btn-homepage {
    font-size: 18px !important;
}

#home #carousel-article .card {
    height: 100%;
}

#home #carousel-article .carousel-control-prev-custom,
#home #carousel-article .carousel-control-next-custom {
    top: 50%;
    width: 50px;
    height: 50px;
}

#home .news-section {
    padding: 184px 0px 200px 0;
}

    #home .news-section .title-item {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #202020;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #home .news-section .main-news .title-item {
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
    }

    #home .news-section .date,
    #home .article-section .date {
        font-size: 18px;
        line-height: 22px;
        color: #626262;
        margin-bottom: 6px;
    }

#home .clock-img {
    width: 24px;
    height: 24px;
}

#home .video-item-first {
    padding: 14px;
    background: #f0fbff;
    border-radius: 16px;
}

#home .video-section .carousel-control-prev,
#home .video-section .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 12vw;
}


#home .option-section .carousel-control-prev {
    top: 0vw;
    left: -5vw;
}

#home .option-section .carousel-control-next {
    top: 0vw;
    right: -5vw;
}

#home .option-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
}

#home .service-yellow-home img {
    width: 410px !important;
    height: 430px !important;
    position: absolute !important;
    z-index: -1 !important;
}

#home .promotion-item-first .main-bg-color-blue {
    padding: 44px 31px;
}

#home .cardcash-btn-section {
    margin-top: 100px;
}

#home .cardcash-btn-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #202020;
    margin-top: 24px;
}

#home .video-section {
    margin-top: 200px;
}

#home .ratio-custom {
    border-radius: 14px;
    overflow: hidden;
}

#home .option-section-icon-hover {
    display: none;
}

#home .list-bg:hover .option-section-icon-hover {
    display: flex;
    position: absolute;
    bottom: 9px;
}

#home .graphic-1 {
    margin-left: 120px;
    margin-top: -40px;
    width: 380px;
    height: auto;
}

#home .abstract-technology {
    margin-top: -38vw !important;
    z-index: -1;
}

#home .video-item-first-date {
    font-size: 18px;
    line-height: 22px;
    color: #003f67;
    margin: 20px 0;
}

#home .video-item-first-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    color: #003f67;
    /* padding-right: 100px; */
}

#home .img-frame-list-news img {
    /* height: 190px; */
}

@media (min-width: 300px) and (max-width: 330px) {
    #carousel-banner .carousel-control-next-custom {
        left: 76% !important;
    }
}
@media (min-width: 330px) and (max-width: 769px) {

    #home .carousel-control-prev-custom {
        left: 5% !important;
    }

    #home .carousel-control-next-custom {
        left: 95% !important;
    }

    #home #carousel-banner .carousel-control-next-custom {
        left: 90% !important;
        margin: 0px !important;
    }

    #home .video-section .carousel-control-prev,
    #home .video-section .carousel-control-next {
        top: 50%;
    }

    #home .graphic-1 {
        margin-top: -40px;
    }

    #home .graphic-2 {
        width: 260px;
    }

    #home a {
        transition: 0.3s;
    }

        #home a:hover {
            transform: scale(1);
        }

        #home a img {
            transition: 0.3s;
        }

        #home a:hover img {
            transform: scale(1);
        }

    #home .video-section .carousel-control-prev,
    #home .video-section .carousel-control-next {
        width: 50px;
        height: 50px;
        top: 24vw;
    }

    #home a:hover #home .title-item,
    #home a:hover #home .title-item-first {
        color: #003f67;
    }

    #home .list-bg {
        height: 124px;
        width: 100%;
        margin: 0 1px 0 1px;
        justify-content: center;
    }

    #home .option-item-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
    }

    #home .option-item-img {
        height: auto;
        width: 48px;
    }

    #home .home-item-content {
        justify-content: center;
    }

    #home .home-item-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: center;
        margin-top: 20px;
    }

    #home .home-item-info {
        left: 0;
        right: 0;
        top: 10vw;
        bottom: 0;
        margin: auto;
    }

    #home .home-item-desc {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        margin: 10px 0 20px 0;
    }

    #home .home-item-btn a {
        background: #e31c79;
        border-radius: 40px;
        border: none;
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        padding: 10px 30px;
        text-align: center;
        color: #ffffff;
    }

    #home .home-item-btn {
        display: flex;
        justify-content: center;
    }

    #home .card-umayplus .home-item-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: start;
    }

    #home .card-cash-btn button {
        width: 100%;
        height: 54px;
    }

    #home .card-cash-btn-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #202020;
    }

    #home .title {
        color: #003f67;
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: center;
    }

    #home .promotion-card-info .date {
        font-weight: 500;
        font-size: 16px !important;
        line-height: 18px !important;
        color: #fff;
    }

    #home .tag-item {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
    }

    #home .promotion-card-text {
        color: #ffffff;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 15px 0 4px 0;
    }

    #home a .more-info-btn {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        width: 150px;
        margin-top: 8px;
        padding-left: 0px;
    }

    #home .carousel-control-prev-custom,
    #home .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 50%;
    }

    #home .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        bottom: -60px;
        list-style: none;
    }

    #home .abstract-technology {
        margin-top: -130vw !important;
    }

    #home .news-section .title-item,
    #home .article-section .title-item {
        color: #202020;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        height: max-content;
    }

    #home #carousel-news-mobile .carousel-control-prev-custom[b-h2nwizhfur],
    #home #carousel-news-mobile .carousel-control-next-custom[b-h2nwizhfur] {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 30vw;
    }

    #home #carousel-news-mobile .readmore-btn-homepage .card img {
        /* height: 195px; */
    }

    #home .article-section .card-body,
    #home .news-section .card-body {
        height: 195px;
        padding: 20px;
    }

    #home #carousel-article-mobile .carousel-control-prev-custom[b-h2nwizhfur],
    #home #carousel-article-mobile .carousel-control-next-custom[b-h2nwizhfur] {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 33vw;
    }

    #home .frame-video-bg {
        background-image: url("/static/images/homepage/video/vdo_frame.webp");
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 50%;
        padding: 30px 16px;
    }

    #home .video-item-first {
        padding: 25px 10px 10px 10px;
        background: none;
    }

    #home .video-item-first-title[b-h2nwizhfur] {
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #003f67;
        padding-right: 0;
    }

    #home .video-section .carousel-control-prev[b-h2nwizhfur],
    #home .video-section .carousel-control-next[b-h2nwizhfur] {
        width: 50px;
        height: 50px;
        top: 25vw;
    }

    #home .download-bg-color {
        background: linear-gradient(180deg, #003f67 0%, #00b4f1 125.6%);
        border-radius: 40px 40px 0px 0px;
        height: 240px;
    }

    #home .card-electronict-info {
        background-color: #003f67;
        border-radius: 0px 0px 40px 40px;
        height: 400px;
        padding: 30px;
    }

    #home .card-electronic-section {
        padding-bottom: 0;
    }

    #home .card-electronic-section-img img {
        width: 295px;
        height: 326px;
        margin-top: -85px;
    }

    #home .card-electronic-section-webp img {
        width: 330px;
        height: 326px;
        margin-top: -85px;
    }

    #home .card-electronic-section .title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: start;
        color: #ffffff;
    }

    #home #carousel-option-mobile .carousel-control-prev-custom,
    #home #carousel-option-mobile .carousel-control-next-custom {
        top: 5vw;
        background-color: transparent;
    }

    #home .news-section {
        padding: 70px 0px 100px 0;
    }

    #home .bg-circle {
        background-image: url("/umay/images/homepage/Background-image-body.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 30px 0 100px 0;
    }

    #home .bg-news-video {
        background-image: url("/static/images/homepage/banner3-mobile.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        padding: 87px 0;
    }

    #home .cardcash-btn-section {
        margin: 40px 0;
    }

    #home #carousel-banner .carousel-indicators {
        bottom: -44px;
    }

    #home section.card-umayplus {
        margin: 40px 0 60px 0;
    }

    #home .cardcash-btn-section a.list-custom {
        margin-bottom: 24px;
    }

    #home .promotion-card-info {
        padding: 12px 24px;
        height: 192px;
    }



    #home .option-section-select {
    background: linear-gradient(268.63deg,
        rgba(0, 180, 241, 0.5) 0%,
        rgba(0, 85, 160, 0.5) 100%);
        color: #fff;
        height: 58px;
        padding: 5px 0;
    }

    #home .option-section .carousel-control-prev {
        top: 0vw;
        left: 5vw;
    }

    #home .option-section .carousel-control-next {
        top: 0vw;
        right: 5vw;
    }

    #home .type {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
        width: max-content;
        padding: 5px 16px;
        border-radius: 40px;
        margin-bottom: 10px;
    }
}

@media (width: 768px) {
    #home .abstract-technology {
        margin-top: -200px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    #home .promotion-item-first .main-bg-color-blue {
        padding: 25px 31px;
    }


    #home #carousel-banner .carousel-control-next-custom {
        left: 95% !important;
        margin: 0px !important;
    }

    #home .promotion-item-first .main-bg-color-blue[b-h2nwizhfur] {
        padding: 25px;
    }

    #home a {
        transition: 0.3s;
    }

        #home a:hover {
            transform: scale(1);
        }

        #home a img {
            transition: 0.3s;
        }

        #home a:hover img {
            transform: scale(1);
        }

        #home a:hover .title-item,
        #home a:hover .title-item-first {
            color: #003f67;
        }

    #home .home-item-title {
        font-weight: 500;
        font-size: 34px;
        line-height: 38px;
        text-align: start;
    }

    #home .home-item-desc {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-align: start;
        color: #ffffff;
        margin: 0 0 20px 0;
    }

    #home .home-item-btn {
        /* align-items: center; */
        display: flex;
        justify-content: start;
    }

    #home .home-item-info {
        left: 15vw;
        right: 0;
        top: 60px;
        bottom: 0;
        margin: auto;
    }

    #home .title {
        color: #003f67;
        font-weight: 500;
        font-size: 64px;
        line-height: 60px;
        text-align: start;
    }

    #home .carousel-control-prev-custom,
    #home .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 40px;
        height: 40px;
        top: 9vw;
    }

    #home .subtitle {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }

    #home .card-umayplus .home-item-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: start;
    }

    #home .card-cash-btn-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #202020;
    }

    #home .card-cash-btn button {
        width: 100%;
        height: 45px;
    }

    #home .promotion-card-text {
        color: #ffffff;
        font-weight: 500;
        font-size: 24px !important;
        line-height: 28px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 12px 0 7px 0;
    }

    #home .promotion-card-date {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
        color: #fff;
    }

    /* #home .promotion-main-img {
    max-height: 380px;
  } */

    /* #home .img-frame-main-news {
    height: auto;
    max-height: 273px;
  } */

    /* #home .img-frame-list-news {
    height: auto;
    max-height: 130px;
  } */

    #home .news-section .title-item-first,
    #home .article-section .title-item {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #202020;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #home .news-section .title-item {
        color: #202020;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    #home .article-section .card-body {
        padding: 15px;
    }

    #home .article-section .title-item {
        /* height: 25px; */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #home #carousel-article .carousel-control-prev-custom,
    #home #carousel-article .carousel-control-next-custom {
        top: 50%;
        width: 48px;
        height: 48px;
    }

        #home #carousel-article .carousel-control-prev-custom svg,
        #home #carousel-article .carousel-control-next-custom svg {
            width: 32px;
            height: 32px;
        }

    #home .video-item-first {
        padding: 40px 15px 15px 15px;
    }

    #home #carousel-video .carousel-indicators {
        bottom: -6vw;
    }

    #home .card-electronict-info {
        background-color: #003f67;
        border-radius: 0px 40px 40px 0px;
        height: 290px;
        padding: 20px 20px;
    }

    #home .download-bg-color {
        background: linear-gradient(180deg, #003f67 0%, #00b4f1 125.6%);
        border-radius: 40px 0px 0px 40px;
        height: 290px;
    }

    #home .card-electronic-section .title {
        font-weight: 500;
        font-size: 34px;
        line-height: 38px;
        text-align: start;
        color: #ffffff;
    }

    #home .btn-download {
        width: auto;
        height: 40px;
    }

    #home .card-electronic-section-img img {
        width: 305px;
        height: 335px;
        margin-top: -45px;
    }

    #home .card-electronic-section-webp img {
        width: 330px;
        height: 330px;
        margin-top: -40px;
    }

    #home .list-bg {
        height: 124px;
        width: 130px;
        margin: 0 1px 0 1px;
    }

    #home .option-item-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
    }

    #home .option-item-img {
        height: 24px;
        width: 24px;
    }

    #home .option-section .carousel-control-prev {
        top: 0vw;
        left: -75px;
    }

    #home .option-section .carousel-control-next {
        top: 0vw;
        right: -75px;
    }

    #home .list-custom img {
        width: 80px;
        height: 80px;
    }

    #home .home-item-btn a {
        background: #e31c79;
        border-radius: 40px;
        border: none;
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        padding: 6px 30px;
    }

    #home .graphic-1 {
        margin-left: 45px;
        margin-top: -55px;
        width: 280px;
        height: auto;
    }

    #home .news-section #home .card-body {
        padding: 15px;
    }

    #home .news-section {
        padding: 200px 0px 200px 0;
    }

    #carousel-article #home .carousel-indicators {
        bottom: -7vw;
    }

    #home #carousel-promotion .carousel-control-prev-custom,
    #home #carousel-promotion .carousel-control-next-custom {
        top: 50%;
    }

    #home #carousel-video .carousel-control-prev-custom,
    #home #carousel-video .carousel-control-next-custom {
        top: 50%;
    }

    #home #carousel-promotion .carousel-indicators,
    #home #carousel-article .carousel-indicators {
        bottom: -8vw;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    #home .bg-news-video {
        padding: 0;
    }

    #home #carousel-banner .carousel-control-next-custom {
        left: 95% !important;
        margin: 0px !important;
    }

    #home .video-section {
        margin-top: 128px;
    }

    #home a {
        transition: 0.3s;
    }

        #home a:hover {
            transform: scale(1);
        }

        #home a img {
            transition: 0.3s;
        }

        #home a:hover img {
            transform: scale(1);
        }

        #home a:hover .title-item,
        #home a:hover .title-item-first {
            color: #003f67;
        }

    #home .card-cash-btn button {
        width: 100%;
        height: 60px;
    }

    #home .home-item-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: start;
    }

    #home .home-item-info {
        left: 20vw;
        right: 0;
        top: 120px;
        bottom: 0;
        margin: auto;
    }

    #home .home-item-desc {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-align: start;
        color: #ffffff;
        margin: 16px 0;
    }

    #home .home-item-btn {
        display: flex;
        justify-content: start;
    }

    #home .title {
        color: #003f67;
        font-weight: 500;
        font-size: 64px;
        line-height: 60px;
        text-align: start;
    }

    #home .list-custom {
        font-size: 24px;
    }

    #home .promotion-card-text {
        font-size: 34px !important;
        line-height: 36px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        padding: 10px 0;
    }

    #home .carousel-control-prev-custom,
    #home .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 9vw;
    }

    #home .card-electronic-section-img img {
        width: 370px;
        height: 400px;
        margin-top: -60px;
    }

    #home .card-electronic-section-webp img {
        width: 420px;
        height: 400px;
        margin-top: -60px;
    }

    #home .card-electronict-info {
        background-color: #003f67;
        border-radius: 0px 40px 40px 0px;
        height: 340px;
        padding: 20px 50px;
    }

    #home .download-bg-color {
        background: linear-gradient(180deg, #003f67 0%, #00b4f1 125.6%);
        border-radius: 40px 0px 0px 40px;
        height: 340px;
    }

    #home .subtitle {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
    }

    #home .video-item-first {
        padding: 65px 20px 20px 20px;
    }

    #home #carousel-video .carousel-indicators {
        bottom: -6vw;
    }

    #home .option-item-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
    }

    #home #carousel-option .carousel-control-prev-custom,
    #home #carousel-option .carousel-control-next-custom {
        top: 5vw;
        background-color: transparent;
    }

    #home .list-bg {
    background: linear-gradient(180deg,
        rgba(0, 180, 241, 0.5) 0%,
        rgba(0, 85, 160, 0.5) 100%);
        height: 124px;
        width: 166px;
        margin: 0 1px 0 1px;
    }

    #home .option-section .carousel-control-prev {
        top: 0vw;
        left: -5vw;
    }

    #home .option-section .carousel-control-next {
        top: 0vw;
        right: -5vw;
    }

    #home .card-electronic-section .title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        color: #ffffff;
    }

    #home .card-cash-btn-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #202020;
    }

    #home .promotion-item-first .main-bg-color-blue {
        padding: 35px;
    }

    #home .graphic-1 {
        margin-left: 80px;
        margin-top: -50px;
        width: 350px;
        height: auto;
    }

    #home .news-section {
        padding: 84px 0px 24px 0;
    }

    #home .form-title {
        font-size: 48px;
        line-height: 52px;
        color: #00b4f1;
        font-weight: 500;
    }

    #home .service-info {
        color: #000000;
        margin: 50px 0;
    }

    #home #carousel-promotion .carousel-control-prev-custom,
    #home #carousel-promotion .carousel-control-next-custom {
        top: 50%;
    }

    #home #carousel-video .carousel-control-prev-custom,
    #home #carousel-video .carousel-control-next-custom {
        top: 50%;
    }

    #home #carousel-promotion .carousel-indicators,
    #home #carousel-article .carousel-indicators {
        bottom: -5vw;
    }
}

@media (min-width: 1280px){
    a.register-btn-under-banner {
        background-color: #e31c79;
        border-radius: 40px;
        color: #fff;
        font-size: 24px;
        border: none;
        padding: 6px 16px;
        line-height: 20px;
        transition: 0.3s;
    }
}

.button-cashcard-umayplus{
    margin-top: 40px;
}

a.register-btn-under-banner {
    background: #e31c79;
    box-shadow: 4px 14px 30px rgba(9, 30, 66, 0.1);
    border-radius: 40px;
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    color: #ffffff;
    padding: 14px 54px;
}