.UINewestNewsInDetail {
        margin: 20px auto;
        width: 1200px;
}
.UINewestNewsInDetail .news-same-category{
        display: block;
}
.UINewestNewsInDetail .news-same-category .title{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
}
.UINewestNewsInDetail .news-same-category .title-left{
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: "Merriweather";
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #111111;
}
.UINewestNewsInDetail .news-same-category .title-right{
        display: flex;
        gap: 10px;
        align-items: center;
}
.UINewestNewsInDetail .news-same-category .title-right .desc{
        font-family: "Inter";
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #3C3B43;
}
.UINewestNewsInDetail .news-same-category .title-right .search-box-date input{
        background: url(images/calendar.png) no-repeat right;
        background-position-x: 95px;
        background-color: #F2F5F8;
        width: 120px;
        padding: 9px 20px 9px 12px;
        height: 30px;
        border-radius: 8px;
        border: 0;
        font-family: "Roboto";
        cursor: pointer;
}
.UINewestNewsInDetail .news-same-category .title-right .search-box-button a{
        padding: 4px 8px;
        height: 29px;
        border-radius: 4px;
        background: #2A58A0;
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #ffffff;
}
.UINewestNewsInDetail .news-same-category .content-top{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
}
.UINewestNewsInDetail .news-same-category .content-top .item{
        width: calc((1200px - 60px) / 4 );
        border: 1px solid #f2f2f2;
        border-radius: 4px;
}

.UINewestNewsInDetail .news-same-category .content-top .item .item-image{
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
}
.UINewestNewsInDetail .news-same-category .content-top .item.no-img .item-image{
        /* display: none; */
}
.UINewestNewsInDetail .news-same-category .content-top .item .item-title{
        /* margin-top: 10px; */
        font-family: Merriweather;
        font-size: 15px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0.002em;
        text-align: left;
        color: #212529;
        height: 65px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 10px;
}
.UINewestNewsInDetail .news-same-category .content-top .item .item-sapo,
.UINewestNewsInDetail .news-same-category .content-top .item .item-date{
        display: none;
}
.UINewestNewsInDetail .news-other{
        margin-top: 20px;
}
.UINewestNewsInDetail .news-other .title{
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: "Merriweather";
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #111111;
}
.UINewestNewsInDetail .news-other .content-bottom{
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
}
.UINewestNewsInDetail .news-other .content-bottom .item{
        display: grid;
        row-gap: 10px;
        column-gap: 20px;
        grid-template-columns: 280px auto;
        grid-template-rows: 60px 105px;
        /* margin-bottom: 20px; */
        /* padding-bottom: 20px; */
        border-bottom: 1px solid  #F1F3F4;
        width: calc((100% - 20px) / 2);
        border: 1px solid #f2f2f2;
        border-radius: 4px;
}
.UINewestNewsInDetail .news-other .content-bottom .item.no-img{
        display: block;
        padding: 10px;
}
.UINewestNewsInDetail .news-other .content-bottom .item.no-img img{
        display: none;
}
.UINewestNewsInDetail .news-other .content-bottom .item .image-wrapper{
         grid-column: 1/1;
         grid-row: 1/3;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid #eeeeee;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-title{
        grid-column: 2/2;
        grid-row: 1/1;
        margin: 10px 10px 0 0;
}
.UINewestNewsInDetail .news-other .content-bottom .item.no-img .item-title{
        grid-column: 1/3;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-title .title-wrapper{
        color: #212529;
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        max-height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-sapo{
        grid-column: 2/2;
        grid-row: 2/2;
        margin: 0 10px 10px 0;
        padding-top: 10px;
}
.UINewestNewsInDetail .news-other .content-bottom .item.no-img .item-sapo{
        grid-column: 1/3;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-sapo .sapo-wrapper{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #484848;
        max-height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.UINewestNewsInDetail .news-other .content-bottom .item .item-date{
        display: none;
}
.UINewestNewsInDetail .news-other .view-more{
        width: 100%;
        text-align: center;
}
.UINewestNewsInDetail .news-other .view-more a{
        display: block;
        width: 100%;
        border: 1px solid #EEEEEE;
        background: #F9F9F9;
        color: #7D92AE;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 8px 0;
        cursor: pointer;
}
.ui-datepicker{
        border-radius: 0;
        width: 250px;
}
.ui-datepicker-header{
        background: #DA251C;
        border-radius: 0;
        color: #ffffff;
        font-family: "Merriweather";
        border: 1px solid #f9f9f9;
}
.ui-datepicker-prev, .ui-datepicker-next{
        border-radius: 0;
        margin-top: 5px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover{
        background: #ffffff;
}
.ui-datepicker-calendar{
        font-family: "Roboto";
}
.ui-state-default{
        background: #DA251C !important;
        color: #ffffff !important;
        opacity: 0.8;
}
.ui-state-default:hover{
        opacity: 1;
}
@media only screen and (max-width: 768px){
        .UINewestNewsInDetail{
                padding: var(--padding-res);
                max-width: 100vw;
                margin: 20px 0;
        }
        .UINewestNewsInDetail .news-same-category{
                display: none;
        }
        .UINewestNewsInDetail .news-same-category .title{
                flex-wrap: wrap;
                gap: 10px;
        }
        .UINewestNewsInDetail .news-same-category .content-top .item{
                width: 100%;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #F1F3F4;
        }
        .UINewestNewsInDetail .news-same-category .content-top .item .item-title{
                //
                styleName: title mobile 2;
                font-family: Merriweather;
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #031739;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                line-clamp: 5;
                -webkit-box-orient: vertical;
                height: auto;
        }
        .UINewestNewsInDetail .news-same-category .content-top .item .item-sapo{
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #62748D;
                display: block;
                max-height: 44px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;

        }
        .UINewestNewsInDetail .news-other .content-bottom .item{
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 0;
        }
        .UINewestNewsInDetail .news-other .content-bottom .item .item-title .title-wrapper{
              font-family: Merriweather;
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #031739;    
        }
              .UINewestNewsInDetail .news-other .content-bottom .item .item-sapo .sapo-wrapper{
                      font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #62748D;
                display: block;
                max-height: 44px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
              }  
        .UINewestNewsInDetail .news-other .view-more a{
                //styleName: Heading 8 Robo;
font-family: "Roboto";
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: center;
color: #2A58A0;

        }
        .UINewestNewsInDetail .news-other .title{
                //styleName: Heading 3 Merri;
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: left;
                color: #031739;
                margin-left: 16px;
        }
        .UINewestNewsInDetail .news-other .content-bottom .item .item-title{
                margin: 10px;
                padding: 0;
        }
        .UINewestNewsInDetail .news-other .content-bottom .item .item-sapo{
                margin: 10px;
                padding: 0;
                margin-top: 0;
        }
}