input[placeholder]::-webkit-input-placeholder {
	color: #969494 !important;
	font-size: 14px;
	font-family: 'Roboto Condensed';
	text-transform: none !important;
}

img {
	max-width: 100%;
}

a {
	color: #303030;
	transition: .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

article .g-color-primary--hover:hover {
	color: #19428c !important;
	transition: .3s ease-in-out;
}

.white-space {
	padding: 7px 0;
}

@media ( min-width : 1200px) {
	.container {
		max-width: 1170px;
	}
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-static {
	position: static;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.full-width {
	width: 100%;
}

/*------------------------------------
  color
 ------------------------------------*/
.color-primary {
	color: #002d80 !important;
}

.color-success {
	color: #878787;
}

.color-secondary {
	color: #19428c;
}

.color-alert {
	color: #d00d1c;
}

.color-dancer {
	color: #eff4fc;
}

.color-gray {
	color: #bfbfbf;
}

.theme-color-default {
	color: #000000;
}

@media ( min-width : 768px) {
	.theme-brd-right-primary--md {
		border-right: 1px solid #002d80;
	}
}

@media ( min-width : 768px) {
	.boxscroll {
		max-height: 252px;
	}
	.boxscroll.boxscoll1 {
		max-height: 155px;
	}
	.heroslider .fa-chevron-right {
		right: 20%;
	}
	.heroslider .fa-chevron-left {
		left: 20%;
	}
}

.nicescroll-cursors {
	right: -15px !important;
}
/*------------------------------------
  header
 ------------------------------------*/
.txt-search, .btn-search {
	height: 25px;
}

.btn-search {
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-top: 5px;
}

.txt-search {
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
}

.u-header__section--light .navbar-nav:not ([class*="u-main-nav-v"] ) .nav-link,
	.u-header__section--light--shift.js-header-change-moment .navbar-nav:not
	([class*="u-main-nav-v"] ) .nav-link {
	color: #fff;
	font-size: 1.357rem;
}

.ul-menu .nav-item {
	margin: 0 1px;
	background-color: #002d80;
	padding: 5px 8px;
}

.ul-menu .nav-item:first-child {
	padding-left: 0;
	padding: 5px 15px;
}

.ul-menu .nav-item:last-child {
	margin-right: 0;
	padding: 0px;
}
/*.header .u-header__section--light{*/
/*background: url("../images/bg-header.jpg") no-repeat top;*/
/*}*/
.bg-header {
	background: url("../images/bg-header.jpg") no-repeat top;
}

.header .nav-link {
	transition: .3s ease-in-out;
	position: relative;
}

.header .nav-link:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: transparent;
	transition: .3s ease-in-out;
	position: absolute;
	bottom: -5px;
	z-index: 9;
}

.header .nav-link:hover:after {
	background-color: #d00d1c;
	transition: .3s ease-in-out;
}

.header .nav-link:hover {
	color: #fff !important;
}

.header .fa-square {
	top: 10px;
}

.header .hs-mega-menu {
	top: 59%;
	width: 97% !important;
	margin-left: auto;
	margin-right: auto;
	left: 0px !important;
	border: 2px solid #002d80;
}

.header .hs-mega-menu ul {
	list-style: none;
	padding-left: 20px;
}
/*------------------------------------
 border
 ------------------------------------*/
.g-border-color-success {
	border-color: #004080 !important;
}

.g-border-color-primary {
	border-color: #d00d1c !important;
}

.border-width-20x {
	width: 20px;
}

.hq-btn-primary {
	background-color: #063788;
	color: #fff;
}

.hq-border-primary {
	border-color: #6295c1 !important;
}
/*------------------------------------
  breakcrumb
 ------------------------------------*/

/*------------------------------------
  background
 ------------------------------------*/
.g-bg-color-gray {
	background-color: #eef3fd;
}

.g-bg-primary {
	background-color: #002d80 !important;
}

.hq-bg-primary {
	background-color: #002d80 !important;
}

.g-bg-color-secondary {
	background-color: #d00d1c;
}

.g-bg-color-success {
	background-color: #878787;
}

.g-bg-secondary {
	background-color: #d00d1c;
}

.hq-bg-secondary {
	background-color: #6295c1;
}

.hq-bg-dancer {
	background-color: #194eb5;
}
/*------------------------------------
  title box
 ------------------------------------*/
.title-box {
	background: #0F70B6;
	border-radius: 6px 6px 0px 0px;
	font-size: 16px;
	color: #fff;
	padding-bottom: 0px !important;
	padding: 0px 15px;
	height: 50px;
	display: flex;
	align-items: center;
	margin-top: 0px;
}
/*------------------------------------
 sidebar
 ------------------------------------*/
.sidebar .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
/*------------------------------------
 arrow
 ------------------------------------*/
.arrow-right {
	width: 0;
	height: 0;
	border: 15px solid #194eb5;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 0px;
}

.u-nav-light {
	background: #0b3989;
}

[class*="u-nav-v8"].u-nav-light .nav-link {
	background-color: #063788;
}

[class*="u-nav-v8"].u-nav-light .nav-link {
	color: #fff;
}
/*------------------------------------
home slider
------------------------------------*/
.js-carousel.slick-initialized .js-next, .js-carousel.slick-initialized .js-prev
	{
	border-radius: 50%;
	background-color: #002d80 !important;
	width: 40px !important;
	height: 40px !important;
	color: #fff;
}
/*------------------------------------
  home page
 ------------------------------------*/
.hero .heroslider .slick-slide img {
	width: 1140px;
}

.hero .heroslider .slick-slide.slick-center {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.hero .heroslider .slick-slide {
	opacity: 0.3;
	filter: alpha(opacity = 70);
}

.hero {
	position: relative;
}

.heroslider .fa {
	position: absolute;
	top: 45%;
	font-size: 2rem;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.8);
	color: #19428c;
	text-align: center;
	border-radius: 50%;
}

.title-slider {
	position: absolute;
	bottom: 40px;
	background: rgba(255, 255, 255, 0.8);
	left: 28.5%;
	z-index: 9;
	max-width: 300px;
	padding: 20px;
}

.table-shedule td, .table-shedule th {
	padding: 2px;
}

@media ( min-width : 1024px) {
	.col-content {
		max-width: 90%;
	}
	.form-search {
		max-width: 130px;
		padding: 8px;
	}
	.title-box-menu {
		min-height: 32px;
	}
	.nav-service {
		margin-top: -56px;
		margin-left: 45px;
		margin-right: 45px;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.nav-service .nav-link {
		padding-left: 36px !important;
	}
	.nav-service .nav-item:first-child .nav-link {
		padding-left: 0px !important;
	}
	.nav-service .nav-item:last-child .nav-link {
		padding-right: 0px !important;
	}
}

.nav-service.nav-fill .nav-item {
	max-width: 175px;
	width: 175px;
}

.nav-service img {
	width: 20px;
}

.nav-service .nav-item:first-child:hover .arrow-left {
	width: 0;
	height: 0;
	border: 45px solid #ce0c1b;
	border-top: 54px solid transparent;
	border-bottom: 54px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	left: -52px;
	top: 2px;
}

.nav-service .arrow-left {
	width: 0;
	height: 0;
	border: 45px solid #063788;
	border-top: 54px solid transparent;
	border-bottom: 54px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	left: -52px;
	top: 2px;
}

.nav-service .arrow-right {
	width: 0;
	height: 0;
	border: 45px solid #063788;
	border-top: 54px solid transparent;
	border-bottom: 54px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 1px;
	right: -51px;
}

.nav-service .nav-item:last-child:hover .arrow-right {
	width: 0;
	height: 0;
	border: 45px solid #ce0c1b;
	border-top: 54px solid transparent;
	border-bottom: 54px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 1px;
	right: -51px;
}

article .fa-square {
	top: 8px;
}

article hr {
	border-top-width: 9px;
}

.view-more {
	text-transform: none;
}

.news-hot {
	line-height: 30px;
}

.news-hot span {
	display: inline-block;
}

.notification-hot a {
	color: #ff0000;
	font-size: 20px;
}

.news-hot .post-img {
	max-width: 45%;
}

/*------------------------------------
page about
------------------------------------*/
.u-accordion__header [aria-expanded="true"] {
	border-color: #6295c1 !important;
}

.title-article-relative span {
	border-bottom: 1px solid #00a651;
}
/*------------------------------------
footer
------------------------------------*/
.footer-address {
	max-width: 795px;
}

.icon-left {
	position: relative;
	list-style: square;
	padding-left: 0 !important;
}

.icon-left .fa {
	position: absolute;
	left: 0;
}

.footer .icon-left .fa {
	top: 4px;
}

@media ( min-width : 768px) {
	[class*="u-nav-v8"].u-nav-light .nav-item:hover .nav-link {
		color: #fff;
		background-color: #ce0c1b;
	}
	[class*="u-nav-v8"].u-nav-light .nav-item:hover .nav-link hr {
		border-color: #fff !important;
	}
	[class*="u-nav-v8"].u-nav-light .nav-link:hover::before {
		background-image: linear-gradient(to bottom left, transparent 49.6%, #ce0c1b 50%),
			linear-gradient(to top left, transparent 49.6%, #ce0c1b 50%);
	}
	[class*="u-nav-v8"].u-nav-light .nav-link::before {
		background-image: linear-gradient(to bottom left, transparent 49.6%, #043285 50%),
			linear-gradient(to top left, transparent 49.6%, #043285 50%);
	}
	[class*="u-nav-v8"].u-nav-light .nav-link::after {
		background-image: linear-gradient(to left, #043285 0%, rgba(204, 204, 204, 0.2)
			100%);
	}
	[class*="u-nav-v8"].u-nav-light .nav-link::after {
		background-image: none !important;
	}
}

.pointer:hover {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.width-67x {
	width: 67px;
}

.table-statistics td, .table-statistics th {
	padding: 5px;
}

@media ( min-width :1920px) {
	.ul-menu .nav-item {
		margin: 0 1px;
		background-color: #002d80;
		padding: 5px 11px;
	}
	.container {
		width: 1170px;
	}
	.header .hs-mega-menu {
		width: 97.5% !important;
	}
}

@media ( min-width : 1400px) and (max-width: 1600px) {
	.header .hs-mega-menu {
		width: 100% !important;
	}
}

@media ( min-width : 1024px) and (max-width: 1366px) {
	.hero .heroslider .slick-slide img {
		width: 930px;
	}
	.boxscroll.boxscoll1 {
		max-height: 222px;
	}
	.boxscroll {
		max-height: 320px;
	}
}

@media ( min-width : 992px) and (max-width: 1024px) {
	.boxscroll {
		max-height: 305px;
	}
	.ul-menu .nav-item {
		margin: 0 6px;
	}
	.nav-service .arrow-left {
		width: 0;
		height: 0;
		border: 45px solid #063788;
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		border-left: 7px solid transparent;
		position: absolute;
		left: 8px;
		top: -1px;
	}
	.nav-service .nav-item:first-child:hover .arrow-left {
		width: 0;
		height: 0;
		border: 45px solid #d00d1c;
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		border-left: 7px solid transparent;
		position: absolute;
		left: 8px;
		top: -1px;
	}
	.nav-service .nav-item:last-child:hover .arrow-right {
		width: 0;
		height: 0;
		border: 45px solid #d00d1c;
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		border-right: 7px solid transparent;
		position: absolute;
		top: 0px;
		right: 9px;
	}
	.nav-service .arrow-right {
		width: 0;
		height: 0;
		border: 45px solid #063788;
		border-top: 90px solid transparent;
		border-bottom: 90px solid transparent;
		border-right: 7px solid transparent;
		position: absolute;
		top: 0px;
		right: 9px;
	}
	.nav-service {
		margin-top: -90px;
	}
	.nav-service.u-nav-v8-2 .nav-link::before {
		right: -25px;
	}
}

@media ( min-width : 600px) and (max-width: 800px) {
	.boxscroll {
		max-height: 360px;
	}
	.position-static-sm {
		position: static;
	}
	.nav-service.u-nav-v8-2 .nav-link::before {
		display: none !important;
	}
	[class*="u-nav-v8"].u-nav-light .nav-link.active {
		color: #fff;
		background-color: transparent;
	}
	.nav-service {
		margin-top: -85px;
	}
}

@media ( max-width : 767px) {
	.navbar-toggler {
		top: -48px;
		right: 15px;
		background-color: #fff;
	}
	.container {
		width: 100%;
	}
	.sm-mb-50 {
		margin-bottom: 50px;
	}
	.sm-mb-30 {
		margin-bottom: 30px;
	}
	.sm-mt-30 {
		margin-top: 30px;
	}
	.text-center-sm {
		text-align: center !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.mb-sm-15 {
		margin-bottom: 15px;
	}
	.hidden-sm-down {
		display: none !important;
	}
}

@media ( max-width :480px) {
	.border-hidden-sm-down {
		border: 0 !important;
	}
	.img-adv {
		width: 100%;
	}
	.heroslider .fa-chevron-right {
		right: 0;
	}
	.heroslider .fa-chevron-left {
		left: 0;
	}
	.flex-reverse-xs {
		flex-direction: column-reverse;
	}
}

@
-moz-document url-prefix () { .nav-service { margin-top:-57px;
	
}

.nav-service .arrow-left {
	border-top: 55px solid transparent;
}

.nav-service .nav-item:first-child:hover .arrow-left {
	border-top: 55px solid transparent;
}

.nav-service .arrow-right {
	border-top: 55px solid transparent;
}

.nav-service .nav-item:last-child:hover .arrow-right {
	border-top: 55px solid transparent;
}

.nav-service.nav-fill .nav-item {
	max-width: 175px;
	width: 175px;
}

}
@
supports (-ms-ime-align:auto ) { .nav-service { margin-top:-57px;
	
}

.nav-service .arrow-left {
	border-top: 55px solid transparent;
}

.nav-service .nav-item:first-child:hover .arrow-left {
	border-top: 55px solid transparent;
}

.nav-service .arrow-right {
	border-top: 55px solid transparent;
}

.nav-service .nav-item:last-child:hover .arrow-right {
	border-top: 55px solid transparent;
}

.ul-menu .nav-item {
	padding: 5px 7.7px;
}

.nav-service.nav-fill .nav-item {
	max-width: 175px;
	width: 175px;
}
}