.section {
    margin-top: 100px;
}
.section-title {
    text-align: center;
    font-size: 52px;
    color: rgba(34, 34, 34, 100);
    line-height: 78px;
}

.section-sub-title {
    color: rgba(102, 102, 102, 100);
    font-size: 24px;
}
.div-articles{
    width: 90%;
    margin: 20px auto 50px;
}

.div-articles .date {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    padding: 20px 0;
}

.div-single-articles{
	margin-bottom: 50px;
}

.div-single-articles img{
    width: 100%;
}

.title-article{
    font-size: 26px;
    color: #101010;
    margin-top: 0;
    line-height: 38px;
    margin-bottom: 18px;
}

.title-article a, .author-article a{
	color: #333;
}
.div-articles .desc-en{
    margin-top: 30px;
}
.author-article, .comment-article{
	font-size: 18px;
    line-height: 25px;
}


.content-article{
	text-align: justify;
    margin-bottom: 40px;
    font-family: "Helvetica", sans-serif;
}

.detail-btn {
    width: 190px;
    line-height: 60px;
    margin-top: 15px;
    opacity: 1;
    background-color: rgba(51, 51, 51, 1);
    box-shadow: 0px 20px 55px 0px rgb(0 0 0 / 15%);
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}
.detail-btn:hover {
    color: #fff;
}

.pageList {
    text-align: center;
    margin-bottom: 80px;
}

.pageList li{
    margin: 0 8px;
    width: 48px;
height: 48px;
border: 1px solid #333;
border-radius: 50%;
line-height: 48px;
color: #333;
text-align: center;
display: inline-block;
list-style: none;
font-size: 16px;
}
.pageList li a {
    display: block;
    color: #333;
}
.pageList li.current{
    background: #333;
    color: #fff;
}
.pageList li.current a {
    color: #fff;
}
@media (max-width: 1400px) {
    .div-articles .date {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }
    .title-article {
        line-height: 32px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .div-articles .desc-en {
        margin-top: 15px;
    }
    .author-article, .comment-article {
        font-size: 14px;
    line-height: 25px;
    }
    .detail-btn {
        line-height: 50px;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .section-sub-title {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .section-content {
        display: block !important;
        margin-top: 15px !important;
    }
    .section {
        margin-top: 20px !important;
    }
    .div-articles .col-md-5{
       padding: 0;
    }
}