/**
 *	For user edit some site's UI.
 *	Created by: linhnh2805
 */
 
 
/* Edit khoảng cách giữa các block bài viết ở HomePage */
ul.other-post {
	margin-bottom: 3px;
}

/* Edit khoảng cách từ block video Youtube tới danh sách icon
 * Chỉ thay auto bằng số px (VD 10px, 20px ....), không được bỏ !important.
 */
div.list-social-icon ul {
	margin-top: 20px !important;
}
/*
 * Edit khoảng cách giữa các icon, nên nhập 2 giá trị bằng nhau 
 * Chỉ thay auto bằng số px (VD 10px, 20px ....), không được bỏ !important.
 */
div.list-social-icon ul li {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

/*
 * Edit khoảng cách giữa các block
 */
.vc_column_container > .vc_column-inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/*
 * Edit cỡ icon mạng xã hội 
 */
div.list-social-icon img {
	width: 35px !important;
	height: 35px !important;
}

table.table-bpkt {
	width: 100%;
}
table.table-bpkt tr {
	border-bottom: 1px solid #eeeeee;
}
table.table-bpkt tr td {
	padding: 8px;
}
table.table-bpkt tr td span.left-1 {
	padding-right: 44px;
    color: #719e8a;
}
table.table-bpkt tr td span.left-2 {
	padding-right: 30px;
    color: #719e8a;
}
table.table-bpkt tr td span.left-3 {
    color: #719e8a;
}
table.table-bpkt tr td span.right-2 {
	white-space:nomal;
	color: #0072BA;
}

ul.tbt-news-list {
	padding: 20px;
}
ul.tbt-news-list > li {
	margin-bottom: 15px;
    border-bottom: none !important;
}
ul.tbt-news-list li a {
	border: 1px solid #ccc;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
}
ul.tbt-news-list li .news_month {
	font-size: 53px;
    color: #9c9c9c;
    font-weight: 700;
    display: block;
}
ul.tbt-news-list li:first-child .news_month {
	color: #073763;
}
ul.tbt-news-list news_year {
	isplay: block;
    font-size: 16px;
    color: #999;
	letter-spacing: 6px;
}