#logo .img-responsive {
	/* height: 110px; */
	width: auto;
	margin: 0 auto;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
	background-color: transparent
}

	.btn-link, .btn-link:active, .btn-link:focus {
		border-color: transparent
	}

		.btn-link:hover {
			border-color: transparent
		}

		.btn-link:focus, .btn-link:hover {
			color: #014c8c;
			text-decoration: underline;
			background-color: transparent
		}

		.btn-link:disabled {
			color: #636c72
		}

			.btn-link:disabled:focus, .btn-link:disabled:hover {
				text-decoration: none
			}

.btn-group-lg > .btn, .btn-lg {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

	.btn-block + .btn-block {
		margin-top: .5rem
	}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

	.fade.show {
		opacity: 1
	}

.collapse {
	display: none
}

	.collapse.show {
		display: block
	}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #292b2c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

.dropdown-divider {
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #eceeef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0
}

	.dropdown-item:focus, .dropdown-item:hover {
		color: #1d1e1f;
		text-decoration: none;
		background-color: #f7f7f9
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #0275d8
	}

	.dropdown-item.disabled, .dropdown-item:disabled {
		color: #636c72;
		cursor: not-allowed;
		background-color: transparent
	}

.show > .dropdown-menu {
	display: block
}

.show > a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #636c72;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: .125rem
}


.language .en {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(../images/icon-language.jpg) 0 0 no-repeat;
	margin: 13px 10px;
}

.language .vi {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(../images/icon-language.jpg) 0 -11px no-repeat;
	margin: 13px 10px;
}
/* ===== SEARCH ===== */
.search {
	padding-left: 10px;
	/* border: 1px solid white; */
	margin-top: 15px;
	margin-bottom: 7px;
	position: relative;
	border-radius: 20px;
}

	.search .fa {
		font-size: 14px;
	}

	.search:hover .fa {
		color: #fff;
	}

.form-search {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	height: 20px;
	padding: 4px;
	background-color: transparent !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	.form-search:focus {
		color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.form-search::-webkit-input-placeholder {
		color: #ccc;
	}

	.form-search:-moz-placeholder {
		color: #ccc;
	}

	.form-search::-moz-placeholder {
		color: #ccc;
	}

	.form-search:-ms-input-placeholder {
		color: #ccc;
	}

	.form-search:focus::-webkit-input-placeholder {
		color: #fff;
	}

	.form-search:focus:-moz-placeholder {
		color: #fff;
	}

	.form-search:focus::-moz-placeholder {
		color: #fff;
	}

	.form-search:focus:-ms-input-placeholder {
		color: #fff;
	}
/*===== LOGO ======*/
.logo {
	display: inline-block;
	padding: 10px 0;
	margin-left: 6px;
}

	.logo img {
		max-height: 60px;
	}
/*===== MENU =====*/
/* ===== sm-core-css.css =====*/
.sm {
	position: relative;
	z-index: 99;
}

	.sm, .sm ul, .sm li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: normal;
		direction: ltr;
		text-align: left;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
	direction: rtl;
	text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
	margin: 0;
	padding: 0;
}

.sm ul {
	display: none;
}

.sm li, .sm a {
	position: relative;
}

.sm a {
	display: block;
}

	.sm a.disabled {
		cursor: not-allowed;
	}

.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ===== sm-clean.css =====*/
.main-nav:after,
.main-nav > .container:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}
/* Mobile menu toggle button */
.bar-toggler {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 70px;
	cursor: pointer;
	background: url(../images/icon-bars.png) no-repeat center;
	margin-bottom: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	.bar-toggler.bar-main {
		float: right;
	}

#chk-main-menu:checked ~ .bar-main {
	background: #167a4e url(../images/icon-open-bars.png) no-repeat center;
}

#chk-main-menu {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

	#chk-main-menu:not(:checked) ~ #main-menu {
		/* display: none; */
	}

	#chk-main-menu:checked ~ #main-menu {
		display: block;
	}

	#chk-main-menu:checked ~ .bar-main {
		background: #167a4e url(../images/icon-open-bars.png) no-repeat center;
	}

#chk-main-menu1 {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

	#chk-main-menu1:not(:checked) ~ #main-menu {
		/* display: none; */
	}

	#chk-main-menu1:checked ~ #main-menu {
		display: block;
	}

#main-menu {
	/* clear: both; */
	/* padding-top: 6px; */
	width: 100%;
}

.sm-simple a {
	padding: 30px 13px;
}

	.sm-simple a:hover,
	.sm-simple a:focus,
	.sm-simple a:active,
	.sm-simple a.highlighted {
		color: #167a4e;
	}

	.sm-simple a .fa {
		margin-right: 5px;
	}

	.sm-simple a span.sub-arrow {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		left: auto;
		right: 4px;
		width: 34px;
		height: 34px;
		overflow: hidden;
		font: bold 16px/34px monospace !important;
		text-align: center;
		text-shadow: none;
		background: rgba(255, 255, 255, 0.5);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.sm-simple a.highlighted span.sub-arrow:before {
		display: block;
		content: '-';
	}

.sm-simple ul a {
	border-left: 2px solid transparent;
	-webkit-transition: all .4s;
	transition: all .4s;
}

	.sm-simple ul a:hover,
	.sm-simple ul a:focus,
	.sm-simple ul a:active {
		border-left-color: #167a4e;
	}

.sm-simple.sm-vertical.open {
	display: block !important;
}

.sm-simple.sm-vertical > li {
	float: none;
	border-bottom: 1px solid #ebebeb;
}

	.sm-simple.sm-vertical > li:last-child {
		border-bottom: none;
	}

	.sm-simple.sm-vertical > li > a {
		padding: 15px 0 15px 10px;
		font-size: 14px;
	}

		.sm-simple.sm-vertical > li > a .fa {
			font-size: 11px;
			color: #15577c;
			margin-right: 5px;
			float: left;
			height: 26px;
		}

			.sm-simple.sm-vertical > li > a .fa:before {
				position: absolute;
				left: 0;
				top: 19px;
			}
/*===== BOX =====*/


@media (min-width: 769px) {

	/* hide the button in desktop view */
	#chk-main-menu,
	.bar-main {
		display: none;
	}
		/* always show the menu in desktop view */
		#chk-main-menu:not(:checked) ~ #main-menu {
			display: block;
		}

	#chk-main-menu1,
	.bar-main {
		display: none;
	}
		/* always show the menu in desktop view */
		#chk-main-menu1:not(:checked) ~ #main-menu {
			display: block;
		}

	.sm-simple > li {
		float: left;
	}

	.sm-simple:not(.sm-vertical) > li {
		padding-left: 10px;
		padding-right: 10px;
	}

		.sm-simple:not(.sm-vertical) > li > a {
		}

			.sm-simple:not(.sm-vertical) > li > a:hover,
			.sm-simple:not(.sm-vertical) > li > a:focus,
			.sm-simple:not(.sm-vertical) > li > a:active,
			.sm-simple:not(.sm-vertical) > li > a.highlighted {
			}

			.sm-simple:not(.sm-vertical) > li > a:after {
				content: '';
				width: 14.988px;
				height: 14.988px;
				border-radius: 50%;
				position: absolute;
				display: block;
				margin: auto;
				left: 0;
				right: 0;
				bottom: -5px;
				z-index: 1;
				background: #167a4e;
				opacity: 0;
				filter: alpha(opacity=0);
				-webkit-transition: all .4s;
				transition: all .4s;
			}

			.sm-simple:not(.sm-vertical) > li.open > a:after,
			.sm-simple:not(.sm-vertical) > li > a:hover:after {
				/* left: 0; */
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.sm-simple:not(.sm-vertical) > li > a.has-submenu {
			}

	.sm-simple a span.sub-arrow {
		top: 50%;
		margin-top: -3px;
		right: 0px;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #ffffff transparent transparent transparent;
		background: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.sm-simple a.highlighted span.sub-arrow:before {
		display: none;
	}

	.sm-simple > li > ul {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
		-moz-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
		transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
	}

	.sm-simple > li:hover > ul {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.sm-simple ul {
		position: absolute;
		width: 13rem;
		border: none;
		padding: 4px 0;
		background: #fff;
		box-shadow: -2px 0 8px 0 rgba(0,0,0,.06);
	}

		.sm-simple ul a {
			color: #111;
			padding: 10px 13px !important;
			font-size: 16px !important;
		}

			.sm-simple ul a.has-submenu {
				padding-right: 20px;
			}

			.sm-simple ul a span.sub-arrow {
				right: 8px;
				top: 50%;
				margin-top: -5px;
				border-width: 5px;
				border-style: dashed dashed dashed solid;
				border-color: transparent transparent transparent #555555;
			}

	.sm-simple span.scroll-up,
	.sm-simple span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}

		.sm-simple span.scroll-up:hover,
		.sm-simple span.scroll-down:hover {
			background: #eee;
		}

			.sm-simple span.scroll-up:hover span.scroll-up-arrow,
			.sm-simple span.scroll-up:hover span.scroll-down-arrow {
				border-color: transparent transparent #d23600 transparent;
			}

			.sm-simple span.scroll-down:hover span.scroll-down-arrow {
				border-color: #d23600 transparent transparent transparent;
			}

	.sm-simple span.scroll-up-arrow,
	.sm-simple span.scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555 transparent;
	}

	.sm-simple span.scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #555 transparent transparent transparent;
	}

	.sm-simple.sm-vertical a span.sub-arrow {
		right: 0;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #167a4e;
	}
}

@media (max-width: 768px) {

	#main-menu {
		background-color: #167a4e;
		padding: .25rem;
	}

	.sm-simple a {
		/* color: #00af43; */
		border-left: 2px solid transparent;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

		.sm-simple a:hover,
		.sm-simple a:focus,
		.sm-simple a:active,
		.sm-simple a.highlighted {
			/* color: #fff; */
			font-weight: 600;
			border-left-color: #fff;
		}

	.sm-simple ul li {
		border-left: 10px solid transparent;
	}

	.sm-simple ul ul li {
		border-left: 20px solid transparent;
	}

	.sm-simple ul ul ul li {
		border-left: 30px solid transparent;
	}

	.sm-simple ul ul ul ul li {
		border-left: 40px solid transparent;
	}

	.sm-simple ul ul ul ul ul li {
		border-left: 50px solid transparent;
	}

	.sm-simple.sm-vertical a {
		color: #111;
	}

		.sm-simple.sm-vertical a span.sub-arrow {
			background: rgba(0, 0, 0, 0.2);
		}
}

@media (min-width: 576px) {
	.modal-dialog.modal-baogia {
		max-width: 90% !important;
	}
}

@media (max-width: 575px) {
}
