.show991 {
	display: none;
}
.flex-bw {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/******************/
.block-header-top {
	display: flex;
	justify-content: space-between;
}
.logo-header {
	width: 70%;
}
.seach-header {
	width: 30%;
	margin: auto;
}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 55px;
	height: 35px;
	float: right;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border: 1px solid #dadada;
	border-radius: 7px;
}
.sb-search {
  	margin-top: 10px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	left: 10px;
	font-family: inherit;
	font-size: 16px;
	color: #757575;
	display: none;
}
.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	color: transparent;
	border: none;
	outline: none;
	z-index: 99;
	background: none;
	border-right: 1px solid #dadada;
	border-radius: 4px;
}
.sb-icon-search, .sb-search-submit {
	width: 55px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	display: none;
}
.sb-icon-search {
	color: #757575;
	z-index: 90;
	padding: 6px 0px;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search, .sb-search-submit {
	line-height: inherit;
	/*height: inherit;*/
}
.sb-search.sb-search-open, .no-js .sb-search {
  	width: 100%;
}
.header-bottom {
	background: #1c3f93;
	border-bottom: 1px solid #fff;
}
.ul-main-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.ul-main-menu > li {
	position: relative;
}
.ul-main-menu > li.active > a, .ul-main-menu > li:hover > a {
	background: #ed1c24;
}
.ul-main-menu > li > a {
	display: inline-block;
	padding: 10px 16px;
	font-weight: 600;
	letter-spacing: -0.1px;
	line-height: 35px;
	color: #fff;
	font-size: 17px;
}
.has-sub:hover .ul-sub-menu {
  	display: block;
}
.ul-sub-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	min-width: 220px;
	z-index: 999;
	display: none;
}
.ul-sub-menu > li > a {
	display: block;
	padding: 10px;
	/*font-weight: 600;*/
	color: #000;
	font-size: 15px;
}
.ul-sub-menu > li:hover {
	background: #f5f5f5;
}
.g-font-size-28 {
  	font-size: 24px;
}
.main-slogan {
	padding: 10px 0;
}
.main-slogan marquee {
	color: #f00;
	font-size: 16px;
}
.tit-news-home {
	font-size: 18px;
	text-transform: uppercase;
	color: #1c3f93;
	margin-bottom: 30px;
}
.tit-news-home::before {
	content: '';
	background-image: url('../img/Group64.png');
	background-size: 40px;
	width: 39px;
	position: relative;
	top: 15px;
	display: inline-block;
	height: 39px;
}
.block-news-highlight {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.box-news-left {
	width: 60%;
}
.box-news-right {
	width: calc(40% - 30px);
	max-height: 620px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.box-news-right::-webkit-scrollbar {
    width: 3px;
}
.news-hl-name a {
  	font-size: 20px;
  	font-weight: bold;
}
.box-info-hlhome {
	margin-top: 20px;
}
.news-hl-date {
	font-size: 12px;
	color: #777676;
}
.news-hl-desc {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 5;
	height: 115px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
}
.img-news-hl img {
	width: 100%;
	height: 100%;
}
.it-news-hl-right {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}
.img-news-right-hl {
	width: 120px;
	height: auto;
	margin-right: 10px;
}
.box-info-right-home {
	width: calc(100% - 130px);
}
.img-news-right-hl img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.box-info-right-home .news-hl-date {
	font-size: 11px;
}
.box-news-left.owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: -30px;
	right: 0;
}
.box-news-left.owl-carousel .owl-nav .owl-prev {
	margin-right: 20px;
}
.box-news-left.owl-carousel .owl-nav button:hover {
 	background: none;
 	color: unset;
}
.main-news-cate {
	background-color: #F4F4F4;
	display: flex;
	padding: 30px 0;
	margin-top: 20px;
}
.it-news-cate-home {
	width: calc(25% - 27.5px);
	float: left;
	margin-right: 30px;
}
.it-news-cate-home:last-child {
	margin-right: unset;
}
.img-news-cate img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.box-info-news-cate {
	margin-top: 20px;
}
.news-cate-name a {
  	font-size: 20px;
  	font-weight: bold;
  	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-hl-desc {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 3;
	height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #777676;
}
.block-news-other {
	width: calc(50% - 15px);
	float: left;
	margin-bottom: 20px;
}
.block-news-other:nth-child(odd) {
	margin-right: 30px;
}
.it-news-other {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.img-news-other {
	width: 180px;
	min-width: 180px;
	height: 100px;
}
.img-news-other img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-info-news-other {
	width: calc(100% - 180px);
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.head-news-other {
	display: flex;
	justify-content: space-between;
}
.head-news-other span {
	margin: auto 0;
	color: #5e5e5e;
}
.news-other-name {
	display: flex;
}
.news-other-name a {
  	font-size: 20px;
  	font-weight: bold;
  	/*overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;*/
}
.news-other-desc {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	-webkit-line-clamp: 2;
	height: 45px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #777676;
}
.main-news-other {
	margin-top: 20px;
}
footer {
	background: #e9e9e9;
}
.footer-top {
  	display: flex;
  	justify-content: space-between;
  	padding: 40px 0;
  	border-bottom: 1px solid #ccc;
}
.ft-top-left {
	width: 40%;
	display: flex;
}
.ft-top-right {
	width: 60%;
	display: flex;
}
.it-ft-top {
	width: 100%;
	display: flex;
}
.it-ft-top img {
	margin-right: 12px;
}
.tit-ft-top {
	font-size: 18px;
	font-weight: bold;
}
.info-ft-top {
	text-align: left;
}
.footer-bot {
	width: 100%;
	display: flex;
  	padding: 20px 0;
  	border-bottom: 1px solid #ccc;
}
.it-ft-bot {
	width: 25%;
}
.it-ft-bot ul {
	margin: 20px 0;
	line-height: 28px;
}
.digital {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.digital-left {
	width: 50%;
}
.digital-left span {
	line-height: 25px;
	float: left;
	color: #666666;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
}
.digital-left span:hover {
	color: #425fa3;
}
.digital-right {
	display: flex;
	width: 50%;
}
.digital-right label {
	margin: auto;
	margin-right: 20px;
	font-size: 16px;
}
.digital-right select {
	width: 280px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px;
}
.copyright {
	background: #164397;
	line-height: 1.7;
	color: #fff;
	padding: 15px 0;
}
.tkw9999 {
	color: #fff !important;
	font-size: 16px !important;
}






@media (max-width: 991px){
	.hide991 {
		display: none;
	}
	.show991 {
		display: block;
	}
	.block-search-top {
	  	width: calc(100% - 40px);
	}
	.block-search-top form {
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	.block-search-top form input {
		height: 34px;
		width: 100%;
		padding: 6px 12px;
		font-size: 13px;
		border: none;
		outline: unset;
		box-shadow: unset;
		background: #f3f3f3;
	}
	.block-search-top form > button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: #c30616;
		padding: 6px 18px;
		height: 34px;
	  	border-radius: 0;
		outline: unset;
		box-shadow: unset;
		border: unset;
	}
	.sidenav {
		height: 100%;
		width: 0;
		position: absolute;
		top: 54px;
		right: 0;
		background-color: #1c3f93;
		transition: 0.3s;
		z-index: 99999;
		padding: 0;
	}
	.menu-mobile {
	  	padding: 0;
	  	text-decoration: none;
	  	color: #818181;
	  	transition: 0.3s;
	  	list-style-type: none !important;
	  	background-color: #1c3f93;
	}
	.menu-mobile li {
		margin: 0;
		background: unset;
		border: none;
		border-radius: 0;
		box-shadow: unset;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.phelp {
	  	position: relative;
	}
	.menu-mobile a {
		padding: 15px 0 15px 20px;
		display: inline-block;
		width: calc(100% - 50px);
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		text-transform: capitalize;
	}
	.phelp > a:first-child {
	  	border-right: 1px solid #fff;
	}
	.hassub-mb .phelp .a-icon {
		position: absolute;
		right: 15px;
		top: calc(50% - 7.5px);
		z-index: 9999;
		text-align: center;
		width: 20px;
		padding: 0;
	}
	#navbar-icon {
		width: 30px;
		height: 21px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		margin-left: 20px;
	}
	#navbar-icon {
	  	cursor: pointer;
	}
	#navbar-icon span {
		display: block;
		position: absolute;
		height: 1px;
		width: 50%;
		background: #fff;
		opacity: 1;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}
	#navbar-icon span:nth-child(2n+1) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	#navbar-icon span:nth-child(2n) {
	  	left: 50%;
	  	border-radius: 0 9px 9px 0;
	}
	#navbar-icon span:nth-child(1), #navbar-icon span:nth-child(2) {
		top: 0px;
	}
	#navbar-icon span:nth-child(3), #navbar-icon span:nth-child(4) {
	  	top: 9px;
	}
	#navbar-icon span:nth-child(5), #navbar-icon span:nth-child(6) {
	  	top: 18px;
	}
	#mySidenav.active {
	  	width: 100%;
	}
	#navbar-icon.open span:nth-child(1), #navbar-icon.open span:nth-child(6) {
	  	transform: rotate(45deg);
	}
	#navbar-icon.open span:nth-child(2), #navbar-icon.open span:nth-child(5) {
	  transform: rotate(-45deg);
	}
	#navbar-icon.open span:nth-child(1) {
	  	left: 2px;
	  	top: 5px;
	}
	#navbar-icon.open span:nth-child(2) {
	  	left: calc(50% - 2px);
	  	top: 5px;
	}
	#navbar-icon.open span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	#navbar-icon.open span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	#navbar-icon.open span:nth-child(5) {
		left: 2px;
		top: 16px;
	}
	#navbar-icon.open span:nth-child(6) {
	  	left: calc(50% - 2px);
		top: 16px;
	}
	.block-header-top {
		justify-content: center;
	}
	.header-bottom {
		padding: 10px 0;
		position: relative;
	}
	.main-slogan {
		padding: 0;
	}
	.block-news-highlight {
		display: unset;
	}
	.box-news-left {
		width: 100%;
	}
	.box-news-right {
		width: 100%;
		margin-top: 20px;
	}
	.block-news-other {
		width: 100%;
	}
	.block-news-other:nth-child(2n+1) {
	  	margin-right: 0;
	}
	.img-news-other {
  		width: 150px;
  		min-width: 150px;
  	}
	.box-info-news-other {
  		width: calc(100% - 175px);
  	}
  	.footer-top {
  		display: block;
  	}
  	.ft-top-left {
  		width: 100%;
  	}
  	.ft-top-right {
	  	width: 100%;
	  	display: unset;
	}
	.it-ft-top {
		padding: 10px 0;
	}
	.footer-bot {
		display: inline-block;
		margin-top: 30px;
	}
	.it-ft-bot {
		width: 50%;
		float: left;
	}
	.digital {
		display: block;
	}
	.digital-left {
		width: 100%;
	}
	.digital-right {
		width: 100%;
		padding-top: 20px;
	}
	.copyright {
	  	padding: 15px 10px;
	}
}