
/* Align with THONGBAO */
.main-sidebar > div {
    padding-right: 0px;
    padding-left: 0px;
}

.main-sidebar > div > a > img,
.main-sidebar > div > ul > li > a > img,
ul.image-grid-ul li img {
    width: 100%;
    height: auto;
}

/************* TCVN -> HEADING ***************/
div.tcvn-sidebar-block .title, div.main-sidebar-widget .title {
    background-color: #073763;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.tcvn-sidebar-block .title a ,
div.main-sidebar-widget .title a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}

div.tcvn-sidebar-block .tcvn-right-banner,
div.main-sidebar-widget .tcvn-right-banner {
    padding-top: 5px;
    padding-bottom: 10px;
}

div.tcvn-image-grid ul.image-grid-ul {
    list-style-type: none;
    width: 100%;
    height: 140px;
    display: table;
    table-layout: fixed;
}

div.tcvn-image-grid ul.image-grid-ul li {
    display: table-cell;
    width: auto;
    text-align: center;
}

div.main-sidebar-widget > a > img {
    margin-top: 10px;
}

/************* TCVN -> MAIN-SIDEBAR-WIDGET ***************/
.main-sidebar-widget .title {
    background-color: #073763;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
}

.main-sidebar-widget ul {
    list-style: none;
    padding: 0;
}
.main-sidebar-widget ul li {
    font-size: 14px;
}
.main-sidebar-widget ul li label {
    font-weight: bold;
}

.main-sidebar-widget .tcvn-right-banner img.img-responsive {
    width: 100%;
}

/************* TCVN -> SIDEBAR-PICTURE-WIDGET ***************/
table.tcvn-sidebar-picture {
    width: 100%;
    margin-top: 10px;
}
table.tcvn-sidebar-picture tr {
    width: 100%;
}
table.tcvn-sidebar-picture img {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.tcvn-sidebar-picture td.img-left {
    padding-right: 5px;
}
table.tcvn-sidebar-picture td.img-right {
    padding-left: 5px;
}

table.world-organization-logo td {
    width: 50%;
}
table.world-organization-logo img {
    max-height: 75px;
    width: auto;
    margin: 0 auto;
}
table.tcvn-sidebar-picture .single-img {
    width: 100%;
}