.box-text-tintuc h3 {
    font-family: SVN-Coachella;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 108px;
    color: #ffffff;
}
.box-text-tintuc:before {
    content: "B";
    font-family: SVN-Coachella;
    font-style: normal;
    font-weight: normal;
    font-size: 450px;
    line-height: 609px;
    color: #ffffff;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
}
.box-text-tintuc p {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
}
.txt-tintuc h2 {
    font-family: SVN-Coachella;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 82px;
    color: #000;
}
.cate-tintuc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cate-post-page {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #e2c17e;
    text-transform: uppercase;
    padding: 5px 35px;
    margin-left: -35px;
}
.date-cate {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
.col-left-post {
    border: 1px solid #000;
    border-right: none;
}
.col-left-post .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-left-post h3 {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #000;
}
.col-left-post p {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.col-right-post .col-inner {
    height: 100%;
}
.col-right-post .col-inner .img {
    height: 100%;
}
.col-right-post .col-inner .img .img-inner {
    height: 100%;
}
.col-right-post .col-inner .img .img-inner img {
    height: 100%;
    object-fit: cover;
}
.cate-tintuc-pos {
    position: absolute;
    top: 10%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cate-tintuc-pos .cate-post-page {
    margin: 0;
}
.cate-tintuc-pos .date-cate {
    color: #fff;
    padding-right: 15px;
}
.box-2-post h4 {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    color: #000;
}
.box-2-post p {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.box-2-post .box-text-inner {
    padding: 15px 25px 25px 45px;
}
.box-2-post .box-text {
    border: 1px solid #000;
    border-top: none;
}
.pagi-post ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.pagi-post li {
    margin: 0 15px;
}
.pagi-post li.active a {
    color: #000;
}
.pagi-post li a {
    font-family: SVN-Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #e2c17e;
}
