.section-1{
	padding: 30px 0px;
}
.section-1 > div{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.section-1 .main-content{
	width: calc(75% - 30px);
}
.section-1 .sidebar{
	width: 25%;
}
.section-1 .main-content .post-title{
	font-size: 20px;
	font-weight: 500;
	color: #2a2a2a;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 20px;
	line-height: 28px;
}
.section-1 .entry-content img{
	max-width: 100%;
	height: auto;
}
.section-1 .entry-content p{
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.section-1 .entry-content ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}
.section-1 .entry-content h1{
	font-size: 22px;
}
.section-1 .entry-content h2{
	font-size: 18px;
}
.section-1 .entry-content h3{
	font-size: 16px;
}
.section-1 .entry-content h4{
	font-size: 14px;
}
.section-1 .main-content .nav-tabs{
	margin-top: 30px;
}
.related-section{
	margin-top: 40px;
}
.related-section .block-title{
	font-size: 20px;
	font-weight: 500;
	color: #2a2a2a;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 20px;
	line-height: 28px;
}
.related-section .list-related{
	/*display: flex;*/
	width: 100%;
	position: relative;
}
.related-section .list-related .item{
	/*width: 30%;*/
}
.related-section .list-related .item .thumb{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.related-section .list-related .item .content p:nth-child(1){
	color: #9e9e9e;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.related-section .list-related .item .content .title{
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.related-section .list-related .item .content p:nth-child(3){
	font-size: 13px;
	color: #9e9e9e;
}
.related-section .list-related .owl-prev{
    position: absolute;
    top: -54px;
    right: 28px;
    background: transparent;
    color: #9e9e9e;
    font-size: 20px;
}
.related-section .list-related .owl-next{
    position: absolute;
    top: -54px;
    right: -10px;
    background: transparent;
    color: #9e9e9e;
    font-size: 20px;
}

.tab-content .tab-pane{
	padding: 20px 0px;
}
.tab-content .tab-1 > div{
	display: flex;
	justify-content: space-between;
}
.tab-content .tab-1 > div > div:nth-child(2){
	width: 250px;
	min-width: 250px;
	margin-left: 30px;
}
.tab-content .tab-1 > div > div:nth-child(2) > div:nth-child(1){
	background-color: #3575d3;
	padding: 12px 10px;
	color: #fff;
	font-weight: 500;
}
.tab-content .tab-1 > div > div:nth-child(2) .content {
	border: 1px solid #eee;
	border-top: none;
	padding: 10px;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul{
	padding-left: 0px;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul li{
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul li:last-child{
	border-bottom: none;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul li p{
	font-size: 13px;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul li p:nth-child(1){
	width: 100px;
	font-weight: 500;
}
.tab-content .tab-1 > div > div:nth-child(2) .content ul li p i{
	color: #3575d3;
}
.tab-content .tab-2 ul {
	padding-left: 0px;
}
.tab-content .tab-2 ul li{
	display: flex;
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
}
.tab-content .tab-2 ul li:last-child{
	border-bottom: none;
}
.tab-content .tab-2 ul li p:nth-child(1){
	width: 120px;
	min-width: 120px;
}
.tab-content .tab-2 ul li p:nth-child(1) i{
	color: #3575d3;
	font-size: 13px;
	padding-right: 5px;
}
.tab-content .tab-2 ul li p:nth-child(2){
	width: 100%;
	font-weight: 500;
}
.tab-content .tab-2 ul li p:nth-child(3){
	width: 120px;
	min-width: 120px;
	text-align: right;
}

.tab-content .tab-3 ul {
	padding-left: 0px;
}
.tab-content .tab-3 ul li{
	display: flex;
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.tab-content .tab-3 ul li:last-child{
	border-bottom: none;
}
.tab-content .tab-3 ul li > img{
	width: 105px;
	height: 120px;
	object-fit: cover;
}
.tab-content .tab-3 ul li .content{
	padding-left: 20px;
}
.tab-content .tab-3 ul li .content p:nth-child(1){
	font-weight: 500;
	color: #3575d3;
	margin-bottom: 0px;
}
.tab-content .tab-3 ul li .content p:nth-child(2){
	font-size: 13px;
	color: #9e9e9e;
	margin-bottom: 10px;
}
.tab-content .tab-3 ul li .content p:nth-child(3){
	font-size: 13px;
}
.tab-content .tab-4 ul {
	padding-left: 0px;
}
.tab-content .tab-4 ul li{
	display: flex;
	padding: 0px 0px;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.tab-content .tab-4 ul li:last-child{
	border-bottom: none;
}
.tab-content .tab-4 ul li a{
	display: block;
}
.tab-content .tab-4 ul li p:nth-child(1){
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.tab-content .tab-4 ul li p:nth-child(1) i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 40px;
	margin-right: 5px;
}
.tab-content .tab-4 ul li a:nth-child(2){
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.10);
}