@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/Magistral/FS Magistral-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/Magistral/FS Magistral-Book.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/Magistral/FS Magistral-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/Magistral/FS Magistral-Bold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/Magistral/FS Magistral-ExtraBold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}

.item-judges .info .location {
    max-width: 100% !important;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
}

.item-judges-2024 .info-2024 .location {
    max-width: 100% !important;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 400;
}


.btn-vote.voted {
    background-color: gray;
}

.btn-vote-pri.disabled {
    pointer-events: none;
    background-color: gray;
    cursor: inherit;
}

.back-home {
    color: #fff !important;
    font-size: 3rem;
    transition: 0.2s;
}

.vote-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vote-text p {
    text-align: center;
    color: #FFF;
    max-width: 32rem;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: rgb(155 155 155);
    position: relative;
}

.vote-text p::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 15px;
    width: 0;
    border-top: 15px solid #9a9a9a;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
}

.vote-pri {
    /*opacity: 1;
    visibility: visible;
    bottom: 1.5rem*/
}

.comment-main-level {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.comment-box {
    width: 94%;
    padding-left: 5%;
    margin-left: 18px;
    margin-top: 1%;
}

.comment-avatar img, .author-comment-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 26px;
}

.title-list {
    margin-bottom: 2%;
    margin-top: 2%;
}

.comment-action {
    display: flex;
}

.tooltip-reply {
    display: flex;
}

.tooltip-reply .comment-avatar img {
    width: 20px;
    height: 20px;
}

.tooltip-reply .comment-name, .tooltip-reply .comment-reply {
    margin-right: 5%;
    display: flex;
    align-items: center;
}

.comment-avatar {
    /*margin-right: 2%;*/
    display: flex;
    align-items: center;
}

.comment-main-level .comment-name {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.comment-action-time span{
    font-family: 'Arial';
    font-size: 12px;
    color: #8b8b8b;
}

.comment-main-level .comment-content {
    font-size: 13px;
    color: #333;
    word-break: break-word;
    font-family: 'Arial';
    font-weight: 500;
}

.comments-list li , .new-comment-auth li{
    background-color: #EEEEEE;
    border-radius: 12px;
    padding: 1%;
    margin-bottom: 1%;
}

.comment-action a, .tooltip-reply .comment-name, .tooltip-reply .comment-reply, .total-like-comment {
    font-size: 11px;
    color: #828282;
}

.emoji-wysiwyg-editor{
    border-radius: 50px!important;
    padding-left: 2%;
    padding-top: 1%;
}

.comment-action div {
    display: flex;
    align-items: center;
    margin-right: 2%;
}

.new-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-comment input {
    display: none;
    width: 89%;
    height: 45px;
    line-height: 28px;
    word-break: break-word;
    border: 1px solid #dcdcdc;
}

.new-comment input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 145, 141, 0.5);
}

.title-list h3 {
    font-weight: 800;
}
.comment-content-cnt{
    padding: 0 2% 2% 0;
    border-radius: 6px;
}
.button-comment{
    right: 0;
    position: absolute;
    cursor: pointer;
    height: 55px;
    display: flex;
    /*background-color: #e03;*/
    align-items: center;
    padding: 0 1%;
    color: #FFF;
    border-radius: 3px;
    font-size: 13px;
}
.button-comment .fa-paper-plane{
    color: #e03;
    font-size: 20px;
}
.view-full-comment{
    font-size: 11px;
    color: #8b8b8b;
}
.emoji-wysiwyg-editor{
    font-size: 15px!important;
}
.comment-action-like a:focus{
    color: #e03
}
.cmt-amount span, .amount-likeFllow span{
    color: #8B8B8B;
    margin-right: 15px;
    font-size: 14px;
    font-family: 'Arial';
}
.comments-you-read .commentsRead {
    font-size: 18px;
    font-weight: 600;
}
.comments-you-read {
    border-bottom: 3px solid #e03;
}

.amount-like:hover, .amount-comment:hover{
    cursor: pointer;
    color: #e03;
}
.fa-picture-o:before {
    content: "\f03e";
}
.fa-times:before {
    content: "\f00d";
}
.box-image{
    position: relative;
    display: none;
}
.remove_image{
    position: absolute;
    right: 62%;
    top: 0;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}
.remove_image:hover{
    color: red;
}
.box-image img{
    width: 235px !important;
}
.emojionearea .emojionearea-editor{
    min-height: 4em!important;
}
.emojionearea, .emojionearea.form-control {
    width: 88%!important;
}
.emojionearea .emojionearea-button{
    top:15px!important;
}
.new-comment{
    position: relative;
}
.upload-image{
    position: absolute;
    right: 6%!important;
}
.emoji-picker-icon{
    right: 3%!important;
}
.fa-smile-o:before {
    content: "\f118";
}
.emoji-picker-container .upload-image:first-child{
    display: none;
}
.emoji-picker-container{
    width: 100%;
    display: flex;
    align-items: center;
}
.emoji-wysiwyg-editor{
    min-height: 45px!important;
    padding-right: 10%;
}
.atwho-inserted{
    background-color: #eee;
    color: dodgerblue;
    font-size: 14px;
}
.custom-left{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin-right: 10px;
}
.comment-avatar-post img{
    border-radius: 50%;
    width: 180px;
}
.home-banner {
    padding-top: unset!important;
}
.banner-container{
    z-index: 10;
}
.img-bxh{
    position: relative;
}
.img-bxh .name-author, .item-rank .name-author{
    position: absolute;
    background-color: #FFF;
    padding: 10px;
    top: 2px;
    left: 2px;
    border-radius: 15px;
}
.img-bxh .name-author{
    padding: 20px;
}

.name-author-ele p{
    font-size: 12px!important;
}
.name-author p{
    font-family: 'FS Magistral';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 0px;
    color: #EA0033;
}
.image-logo-bxh{
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-logo-bxh img{
    max-height: 90%;
    width: 150px;
}
.footer-innovative{
    background-color: #434343;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 3% 3%;
    border-radius: 50px 50px 0 0;
}
.footer-left{
    display: flex;
    align-items: center;
}
.icon-footer{
    display: flex;
    justify-content: space-between;
}

.comment-avatar-input img{
    width: 45px;
    height: 45px;
}
.icon-footer-ele div{
    background-color: #DDD;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
}
.icon-footer-ele a{
    display: flex;
}
.total-all-container{
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}
.total-cmt-all{
    background-color: #828282;
    color: #FFF;
    border-radius: 5px;
    padding: 3px 11px;
    margin-right: 1%;
}
.item-judges{
    margin: 2% 2.9rem;
}

.item-judges-2024{
    margin: 2% 2.9rem;
}
.text-footer{
    margin-bottom: 50%;
}
.text-footer h3, .text-footer p{
    display: flex;
    justify-content: flex-end;
    text-align: end;
}
.item-rank .logo-unit img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.footer-right-custom{
    width: 60%;
}
.home-banner {
    padding-bottom: unset;
}

.info h3 {
    text-transform:none;
}

.info-2024 h3 {
    text-transform:none;
}
.top-left {
    position: absolute;
    top: 270px;
    left: 100px;
}

.top-left-2024 {
    position: absolute;
    top: 270px;
    left: 100px;
}

.top-left-null {
    position: absolute;
    top: 270px;
    left: 130px;
}
.image-container {
    position: relative;
    width: 274px;
    height: 385.5px;
}

.image1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image2 {
    position: absolute;
    padding: 10px 10px 0px 10px;
    top: 0;
    left: 0;
    bottom: 0;
    width: 271px;
    /*height: 372px;*/
    -webkit-mask-image: url("/themes/viettelfamily/innovative/images/bgk_mask.png");
}

.image3 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 50%, #EA0029 100%);
    z-index: 2; /* Đảm bảo hiệu ứng gradient nằm phía trên image3 */
    -webkit-mask-image: url("/themes/viettelfamily/innovative/images/bgk_liner.png");

}
section.home-submissions.container {
    margin-top: unset;
    padding-bottom: 4rem;
}

section.home-judges div.wrap-judges {
    margin-left: unset;
    padding-top: unset;
}

section.home-judges .head-pri {
    padding-top: unset;
}
section.home-other-prize .head-pri {
    padding-top: 25px;
    margin-bottom: 7px;
}
.home-top {
    margin-top: -4rem;
    padding-bottom: 4rem;
    background-color: #232220;
}

.home-top.head-pri {
    background-color: #232220;
}

.home-top .head-pri img{
    max-width:unset;
    margin-right: unset;
    margin-top: 8rem;
}

.home-other-prize {
    margin-top: 4rem;
    padding-bottom: 4rem;
    /*background-color: #0C0102;*/
}

.wrap-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    /*margin-left: -1px;*/
    padding-top: 1rem;
    margin-bottom: 4rem
}

.wrap-other-prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    /*margin-left: -1px;*/
    justify-content: center;
    padding-top: 1rem;
    margin-bottom: 4rem
}

.item-top-ten {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 2px);
    flex: 0 0 calc(16.66% - 20px);
    margin: 10px;
    overflow: hidden;
    background: #36302B;
    border-radius: 10px;
    padding: 0.5rem;
    border: 2px solid #4B4A48
}
.item-other-prize {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 2px);
    flex: 1 0 calc(20% - 20px);
    margin: 10px;
    /*overflow: hidden;*/
    background: white;
    /*padding: 1rem;*/
    /*border-radius: 10px;*/
    /*padding: 0.5rem;*/
    /*border: 2px solid #4B4A48*/
}

.item-top-ten:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.item-other-prize:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.item-top-ten:hover:before {
    opacity: 1;
    visibility: visible
}

.item-other-prize:hover:before {
    opacity: 1;
    visibility: visible
}


.item-top-ten:hover .icon-logo-unit:hover {
    opacity: 1;
    visibility: visible
}

.item-other-prize:hover .icon-logo-unit:hover {
    opacity: 1;
    visibility: visible
}

.unit-title {
    color: White;
    font-size: 16px
}

.content-unit-title {
    font-size: 18px;
    font-family: 'PF BeauSans Pro', sans-serif;
}

.content-unit-title-top-12{
    font-size: 14px;
    color: rgba(131, 126, 126, 0.8);
}

.icon-logo-unit {
    /*width: 65px;*/
    /*height: 65px;*/
    /*border-radius: 100%;*/
    /*margin-right: 6px;*/
    width: 54.97px;
    height: 54px;
    margin-top: 8px;
    border-radius: 100%;
    margin-right: 6px;
}


@media screen and (max-width: 480px) {
    .wrap-top {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
    .wrap-other-prize {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (max-width: 575px) {
    .item-judges .ct {
        max-width: 80%;
        margin: 0 auto 2rem auto;
    }
    .item-judges-2024 .ct {
        max-width: 80%;
        margin: 0 auto 2rem auto;
    }
    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
}
.title-prize {
    padding: 4px 10px 4px 10px;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
    .item-rank-top .ct-rank {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-rank-top .ct-rank .right-line {
        margin-left: 0;
    }
    .padding-rank-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .padding-rank-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .item-submissions-wow {
        flex: 1 0 calc(30% - 0px) !important;
    }

}


@media screen and (max-width: 767px){
    .hidden-thumbnails {
        display: none !important;
    }
    .container-thumb-indicators {
        top: 6rem  !important;
    }
    .item-other-prize {
        -webkit-box-flex: 0;
        -ms-flex: 1 0 calc(50% - 0px);
        flex: 0 0 calc(100% - 50px)
    }
    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
    .item-top-ten {
        flex: 1 0 calc(50% - 0px) !important;
    }
    .wrap-other-prize {
        margin-bottom: unset;
    }
    .rps-height {
        height:148px !important;
    }
    .item-submissions-wow {
        flex: 1 0 calc(50% - 0px) !important;
    }
}

.img-other-prize {
    width: 100%;
    height: 278px;
    position: relative;
    border-radius: 3px;
}

.img-wrap-other-prize{
    height: auto;
}

@media screen and (max-width: 768px) {
    .footer-innovative{
        flex-direction: column;
        height: auto;
    }
    .home-top .head-pri img {
        max-width: 290px;
    }
    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
    .text-footer {
        margin-bottom: 20%;
    }
    .icon-footer {
        justify-content: space-evenly;
    }
    .img-other-prize{
        height: auto;
    }
    .img-other-prize-2{
        width: 50%;
    }
}

@media screen and (max-width: 1279px) {
    .item-top-ten {
        flex: 1 0 calc(35% - 0px);
    }
}

@media screen and (max-width: 1366px) {
    .item-judges .info .location {
        font-size: 1.3rem;
    }

    .item-judges-2024 .info-2024 .location {
        font-size: 1.3rem;
    }

    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }

    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 1 0 30%;
        max-width: 30%;
    }

    .image-top-10 {
        height: 150px;
    }
}

@media screen and (max-width: 1450px) {
    .item-judges .info .location {
        font-size: 1.4rem;
    }

    .item-judges-2024 .info-2024 .location {
        font-size: 1.4rem;
    }

    .icon-logo-unit {
        /*width: 65px;*/
        /*height: 65px;*/
        /*border-radius: 100%;*/
        /*margin-right: 6px;*/
        width: 54.97px;
        height: 54px;
        margin-top: 8px;
        border-radius: 100%;
        margin-right: 6px;
    }
}

.ribbon {
    --f: 10px; /* control the folded part */
    --r: 15px; /* control the ribbon shape */
    position: absolute;
    top: 10px;
    border-bottom: var(--f) solid #BD1550;
    border-radius: var(--r);
    overflow: hidden;
}

.ribbon .ribbon-content {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: #EA0033;
    border-radius: 6px 6px 6px 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.left {
    left: calc(-1*var(--f));
    border-right: var(--r) solid #0000;
    clip-path:
            polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
            var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
            calc(100% - var(--r)) calc(50% - var(--f)/2));
    top: -12px;
    --f: 6px;
    --r: 0px;
    z-index: 1;
}


.icon-logo-other-prize {
    max-width: 25%;
    /*border-radius: 100%;*/
    margin-right: 10px;

}

.carousel-custom {
    position: relative;
}

.carousel-custom .carousel-control-prev img,
.carousel-custom .carousel-control-next img {
    width: 50px;
    height: auto;
}

.carousel-custom .carousel-indicators {
    display: flex;
    justify-content: left;
    bottom: 9rem;
}

.carousel-custom .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
}

.carousel-custom .carousel-indicators .active {
    border: 2px solid #e80b0b;
    background: red;

}

.carousel-custom .carousel-thumbnails .active {
    opacity: 1;
    border-radius: 100%;
}

.carousel-thumbnails {
    display: flex;
    position: absolute;
    bottom: 12rem;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.carousel-thumbnail {
    width: 60px;
    height: 60px;
    margin: 0px 18px 0px 0px;
    cursor: pointer;
}

.carousel-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    height: 60px;
    filter: grayscale(100%);
}

div.carousel-thumbnail.active img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    height: 60px;
    filter: grayscale(0%);
}
.home-prize {
    margin-top: 0rem;
    padding-bottom: 0rem;
}

.item-judges .info .name {
    font-size: 2.2rem;
    font-family: 'FS Magistral';
    font-weight: 500;
    margin-bottom: unset;
}

.item-judges-2024 .info-2024 .name {
    font-size: 2.2rem;
    font-family: 'FS Magistral';
    font-weight: 500;
    margin-bottom: unset;
}

.item-judges .info p {
    margin-bottom: unset;
}

.item-judges-2024 .info-2024 p {
    margin-bottom: unset;
}

.home-submissions {
    margin-top: 4rem;
}

.img {
    height: 100%;
}

.image-top-10 {
    width: 100%;
    height: 190px;
}

.fix-padding.col-12,
.fix-padding.col-7,
.fix-padding.col-3,
.fix-padding.col-8,
.fix-padding.col-4 {
    padding-left: unset;
    padding-right: unset;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.wrap-submissions{
    margin-bottom: unset;
}

.sub-margin-top {
    margin-top:2rem;
}


.font-family-wow{
    font-family: "Segoe UI", Arial, sans-serif !important;
}


.item-submissions-wow {
    visibility: visible !important;
    border-radius: 8px;
    margin: 14px 10px 0px 0px;
    flex: 0 0 calc(20% - 10px);
}

.hidden-line-box {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.carousel-control-prev-icon-fix {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon-fix {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.item-rank-top .ct-rank .name {
    font-weight: 600;
}

.md-detail .ct-detail .name {
    font-weight: 600;
}

.home-format{
    padding: 4rem 0 6rem 0;
}

.md-detail .top {
    margin-bottom: 2rem;
}

/*.item-rank-top .ct-rank {*/
/*    padding-left: unset;*/
/*    padding-right: unset;*/
/*}*/

.img-bxh img {
    width: 100%;
}

.right-line {
    margin-left: 3rem;
}

.list-rank {
    max-height: 79rem;
}
.carousel-inner {
    width: 82%;
}

.padding-rank-left {
    padding-left: 0;
    padding-right: 4rem;
}

.padding-rank-right {
    padding-left: 4rem;
    padding-right: 0;
}

.rps-height {
    width:100%;
    height:877px
}

.container-thumb-indicators {
    display: flex;
    position: relative;
    bottom: 4rem;
}

.unit-title-other{
    color: black;
    font-size: 16px;
}

.home-display-img-other {
    position: relative;
    display: flex;
    height: auto
}

.home-display-content-other {
    margin-top: 11.66px;
    justify-content: space-between;
    display:flex !important;
}

.img-other-prize-2 {
    position: absolute;bottom: 0;
}

@media screen and (min-width: 1650px){
    .container {
        max-width: 1548px;
    }
}
/* Start: Wow Viettel 2024 */
/* Ten don vi o BXH */
#rank-wow .department-ranking-name {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    background-color: #fff;
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 0 35px;
}
#rank-wow .department-ranking-name:hover {
    color: #ee0033;
    background-color: #A4A4A4;

}
#rank-wow .logo-unit {
    position: relative;
    aspect-ratio: 16/9;
    height: 104px
}

.item-submissions-wow .img img {
    height: auto;
}

.item-submissions-wow .img {
    padding-top: 56.013055%;
}

.wow-viettel-footer img {
    width: 259px;
}
/* Xử lý responsive xoay dọc */
@media (orientation:portrait) and (max-width: 320px) {
    #rank-wow .department-ranking-name {
        font-size: 7px !important;
    }
    .home-format h2,
    .home-other-prize h2,
    .home-submissions h2,
    .home-rank h2,
    .home-judges h2 {
        font-size: 14px !important;
    }
    .home-format h3,
    .home-format .desc {
        font-size: 14px !important;
    }
    /* Giải thưởng khác */
    .home-display-content-other h3 {
        font-size: 14px !important;
    }
    h3.unit-title {
        font-size: 14px !important;
    }
    h3.content-unit-title-top-12 {
        font-size: 12px !important;
    }
    /* Top 1 */
    #comment-rank-wow .name {
        font-size: 16px !important;
    }
    #comment-rank-wow .desc {
        font-size: 14px !important;
    }
    #top-rank-wow .vote-pri a {
        font-size: 12px !important;
    }
    /* Icon top 12 */
    .item-top-ten .fix-padding:first-child {
        margin-bottom: 5px;
    }
    .item-top-ten .fix-padding .fix-padding:first-child {
        text-align: center !important;
        max-width: 20%;
    }
    .item-top-ten .fix-padding .fix-padding img{
        margin-top: 0 !important;
    }
    /* End: Icon top 12 */
    /* Khu vực footer */
    .footer-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-left img {
        /*scale: 0.6 !important;*/
    }
    .footer-right-custom {
        width: 80% !important;
    }
    .footer-name-desktop {
        display: none !important;
    }
    .footer-name-mobile {
        display: block !important;
    }
    .footer-name-mobile span {
        font-size: 13px !important;
    }
    .footer-right {
        justify-content: center !important;
    }
    .text-footer {
        margin-bottom: 10% !important;
    }
    .text-footer h3,
    .text-footer p {
        justify-content: center !important;
        text-align: center;
    }
    .text-footer p {
        font-size: 13px !important;
    }
    .icon-footer-ele .mr-3 {
        margin-right: 5px !important;
    }
    .icon-footer-ele .mr-3,
    .icon-footer-ele p {
        line-height: 31px !important;
        font-size: 13px !important;
    }
    .wow-viettel-footer img {
        width: 104px;
        height: 35px;
        object-fit: contain
    }
    #rank-wow .department-ranking-name {
        padding: 0 5px;
    }
    #rank-wow .item-rank {
        height: 6rem;
    }
}
@media (orientation:portrait) and (min-width: 321px) and (max-width: 480px) {
    #rank-wow .department-ranking-name {
        font-size: 8px !important;
        padding: 0 10px;
    }
    .home-format h2,
    .home-other-prize h2,
    .home-submissions h2,
    .home-rank h2,
    .home-judges h2 {
        font-size: 18px !important;
    }
    .home-format h3 {
        font-size: 14px !important;
    }
    /* Giải thưởng khác */
    .home-display-content-other h3 {
        font-size: 14px !important;
    }
    h3.unit-title {
        font-size: 14px !important;
    }
    h3.content-unit-title-top-12 {
        font-size: 12px !important;
    }
    /* Top 1 */
    #comment-rank-wow .name {
        font-size: 16px !important;
    }
    #comment-rank-wow .desc {
        font-size: 14px !important;
    }
    /* Icon top 12 */
    .item-top-ten .fix-padding:first-child {
        margin-bottom: 5px;
    }
    .item-top-ten .fix-padding .fix-padding:first-child {
        text-align: center !important;
        max-width: 20%;
    }
    .item-top-ten .fix-padding .fix-padding img{
        margin-top: 0 !important;
    }
    /* End: Icon top 12 */
    .footer-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-right-custom {
        width: 80% !important;
    }
    .footer-name-desktop {
        display: none !important;
    }
    .footer-name-mobile {
        display: block !important;
    }
    .footer-name-mobile span {
        font-size: 14px !important;
    }
    .footer-right {
        justify-content: center !important;
    }
    .text-footer {
        margin-bottom: 10% !important;
    }
    .text-footer h3,
    .text-footer p {
        justify-content: center !important;
        text-align: center;
    }
    .icon-footer-ele .mr-3 {
        margin-right: 5px !important;
    }
    .icon-footer-ele .mr-3,
    .icon-footer-ele p {
        line-height: 31px !important;
    }
    .wow-viettel-footer img {
        width: 104px;
        height: 35px;
        object-fit: contain
    }
    .fix-padding .col-7 {
        line-height: 1.5em;
    }
}
@media (orientation:portrait) and (min-width: 481px) and (max-width: 575px) {
    #rank-wow .department-ranking-name {
        font-size: 10px !important;
        padding: 0 15px;
    }
    .home-format h2,
    .home-other-prize h2,
    .home-submissions h2,
    .home-rank h2,
    .home-judges h2 {
        font-size: 20px !important;
    }
    .home-format h3 {
        font-size: 14px !important;
    }
    /* Icon top 12 */
    .item-top-ten .fix-padding:first-child {
        margin-bottom: 5px;
    }
    .item-top-ten .fix-padding .fix-padding:first-child {
        text-align: center !important;
        max-width: 20%;
    }
    .item-top-ten .fix-padding .fix-padding img{
        margin-top: 0 !important;
    }
    /* End: Icon top 12 */
    .footer-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-right-custom {
        width: 80% !important;
    }
    .footer-name-desktop {
        display: none !important;
    }
    .footer-name-mobile {
        display: block !important;
    }
    .footer-name-mobile span {
        font-size: 14px !important;
    }
    .footer-right {
        justify-content: center !important;
    }
    .text-footer {
        margin-bottom: 10% !important;
    }
    .text-footer h3,
    .text-footer p {
        justify-content: center !important;
        text-align: center;
    }
    .icon-footer-ele .mr-3 {
        margin-right: 5px !important;
    }
    .icon-footer-ele .mr-3,
    .icon-footer-ele p {
        line-height: 31px !important;
    }
    .wow-viettel-footer img {
        width: 104px;
        height: 35px;
        object-fit: contain
    }
}
@media (orientation:portrait) and (min-width: 576px) and (max-width: 767px) {
    #rank-wow .department-ranking-name {
        font-size: 10px !important;
    }

    /* Icon top 12 */
    .item-top-ten .fix-padding:first-child {
        margin-bottom: 5px !important;
    }
    .item-top-ten .fix-padding .fix-padding:first-child {
        text-align: center !important;
        max-width: 20% !important;
    }
    .item-top-ten .fix-padding .fix-padding img{
        margin-top: 0 !important;
    }
    /* End: Icon top 12 */

    .footer-left {
        justify-content: center;
        margin-bottom: 10px;
    }

    .wow-viettel-footer img {
        width: 104px;
        height: 35px;
        object-fit: contain
    }
}
@media (orientation:portrait) and (min-width: 768px) and (max-width: 1024px) {
    /* Khu vực footer */
    .footer-innovative {
        flex-direction: row !important;
    }
    .footer-innovative .footer-right .footer-right-custom {
        width: unset !important;
    }
    .footer-innovative .footer-right .footer-right-custom .text-footer {
        margin-bottom: 10% !important;
    }
    .footer-left img {
        scale: 0.7 !important;
    }
}

/* Xử lý responsive xoay ngang */
@media (orientation:landscape) and (min-width: 481px) and (max-width: 575px) {
    /* Khu vực footer */
    .footer-left img {
        scale: 0.7 !important;
    }
    .footer-innovative {
        flex-direction: row !important;
    }
    .footer-innovative .footer-right .footer-right-custom {
        width: unset !important;
    }
    .footer-innovative .footer-right .footer-right-custom .text-footer {
        margin-bottom: 10% !important;
    }
    h3.footer-name-desktop {
        font-size: 12px !important;
    }
    .text-footer p {
        font-size: 12px !important;
    }
    .icon-footer-ele .mr-3,
    .icon-footer-ele p {
        line-height: 31px !important;
        font-size: 13px !important;
    }
}
@media (orientation:landscape) and (min-width: 576px) and (max-width: 767px) {
    /* Khu vực footer */
    .footer-left img {
        scale: 0.7 !important;
    }
    .footer-innovative {
        flex-direction: row !important;
    }
    .footer-innovative .footer-right .footer-right-custom {
        width: unset !important;
    }
    .footer-innovative .footer-right .footer-right-custom .text-footer {
        margin-bottom: 10% !important;
    }
    h3.footer-name-desktop {
        font-size: 12px !important;
    }
    .text-footer p {
        font-size: 12px !important;
    }
    .icon-footer-ele .mr-3,
    .icon-footer-ele p {
        line-height: 31px !important;
        font-size: 13px !important;
    }
}
@media (orientation:landscape) and (min-width: 768px) and (max-width: 1024px) {
    /* Khu vực footer */
    .footer-left img {
        scale: 0.7 !important;
    }
    .footer-innovative {
        flex-direction: row !important;
    }
    .footer-innovative .footer-right .footer-right-custom {
        width: unset !important;
    }
    .footer-innovative .footer-right .footer-right-custom .text-footer {
        margin-bottom: 10% !important;
    }
    h3.footer-name-desktop {
        font-size: 12px !important;
    }
    .text-footer p {
        font-size: 12px !important;
    }
}
/* End: Xử lý responsive xoay ngang */

@media (max-width: 1440px) {
    #rank-wow .logo-unit {
        height: 100%;
    }
}
@media (max-width: 1650px) {
    #rank-wow .logo-unit {
        height: 100%;
    }
}
@media (max-width: 319px) {
    .rank-mobile {
        display: block !important;
    }

    .rank-web {
        display: none;
    }

    #rank-wow .item-rank {
        height: unset;
    }

    #rank-wow .item-rank .stt-wow-mobile:hover {
        color: #ee0033 !important;
    }

    #rank-wow .department-ranking-name {
        font-size: 9px !important;
    }
}
/* End: Wow Viettel 2024 */