.UIDanhSachVanBanMoi {
    margin-bottom: 36px;
}

.UIDanhSachVanBanMoi .Header {
    padding: 0px 0px;
    margin-top: 10px;
    position: relative;
    padding: 10px;
    background: #f7f7f7;
}

.UIDanhSachVanBanMoi .Header span {
    text-transform: uppercase;
	color: #005ba0;
    
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.ViewMoreTop {
    position: absolute;
    right: 0;
    top: 0px;
    width: 150px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7d92ae;
    padding: 7px;
    border: 1px solid #eeeeee;
    background: #f9f9f9;
}

.UIDanhSachVanBanMoi .ViewMoreTop a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7D92AE;
}


.UIDanhSachVanBanMoi .Item {
    display: flex
;
    align-items: stretch;
    font-size: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.UIDanhSachVanBanMoi .Download {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eeeeee;
    /*padding-right: 20px;*/
}

.UIDanhSachVanBanMoi .Download i {
    color: #62748D;
    margin-bottom: 5px;
    font-size: 21px;
    display: none;
}

.UIDanhSachVanBanMoi .Download>span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #62748D;
    display: flex
;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


.UIDanhSachVanBanMoi .Download>span:before {
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    content: "\f019";
    font-family: 'fontawesome-alloy';
    margin-bottom: 3px;
    
}

.UIDanhSachVanBanMoi .Item > div:nth-child(2) {
    display: flex
;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.UIDanhSachVanBanMoi a.Title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #182940;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 26px 0 20px;
    text-decoration: none;
    cursor: pointer;
    /*width: 700px;*/
}

.UIDanhSachVanBanMoi .Control {
    display: flex
;
    align-items: center;
}

.UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
    border-left: 1px solid #EEEEEE;
    height: 100%;
    
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0084F3 !important;
    padding: 0 10px;
}

.UIDanhSachVanBanMoi span.Slash {
    color: #DDDDDD;
    padding: 0 10px;
    display: none;
}


.UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
    border-left: 1px solid #EEEEEE;
    height: 100%;
    
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #0084F3 !important;
    padding: 0 10px;
}

UIDanhSachVanBanMoi .SendFeedback {
    flex: 1;
    text-align: right;
}
.UIDanhSachVanBanMoi .SendFeedback {
    padding-right: 0;
}

.UIDanhSachVanBanMoi .SendFeedback i {
    font-size: 13px;
    line-height: 15px;
    color: #0084F3 !important;
    margin-right: 5px;
}

.UIDanhSachVanBanMoi .SendFeedback a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #0084F3 !important;
}

.UIDanhSachVanBanMoi .ViewMore {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7D92AE;
    padding: 7px;
    border: 1px solid #eeeeee;
    background: #F9F9F9;
    width: 100%;
    margin: 15px auto 0;
}

.UIDanhSachVanBanMoi .Control a {
    font-size: 12px;
    font-weight: normal;
}



/*responsive*/

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi {
        padding: 0 0px;
        width: 100%;
    }
    .UIDanhSachVanBanMoi_defaut1 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Header {
        padding: 16px 0 0;
    }
}


@media only screen and (max-width: 768px) {
    .ViewMoreTop {
        top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Item {
        position: relative;
        padding: 15px 0 5px !important;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Download {
        position: absolute;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        height: 25px;
        background: white;
        right: 0;
        bottom: 5px;
        padding: 0;
        border: none;
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi a.Title {
        margin-bottom: 14px;
        display: inline-block;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 23px;
        color: #182940;
        margin: 0 !important;
        cursor: pointer;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
        border: 0;
        padding: 0;
    }
} 


@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
        border: 0;
        padding: 0;
    }
}

.UIDanhSachVanBanMoi .SendFeedback i {
    font-size: 13px;
    line-height: 15px;
    color: #0084F3 !important;
    margin-right: 5px;
}

.UIDanhSachVanBanMoi .SendFeedback {
    flex: 1;
    text-align: right;
}


.UIDanhSachVanBanMoi .Item {
    display: flex;
    align-items: stretch;
    font-size: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi a.Title {
        margin-bottom: 14px;
        display: inline-block;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 23px;
        color: #182940;
        margin: 0 !important;
        cursor: pointer;
        width: 100%;
    }
}

.UIDanhSachVanBanMoi .Control {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
        border: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi .Item > div:nth-child(2) {
        display: unset;
    }
}


@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi span.Slash {
        display: block;
        color: #000;
    }
}

.UIDanhSachVanBanMoi a.Title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #182940;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 26px 0 20px;
    text-decoration: none;
    cursor: pointer;
    width: 900px;
}

@media only screen and (max-width: 768px) {
    .UIDanhSachVanBanMoi a.Title {
        margin-bottom: 14px;
        display: inline-block;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 23px;
        color: #182940;
        margin: 0 !important;
        cursor: pointer;
        width: 100%;
    }
}