@font-face {
	font-family: IBMPlexSansThaiLoopedRegular;
	src: url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.eot);
	src: url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.eot) format("embedded-opentype"), url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.woff2) format("woff2"), url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.woff) format("woff"), url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.ttf) format("truetype"), url(../assets/fonts/IBM_Fonts/fonts/IBMPlexSansThaiLoopedRegular.svg#IBMPlexSansThaiLoopedRegular) format("svg")
}

@font-face {
	font-family: IBMPlexSansThaiRegular;
	src: url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.eot);
	src: url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.eot) format("embedded-opentype"), url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.woff2) format("woff2"), url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.woff) format("woff"), url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.ttf) format("truetype"), url(../assets/fonts/IBM_Fonts/content_fonts/IBMPlexSansThaiRegular.svg#IBMPlexSansThaiRegular) format("svg")
}

body,
html {
	font-family: IBMPlexSansThaiLoopedRegular
}

header {
	padding: 10px 0
}

@media (max-width:991.5px) {
	header {
		background-color: #fff;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999
	}
}

@media (min-width:991px) and (max-width:1140px) {
	header .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
		padding: 0 6px
	}

	header .sep-bt {
		font-size: 14px
	}
}

header .logo-img {
	border-radius: 30px;
	height: 50px;
	margin-top: 0;
	width: 50px
}

header .sep-btn {
	align-items: center;
	background-color: #84985c;
	border-radius: 15px;
	border-style: none;
	color: #fff;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 100px
}

header .p-3 {
	padding: 1vw 6vw !important
}

header .flag {
	margin: 0 15px 0 0
}

header .flag img {
	border-radius: 0;
	width: 30px
}

@media (max-width:992px) {
	header .flag {
		margin: 0 4vw 1.5vw 0
	}
}

header .bg-body-tertiary {
	background-color: none;
	--bs-bg-opacity: 0
}

header .navbar-nav .nav-link.active {
	color: #404040
}

header .navbar-toggler {
	border-style: none
}

@media (max-width:992px) and (min-width:318px) {
	header .navbar-collapse {
		display: grid;
		justify-content: left
	}
}

@media (min-width:1140px) {
	header .logo-img {
		margin-right: 10px
	}
}

footer {
	background: #d3ddbf;
	padding-bottom: 20px
}

footer .footer {
	box-sizing: border-box;
	display: block;
	font-family: IBMPlexSansThaiLoopedRegular;
	height: auto;
	padding-bottom: 0;
	padding-top: 5vw;
	position: relative;
	width: 100%
}

footer hr {
	background-color: #817f7f;
	border: none;
	height: 1px;
	margin: auto;
	width: 90%
}

footer .upper-text {
	color: #404040;
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	justify-content: left;
	margin-top: 2vw
}

@media (max-width:768px) {
	footer .upper-text {
		margin-left: 5px;
		margin-top: 80px;
		padding-right: 20px
	}

	footer .upper-text p {
		font-size: 15px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .upper-text {
		font-size: 11px
	}

	footer .upper-text p {
		font-size: 15px;
		margin-bottom: 20px;
		margin-right: 40px;
		margin-top: 15px
	}
}

footer .dla-logo img {
	height: auto
}

@media (max-width:768px) {
	footer .dla-logo {
		position: absolute
	}

	footer .dla-logo img {
		margin-left: 0;
		width: 240px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .dla-logo img {
		width: 32vw
	}
}

@media (max-width:318px) {
	footer .dla-logo img {
		margin-right: 2vw;
		width: 70vw
	}
}

footer .text-container {
	display: flex;
	flex-wrap: wrap;
	font-size: 1em;
	justify-content: center;
	padding-left: 100px;
	padding-right: 100px
}

footer .text-container p:not([class]) {
	font-size: 15.5px
}

@media (max-width:768px) {
	footer .text-container {
		padding-left: 50px
	}

	footer .text-container p:not([class]) {
		font-size: 14px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .text-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		font-size: 16px;
		padding-left: 50px;
		padding-right: 20px
	}

	footer .text-container p:not([class]) {
		font-size: 14px
	}
}

footer .text-column {
	box-sizing: border-box;
	flex: 1 1 200px;
	text-align: left
}

@media (min-width:768px) and (max-width:1024px) {
	footer .text-column {
		flex: 1 1 50%
	}
}

footer .text-column a {
	color: #404040;
	margin: .5em 0;
	text-decoration: none
}

footer .text-column a:hover {
	text-decoration: underline
}

@media (min-width:1024px) {
	footer .lower-text {
		display: flex;
		justify-content: center;
		margin: 1.5vw 0
	}

	footer .lower-text p {
		margin-bottom: 0
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .lower-text {
		display: flex;
		justify-content: center;
		margin: 2vw 0
	}

	footer .lower-text p {
		font-size: 14px;
		margin-bottom: 0
	}
}

@media (max-width:768px) {
	footer .lower-text {
		padding-right: 10px;
		padding-top: 15px;
		position: static;
		transform: none
	}

	footer .lower-text p {
		font-size: 14px
	}
}

footer .footer-badges {
	align-items: center;
	border-radius: 10px;
	display: flex;
	gap: 1vw;
	width: fit-content
}

@media (min-width:1024px) {
	footer .footer-badges img {
		height: auto;
		width: 6vw
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .footer-badges img {
		height: 4vw;
		width: auto
	}
}

@media (max-width:768px) {
	footer .footer-badges img {
		height: auto;
		padding-left: 2vw;
		width: 90px
	}
}

footer .footer-badges p {
	font-size: .9em;
	margin: 8px
}

@media (min-width:1024px) {
	footer .user {
		background: #fff;
		border-radius: 1vw;
		display: flex;
		padding: .5vw 1vw
	}

	footer .user p {
		color: #404040;
		font-size: .9em;
		margin: 0
	}

	footer .user img {
		height: auto;
		margin-left: .5vw;
		margin-right: .5vw;
		width: 1.5vw
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .user {
		background: #fff;
		border-radius: 1vw;
		display: flex;
		padding: .8vw
	}

	footer .user img {
		height: 3vw;
		width: 3vw
	}

	footer .user p {
		margin-bottom: 0;
		margin-top: 0
	}
}

@media (max-width:768px) {
	footer .user {
		align-items: center;
		background: #fff;
		border-radius: 10px;
		display: flex;
		gap: 1vw;
		margin-left: 3.5vw;
		margin-top: 2vw;
		padding: .1vw 1vw;
		width: fit-content
	}

	footer .user img {
		height: auto;
		width: 5vw
	}

	footer .user p {
		font-size: .9em;
		margin: 8px
	}
}

@media (max-width:318px) {
	footer .user {
		margin-left: 2.5vw;
		margin-top: 1.5vw
	}
}

@media (min-width:768px) and (max-width:1024px) {
	footer .text-column:nth-child(3) {
		order: 1
	}

	footer .text-column:nth-child(4) {
		order: 2
	}
}

#myBtn {
	background-color: #84985c;
	border: none;
	border-radius: 100px;
	bottom: 50px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 30px;
	height: 50px;
	outline: none;
	padding: 7px;
	position: fixed;
	right: 30px;
	width: 50px;
	z-index: 99
}

#myBtn:hover {
	background-color: #555
}

@media (max-width:991.5px) {
	main {
		padding-top: 90px
	}
}

.index .main-slide .slick-next:before,
.index .main-slide .slick-prev:before {
	color: #7f807e
}

.index .main-slide .slick-prev {
	left: 20px;
	z-index: 999
}

.index .main-slide .slick-next {
	right: 20px
}

.index .main-slide .slick-dots li {
	margin: 0
}

.index .main-slide .slick-dots li button:before {
	color: #62743e;
	font-size: 12px
}

.index .main-slide .slick-dots li.slick-active button:before {
	color: #4f5f30
}

.index .main-slide .slick-next:before,
.index .main-slide .slick-prev:before {
	font-size: 30px
}

.index ul.link-menu-index {
	list-style-type: none;
	margin-left: 0;
	text-align: center
}

.index ul.link-menu-index a {
	align-items: center;
	display: flex;
	gap: 5px;
	text-decoration: none
}

.index ul.link-menu-index a:hover {
	color: #212121;
	font-weight: 600
}

.index ul.link-menu-index li {
	display: inline-block;
	padding: 10px 20px 10px 0
}

.index ul.link-menu-index li i {
	font-size: 24px
}

.index .title-index {
	align-items: center;
	display: flex;
	gap: 10px
}

.index .title-index i {
	color: #62743e
}

@media (max-width:768px) {
	.index .news-index .nav-link {
		background-color: #84985c
	}
}

.index .news-index {
	background-image: url(../assets/images/bg-news.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 60px 0 40px
}

.index .news-index .nav-pills .nav-link {
	background-color: #84985c;
	border-radius: 12px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px 10px;
	padding: 6px 20px !important
}

.index .news-index .nav-pills .nav-link.active,
.index .news-index .nav-pills .nav-link:hover {
	background-color: #62743e;
	color: #fff
}

.index .news-index .item-new {
	padding: 0 15px 0 0
}

.index .news-index .tab-content {
	margin-top: 15px
}

.index .news-index .post_082_wrapper {
	box-shadow: 0 0 4px 1px #f6f6f6;
	overflow: hidden;
	position: relative
}

.index .news-index .post_082_wrapper a {
	color: #444;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color .7s cubic-bezier(.3, 1, 0, 1);
	transition: color .7s cubic-bezier(.3, 1, 0, 1)
}

.index .news-index .post_082_wrapper a:hover {
	color: #62743e
}

.index .news-index .post_082_wrapper .post_082_image {
	background: transparent;
	overflow: hidden;
	position: relative
}

.index .news-index .post_082_wrapper .post_082_image img {
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	width: 100%;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.index .news-index .post_082_wrapper .post_082_image img:hover {
	opacity: .5;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	transition: 1s ease
}

.index .news-index .post_082_wrapper .post_082_content {
	background-color: hsla(0, 0%, 100%, .6);
	border: 1px solid #f3f3f3;
	border-top: none;
	padding-top: 10px;
	position: relative;
	text-align: left
}

.index .news-index .post_082_wrapper .post_082_content h5 {
	display: -webkit-box;
	font-size: 16px;
	margin: 0 8px;
	text-align: left;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3
}

.index .news-index .post_082_wrapper .post_082_content span.date {
	color: #acacac;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 10px 8px 25px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: color .7s cubic-bezier(.3, 1, 0, 1);
	transition: color .7s cubic-bezier(.3, 1, 0, 1)
}

.index .box-button {
	display: flex;
	justify-content: space-between
}

.index .box-button .icon-next-e-book,
.index .box-button .icon-next-link,
.index .box-button .icon-next-news,
.index .box-button .icon-prv-e-book,
.index .box-button .icon-prv-link,
.index .box-button .icon-prv-news {
	background-color: #84985c;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	height: 32px;
	margin-left: 5px;
	padding: 7px;
	width: 32px
}

.index .box-button .icon-next-e-book i,
.index .box-button .icon-next-link i,
.index .box-button .icon-next-news i,
.index .box-button .icon-prv-e-book i,
.index .box-button .icon-prv-link i,
.index .box-button .icon-prv-news i {
	font-weight: 700
}

.index .executive {
	padding: 60px 0 40px
}

.index .executive ul {
	list-style-type: none;
	padding-left: 0
}

.index .executive ul li:after {
	border-bottom: 1px solid #d3ddbf
}

.index .executive .Category {
	background-color: #d3ddbf;
	border-radius: 50px;
	display: -webkit-inline-box;
	font-size: 14px;
	padding: 3px 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.index .executive i {
	color: #62743e;
	margin-right: 5px
}

.index .executive h6 {
	font-weight: 600;
	margin-bottom: .7rem
}

.index .executive p {
	margin-bottom: .5rem
}

.index .information {
	background-image: url(../assets/images/bg-green.png);
	background-repeat: repeat;
	height: 100%;
	padding: 60px 0 40px
}

.index .information .nav-link {
	background-color: transparent;
	border-bottom: 1px solid #7f807e;
	border-radius: 0;
	box-sizing: border-box;
	color: #212121;
	display: inline-block;
	font-size: 16px;
	padding: 6px 20px !important
}

.index .information .nav-link.active,
.index .information .nav-link:hover {
	border-bottom: 2px solid #62743e;
	font-weight: 700
}

.index .icon-system a {
	background-color: #fff;
	border-radius: 16px;
	color: #212121;
	display: block;
	font-size: 16px;
	min-height: 140px;
	padding: 30px 20px;
	text-align: center;
	text-decoration: none
}

.index .icon-system a:hover {
	background-color: #84985c;
	color: #fff
}

.index .icon-system a img {
	display: block;
	height: 32px;
	margin: auto;
	width: auto
}

.index .icon-system a .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis
}

.index .icon-inside a {
	background-color: #62743e;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-size: 16px;
	min-height: 140px;
	padding: 30px 20px;
	text-align: center;
	text-decoration: none
}

.index .icon-inside a :focus,
.index .icon-inside a:hover {
	background-color: #d3ddbf;
	color: #212121 !important
}

.index .icon-inside a :focus .name,
.index .icon-inside a:hover .name {
	color: #212121 !important
}

.index .icon-inside a :focus img,
.index .icon-inside a:hover img {
	filter: saturate(0) brightness(1) invert(0)
}

.index .icon-inside a img {
	display: block;
	filter: saturate(0) brightness(.3) invert(1);
	height: 32px;
	margin: auto;
	width: auto
}

.index .icon-inside a .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis
}

.index .FQA,
.index .documents,
.index .e-book,
.index .hot-news,
.index .inside {
	padding: 60px 0 40px
}

.index .e-book .Category {
	background-color: #d3ddbf;
	border-radius: 6px;
	display: -webkit-inline-box;
	font-size: 14px;
	padding: 1px 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.index .e-book .item-book {
	padding: 0 10px
}

.index .e-book .post_082_content {
	background-color: transparent;
	border: none
}

.index .e-book .post_082_content a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #212121;
	font-size: 16px;
	margin-top: 8px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.index .e-book .post_082_content a:hover {
	color: #62743e
}

.index .e-book .post_082_content a {
	margin-left: 0
}

.index .e-book .post_082_content a.under {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.index .e-book .post_082_wrapper {
	box-shadow: none
}

.index .e-book .post_082_image {
	border-radius: 12px
}

.index .e-book .post_082_image img {
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%
}

.index .e-book .post_082_image img:hover {
	opacity: .5;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	transition: 1s ease
}

.index .e-book .slick-next:before,
.index .e-book .slick-prev:before {
	color: #84985c
}

.index .documents .Category {
	background-color: #d3ddbf;
	border-radius: 50px;
	font-size: 14px;
	padding: 1px 10px
}

.index .documents .no {
	color: #545454;
	font-size: 14px
}

.index .documents .note {
	color: #62743e;
	font-size: 12px;
	margin-bottom: 0
}

.index .documents .item-center {
	align-items: center;
	display: flex
}

.index .FQA .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	color: #62743e
}

.index .FQA .accordion-body {
	color: #545454
}

.index .FQA .accordion-body .note {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px
}

.index .FQA .accordion-button:focus {
	border-color: #d3ddbf;
	box-shadow: 0 0 0 .25rem hsla(80, 31%, 81%, .5);
	-webkit-box-shadow: 0 0 0 .25rem hsla(80, 31%, 81%, .5);
	-moz-box-shadow: 0 0 0 .25rem hsla(80, 31%, 81%, .5);
	outline: 0;
	z-index: 3
}

.index .link-in,
.index .link-out {
	padding: 30px 0 20px
}

.index .link-in .item-link,
.index .link-out .item-link {
	padding: 0 10px 0 0
}

.index .link-in a img,
.index .link-out a img {
	border-radius: 8px;
	height: 73px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%
}

.index .link-in a img:hover,
.index .link-out a img:hover {
	opacity: .5;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	transition: 1s ease
}

.index .link-in .slick-next:before,
.index .link-in .slick-prev:before,
.index .link-out .slick-next:before,
.index .link-out .slick-prev:before {
	color: #84985c;
	font-size: 30px
}

.index .link-in .box-button,
.index .link-out .box-button {
	display: flex;
	justify-content: space-between
}

.index .link-in .box-button .icon-next-link-in,
.index .link-in .box-button .icon-next-link-out,
.index .link-in .box-button .icon-prv-link-in,
.index .link-in .box-button .icon-prv-link-out,
.index .link-out .box-button .icon-next-link-in,
.index .link-out .box-button .icon-next-link-out,
.index .link-out .box-button .icon-prv-link-in,
.index .link-out .box-button .icon-prv-link-out {
	background-color: #84985c;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	height: 32px;
	margin-left: 5px;
	margin-top: -58px;
	padding: 7px;
	width: 32px
}

.index .link-in .box-button .icon-next-link-in i,
.index .link-in .box-button .icon-next-link-out i,
.index .link-in .box-button .icon-prv-link-in i,
.index .link-in .box-button .icon-prv-link-out i,
.index .link-out .box-button .icon-next-link-in i,
.index .link-out .box-button .icon-next-link-out i,
.index .link-out .box-button .icon-prv-link-in i,
.index .link-out .box-button .icon-prv-link-out i {
	font-weight: 700
}

.index .link-in .slick-slider,
.index .link-out .slick-slider {
	margin: 0 auto;
	padding-left: 10px;
	width: 90%
}

@media (min-width:540px) and (max-width:1024px) {

	.index .link-in .slick-slider,
	.index .link-out .slick-slider {
		width: 88%
	}
}

@media (max-width:539px) {

	.index .link-in .slick-slider,
	.index .link-out .slick-slider {
		padding-left: 13px;
		width: 84%
	}
}

.index .position-absolute {
	position: absolute;
	right: 15px;
	top: 25%;
	width: 100%
}

.index .toast-container {
	width: 100%
}

.index .toast-container .toast.show {
	background-color: #d3ddbf;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px
}

.index .toast-container .toast.show .toast-header {
	background-color: #d3ddbf;
	display: block
}

.index .toast-container .toast.show .toast-header h6 {
	margin-bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.index .toast-container .toast.show:first-of-type {
	z-index: 9999999
}

.index .toast-container .toast.show:nth-of-type(2) {
	top: 30px;
	transform: scale(.9);
	z-index: 9999998
}

.index .toast-container .toast.show:nth-of-type(3) {
	top: 60px;
	transform: scale(.8);
	z-index: 9999997
}

.index .toast-container .toast.show:nth-of-type(3+n) {
	top: 30px;
	transform: scale(.8);
	z-index: 9999997
}

.index .toast-container .toast-header .btn-close {
	margin-left: 0;
	margin-right: 0
}

.index .toast-container .btn-toast {
	background-color: #84985c;
	color: #fff
}

.index .toast-container .btn-toast:hover {
	background-color: #62743e
}

hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: auto;
	width: 100%
}

.login {
	padding-bottom: 40px;
	padding-top: 8vh
}

.login .btn-green {
	border-radius: 12px;
	padding: .375rem 1.2rem
}

.login span.code {
	background-color: #4f5f30;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	margin-right: 8px;
	padding: 3px 10px
}

.login .bg-login {
	background-color: #d3ddbf;
	border-radius: 20px;
	padding: 30px 20px
}

.login .bg-login img {
	display: block;
	margin: auto;
	width: 85%
}

.login .form-group {
	border: 1px solid #bebebe;
	border-bottom: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 15px;
	position: relative
}

.login .form-group label {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	transition: all .3s ease
}

.login .form-group input:focus+label {
	margin-top: -20px
}

.login .form-group.first {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px
}

.login .form-group.last {
	border-bottom: 1px solid #bebebe;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px
}

.login .form-group label {
	color: #bebebe, 10%;
	display: block;
	font-size: 12px;
	margin-bottom: 0
}

.login .form-group.field--not-empty label {
	margin-top: -20px
}

.login label span {
	color: #da0000
}

.login .form-control:active,
.login .form-control:focus {
	box-shadow: none;
	outline: none
}

.login .form-control:focus,
.login .form-select:focus {
	border-color: #545454;
	outline: 0
}

.login .form-select:focus {
	box-shadow: none
}

.login .input-icons {
	margin-bottom: 10px;
	position: relative;
	width: 100%
}

.login .input-icons i {
	color: #bebebe;
	font-size: 20px;
	position: absolute
}

.login .icon,
.login .icon-password {
	min-width: 40px;
	padding: 11px 13px 7px
}

.login .icon-password {
	right: 10px
}

.login .input-field {
	border: 1px solid #bebebe;
	border-radius: 12px;
	padding: 8px 10px 8px 45px;
	width: 100%
}

.regis .modal-body {
	padding: 1rem 3rem
}

.regis .header-regis {
	align-items: center;
	border-bottom: 1px solid #62743e;
	color: #62743e;
	display: flex
}

.regis .header-regis i {
	font-size: 18px;
	margin-right: 5px
}

.regis span {
	color: #da0000
}

.regis span.input-group-text {
	color: #62743e
}

.regis .btn-regis {
	background-color: #fff;
	border: 1px solid #84985c;
	border-radius: 12px;
	color: #62743e
}

.regis .input-field {
	padding: 8px 10px 8px 45px
}

.regis .form-select,
.regis .input-field {
	border: 1px solid #bebebe;
	border-radius: 12px;
	width: 100%
}

.regis .form-select {
	padding: 8px 10px
}

.regis .mt-35 {
	margin-top: 35px
}

.box-container {
	align-items: center;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	display: flex;
	padding: 10px 0;
	width: 300px
}

.box-container input[type=checkbox] {
	appearance: none;
	border: 2px solid #c1c1c1;
	height: 26px;
	margin: 0 14px;
	width: 26px
}

.box-container input[type=checkbox]:checked:before {
	content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
	display: block;
	line-height: 20px;
	padding: .05rem .6rem 0 .05em
}

.box-container .logo {
	display: block;
	margin-left: 65%
}

.box-container .logo-text,
.box-container .logo-text-tos {
	font-size: 9px;
	text-align: right
}

.box-container .logo-text-tos {
	display: block;
	margin-bottom: 0
}

.box-container .capcha {
	line-height: .1rem;
	margin-right: 10px;
	text-align: center
}

.box-container .robot {
	font-size: 14px
}

.news {
	padding: 30px 0
}

.news p {
	margin: 10px 0
}

.news .card-title {
	font-weight: 700;
	line-height: 28px
}

.news .card-text,
.news .card-title,
.news .card-title-hot-news {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis
}

.news .news-item-6 {
	padding-bottom: 20px
}

.news .news-item-6 a {
	color: #545454;
	text-decoration: none
}

.news .news-item-6 a:hover {
	color: #62743e
}

.news .news-item-6 a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%
}

.news .news-item-6 a img:hover {
	opacity: .5;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	transition: 1s ease
}

.news .news-item-6 img {
	border-radius: 24px
}

.news .news-item-6 .card-title-hot-news {
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	margin-top: 20px
}

.news .news-item-6 .card-title {
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	margin-top: 20px
}

.news .news-item-6 .card-text {
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3
}

.news .item-horizontal a {
	color: #545454;
	text-decoration: none
}

.news .item-horizontal a:hover {
	color: #62743e
}

.news .item-horizontal a img {
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%
}

.news .item-horizontal a img:hover {
	opacity: .5;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	transition: 1s ease
}

.news .item-horizontal .card-title {
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2
}

.news .item-horizontal .card-text {
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3
}

.title-result {
	border-bottom: 2px solid #bebebe;
	font-size: 26px
}

.img-fix {
	aspect-ratio: 6/4
}

.img-fix img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.text-red1 {
	color: #cc5050 !important
}

a {
	color: #62743e
}

.btn-green {
	background-color: #84985c;
	color: #fff
}

.btn-green:hover {
	background-color: #62743e;
	color: #fff
}

.title {
	align-items: center;
	display: flex;
	gap: 10px
}

.btn-regis,
.title i {
	color: #62743e
}

.btn-regis {
	background-color: #fff;
	border: 1px solid #84985c;
	border-radius: 12px
}

.btn-green {
	border-radius: 12px;
	padding: .375rem 1.2rem
}

.form-icon .form-group {
	border: 1px solid #bebebe;
	border-bottom: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 15px;
	position: relative
}

.form-icon .form-group label {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	transition: all .3s ease
}

.form-icon .form-group input:focus+label {
	margin-top: -20px
}

.form-icon .form-group.first {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px
}

.form-icon .form-group.last {
	border-bottom: 1px solid #bebebe;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px
}

.form-icon .form-group label {
	color: #bebebe, 10%;
	display: block;
	font-size: 12px;
	margin-bottom: 0
}

.form-icon .form-group.field--not-empty label {
	margin-top: -20px
}

.form-icon label span {
	color: #da0000
}

.form-icon .form-control:active,
.form-icon .form-control:focus {
	box-shadow: none;
	outline: none
}

.form-icon .form-control:focus,
.form-icon .form-select:focus {
	border-color: #545454;
	outline: 0
}

.form-icon .form-select:focus {
	box-shadow: none
}

.form-icon .input-icons {
	margin-bottom: 10px;
	position: relative;
	width: 100%
}

.form-icon .input-icons i {
	color: #bebebe;
	font-size: 20px;
	position: absolute
}

.form-icon .icon,
.form-icon .icon-password {
	min-width: 40px;
	padding: 11px 13px 7px
}

.form-icon .icon-password {
	right: 10px
}

.form-icon .input-field {
	border: 1px solid #bebebe;
	border-radius: 12px;
	padding: 8px 10px 8px 45px;
	width: 100%
}

.page-link {
	border: none;
	color: #62743e
}

.page-link:hover {
	color: #4f5f30
}

.page-link:focus {
	background-color: #62743e;
	border-radius: 4px;
	box-shadow: none;
	color: #fff
}

.border-top {
	border-top: 1px solid #bebebe
}

.user-disabled {
	background-color: #ebf1e1;
	color: #62743e
}

.web {
	justify-content: center
}

.web .nav-link {
	border-bottom-color: #bebebe;
	color: #bebebe;
	padding: 10px 80px
}

.web .nav-link.active,
.web .show>.nav-link {
	border-bottom-color: #62743e;
	color: #62743e;
	font-weight: 700
}

.nav-underline {
	--bs-nav-underline-gap: 0rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap)
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.index-link a {
	margin-top: 3px;
	text-decoration: none;
}
.index-link a:hover {
	color: rgb(56, 67, 35);
}
/*# sourceMappingURL=main.css.map */