@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	background: #fff;
	font-family: "Roboto", sans-serif;
	color: #101010;
	font-size: 16px;
}

*:hover {
	transition: .25s
}

a:hover,
a:active,
a:visited, a:hover:focus {
	text-decoration: none
}

:root {
	--orange1: #F66D0A;
	--orange2: #F19B5C;
	--orange3: #F8EAE0;;
	--yellow: #FFB526;
	--green1: #14C86F;
	--green2: #096236;
	--green3: #AFFFD7;
	--gray: #E4E4E4;
}

.row {
	margin-left: -12px;
	margin-right: -12px;
}

[class*=" col-"],
[class^=col-] {
	padding-left: 12px;
	padding-right: 12px;
}

header {
	padding: 10px 0
}

.d-flex-center {
	display: flex;
	align-items: center
}

.logo img{
	width: 160px;
	height: auto;
}

.bnn-header {
	width: 100%;
	height: auto
}

.contact-header {
	padding: 0;
	margin: 0;
}

.contact-header img {
	height: 32px;
	width: 32px;
	margin-right: 16px
}

.contact-header li a {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #101010;
	font-weight: 500
}

.social-header {
	padding: 0;
	margin: 0;

}

.social-header img {
	width: 24px;
	height: 24px;
}

.social-header li {
	width: 100%;
	display: flex;
	align-items: center;

	margin-bottom: 10px
}

.social-header li a {
	margin-left: 10px
}

.justify-content {
	justify-content: space-between
}

.bg-gray {
	background: var(--gray);
	padding: 5px 0 16px 0;
}
.bg-white {
	background: #fff;
	padding: 40px 0
}
.bg-pink {
	background: var(--orange3);
	padding: 40px 0
}

.sologan-box {
	background: #14C86F;
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.main-menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 8px;
	justify-content: space-between
}

.main-menu>li {
	text-align: left;
	flex: 1
}

.main-menu>li>a {
	padding: 16px 10px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	color: #666667
}

.main-menu>li>a>span {
	padding: 10px 0;
}

.main-menu>li>a:hover, .main-menu>li.active>a {
	background: var(--orange1);
	color: #fff;

}

.main-menu>li>a:hover>span {

	color: #fff;
	border-bottom: 1px solid #fff
}

.call-directly {
	font-size: 16px;
	color: #fff;
	background: var(--orange1);
	padding: 16px;
	display: block;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 16px;
}

.call-directly:hover {
	color: #fff;
	background: var(--orange2)
}

.block-news-vertical {
	padding: 0;
	height: 460px;
	overflow: auto;
	margin: 0;
	border-radius: 8px;
	background: #B5B5B5;
	border: 16px solid #B5B5B5;
	padding-right: 4px
}

.block-news-vertical>li {
	padding: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	border-radius: 8px;
	background: #E4E4E4
}
.block-news-vertical>li:last-child{
	margin-bottom: 0
}
.block-news-vertical>li:hover {
	background: var(--green1)
}

.block-news-vertical>li:hover a,
.block-news-vertical>li:hover .meta,
.block-news-vertical>li:hover .meta a {
	color: #fff;

}

.block-news-vertical>li:hover .meta img {
	filter: brightness(0) invert(1);
}

.block-news-vertical .img {
	width: 116px;
	height: 87px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 24px;
	position: relative
}

.block-news-vertical .info {
	flex: 1
}

.block-news-vertical .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.block-news-vertical h3 {
	font-size: 24px;
	font-weight: 500;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.2
}

.block-news-vertical h3 a {
	color: #101010;
}

.block-news-vertical .meta {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--green2);
	margin-bottom: 8px;
	font-style: italic
}

.block-news-vertical .meta a {
	color: var(--green2)
}

.block-news-vertical .meta img {
	margin-right: 8px
}

.block-news-vertical::-webkit-scrollbar {
	width: 14px;
	border-radius: 12px;
	overflow: hidden
}

.block-news-vertical::-webkit-scrollbar-track {
	background: var(--green3);
	border-radius: 12px;
}

.block-news-vertical::-webkit-scrollbar-thumb {
	background:  var(--green1);
	border-radius: 12px;
}

.block-news-vertical::-webkit-scrollbar-thumb:hover {
	background: #555;
}
footer{
	background: var(--green2);
	padding: 16px 0;
	font-size: 16px;
	color: #FCFCFC
}
footer img{
	max-width: auto;
	height: auto
}
.heading-footer{
	font-size: 24px;
	color: #fff;
	margin-bottom: 32px;
	font-weight: 500;

	position: relative
}
.heading-footer:after{
	content: '';
	width: 64px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF
}
.menu-footer{
	padding: 0;
	margin: 0;
}
.menu-footer>li>a{
	color: #FCFCFC;
	font-size: 16px;
}
.menu-footer>li{
	margin-bottom: 16px;
}
.copyright{
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #F4F4F4;
	text-align: center;
	color: #FFF;
}
.social-footer a{
	display: flex;
	color: #FCFCFC;
	margin-bottom: 16px;
	align-items: center
}
.social-footer a img{
	width: 24px;
	height: 24px;
	margin-right: 16px;
}
.contact-footer{
	padding: 0;
	margin: 0
}
.contact-footer h3{
	font-size: 24px;
	color: var(--orange1)
}
.contact-footer li{
	margin-bottom: 16px;
	display: flex;
	align-items: center
}
.contact-footer li:nth-child(2){
	align-items: flex-start;

}
.contact-footer img{
	width: 24px;
	height: 24px;
	margin-right: 16px;
}
.contact-footer li:nth-child(2) img{
	margin-top: 3px
}
.logo-footer{
	margin-bottom: 16px
}
.img-16-9{
	position: relative;
	display: block;
	padding-top: 52.65%
}
.img-4-3 img, .img-16-9 img, .img-square img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.img-4-3{
	position: relative;
	display: block;
	padding-top: 75%
}
.img-square{
	position: relative;
	display: block;
	padding-top: 100%
}
.dv-grid-1{
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden
}
.dv-grid-1 .title{
	padding: 16px;
	
	background: var(--orange2);
	height: 105px;

	font-weight: 500
}
.dv-grid-1 .title h2{
	color: #fff;
	font-size: 24px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
		
    overflow: hidden;
}
.dv-grid-1 h2 a{
	color: #fff;
}
.dv-grid-1 .img{
	position: relative;
	height: 207px;
	width: 100%;
}
.dv-grid-1 .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.dv-grid{
	background: var(--green1);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden
}
.dv-grid:hover{
	background: var(--orange2)
}
.dv-grid .img-square{
	width: 80px !important;
	height: 80px !important;
	padding-top: 0 !important;
	margin: 0 auto;
	margin-bottom: 8px;
}
.dv-grid h3{
	font-size: 16px;
	color: #101010;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
	height: 48px;
}
.dv-grid .tvn{
	background: var(--green1);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 8px;
	border-radius: 8px;
	opacity: 0;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.dv-grid:hover .tvn{
	opacity: 1
}
.owl-nav{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.dv-grid-owl .owl-nav{
	top: calc(50% - 34px);
	left: 50%;
	transform: translate(-50%,-50%);
}
.owl-nav .owl-prev, .owl-nav .owl-next{
	font-size: 30px;
	color: #042414;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #E4E4E4;
	border-radius: 50%;

	position: absolute;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	color: #fff;
	background: var(--orange1)
}
.owl-nav .owl-prev{
	left: -18px;
}
.owl-nav .owl-next{
	right: -18px;
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled{
	opacity: 0.8;
    cursor: no-drop !important;
}
.title-big{
	color: var(--green2);
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 112px;

}
.title-big-sub{
	color: var(--orange1);
	font-size: 24px;
	text-transform:none;
	font-weight: 500
}
.ck-grid{
	border-radius: 8px;
	background: var(--green1);
	padding: 16px 8px;
	display: flex;
	margin-bottom: 24px;
	align-items: center
}
.ck-grid img{
	width: 88px;
	height: 88px;
	margin-right: 8px;
}
.ck-grid .info{
	flex: 1
}
.ck-grid h3{
	font-size: 24px;
	color: #101010;
	font-weight: 500
}
.ck-grid .des{
	color: #fff;
	font-size: 16px;

}

.cata-slider{
	border-radius: 8px;
	overflow: hidden;
}
.cata-slider .img{
	height: 360px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cata-slider .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.cata-slider .info{
	padding: 16px;
	background: var(--orange3)
}
.bg-pink .info{
	background: #fff
}
.cata-slider .info h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.2
}
.cata-slider .info h3 a{
	color: #000000
}
.cata-slider .readmore{
	font-size: 16px;
	color: var(--green1);
	font-weight: 700
}
.cata-slider .readmore .fa{
	margin-left: 6px;
	
}
.cata-slider .tvn{
	padding: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: var(--orange1);
	border-radius: 8px;
	display: flex;
    align-items: center;
	gap: 4px;
}
.cata-slider .tvn img{
	width: 24px !important;
	height: 24px !important;
}
.cata-slider .meta{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-dots{
	text-align: center;
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.owl-dots .owl-dot{
	width: 24px;
	height: 16px;
	background: #fff;
	border-radius: 8px;
}
.owl-dots .owl-dot.active{
	width: 42px;
	background: var(--green1)
}
.qtlv{
	position: relative;
}
.qtlv .img{
	position: absolute;

	top: 5px;
}
.qtlv .img img{
	width: 100%;
	height: auto
}
.qtlv h3{
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
	color: var(--orange1)
}
.qtlv h3 .num{
	font-size: 48px;
}
.qtlv-pdd:nth-child(1) .qtlv, .qtlv-pdd:nth-child(2) .qtlv, .qtlv-pdd:nth-child(3) .qtlv{
	padding-left: 128px;
	margin-bottom: 80px;
}
.qtlv-pdd:nth-child(1) .qtlv .img, .qtlv-pdd:nth-child(2) .qtlv .img, .qtlv-pdd:nth-child(3) .qtlv .img{
	left: 0
}
.qtlv-pdd:nth-child(4) .qtlv, .qtlv-pdd:nth-child(5) .qtlv, .qtlv-pdd:nth-child(6) .qtlv{
	padding-right: 128px;
	margin-top: 80px;
	text-align: right
}
.qtlv-pdd:nth-child(4) .qtlv .img, .qtlv-pdd:nth-child(5) .qtlv .img, .qtlv-pdd:nth-child(6) .qtlv .img{
	right: 0
}
.block-box{
	margin-bottom: 40px;
}
.qtlv-box{
	margin-bottom: 88px;
	position: relative;
}
.qtlv-box:after{
	content:'';
	width: 17px;
	height: 155px;
	background: url(../images/vector-3.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}
.qtlv-box:before{
	content:'';
	width: 17px;
	height: 155px;
	background: url(../images/vector-2.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}
.flag{
	position: relative;
}
.flag::before{
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/flag.png);
    background-size: contain;
    position: absolute;
    left: 40px;
    bottom: 140px;
}
.bnn img{
	width: 100%;
	height: auto;
}
.owl-dt-slider .img{
	position: relative;
	padding-top: 52.65%;
	display: block
}
.owl-dt-slider .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain
}
.news-grid{
	border-radius: 16px;
	margin-bottom: 24px;
	overflow: hidden
}
.news-grid .info{
	padding: 32px 24px;
	background: var(--orange2)
}
.news-grid h3{
	font-size: 24px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
	line-height: 1.3;
	height: 64px;
	color: #000
}
.news-grid h3 a, .news-grid .meta a{
	color: #000
}
.news-grid .des{
	margin-top: 16px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
	height: 46px;
	color: #fff
}
.news-grid .meta{
	display: flex;
	gap: 24px;
	font-size: 14px;
	font-style: italic;
	align-items: center;
	padding: 0;
	margin-bottom: 24px;
}
.news-grid .meta li{
	flex: 1;
	display: flex;
	flex-wrap: nowrap
}
.news-grid .meta img{
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px
}
.news-grid:hover .info{
	background: var(--green1)
}
.news-grid:hover .meta, .news-grid:hover .meta a{
	color: #fff;

}

.news-grid:hover .meta img{
	filter: brightness(0) invert(1);

}
.grid-news-slider .owl-nav{
	top: calc(50% - 35px)
}
.map-f, .fanpage-f{
	width: 100%;
	height: 270px;
	display: block;
	position: relative;
	background-size: cover;
}
.map-f{
	background: url(../images/map.png) no-repeat
}
.fanpage-f{
	background: url(../images/fanpage.png) no-repeat
}
.map-f a, .fanpage-f a{
	padding: 16px;
	border-radius: 8px;
	background: var(--orange1);
	display: inline-block;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.map-f a:hover, .fanpage-f a:hover{
	background: var(--green1)
}
.form-lh-home{
	padding: 80px 40px;
	background: var(--orange3);
	border-radius: 16px;
	margin-bottom: 40px;
}
.form-lh-home .title-big{
	margin-top: 0;
	margin-bottom: 24px;
	text-align: left
}
.form-lh-home .img{
	margin: 40px 0
}
.form-lh-home .img img{
	width: 100%;
	max-width: 100%;
	height: auto
}
.form-lh-home .contact-box{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.form-lh-home .contact{
	display: flex;
	color: #003D53;
	align-items: center
}
.form-lh-home .contact a{
	color: #003D53;
}
.form-lh-home .contact h3{
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 4px;
}
.form-lh-home .contact img{
	width: 60px;
	height: 60px;
	margin-right: 16px;
}
.form-lh-home .contact .info{
	white-space: nowrap
}
.form-control{
	padding: 12px 15px;
	font-size: 14px;
	box-shadow: none;
	height: auto;
}
.form-control{
	border-radius: 8px
}
.form-ct textarea{
	resize: vertical;
	height: 192px !important
}
.form-ct .btn-send{
	padding: 16px;
	background: var(--orange1);
	color: #fff;
	min-width: 220px;
	box-shadow: none;
	border-radius: 8px;
	border: none;
	text-transform: uppercase
}
.form-ct .btn-send:hover, .form-ct .btn-send:active, .form-ct .btn-send:focus{
	background: var(--green1)
}
.require{
	color: #FF0000;
	font-style: italic;
	margin-top: 4px;
}
.form-control::placeholder{
	font-style: italic;
}
.form-group{
	margin-bottom: 24px;
}
.form-ct .form-control:focus{
	border-color: var(--green1)
}
.nv-grid .contact{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 124;
	transform: translateY(-50%)
}
.nv-grid .contact>a{
	display: block;
	margin: 8px 0
}
.nv-grid .contact>a>img{
	width: 50px;
	height: 50px;
	position: relative;
}
.nv-grid .img{
	border-radius: 8px;
	border: 3px solid #E4E4E4;
	padding-top: 110%;
	position: relative;
	overflow: hidden
}
.nv-grid .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	object-fit: cover
}
.nv-grid .info{
    padding: 24px;
    background: var(--green1);
    color: #fff;
    border-radius: 8px;
    margin: -64px 16px 24px 16px;
    position: relative;
    z-index: 12;
}
.nv-grid:hover .info{
	background: var(--orange2)
}
.nv-grid:hover .info h3{
	color: #000
}
.nv-grid .info h3{
	font-size: 24px;
	margin-bottom: 24px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}
.nv-grid .info .des{

	-webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}
.hidden-md{
	display: none
}

.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;
    right: 0;
    width: 280px;
    height: 100%;
    background: #096236;
    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: #096236;

    height: calc(100vh - 150px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;

    text-align: center;
    margin-right: -20px;
    width: 25px;
    z-index: 999;
    color: #341d00;

    border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


.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);
}
.nav-q-a{
	border-radius: 8px;
	background: #F4F4F4;
	padding: 24px;
	position: relative;
	z-index: 1
}
.nav-q-a .title{
	font-size: 40px;

	color: #003D53;
	font-weight: 700;
	margin: 0 20px 24px 20px;
}
.nav-q-a li{
	margin-bottom: 8px;
}
.nav-q-a li a{
	color: #000;
	border-radius: 8px;
	padding: 8px 16px;
	background: none
}
.nav-q-a li.active a{
	color: #fff;
	background: var(--orange2);
}
.head-accordion{
	padding: 8px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	color: var(--green2);
	border-bottom: 1px solid #050B45;
}
.bg-white-a{
	background: #fff;
	position: relative;
	border-radius: 8px;
}

.body-accordion{
	background: #F4F4F4;;
	padding: 16px;
}
.panel-accordion{
	margin-bottom: 24px !important;
	border-bottom: none !important;
	box-shadow: none !important
}
.head-accordion:after{
	content: '\f106';
	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;
	position: absolute;
	right: 10px;
	top: 10px;
}
.head-accordion.collapsed:after{
	content: '\f107';
	
}
.d-flex{
	display: flex
}
.flex-wrap{
	flex-wrap: wrap;
}

.pdd-0{
	padding: 0
}
.form-q-box{
	background: #E4E4E4;
	border-radius: 16px;
	font-size: 14px;
	padding: 16px 24px;
}
.form-q-box h3, .form-q-box h4{
	text-align: center
}
.form-q-box h3{
	font-weight: 500;
	font-size: 24px;
	color: var(--green2);
	margin-bottom: 8px;
}
.form-q-box h4{
	color: #050B45;
	font-weight: 400;
	font-style: italic
}
.form-q-box form{
	margin-top: 24px
}
textarea{
	resize: vertical
}
.form-q-box .btn-send{
	padding: 16px;
	background: var(--orange1);
	color: #fff;
	width: 100%;
	box-shadow: none;
	border-radius: 8px;
	border: none;
	text-transform: uppercase
}
.dv-detail-grid .img{
	width: 80px !important;
	height: 80px !important;
	padding-top: 0 !important;
	margin: 0 auto;
	margin-bottom: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.dv-detail-grid .info{
	padding: 8px 16px;
	background: var(--green1)
}
.dv-detail-grid .info a{
	color: #fff
}
.dv-detail-grid .info h3{
	font-size: 24px;
	height: 72px;
}
.dv-detail-grid .info .meta{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.dv-detail-grid .info .meta .readmore{
	font-weight: 700
}
.dv-detail-grid .meta img{
	width: 56px;
	height: 56px;
}
.bg-cat-title-box .image{
	position: relative;
	padding-top: 45%;
	overflow: hidden
}
.bg-cat-title-box .image img{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute
}
.bb{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%)
}
.bg-cat-title{
	padding: 30px;
	background: rgba(13, 144, 79, 0.86);
	color: #fff;
	
}
.bg-cat-title h2{
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.btn-orange, .btn-white, .btn-green{
	padding: 10px 60px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid
}
.btn-orange{
	background: var(--orange1);
	color: #fff;
	border-color: var(--orange1);
}
.btn-white{
	background: #fff;
	color: var(--green2);
	border-color: var(--green2);
}
.btn-green{
	background: var(--green2);
	color:#fff;
	border-color: var(--green2);
}
.bg-cat-title-box .meta{
	text-align: center;
	position: relative;
	z-index: 9;
	margin-top: 5%
}
.bg-cat-title-box .meta a{
	margin: 0 5px;
}
.btn-orange:hover, .btn-white:hover, .btn-green:hover{
	color: currentColor !important;
}
.body-detail{
	padding: 40px 0;
	
}
.footer-detail{
	text-align: right
}
.footer-detail img{
	width: 45px;
	height: 45px
}
.footer-detail a{
	margin: 0 2px;
	display: inline-block
}
.cat-pill{
	padding: 10px 30px;
    background: var(--green1);
    border-radius: 20px;
    display: block;
    text-align: center;
    color: #fff;
}
.cat-pill:hover{
	background: var(--orange1);
	color: #fff
}
.news-list{
	display: flex;
	align-items: center;
	margin-bottom: 24px
}
.news-list .img{
	width: 200px;
	margin-right: 15px;
	border-radius: 8px;
	overflow: hidden
}
.news-list .info{
	flex: 1
}
.news-list .des{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.news-list h3 a{
	color: #000
}
.news-list h3{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
	font-size: 25px;
	line-height: 1.2;
}
.news-list .text-muted{
	padding: 0;

	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
}
.detail-news h1{
	font-size: 30px;
}