div#content {
    background-color: #fff !important;
}
.fullbox.top_banner_cauthu {
    width: 100%;
    min-height: 400px;
    background-color: #04124b;
}

.box_top_banner_cauthu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 100%;
    height: 400px;
}

.title_cauthu h1 {
    color: var(--color-white);
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
}


#breadcrumbs, #breadcrumbs a {
    color: var(--color-white);
    margin-bottom: 0;
    text-transform:uppercase;
    font-size:12px;
}


ul.entry-meta.boxauthor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    color: #bae3ff;
    margin-top: 20px;
}

ul.entry-meta.boxauthor li.meta-author {
    display: inline-block;
    margin-inline-end: 9px;
}

ul.entry-meta.boxauthor li.meta-author a.ct-media-container-static {
    border-radius: 100%;
    margin-inline-end: .5em;
}

.ct-media-container-static img {
    aspect-ratio: 1 / 1;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 100%;
}

a.ct-meta-element-author {
    color: #bae3ff;
    text-transform: capitalize;
    font-size: 12px;
}

.entry-meta[data-type*=slash] li:not(:last-of-type):after {
    content: "/";
    --vertical-align: baseline;
}
.entry-meta li {
    display: inline-block;
}

li.meta-date {
    margin-bottom: 9px;
}

.fullbox {
    width: 100%;
}

.va_01 {
    width: 100%;
}

.box_va_01 {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0px 39px 100px -21px #ddd;
    margin-bottom: 50px;
}



.ct-share-box.is-width-constrained {
    margin: 20px;
    background-color: #f5f5f7;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.ct-share-box.is-width-constrained div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    border: 1px solid #d8d8d8;
}

.ct-share-box.is-width-constrained div a {
    border-inline-end: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
}

.ct-share-box .ct-tooltip {
    transform: translate3d(0px, calc(-100% - 7px), 0px);
}
.ct-tooltip {
    display: flex;
    align-items: center;
    z-index: 200;
    width: auto;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    pointer-events: none;
    background: #363f42;
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.ct-tooltip:before {
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
}
.ct-tooltip:after {
    width: 10px;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #363f42;
}
.ct-share-box[data-type=type-1] .ct-icon-container {
    min-height: 50px;
    padding: 10px 0;
}
.ct-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.ct-icon, .ct-icon-container svg {
    width: 25px;
    height: 25px;
    fill: var(#3A4F66, #3A4F66);
    transition: var(--theme-icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955));
}
.ct-share-box a:hover .ct-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, calc(-100% - 12px), 0px);
}

.full-content.entry-content.is-layout-constrained {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.va_02 {
    width: 100%;
    position: relative;
}


.box_va_02 {
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.ct-related-posts { 
    background-color: var(--color-white,#fff);
}

h3.ct-module-title {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
}

.ct-related-posts-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ct-related-posts-items article {
    width: 32%;
    margin-right: 2%;
}

.ct-related-posts-items article:nth-child(3) {
    margin-right: 0;
}

.type-cau-thu {
    width: 100%;
    float: left;
}

.type-cau-thu a.ct-media-container, .type-cau-thu a.ct-media-container img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.ct-entry-content-ct{
    padding: 15px 5px;
    border-radius: 0 0 7px 7px;

}
.ct-related-posts-items article div {
    box-shadow: 1px 1px 7px #ccc;
}
h4.related-entry-title {
    width: 100%;
    float: left;
}

h4.related-entry-title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    color: #3A4F66;

}
h4.related-entry-title:hover a {
    color: var(--color-brand);
}


.ct-related-posts .entry-meta, .ct-related-posts .entry-meta time {
    font-size: 14px;
    color: #3A4F66;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 0;
}

/*comment single*/
.box_binhluan_cauthu {
    background-color: var(--color-white);
    padding: 50px 40px;
    border-radius: 4px;
    margin-top: 50px;
}
.box_binhluan_cauthu h3.comments-title.uppercase {
    color: var(--color-hover);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.box_binhluan_cauthu .comment-list li .avatar, .commentlist li .avatar {
    border: 1px solid var(--color-input);
    width: 40px;
    height: 40px;
}
.box_binhluan_cauthu span.says {
    display: none;
}
.box_binhluan_cauthu .flex-col.flex-grow {
    background-color: #F6F8FA;
    border-radius: 4px;
    padding: 15px 20px;
}
.box_binhluan_cauthu cite.strong.fn a,.box_binhluan_cauthu cite.strong.fn {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: var(--color-hover);
}
.box_binhluan_cauthu a.comment-reply-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
.box_binhluan_cauthu a.comment-reply-link:hover {
    color: var(--color-hover);
}
.box_binhluan_cauthu .comment-inner:target {
    background-color: var(--color-white);
}
.box_binhluan_cauthu p.logged-in-as {
    display: none;
}
.box_binhluan_cauthu p.comment-notes {
    display: none;
}
.box_binhluan_cauthu em {
    display: none;
}
#comments .comment-respond {
    background-color: var(--bg-base);
    border-radius: 4px;
}
.box_binhluan_cauthu h3#reply-title {
    color: var(--color-hover);
}
.box_binhluan_cauthu .form-submit input#submit {
    background-color: var(--color-hover);
    border-radius: 8px;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    border-bottom: 4px solid var(--color-hover);
}
.box_binhluan_cauthu textarea#comment,.box_binhluan_cauthu input#author, .box_binhluan_cauthu input#email {
    border: 1px solid #F6F8FA;
    border-radius: 4px;
}
.box_binhluan_cauthu a#cancel-comment-reply-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
.box_binhluan_cauthu .comment-meta a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
.box_binhluan_cauthu  ol.comment-list h3#reply-title {
    font-size: 16px;
}
/*end comment single*/

@media screen and (max-width:1024px){
    .ct-related-posts-items article {
        width: 48%;
        margin-right: 4%;
    }
    .ct-related-posts-items article:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px){
    .box_va_01 {
        margin-top: -50px;
        padding: 20px;
    }
    .ct-related-posts-items {
        flex-direction: column;
    }
    .ct-related-posts-items article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .ct-related-posts-items article:last-child {
        margin-bottom: 0;
    }
    div.box_binhluan_cauthu {
        padding: 25px 15px;
        margin-top: 30px;
    }
}