h3.post-name {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

p.post-timer {
    font-size: 12px;
    margin: 12px 0px;
}

p.post-timer {}

p.post-short-description {
    font-size: 15px;
}

a.post-link-more {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.post-card-image .post-image {
    border-radius: 8px;
}

.post-card-detail {
    background: #ffffff;
}

.post-bottom-description {
    padding: 15px 15px;
}
/*.post-name a {*/
/*    text-decoration: none;*/
/*}*/
.post-card-image {
    position: relative;
}

span.badge-mark {
    position: absolute;
    top: 11px;
    left: 16px;
    background: #FAF2FE;
    color: #000000;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 12px;
}
section.section-page-post {
    margin: 40px 0px;
}
.post-short-content {
    position: absolute;
    padding: 10px 30px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffff;
    background: #00000095;
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateY(100%);
}

.post-feature-one:hover .post-short-content {
    opacity: 1;
    transform: translateY(0%);
}

.post-feature-one-image {
    width: 100%;
    height: 100%;
}

.post-feature-one {
    position: relative;
    overflow: hidden;
}

.post-feature-one .post-name {
    font-size: 21px;
    line-height: 31px;
}

.post-feature-one .post-short-description {
    font-size: 18px;
    color: #fff;
}

.post-feature-one .post-timer {
    font-size: 14px;
    color: #fff;
}

.card-post-feature-left .post-link-more {
    border-bottom: 1px solid #848485;
    font-size: 16px;
}

.card-post-feature-left .post-name {
    font-size: 22px;
}

.card-post-feature-left p.post-short-description {
    font-size: 16px;
}

.box-form-email {
    background: linear-gradient(90deg, #E83E8C 0%, #6610F2 100%);
    color: #ffffff;
    width: 80%;
    border-radius: 30px;
    padding: 50px 10px;
}

.box-form-email .input-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.box-form-email .form-control.custom-input {
    border-radius: 50px;
    padding: 0.75rem 1rem;
    padding-right: 140px; /* chừa chỗ cho nút */
    background: #FFFFFFC9;
    border: none;
    color: #4C4C4C;
}

.box-form-email .form-control::placeholder {
    color: #000;
    opacity: 0.7;
}

.box-form-email .btn-inside {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #FF00B5 0%, #BB4FFF 100%);
    color: white;
    padding: 0 20px;
    font-weight: bold;
}

.box-form-email-top-title {
    font-size: 25px;
    margin: 0px;
    text-transform: uppercase;
}

.box-form-email-bottom-title {
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
}

.box-form-email-text-info {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
}
h3.title-sidebar-post {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}

.box-categories ul {
    list-style: none;
    padding: 0px;
    background: #7923D8;
    color: #FFFFFF;
    border-radius: 8px;
}

.box-categories ul li a {
    color: #ffff;
    font-size: 18px;
    display: block;
}

.box-categories ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #ffffff;
}
.box-post-relative {
    background: #F0E4FF;
    padding: 20px 15px;
    border-radius: 8px;
}

.box-post-relative .post-card-detail {
    margin-bottom: 20px;
    border-radius: 8px;
}

.box-post-relative .post-card-image {
    padding: 0px 10px;
    padding-top: 15px;
    border-radius: 8px;
    text-align: center;
}
.box-post-relative .badge-mark {
    top: 23px;
}

.post-feature-one-image img {
    width: 100%;
}

.card-post-feature-left .post-name{
    font-size: 20px;
}

.section-banner-post{
    text-align: center;
}

.section-banner-post img{
    max-height: 500px;
}

@media (max-width: 768px) {
    .section-banner-post img{
        height: auto;
    }
}