body {
    background-image: url(../images/news/news-bg.jpg);
    background-position: top center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-color: #f8e6e4;
    /* background-attachment: fixed; */
    /* overflow: hidden; */
}
.news-title {
    margin-top: 120px;
    margin-bottom: 60px;
}
.all-news-container-border {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 28px;
    margin-bottom: 100px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}
.all-news-container {
    background-image: url(../images/news/pattern-bg.jpg);
    background-position: top center;
    background-repeat: repeat;
    padding: 20px 30px 30px 30px;
    border-radius: 20px;
}
.cate-tag {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #adadad;
	display: inline-block;
	width: 70px;
	text-align: center;
	position: relative;
    line-height: 22px;
}
.tag-promotion {
	background-color: #fec644;
}
.tag-update {
	background-color: #31db48;
}
.tag-event {
	background-color: #9834ac;
}
.news-title {
	font-size: 14px;
	color: #111111;
	line-height: 24px;
	font-weight: 600;
}
.news-date {
	font-size: 12px;
	color: #5e5d5d;
	text-align: right;
	font-weight: 500;
	line-height: 24px;
}
/* navtab */
.nav-tabs-container {
    /* margin: 0 auto; */
}
.nav-tabs-container nav{
	border-top: 0px solid rgb(232, 188, 186);
	border-bottom: 4px solid rgb(232, 188, 186);
	padding: 9px 10px;
    margin: 0 auto;
}
.nav-tabs-container .nav-tabs {
	border-bottom: 0px;
}
.nav-tabs-container .nav-tabs .nav-link {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #111111;

}
.nav-tabs-container .nav-tabs .nav-link.active {
	background-color: rgb(182, 30, 30);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.nav-tabs-container .nav-tabs .nav-link:hover {
	background-color: rgb(182, 30, 30);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.all-news-thumbnail {
    margin-top: 20px;
    text-decoration: none;
    display: block;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transition: 0.1s;
}
.all-news-thumbnail:hover {
    transform: scale(102%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.thumbnail-content {
    padding: 7px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    min-height: 104px;
    align-items: stretch;
    justify-content: space-between;
}
.thumbnail-title {
    font-size: 12px;
    color: #111111;
    padding-bottom: 4px;
}
.all-news-container .tab-content {
    /* margin-top: 20px; */
}
.navigation-container {
    margin-top: 20px;
}
.pagination {
    margin-bottom: 0px;
}
.page-link {
    color: #b61e1e;
    font-size: 14px;
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;
}
.page-link:hover {
    color: #fff;
    background-color: #b61e1e;
    border: 0px;
}
.active > .page-link, .page-link.active {
    background-color: #b61e1e;
    border: 0px;
    font-size: 14px;
}
.page-link:focus {
    box-shadow: none;
}
.headline-news {
    border-bottom: 2px solid #aeaeae;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.headline-news h1 {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    line-height: 24px;
    margin-bottom: 4px;
}
.headline-news .news-date {
    margin-left: 10px;
}
.news-detail img {
    margin-bottom: 24px;
    margin-top: 20px;
    max-width: 100%;
    height: auto !important;
}
.news-detail p {
    font-size: 16px;
    color: #111111;
    line-height: 24px;
}
.news-detail {
    padding-bottom: 30px;
    border-bottom: 2px solid #aeaeae;
}
td {
    font-size: 16px;
}
/* Sidebar */
.lastes-news-border {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 28px;
    margin-bottom: 100px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}
.lastes-news-container {
    /* background-image: url(../images/news/pattern-bg.jpg); */
    background-position: top center;
    background-repeat: repeat;
    /* padding: 10px 10px 10px 10px; */
    border-radius: 20px;
    background-color: #fff;
    padding-bottom: 20px;
}
.lastes-news-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 20px 8px 20px;
    background-color: #111111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 4px solid #e8bcba;
}
.lastes-news-box {
    text-decoration: none;
    transition: 0.1s;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #a5a6a8;
}
.lastes-news-box:hover .thumbnail-title{
    color: #b61e1e;
}
.lastes-news-box .lastes-img {
    width: 40%;
}
.lastes-content {
    width: 60%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.thumbnail-title {
    font-size: 10px;
    color: #111111;
    padding-bottom: 4px;
    font-weight: 600;
}
.lastes-content .cate-tag,
.lastes-content .news-date {
    font-size: 10px;
    line-height: 17px;
}
.lastes-content .cate-tag {
    height: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
.all-news-btn {
    /* width: 100%; */
    margin-left: 10px;
    margin-right: 10px;
    background-color: #b61e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 0px;
    text-decoration: none;
    display: block;
    transition: 0.1s;
    text-align: center;
    margin-top: 5px;
}
.all-news-btn:hover {
    background-color: #eb3e3e;
    color: #fff;
}

/* Term of Service */
.news-title h1 {
    color: #fff;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 15px;
}
/* ================================= */
/*          Media queries           */
/* =============================== */

@media (max-width: 1399.98px) { 

}
@media (max-width: 1199.98px) { 

}
@media (max-width: 991.98px) {
    .lastes-img {
        display: none;
    }
    .lastes-content {
        width: 100%;
        margin-left: 0px;
    }
    .all-news-container-border {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .all-news-container {
        padding: 10px 20px 20px 20px;
    }
    .news-detail p  {
        font-size: 14px;
    }
    .headline-news h1 {
        font-size: 18px;
        font-weight: 700;
        color: #111111;
        line-height: 22px;
        margin-bottom: 4px;
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .nav-tabs-container nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-tabs-container .nav-tabs .nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs-container .nav-tabs .nav-link.active {
        font-size: 12px;
    }
    .nav-tabs-container .nav-tabs .nav-link:hover {
        font-size: 12px;
    }
    .thumbnail-content {
        min-height: auto;
    }
    .all-news-thumbnail {
        margin-top: 10px;
    }
    .headline-news h1 {
        font-size: 18px;
        font-weight: 700;
        color: #111111;
        line-height: 22px;
        margin-bottom: 4px;
        margin-top: 8px;
    }
}