.main-wrap {
    display: flex;
    margin-top: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: var(--main-box-shadow);
    border-radius: var(--main-border-radius);
    border: var(--main-border);
}
.contact-box {
    border-radius: 10px;
    padding: 25px;
    background-color: #123456;
    margin-bottom: 20px;
    font-size: 14px;
	color: #ffffff;
}
.contact-box .list-heading {
    margin-bottom: 10px;
    padding: 11px 10px 12px;
    background-color: var(--main-blue-color);
    margin: 0 0 10px;
    border-radius: var(--main-border-radius);
}
.contact-box .list-heading .menu-icon {
    margin-right: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: var(--main-blue-color);
    font-size: 15px;
}
.list-heading .menu-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7;
}
.tv-img {
    display: flex;
    align-items: center;
}
.tv-img img {
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    width: 65px;
    margin-right: 10px;
	height:65px;
}
.tv-gthieu {
    padding-bottom: 15px;
    padding-top: 4px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 10px 0 0!IMPORTANT;
	max-height: 200px;
    overflow-y: scroll;
}

.tv-gthieu::-webkit-scrollbar{
	display:none;
}

.tv-gthieu:hover::-webkit-scrollbar{
	display:block;
}

.tv-gthieu::-webkit-scrollbar-track{
	border-radius: var(--main-border-radius);
	background-color: #ffffff;
}

.tv-gthieu::-webkit-scrollbar{
	width: 3px;
	background-color: #ffffff;
}

.tv-gthieu::-webkit-scrollbar-thumb{
	border-radius: var(--main-border-radius);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--main-blue-color);
}

.main-wrap.main-thanh-vien .tv-img {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

.tv-ngay-tgia {
    margin-bottom: 5px !IMPORTANT;
}
.contact-box .tv-box h3 {
    margin-bottom: 0;
    margin-top: -10px;
}
.contact-box .tv-box p {
    margin: 0;
}

.mobile.contact-box{
	width: calc(100% - 60px);
    margin: 10px auto 20px !important;
    padding: 20px;
}

.pagination-wrap .inactive {
    opacity: .3;
    cursor: no-drop;
}
.pagination-wrap .active{
	cursor: pointer;
}

.page-template-thanh-vien.show-quickview .min-cate {
    left: 0;
    transform: translateX(-100%);
}

.show-quickview .main-container.tv-main {
    margin-left: 210px;
}

.page-template-thanh-vien.show-quickview .search-wrap {
    width: 50%;
}