@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

header .bnn {
	height: 140px;
	width: 100%;
}

body {
	background: #fff;
	font-size: 13px;
}

.main-menu-box {
	margin: 10px 0
}

.main-menu {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}

.main-menu>li {
	position: relative;
	padding: 10px 0;
}

.main-menu>li>a {
	color: #fff;

	font-size: 14px;
	/* font-weight: bold; */
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 5px;
	border: 2px solid rgb(255, 255, 255);
	display: block;
	padding: 5px 16px;
	min-width: 150px;

}

.main-menu>li:nth-child(1)>a {
	background: linear-gradient(180deg, #63B8EE 5%, #468CCF 100%);
}

.main-menu>li:nth-child(1)>a:hover {
	background: linear-gradient(180deg, #468CCF 5%, #63B8EE 100%);
}

.main-menu>li:nth-child(2)>a {
	background: linear-gradient(180deg, #ff8c00 5%, #ce7910 100%);
}

.main-menu>li:nth-child(2)>a:hover {
	background: linear-gradient(180deg, #ce7910 5%, #ff8c00 100%);
}

.main-menu>li:nth-child(3)>a {
	background: linear-gradient(180deg, #da3df6 5%, #b51ed0 100%);
}

.main-menu>li:nth-child(3)>a:hover {
	background: linear-gradient(180deg, #b51ed0 5%, #da3df6 100%);
}

.main-menu>li:nth-child(4)>a {
	background: linear-gradient(180deg, #ff6347 5%, #d24026 100%);
}

.main-menu>li:nth-child(4)>a:hover {
	background: linear-gradient(180deg, #d24026 5%, #ff6347 100%);
}

.main-menu>li:nth-child(5)>a {
	background: linear-gradient(180deg, #32cd32 5%, #18a418 100%);
}

.main-menu>li:nth-child(5)>a:hover {
	background: linear-gradient(180deg, #18a418 5%, #32cd32 100%);
}

.main-menu>li:nth-child(6)>a {
	background: linear-gradient(180deg, #20b2ab 5%, #0a837d 100%);
}

.main-menu>li:nth-child(6)>a:hover {
	background: linear-gradient(180deg, #0a837d 5%, #20b2ab 100%);
}

.main-menu a {
	position: relative
}

.main-menu .sub-menu {
	width: 250px;
	background-color: #FFFFFF !important;

	top: calc(100% - 1px);
	left: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 9999;
	background: #fff;
	visibility: hidden;
	opacity: 0;

	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	-webkit-transform: translateZ(0);
}

.main-menu>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu .sub-menu2 {
	width: 250px;
	background-color: #FFFFFF !important;
	top: 0;
	left: 100%;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 9999;
	background: #fff;
	visibility: hidden;
	opacity: 0;

	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
}

.main-menu .sub-menu a {
	color: #000 !important;
	padding: 8px 20px;
	display: block
}

.main-menu .sub-menu>li:hover>.sub-menu2 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu .sub-menu2>li:hover>.sub-menu2 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu .sub-menu a:hover {
	background-color: rgba(0, 0, 0, .03);
	opacity: .7;

}

.main-menu .fa-angle-right {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}

.menu-left-box {
	padding: 10px;
	border-radius: 8px;
	background: #c1e33c
}

.menu-left {
	padding: 8px;
	margin: 0;
	background: #fff;
	border-radius: 6px;
	overflow: hidden
}

.menu-left ul {
	padding: 0;
}

.menu-left a {
	color: #0B55C4;
	font-size: 13px;
	padding: 8px 3px;
	border-bottom: 1px dashed #c1e33c;
	display: block
}

.menu-left>li>a {
	font-family: "Pacifico", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #ff7302 !important;
	display: flex;
	align-items: center;
}

.menu-left>li>a:before {
	display: none
}

.menu-left ul>li:last-child a {
	border-bottom: none
}

.menu-left>li>a .icc {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.menu-left a:before {
	content: '\f105';
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 1px 5px;
	background: #ddd;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px
}

.menu-left li img {
	width: 100%;
	height: auto
}

.heading-news {
	height: 48px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 2px solid #ff7302
}

.heading-news a {
	color: #000 !important;
}

.heading-news img {
	height: 45px;
	width: auto;
	margin-right: 10px
}

.img-square {
	position: relative;
	display: block;
	padding-top: 100%;
}

.img-4-3 {
	position: relative;
	display: block;
	padding-top: 75%;
}

.img-square img,
.img-4-3 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-list {
	padding: 0;
	margin: 0
}

.news-list li {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #616161;
}

.news-list .image {
	flex: 0;
	flex-basis: 85px;
	margin-right: 8px;
	border-radius: 3px;
	overflow: hidden
}

.news-list .content {
	flex: 1;
}

.news-list li a {
	color: #616161 !important;
	font-size: 13px;
}

.news-list li:last-child {
	border-bottom: none
}

.news-list li h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-list li .date {
	color: #ff7302;
	font-weight: 400
}

.footer {

	position: relative;
	padding: 20px 0;
	color: #fff;
}

.footer::before {
	content: '';
	width: 100%;
	height: 166px;
	background: url(../images/bg-footer.png) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.footer a {
	color: #fff !important
}

footer {
	margin-top: 30px;
	font-size: 13px;
	text-align: center
}

.mrg-t-15 {
	margin-top: 15px;
}

footer .mrg-t-15 {
	font-size: 12px;
	font-weight: 700
}

.menu-footer {
	padding: 0;
	margin-bottom: 5px;
	text-align: center
}

.menu-footer li {
	display: inline-block;
	margin: 0 6px;
}

.menu-footer li a {
	color: #EE9D00 !important;
	font-weight: 700;
	display: flex;
	align-items: center
}

.menu-footer li a:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
	background: #ddd
}

.nv-block-banners {
	margin-bottom: 20px;
}

.nv-block-banners img {
	width: 100%;
	height: auto
}

.menu-grid {
	padding: 0;
	margin: 0;
}

.menu-grid img {
	width: 100%;
	height: auto
}

.pdd-lr-0 {
	padding-left: 0;
	padding-right: 0
}

.mrg-lr-0 {
	margin-left: 0;
	margin-right: 0
}

.kt-owl {
	padding: 10px;
	position: relative
}

.kt-owl:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../images/khung.png) no-repeat;
	z-index: 123;
	background-size: 100% 100%;
}

.kt-owl-box h2 {
	margin-bottom: 10px;
	color: #000;
	font-weight: 700;
	text-align: center
}

.kt-owl-box {
	background: #c2e33e;
	padding: 10px;
}

.headerSearch {
	margin-bottom: 10px;
	display: flex;
}

.headerSearch .form-control {
	box-shadow: none;
	border-radius: 2px !important;
}

.headerSearch button {
	padding: 0;
	margin: 0;
	border: none;
	flex: 1
}

.news-tabs-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
}

.news-wrapper {
	display: flex;
	width: 100%;
	background: #fff;

	overflow: hidden;
}

.news-image {
	width: 250px;
	height: 250px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	transition: background-image 0.5s ease-in-out;
}

.news-list-l {
	flex: 1;
	padding: 0;
	overflow-y: hidden;
	max-height: 250px;
	margin-left: 10px
}

.news-item {
	padding: 0 10px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
	transition: 0.3s;
	height: 50px;
	display: flex;
	align-items: center
}

.news-item .date {
	color: #ff7302;
	font-weight: 400;
}

.news-item a {
	font-size: 13px;
	color: #000;
}

.news-item:hover {
	background: #f9f9f9;
}

.news-item.active {
	background: #ddd;
	color: white;
	font-weight: bold;
}

.news-item h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.block-box {
	margin-bottom: 20px;
}

.nav-tabs>li {
	float: left;
	margin-bottom: 0;

}

.nav-tabs>li>a {
	font-weight: 700;
	background-color: #ddd;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 5px 10px;
	color: #555 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #000 !important;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs {
	padding-left: 10px;
}

.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #c1e33c;
	z-index: 9999;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
	transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 0 10px;
}

.mobile-menu-wrap .logo img {
	height: 25px;
	width: auto;
}

.mobile-menu-wrap .menu {
	background-color: #c1e33c;
	height: calc(100vh - 150px);
	overflow: auto;
}

.mobile-menu-wrap .mfooter {

	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777;
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;
	top: 15px;
	left: 15px;
	text-align: center;
	font-size: 25px;
	display: none;
	z-index: 999;
	color: #03A9F4;
	border-radius: 4px;
	position: absolute;
}

.mobile-menu-toggle-btn:hover {
	background: none;
}


@media (max-width: 767.98px) {
	.mobile-menu-toggle-btn {
		display: inline-block;
		vertical-align: middle;
	}

	.open-menu .mobile-menu-bg {
		display: block;
	}

	.open-menu .mobile-menu-wrap {
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}