.header-content .content-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}

h1.text-title {
    font-size: 48px;
    color: #282828;
    display: inline-flex;
    align-items: center;
}

h1.text-title:before {
    background-image: linear-gradient(#36e88e, #00c186);
    height: 120px;
    width: 20px;
    content: "";
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.post-detail-box {
    padding: 20px;
}

.post-detail p {
    font-size: 24px;
}

p.txt-post {
    font-size: 24px;
    margin: 15px 0 15px 20px;
    color: #282828;
    display: inline-block;
}

p.txt-post.half-box {
    display: block;
}

h2.txt-post {
    margin: 40px 0 15px 20px;
}

.btn-center {
    display: table;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px;
}

.content-container .image-post-detail.half {
    width: 50%;
    float: left;
    margin: 0 25px 20px 20px;
}

.content-container .image-post-detail.meduim {
    width: 70%;
    float: none;
    margin: 0 20px;
}

.content-container .image-post-detail.full {
    width: 100%;
    float: none;
    margin: 0 20px;
}

.txt-note {
    color: #C4C4C4;
    margin: 50px 20px;
    padding: 20px 0;
    border-top: 1px solid #c4c4c4;
}

a.btn-learnmore {
    cursor: pointer;
    text-align: center;
    color: #00C186;
    border: 2px solid #00C186;
    width: 185px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 15px 0 0;
    font-size: 14px;
}

a:hover.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}

.section-more-post-header {
    padding: 40px 0;
}

.section-more-post {
    padding-bottom: 70px;
}

.section-more-post .col-1.more-case-box {
    position: relative;
    width: 45%;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-more-post h4 {
    margin: 10px 0 0;
}

.section-more-post .col-1.more-case-box img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-more-post .col-1.more-case-box:hover a.btn-learnmore {
    color: #fff;
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
}

.table-green-post {
    width: 100%;
    display: table;
    margin: 0 20px
}

.box-green-post {
    display: table-row;
}

.row-green-post {
    display: table-cell;
    padding: 20px;
    width: 25%;
    font-size: 18px;
}

.row-green-post.head-green {
    background: #00C186;
    color: #ffffff;
    padding: 10px;
}

.table-green-post.green-border {
    border-left: 1px solid #00C186;
    border-bottom: 1px solid #00C186;
    border-right: 1px solid #00C186;
}

.row-green-post.green-border-right {
    border-right: 1px solid #00C186;
}

.row-green-post.green-border-right.green-content {
    background: rgba(0, 193, 134, 0.8);
    color: #fff;
}

.row-green-post.white-border-right {
    border-right: 1px solid #ffffff;
}

.corner-radius-left {
    border-top-left-radius: 4px;
}

.corner-radius-right {
    border-top-right-radius: 4px;
}

ul li {
    color: #282828;
}

ul.list-black-dot {
    padding-left: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.list-black-dot li {
    font-size: 24px;
    list-style: none;
    padding: 10px 0;
}

ul.list-black-dot li:before {
    content: "•";
    padding: 0 20px;
}

.btn-sign {
    border-radius: 4px;
    height: 60px;
    font-size: 20px;
    border: 2px solid #00C186;
    text-align: center;
    line-height: 60px;
    background: #FFFFFF;
    color: #00C186;
    cursor: pointer;
    max-width: 500px;
    text-transform: uppercase;
    margin-top: 20px;
}

.btn-sign:hover {
    border: 2px solid #00C186;
    background-image: linear-gradient(to right, #00C186, #36e88e);
    color: #FFFFFF;
}

p.txt-note-group {
    font-size: 24px;
    margin: 50px 0;
    color: #c4c4c4;
    padding: 30px 0 50px;
    border-top: 1px solid #c4c4c4;
}

sup {
    vertical-align: top;
    position: relative;
    font-size: 50%;
}

p.txt-note-group a,
p.txt-note-group a:hover {
    color: #c4c4c4;
}

.btn-blog-note {
    display: table;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px;
}

.btn-blog-note p a {
    color: #5d5d5d;
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
    h1.text-title {
        font-size: 40px;
    }

    h1.text-title:before {
        height: 100px;
    }

    .container .section-container {
        width: 90%;
    }

    .content-container .image-post-detail.half {
        width: 50%;
        float: left;
        margin: 0 20px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-more-post .col-1.more-case-box {
        width: 70%;
    }

    .container .section-container {
        width: 90%;
    }

    h1.text-title {
        font-size: 34px;
    }

    h1.text-title:before {
        height: 120px;
        width: 25px;
    }

    .content-container .image-post-detail.half,
    .content-container .image-post-detail.meduim,
    .content-container .image-post-detail.full {
        width: 90%;
        float: none;
        margin: 20px;
    }

    .table-green-post {
        width: 100%;
        display: table;
        margin: auto;
    }

    p.txt-post {
        margin: 15px auto;
    }

    p.txt-note-group {
        margin: 50px auto;
    }

    p.txt-note-group {
        margin: 50px auto;
        padding: 30px 10px;
        width: 80%;
    }

    .header-content .col-1 {
        width: 100%;
    }

    p.txt-note a,
    p.txt-note a:hover {
        word-break: break-word;
    }

    h1.text-title {
        font-size: 32px;
    }

    .post-detail-box {
        padding: 20px 0;
    }

    p.txt-post {
        font-size: 20px;
    }

    .section-more-post h4 {
        font-size: 18px;
    }

    ul.list-black-dot li,
    p.txt-note-group {
        font-size: 20px;
    }

    .story-box {
        width: 60%;
        margin: auto;
    }

    .row-green-post {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    h1.text-title {
        font-size: 24px;
    }

    .row-green-post {
        padding: 5px;
    }

    .style-2 h3 {
        font-size: 18px;
    }

    h1.text-title:before {
        height: 95px;
    }
}

.style-2 h3.text-title {
    font-size: 24px;
    margin-left: 40px;
    color: #AAA;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #fff;
    border-radius: 1px;
    content: '';
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}

.numbered-list {
    padding-left: 10%;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 20px;
}

.numbered-list-large {
    font-size: 24px !important;
}

ul li {
    list-style-type: disc;
}