:root {
    --secondary-color: #ed2a76;
}

.single .entry-header h1.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--secondary-color);
}

.archive-page-header {
    max-width: 556px;
    margin: 0 auto;
}

.archive-page-header .col {
    padding-bottom: 12px;
}

#portfolio-list {
    padding-bottom: 20px;
}

.content-thanhtuu {
    background: #f5f6f8;
    border-radius: 0 90px 0 0;
}

.blog-tltc .section-title-container {
    margin-bottom: 0 !important;
}

.blog-tltc .headline-title h1 {
    color: var(--primary-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 0;
    margin-bottom: 20px;
}

.blog-tltc h2.section-title-normal {
    color: var(--primary-color);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 0 solid #000;
    margin-bottom: 20px;
}

.blog-tltc h2.section-title-normal .section-title-main {
    border-bottom: 0 solid #000;
    padding-bottom: 13px;
    position: relative;
}

.blog-tltc h2.section-title-normal .section-title-main:before {
    content: "";
    width: 110px;
    height: 6px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0px;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 1199.98px) {
}

@media only screen and (max-width: 849.98px) {
    .content-thanhtuu {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 699.98px) {
}

@media only screen and (max-width: 549.98px) {
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) {
    #portfolio-list {
        padding-bottom: 50px;
    }

    .content-thanhtuu {
        padding-top: 70px;
    }

    .blog-thanhtuu #customer-list {
        padding-top: 20px;
    }

    .blog-tltc .headline-title h1 {
        font-size: 35px;
    }

    .blog-tltc h2.section-title-normal {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-tltc .headline-title h1 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1200px) {
}
