.news-list,
.section__abouts {
    padding-top: 30px;
}

.news-list .is-driver,
.section__abouts .is-driver {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
}

.news-item {
	position: relative;
}

.news-item:hover .news-item__img-child img {
	transform: scale(1.2)
}

.news-item__img {
	position: relative;
	/* margin-bottom: 10px */
}

.news-item__img-child {
	position: relative;
	overflow: hidden
}

.news-item__img-child:before {
	content: "";
	padding-top: 75%;
	display: block
}

.news-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s ease 0s
}

.news-item__area {
	width: 76px;
	height: 76px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 13px
}

.news-item__area span {
	font-weight: 700;
	position: relative;
	padding-top: 3px
}

.news-item__area span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	top: 1px;
	left: 50%;
	transform: translate(-50%);
	position: absolute
}

.news-item__cate {
	position: absolute;
	left: -30px;
	top: 0;
	writing-mode: vertical-lr;
	text-align: center;
	background: #fff;
	width: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 .15rem .35rem #00000013;
	color: var(--color-main2);
	text-transform: uppercase
}

.news-item__cate span {
	transform: rotate(180deg);
	display: inline-block
}

.news-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.news-item__ct {
	background: white;
	padding: 10px;
	box-shadow: 0 0 3px #0000001f;
}

.news-item__desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	color: #595959;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	font-size: 17px;
	-webkit-box-orient: vertical;
}

.news-item__redmore .icon {
	display: inline-block;
	transform: translateY(5px);
}

.news-item__redmore .icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.news-item__redmore .icon svg path,
.news-item__redmore .icon svg line {
	stroke: currentColor;
}

.box_news_detail h1 {
    color: #000;
    font-size: 26px;
    margin: 0px 0 10px;
}

.date_time {
    color: #888;
    margin-bottom: 15px;
}

.box_news_detail .news_note {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #eee;
    color: #222;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}

.tomtatnd {
    padding: 5px 10px;
    background: #eee;
}

.header-tomtat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left-tomtat {
    display: flex;
    align-items: center;
}

.header-tomtat svg {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    transition: .3s;
}

#myTabContent.active-scroll .header-right-tomtat svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.detail-page .content-tour-detail {
    margin-top: 20px;
}
.header-left-tomtat p {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.header-right-tomtat {
    cursor: pointer;
}

.tomtatnd .table-content {
    display: none;
}

ol#toc-list {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 20px;
}

a.scrollLink {
    font-weight: 600;
    font-size: 15px;
}

.tomtatnd.active-scroll .table-content {
    display: block;
}

.sidebar-detail {
    position: sticky;
    top: 80px;
    background: white;
    border-radius: 8px;
    padding: 0 0 0 20px;
    overflow: hidden;
}

.list-cate__header {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-new__content {
    padding: 20px 0 0;
}

.post-new__item {
    display: flex;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333;
}

.post-new__image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.post-new__info {
    flex: 1;
}

.post-new__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}