section {
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
    section {
        padding: 20px 0;
    }
}

.container .box-title-relatest {
    display: flex;
    padding-bottom: 80px;
}

#latest-post {
    display: flex;
}

.blog-style1 {
    flex-direction: column;
}


.blog-style1.list-style .date-latest-post {
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    bottom: 10px;
    height: 70px;
    line-height: 25px;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    top: auto;
    text-align: center;
    width: 70px;
}

.flat-latest-post {
    padding: 0px;
}

.latest-post-text {
    /* color: #000; */
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.share {
    margin: 0px;
    padding: 0px;
    gap: 5px;
}

.fixed-size {
    width: 100% !important;
    height: 327px !important;
    object-fit: cover !important;
    display: block !important;
}

.news-title {
    color: #000;
    font-family: var(--body-font-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.container {
    max-width: 1360px !important;
}

#fake-shot {
    pointer-events: none; /* Ngăn mọi hành động nhấp chuột trên toàn bộ .fake-shot */
    cursor: default; /* Thay đổi con trỏ để chỉ ra rằng không thể nhấn */
}

#fake-shot:not(.show) {
    /*max-height: 100%;*/
    /*overflow: hidden;*/
    position: relative;
}

#fake-shot:not(.show)::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: -3%;
    width: 105%;
    height: 105%;
    background: linear-gradient(
            to bottom,
            rgba(247, 247, 247, 0),
            rgba(247, 247, 247, 0.5)
    );
    backdrop-filter: blur(3px);
    border-radius: 10px;
    z-index: 1;
    pointer-events: none; /* Ngăn tương tác với lớp phủ */
}

#fake-shot .btn-expand {
    position: absolute; /* Đặt thẻ "Xem thêm" vào vị trí tuyệt đối */
    top: 50%; /* Căn giữa theo chiều dọc */
    left: 50%; /* Căn giữa theo chiều ngang */
    transform: translate(-50%, -50%);
    z-index: 2; /* Đặt z-index cao hơn lớp phủ */
    pointer-events: auto; /* Cho phép tương tác với nút */
    text-decoration: none;
    cursor: pointer; /* Hiển thị con trỏ khi di chuột vào */
    padding: 14px 28px !important;
    border-radius: 10px;
    font-size: 18px;
    background-color: rgba(247, 247, 247, 0.5);
    border: 1px solid #181A20;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

#fake-shot .btn-expand::before {
    background-color: #EE4C34;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
    transform-origin: top left;
}

#fake-shot .btn-expand:hover {
    color: #ffffff;
}

#fake-shot .btn-expand:hover::before {
    height: 100%;
    width: 200%;
}

textarea {
    min-height: 190px !important;
}

.card-sign-up {
    border-top: 4px solid #dc3545;
    border-radius: 10px;
    background: #FFF;
}

.btn-custom {
    padding: 14px 28px;
    border-radius: 10px;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-custom:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.outer-border {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
}

.modal-title {
    font-family: var(--body-font-family);
}

.modal-content {
    border-radius: 1.3rem;
}

.description-container {
    text-align: justify;
    justify-content: unset;
}

.sidebar-widget {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.featurednewsphoto {
    height: 100%;
    width: 80px;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
}

.new-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news-img {
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
}


@media screen and (max-width: 768px){
    .photo-post-primary {
        height: unset !important;
    }
    .description-container img {
        height: unset !important;
    }
    .description-container p, .description-container span {
        font-size: 14px;
    }

}