* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.container {
	max-width: 1200px!important;
	min-width: 1170px;
}
.wrapper {
	width: 100%;
}
.header-txt {
	top: 0;
	height: 96px;
	width: 35%;
	text-align: right;
	font-weight: 700;
}
.header-form {
	height: 96px;
	align-items: flex-end!important;
}
.header-input {
	height: 30px!important;
}
.header-btn {
	display: flex!important;
	height: 30px;
}
.hd-ic {
	border-radius: 3px;
	width: 30px;
	height: 30px;
}
.fb, .ln, .tw {
	margin-right: 3px;
}
.gg, .ytb {
	margin-right: 3px;
}
.hd-border {
	border-radius: 5px;
}
a.nav-link{
	color: #fff!important;text-transform:uppercase;font-weight:bold;
}
.navbar-nav {
	align-items: center;
	justify-content: space-between;
    display:block;
}
.navbar.navbar-orange {
    background: #FF9800
}
.nav-bg {
	/*background: #343a40;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
    float:left;
}
.ic-h {
	color: #fff!important;
	font-size: 20px;
}
.nav-item {
	
	padding:0 60px;
	text-align: center;
    line-height:55px;position:relative;
    float:left;
}
    .nav-item:after {
        content: '';
        height: 10px;
        border-right: 1px solid #fff;
        position:absolute;
        right:0;
        top:23px;
    }
    .nav-item:hover,.nav-item.active, .nav-bg.active {
        background: #343a40;
    }
.nav-item:first-child, .nav-item:last-child {
	border: none;
}
    .nav-item.active:after,.nav-item:first-child:after, .nav-item:last-child:after {
        display: none;
    }
.nav-link {
    padding: 0 !important;
    font-size: 13px;
    /*border-right: 1px solid #fff;*/
}
.news {
	display: flex;
	justify-content: space-between;
}
.sm-slide-wrap {
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
}
.sm-sl-ic-wrap {
	width: 50px;
	background: #FF9800;
	color: #fff;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.sm-sl-ic-wrap p {
	margin: 0;
}
.sm-sl-txt {
	font-weight: 700;
}
.l-main-wrap {
	width: 69%;
} 
.r-main-wrap {
	width: 28%;
}
.box-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.big-news {
	width: 68%;
}
.list-news {
	height: auto;
	width: 29%;
}
.big-news-image {
	margin-bottom: 30px;
}
.big-news-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}
.big-news-sapo {
	margin: 0;
}
.list-news-item {
	padding-top: 20px;
	border-bottom: 1px solid gray;
}
.list-news-item:last-child {
	border: none;
}
.list-title {
	color: #000;
}
.box-news {
	margin-bottom: 10px;
}
.box-title-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
.box-border-wrap {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	flex-wrap: wrap;
	border-bottom: 4px solid #FF9800;
	padding-right: 15px;
}
.box-border {
	width: 0;
	height: 0;
	border-bottom: 20px solid #1d2124;
	border-right: 20px solid transparent;
}
.box-title {
	margin: 0;
	margin-left: 10px;
	font-weight: 600;
	color: #FF9800;
	text-transform: uppercase;
}
.box-ic {
	margin-right: 25px;
}
.box-with-img {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.box-img {
	width: 39%;
}
.box-w-img-content {
	width: 58%;
}
.box-w-img-title {
	color: #FF9800;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}
.box-no-img	{
	display: flex;
}
.box-n-img-content:first-child {
	border-right: 1px solid #dae0e5;
}
.box-n-img-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}
.footer-bottom {
	margin: 20px 0;
}
.info-footer p {
	text-transform: capitalize;
	margin: 0;
}
.r-news-img {
	border-top: 40px solid #FF9800;
}
.r-news {
	background: #e4e4e4;
}
.r-news-list {
	padding: 20px;
}
.r-news-list-title {
	font-weight: 600;
	padding: 10px 0;
	border-bottom: 1px solid gray;
}
.r-news-list-title:last-child {
	border: none;
}
.r-ad {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26%;
	background: #e4e4e4;
	margin: 20px 0;
}
.r-news-no-list {
	background: #e4e4e4;
}
.r-news-ic-wrap {
	padding: 7px 0;
	margin-right: 10px;
	width: 60px;
	background: #1d2124;
	color: #fff;
	display: flex;
	justify-content: space-evenly;
	height: 25px;
	align-items: center;
}
.r-news-ic-wrap p {
	margin: 0;
}
.r-news-ic {
	font-size: 10px;
}
.r-news-no-list-title {
	padding: 20px;
	font-size: 21px;
	line-height: 28px;
	font-weight: 500;
}
.r-news-no-list-img {
	height: 200px;
	background: yellow;
}
.r-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #FF9800;
	height: 40px;
}

/*Categories*/
.cate-title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.cate-title {
	font-size: 26px;
	color: #FF9800;
	font-weight: 700;
	border-bottom: 1px solid gray;
	margin-right: 10px;
}
.cate-border {
	width: 0;
	height: 0;
	border-bottom: 17px solid #FF9800;
	border-left: 17px solid transparent;
}
.list-first {
	height: 40px;
	background: gray;
	display: flex;
	align-items: center;
}
.list-border-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 10px;
}
.list-border {
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-right: 15px solid transparent;
}
.list-border-title {
	margin: 0;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.cate-big-news-title {
	color: #FF9800;
	font-size: 22px;
	font-weight: 700;
}
.cate-content-wrap {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid gray;
	padding: 30px 0;
}
.cate-content-img {
	width: 39%;
}
.cate-content {
	width: 58%;
}
.cate-content-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}
.pagination {
	margin-bottom: 30px;
}
.page-active {
	border-bottom: 4px solid #FF9800!important;
}
.page {
	font-weight: 700;
	padding: 10px;
	border-bottom: 4px solid #e4e4e4;
	margin-right: 7px;
}
.fw-600 {
	font-weight: 600;
}