.page_archive{
	padding: 30px 0;
}
h1.th_pagearchive{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: 33px;
	text-transform: uppercase;
	color: var(--cl2);
	font-weight: bold;
	text-align: center;
}
h1.th_pagearchive::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 80px;
	height: 3px;
	background: var(--cl1);
}

/*SIDEBAR*/
ul.listlienhe_one{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.listlienhe_one li{
	background: #eee;
    padding: 10px;

    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
ul.listlienhe_one li .iconft{
	margin-right: 15px;
}
ul.listlienhe_one li .iconft img {
    width: 50px;
    height: 50px;
}

ul.listlienhe_two {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.listlienhe_two li {
    margin-bottom: 10px;
    padding: 10px;
    width: 48%;
    background: #E73F60;
    color: white;
}
ul.listlienhe_two li:nth-child(2), ul.listlienhe_two li:nth-child(3) {
    background: #f16925;
}
ul.listlienhe_two li a {
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
}
ul.listlienhe_two li .hinhanhzalo img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
}

ul.listcategogy_sidebar{
	margin: 0;
	padding: 0;
	list-style: none;

	background: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
ul.listcategogy_sidebar h5{
	background: #e73f60;
	color: #fff;
	padding: 10px;
	text-align: center;

	margin: 0;
}
ul.listcategogy_sidebar > li{
	border-bottom: 1px solid #CCC;
	padding: 0 10px;
}
ul.listcategogy_sidebar > li > a{
	display: block;

	line-height: 40px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
ul.listcategogy_sidebar > li > a:before {
	position: absolute;
	right: 0px;
	top: 20px;
	display: block;
	width: 10px;
	height: 2px;
	background: #e73f60;
	content: "";
	transition: all 0.1s ease-out;
}
ul.listcategogy_sidebar > li > a:after {
	position: absolute;
	right: 4px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #e73f60;
	content: "";
	transition: all 0.1s ease-out;
}
ul.listcategogy_sidebar > li > a > span{
	color: #e73f60;
}
ul.listcategogy_sidebar > li > a > img{
	width: 20px;
	height: 20px;
}

ul.listcategogy_sidebar > li.has-sub.open > a:after,
ul.listcategogy_sidebar > li.has-sub.open > a:before {
	transform: rotate(45deg);
}

ul.listcategogy_sidebar > li > ul{
	padding-left: 30px;

	display: none;
}
ul.listcategogy_sidebar > li > ul > li{
	position: relative;
}
ul.listcategogy_sidebar > li > ul > li > a {
	height: 30px;
	line-height: 30px;
	color: #000;
}

ul.listcategogy_sidebar > li.open > ul{
	display: block;
}
/*END SIDEBAR*/

.loop_pagearchive{
	margin-bottom: 30px;
}
.item_pagearchive{
	display: grid;
	grid-template-columns: 250px auto;
	grid-gap: 15px;

	margin-bottom: 20px;
}
.img_pagearchive{
	width: 100%;
}
.img_pagearchive img{
	width: 100%;
}

.info_pagearchive{
	width: 100%;
}
.info_pagearchive h3{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: var(--cl2);
}
.info_pagearchive .date{
	margin-bottom: 5px;
	color: var(--cl2);
}
.info_pagearchive .descr {
    margin-bottom: 15px;
    color: #565656;
    font-style: italic;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.btn_pagearchive{
	text-align: right;
    display: block;
}
.btn_pagearchive a{
	padding: 10px;
	display: inline-block;
	color: #fff;
	line-height: 1.1;
}
.btn_pagearchive a:nth-child(1){
	background: #2cb373;
}
.btn_pagearchive a:nth-child(2){
	background: #ff0000;
}

/*phantrang*/
ul.pagination {
	display: flex;
}

a.page-link {
	display: inline-block;
	padding: 5px 8px;
	background: var(--cl2);
	color: #fff;
}

li.page-item {
	margin-right: 4px;
}

li.page-item.active a {
	background: var(--cl1);
}