@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --font-primary: 'Be Vietnam Pro', sans-serif;
}

@font-face {
	font-family: bt beau sans;
	font-style: normal;
	font-weight: 300;
	src: local('BT Beau Sans'),
		url(https://fonts.cdnfonts.com/s/102164/BT-BeauSans-Light-BF64d4595396c6d.woff)
		format('woff')
}


@font-face {
	font-family: bt beau sans;
	font-style: normal;
	font-weight: 500;
	src: local('BT Beau Sans'),
		url(https://fonts.cdnfonts.com/s/102164/BT-BeauSans-Medium-BF64d4595383d81.woff)
		format('woff')
}


@font-face {
	font-family: bt beau sans;
	font-style: normal;
	font-weight: 700;
	src: local('BT Beau Sans'),
		url(https://fonts.cdnfonts.com/s/102164/BT-BeauSans-Bold-BF64d45953acd04.woff)
		format('woff')
}


@font-face {
	font-family: bt beau sans;
	font-style: normal;
	font-weight: 800;
	src: local('BT Beau Sans'),
		url(https://fonts.cdnfonts.com/s/102164/BT-BeauSans-ExtraBold-BF64d45953a17ee.woff)
		format('woff')
}


body {
	padding: 0;
	margin: 0;
	font-family: var(--font-primary);
}

body a {
	text-decoration: none !important;
}

.intro-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #008D27;
}

.btn-component {
    background: linear-gradient(95.76deg, #008D00 1.19%, #5CB900 101.88%);
    border: none;
    color: white !important;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    position: relative;
}

.btn-component:hover {
    background: linear-gradient(95.76deg, #007300 1.19%, #4CAF50 101.88%);
}

.btn-component .btn-text {
    margin-right: 10px;
    color: white;
    font-size: 14px;
}

.btn-component .btn-icon {
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.btn-component .btn-icon i {
    color: white;
    font-size: 14px;
}

#search-input-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 18.5%;
    width: 750px; /* Chiều rộng của thanh tìm kiếm */
    background-color: white;
}


#search-input {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

img {
	width: 100%;
	object-fit: cover;
}

h1 {
	margin-bottom:20px;
	font-size: 48px;
    font-weight: 500;   
    padding-bottom: 20px;
    color: #008D00;
    font-family: var(--font-primary);
}

.membership-text h2 {
	font-size: 32px;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	font-weight: 600;
}

h3 {
	font-size: 32px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
}

input {
	width: 100%;
}

button {
	cursor: pointer;
}

span {
	font-size: 16px;
	line-height: 28px;
	color: #5F5F5F;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #5F5F5F;
}

.text-2-line {
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

textarea {
	width: 100%;
}

button:focus {
	outline: none;
}

button:hover, button.btn-m:hover, .membership-text button:hover,
	.contact-btn button:hover {
	background: #015041;
	color: white;
}

/* menu offcanvas */
.offcanvas-header {
	display: none;
}

.menu-off {
	display: none;
}

.background-full-page {
	position: relative;
	background-image: url("images/bgr-home.png");
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav .closebtn {
	font-size: 26px;
	margin-left: -25px;
	width: 100%;
	text-align: end;
	margin-top: -15px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.logo-offcanvas img {
	width: 34%;
}

.logo-left {
	display: inline-block;
	width: 300px;
	margin-right: 20px;
}

.logo-left img {
	width: 75px;
	float: left;
	padding-right: 8px;
}

.btn-menu-off {
	display: grid;
	align-content: center;
}

.title-logo p {
	padding-top: 11px;
	font-size: 10px;
	font-weight: 800;
	font-family: var(--font-primary);
	height: 15px;
	margin: unset;
}

.p-logo {
	font-size: 12px !important;
	color: #008d00;
}

/* end */
.nav .menu-cha {
	display: flex;
	width: 100%;
	margin-bottom: 0;
	align-items: center;
	padding: unset;
}

.nav ul li {
	list-style: none;
	margin: 10px 20px;
}

.nav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
	color: #0A0A0A;
}

.menu {
	position: fixed;
	top: 0;
	z-index: 99;
	background: white;
	width: 100%;
	/* opacity: 0.8; */
}

.nav .menu-cha li a:hover {
	color: #008D00;
	text-decoration: none;
}
/* menucon */
ul#dropdown li a {
	width: 200px;
	padding: 0;
	margin: 0;
	border: none;
	color: #1A1A1A;
	font-weight: 700;
}

ul#dropdown li a:hover {
	color: white;
}

ul#dropdown\ dropdown-1 {
	position: absolute;
	margin-left: -112px;
}
/* .is-active {
    background-color: red;
} */
ul#dropdown\ dropdown-1 li a {
	border-bottom: 1px solid gray;
	width: 100%;
	margin: 0;
	border: none;
	color: #1A1A1A;
	font-weight: 700;
}

nav ul li ul {
	display: none;
	background-color: white;
	min-width: 240px;
	position: absolute;
	margin-left: -40px;
	padding: 0;
	top: 40px;
	z-index: 999;
}

nav ul li ul li {
	margin: 0 !important;
}

nav ul li ul li:hover {
	background-color: #046553;
	color: white;
	list-style: none;
}

nav ul li ul li:hover {
	color: white;
}

nav li>ul li {
	width: 100%;
	border: none;
	text-align: center;
	line-height: 50px;
	margin-left: -50px;
}

nav li>ul li a {
	font-size: 14px;
	font-weight: 700;
	color: #1A1A1A;
}

nav li:hover>ul {
	display: block;
	margin-top: 10px;
	margin-left: -69px;
}

/* slidder */
.content-slider {
	position: relative;
}

.content-slider .logosilder {
	position: absolute;
	top: 35%;
	width: 30%;
}

.content-slider .logosilder img {
	width: 100%;
}

.content-slider .logosilder p:nth-child(1) {
	margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.content-slider .logosilder p:nth-child(2) {
	font-size: 40px;
    line-height: 54px;
    font-weight: 800;
    color: #008D27;
    width: 360px;
}

/* introduce */
.introduce {
	padding: 60px 0;
}

.introduce-content {
	display: flex;
	align-items: center;
}

.introduce-img img {
	
	width: 496px;
	height: 508px;
	border-radius: 58px;
}

.introduce-count {
	flex-wrap:wrap; 
	display:flex; 
	margin-right: 60px; 
	margin-left: -15px;
}

button.btn-m {
	font-weight: 400;
	width: 288px;
	height: 48px;
	font-size: 18px;
	background: #008D00;
	border-radius: 60px;
	line-height: 32px;
	color: white;
	border: none;
}

/* career */
.career {
	padding: 5px 0;
	background-image: url(./images/rareer.png);
	background-size: cover;
}

.career-content {
	margin: 40px 0;
}

.career-content h1 {
	color: white;
}

.career-img {
	/* width: 150px; */
	/* height: 150px; */
	display: flex;
	/* border-radius: 100%; */
	justify-content: center;
}

.career-img img {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	margin-bottom: 15px;
	object-fit: cover;
	object-position: 50% 50%;
}

.career-name {
	text-align: center;
}

.career-name h4 {
	color: white;
}

/* .enterprise */
.slick-slide img {
  
}

.enterprise {
	padding: 60px 0;
	background-image: url('./images/Group 4012223.png');
	background-size: cover;
	background-blend-mode: multiply;
	background-position: center;
}

/* .enterprise .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.enterprise-title {
	display: flex;
	justify-content: space-between;
}

.enterprise-title h1 {
	margin-bottom: 30px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

.enterprise-title a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}

.enterprise-list {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.enterprise-item {
	width: 165px;
	height: 120px;
	margin-bottom: 15px;
	border-radius: 6px;
	box-shadow: 7px 7px 9px rgb(0 0 0 / 10%);
}

.enterprise-item img{
	background: #FFFFFF;
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.enterprise-name {
	text-align: center;
}

/* news-event */
.multiline-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container-news {
    display: flex;
    flex-wrap: wrap;
}

.header-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 32px;
    color: #008D27;
    font-weight: 700;
}

.main-content {
    flex: 2;
    display: flex;
    gap: 25px;
    border-right: 1px solid #E2DEDD;
    padding-right: 25px;
}

.news-item {
    background-color: white;
    border-radius: 8px;
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px */;
    width: 360px;
    height: 246px;
}

.news-item div:nth-child(1) {
	width: 360px;
	height: 246px;
}

.news-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-item h2 {
    font-size: 16px;
    margin: 10px 0;
}

.news-item p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.news-item .date {
    font-size: 12px;
    color: #999;
}

.sidebar {
    flex: 1;
    margin-left: 20px;
}

.side-news-item {
    margin-bottom: 35px;
	padding-bottom: 30px;
    border-bottom: 1px solid #E2DEDD;
}

.side-news-item h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.side-news-item .date {
    font-size: 12px;
    color: #999;
}

.more-link {
    color: #DA601B !important;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
}

.news-event {
	padding: 60px 0 100px 0;
	/* background: linear-gradient(180deg, #EDF7E3 0%, rgba(255, 255, 255, 0) 100%); */
}

.news-event-title {
	display: flex;
	flex-wrap: wrap;
}

.news-event-title-span {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: 20px;
	color: #5F5F5F;
}

.active-image {
	background-color: #EEF7EB;
}

.active-image h1 {
	font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.activeimage-title {
	font-size: 48px;
	font-weight: 500;
	color: #008D27;
}

.activity-section {
	background-color: #00a651; /* Màu nền xanh */
	padding: 20px;
	text-align: center;
	color: #fff;
}

.activity-section h2 {
	margin-bottom: 20px;
}

.activity-container {
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

.activity-container a:nth-child(2) {
	color: #343342;
	font-size: 14px;
}

.activity-container a:nth-child(1) img {
	border-radius: 8px;
}

.active-image .activity-container p {
	color: #6C6B75;
    font-size: 14px;
}

.active-video .activity-container p {
	color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 14px;
}

.activity-container .activity-container-children {
	position: relative;
}

.triangle-button {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 3px solid white;
   	position: absolute;
    cursor: pointer;
    border-radius: 50%;
   	top: 195px;
    left: 20px;
}

.triangle-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.activity-item {
	width: 21.4%;
	margin-bottom: 30px;
}

.activity-item img {
	width: 100%;
	width: 283px;
	height: 178px;
	margin-right: 8px;
	border-radius: 8px; /* Góc bo tròn */
}

.activity-item p {
	margin-top: 15px;
	font-size: 14px;
	color: white;
	width: 230px;
	height: 96px;
}

.activity-item a {
	margin-top: 15px;
	font-size: 14px;
	color: white;
	width: 280px;
	height: 96px;
}

.activevideo-title {
	font-size: 40px;
	font-weight: 300;
	color: #008D00;
	padding-top: 30px;
	padding-bottom: 10px;
}

.active-image-title {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 10px;
}

/* .active-image-span {
	margin-left: auto;
	margin-bottom: 32px; 
	margin-right: 20px;
	color: white;
} */

.active-video {
	padding: 55px;
	background-image: url('./images/Group 4012223.png');
	background-size: cover;
	background-blend-mode: multiply;
	background-position: center;
}

.active-video-title h1 {
	font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.active-video-title a {
	font-size: 14px;
	color: #FFFFFF;
}

.active-video-title p {
	color: #FFFFFF;
	font-size: 16px;
}

.active-video .activity-container-children div {
	width: 360px;
    height: 246px;
}

.active-video .activity-container-children img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.activity-container button:hover {
	background: transparent;
}

.news-home-content {
    width: 735px;	
}

.news-home-content-text {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	border-radius: 0 0px 5px 5px;
}

.news-home-content-text a {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	color: #0a0a0a;
	text-decoration: none;
}

.news-home-content-text a:hover {
	color: #046553
}

.news-home-content-text .read-more, .news-home-list-text .read-more {
	font-size: 16px;
	color: #5F5F5F;
	line-height: 32px;
}

.news-home-item {
    display: block;
    margin-bottom: 50px;
}

.news-home-img {
    width: 30%;
}

.news-home-list-text {
    width: 100%;
    border-radius: 0 5px 5px 0px;
    margin-top: 15px;
}

.news-home-list-text a {
	width: 330px;
    font-size: 18px;
    color: #0a0a0a;
    font-weight: 200;
    margin-top: 10px
}

.news-home-img img {
    width: 340px;
    height: 259px;
    object-fit: cover;
}

/* .membership-registration */
.membership-registration {
	background: linear-gradient(180deg, #EEF7EB 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 40px;
}

.membership-registration-content {
	display: flex;
	justify-content: space-between;
}

.membership-text {
	display: grid;
	width: 50%;
	text-align: center;
	align-content: center;
}

.membership-text h3 {
	color: black;
}

.membership-text button {
	width: 360px;
	height: 50px;
	color: white;
	border-radius: 20px;
	background: #008D00;
	font-size: 18px;
	line-height: 32px;
	border: none;
	margin-top: 30px;
}

.membership-text h2 {
	color: white;
}

.membership-img {
	width: 555px;
    height: 380px;
}

.membership-text i {
	font-size: 46px;
	color: black;
}

/* footer */
.footer {
	background-image: url('./images/footer.png');
	margin-top: 60px;
	padding: 20px 0;
	padding-bottom: 0;
	background-repeat: round;
}

.logo-footer {
	text-align: center;
}

.logo-footer img {
	height: 50px;
	width:50px;
	margin-right: 8px;
}

.col-md-4.logo-footer h2 {
	font-size: 20px;
	color: #008D00;
	font-weight: 600;
}

.logo-footer p {
	font-size: 16px;
	color: white;
	margin: 0;
}

.footer-links a {
	font-size: 13px;
	color: white !important;
	text-decoration: none;
}

.col-md-4.footer-contact p i {
	margin-right: 10px;
	color: #008D00;
}

.link-footer p {
    color: #9d9c9c;
    font-size: 14px;
}

/* introduce */
.row.history-contet {
	padding: 60px 0;
}

.history-title h3 {
	margin-bottom: 30px;
}

.list-history-item {
	padding-left: 20px;
	border-left: 1px solid #c2c2c2;
	padding-bottom: 20px;
}

.list-history-item p {
	line-height: 10px;
	margin-bottom: 10px;
}

.list-history-item span {
	line-height: 20px;
	margin-bottom: 0;
}

.list-history-item::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #B4B4B4;
	border-radius: 100%;
	left: 10px;
}

.list-history-item-none {
	border: none;
}

.list-history-item-none::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #055C4C;
	border-radius: 100%;
	left: 10px;
}
/* achievement */
.row.achievement-content {
	padding: 60px 0;
}

.achievement-list {
	display: flex;
}

.achievement-img {
	display: grid;
	align-content: center;
}

.achievement-img img, .achievement-img-work img {
	height: 400px;
	border-radius: 30px 0 30px 30px;
	object-fit: cover;
}

.achievement-work {
	text-align: center;
	margin: 40px 0;
	padding: 20px;
	background: #ECF7E0;
	width: 70%;
	border-radius: 0 30px 30px;
}

.achievement-work p {
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #055C4C;
}

.achievement-text {
	padding-top: 60px;
}

.achievement-number {
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
	text-align: center;
}

.achievement-number p {
	font-size: 46px;
	color: #055C4C;
	font-weight: 500;
}

.achievement-number span {
	font-size: 24px;
	color: #5F5F5F;
}
/* end */

/* regular */
.regular {
	padding: 60px 0;
}
.regular-list{
	justify-content: center;
	text-align: center;
}
.regular-list-item, .executive-list-item {
	margin-bottom: 20px;
}

.regular-title h5, .executive-title h5 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 20px;
	text-align: center;
}

.regular-list-item p, .executive-list-item p {
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.executive {
	padding-bottom: 60px;
}
.regular-list img {
	width: 220px;
	height: 270px;
	border-radius: 10px;
}
.regular-text {
	margin: 0 25px;
}
.regular-text span {
	color: #6C6B75;
	font-size: 14px;
	display: flex;
}

.regular-text p {
	color: #343342;
    font-size: 20px;
    font-weight: 600;
    text-align: start; 
}

/* end */

/*enterprise  */

.enterprise p {
	color: white;
}

.enterprise-left {
	width: 283px;
}

.enterprise-left h{
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	color: black;
}

.enterprise-left-filter {
	display: flex;
	justify-content: space-between;
	text-align: center;
	background: #F7F9FA;
	padding: 10px;
	border-radius: 10px;
	color: white;
}

.enterprise-left-filter h {
	color: black;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}

.enterprise-left-filter button{
	border: none;
	background: none;
	cursor: pointer;
	color: #007AFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.enterprise-left-search button{
	margin-top: 20px;
	background: #008D00;
	width: 283px;
	height: 48px;
	border: none;
	border-radius: 24px;
	font-size: 18px;
	color: white;
}

.enterprise-left-title h5 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
}

.enterprise-left-filter-keyword {
	margin-top: 15px;
}

.enterprise-left-filter-keyword span{
	width: 283px;
	background: #ECF7E0;
}

.enterprise-left-filter-keyword h{
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: black;
}

.enterprise-left-menu ul {
	padding: 0;
}

.enterprise-left-menu ul li {
	list-style: none;
	background: #ECF7E0;
	margin: 2px 0;
	padding: 10px;
}

.enterprise-left-menu ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #0a0a0a;
	font-weight: 600;
}

.enterprise-introduce {
	
}

.enterprise-introduce-item {
	width: auto;
	height: auto;
	margin-bottom: 30px;
	background: #ECF7E0;
	padding: 20px;
}

.company-name {
	margin-bottom: 20px;
	display: flex;
}

.company-name span {
	width: 25px;
	height: 25px;
	background: #055C4C;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
	color: white;
	line-height: 23px;
}

.company-name a {
	font-size: 20px;
	line-height: 24px;
	color: #0a0a0a;
	font-weight: 600;
}

.company-text p {
	line-height: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.company-text i, .company-contact-list i {
	color: #055C4C;
	margin-right: 5px;
}

div#search-autocomplete {
	width: 100%;
}

.btn-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	width: 70px;
	background: #055C4C;
	border: none;
	color: white;
	border-radius: 0 5px 5px 0;
}

.company-list-img img {
	width: 15%;
	margin: 3px;
	border-radius: 10px;
}

.company-contact-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company-contact-list p {
	width: 50%;
}

.company-contact, .thongtin-coban, .nganhnghe-kinhdoanh, .sanpham-dichvu
	{
	border-bottom: 2px solid #B4B4B4;
}

.company-infor, .thongtin-coban, .nganhnghe-kinhdoanh, .sanpham-dichvu,
	.company-list-img {
	margin-top: 20px;
}

.company-title {
	background: #055c4c;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

.company-title h5 {
	font-size: 18px;
	line-height: 30px;
	color: white;
	margin: 0;
}

/* end */

/* news */
.news-title {
	padding: 10px;
	border: 1px solid #DADADA;
	border-radius: 0 0 5px 5px;
}

.list-news-item {
	margin-bottom: 30px;
}

.list-news-item img {
	border-radius: 5px 5px 0 0;
	height: 260px;
	width: 349px;
}

.name-link {
	font-size: 20px;
	color: #0A0A0A;
	font-weight: 600;
	margin-bottom: 10px;
}

.read-more {
	color: #5f5f5f;
}
/* end */

/* news-detail */
.news-detail {
	margin: 60px 0;
}

.news-detail-content img {
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0;
}

.other-post {
	margin-bottom: 30px;
}

.y-kien h5 {
	font-size: 20px;
	font-weight: 600;
}

.y-kien {
	margin: 30px 0px;
}

.news-detal-share {
	text-align: right;
}

.news-detal-share a {
	margin: 0 15px;
	font-size: 20px;
	color: #767676;
}

.btn-form {
	text-align: right;
	width: 100%;
	padding: 10px 16px;
}

.btn-form button {
	width: 150px;
	height: 40px;
	border-radius: 30px;
	background: #055C4C;
	border: none;
	color: white;
}

.form-ykien div input, .form-ykien div textarea {
	background-color: #ECF7E0;
	border: none;
	padding: 10px;
	width: 100%;
}

.other-post h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.news-hot-list div, .companion-list div {
	margin-bottom: 20px;
	/* border-bottom: 1px solid #e9ecef; */
}

.news-hot-list div img {
	border-radius: 5px 5px 0 0;
}

.companion-list .shadow {
	border: 1px solid #e9ecef;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.news-hot-title, .companion-title {
	background: #055C4C;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
	margin-bottom: 5px;
}

.companion {
	margin-top: 30px;
}

.news-hot {
	margin-top: 30px;
}

.news-hot-title h4, .companion-title h4 {
	font-size: 24px;
	color: white;
	margin: 0;
}
/* end */

/* contact */
.contact {
	/* padding: 60px 0; */
}

.form-row div {
	margin-bottom: 20px;
}

.form-row div input, .form-row div textarea {
	padding: 5px;
	width: 100%;
	/* background-color: #ECF7E0; */
	color: #0A0A0A;
	/* border: none; */
}

.contact-btn {
	width: 100%;
}

.contact-btn button {
	width: 100%;
	height: 50px;
	background: #046553;
	color: white;
	border-radius: 30px;
	border: none;
}

.contact-img {
	display: grid;
	/* align-content: center; */
}

.contact-img-item {
	width: 170px;
    height: 130px;

}

.contact-img img {
	border-radius: 50px 50px 0 0;
}

.col-md-3 {
	padding-right: unset;
}

.other-post-title {
	border-color: white !important;
}

/* end */

/* register-page */
.register-page {
	padding: 40px 0;
}

.accordion-item {
	background: #EEF7EB;
}

.accordion-item button {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 32px;
	color: #0a0a0a;
	font-weight: 600;
	background: #EEF7EB;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
}

button.accordion-button.collapsed i {
	transform: rotate(46deg);
	transition: 1s;
}

.accordion-body {
	padding: 5px 5px 5px 30px;
}

.accordion-item button:focus {
	list-style: none;
	border: none;
	outline: none;
}

.form-radio input {
	width: auto !important;
}

.form-radio label {
	margin-right: 30px;
	display:block;
}

.btn-form-rgt {
	text-align: center;
}

.btn-form-rgt button {
	width: 200px;
	height: 50px;
	background: #055c4c;
	color: white;
	border: none;
	border-radius: 30px;
}

.dongia {
	margin-top: 40px;
}

/* end */
@media only screen and (max-width: 768px) {
	.header-offcanvas {
		display: inline;
	}
	.sidenav {
		padding-top: 15px;
	}
	.menu-off {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.menu-right {
		display: none;
	}
	.content-slider .logosilder {
		top: 50px;
	}
	.intro-home-btn {
		text-align: center;
	}
	button.btn-m {
		position: unset;
		margin-top: -20px;
	}
	button.btn {
		position: unset;
		margin: 30px 0;
	}
	.membership-text {
		width: 100%;
	}
	.membership-img {
		display: none;
	}

	/* achievement */
	.achievement-text {
		padding-top: 0px;
	}
	.achievement-img img {
		margin-bottom: 30px;
	}
	.contact-img-item {
		padding: 0;
		margin-bottom: 20px;
	}
}

/* pagination */
.pagination {
	text-align: center;
	margin-bottom: 60px;
	justify-content: center;
}

.pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #30323c;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  border: 1px solid #d5d7e0
}

.pagination a:hover {
  background-color: #dbebb3;
}

.pagination a.active {
  background-color: #56b259;
}

.pagination a.disabled {
  background-color: #ccc;
  color: #666;
  pointer-events: none;
}

.menu-content{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.menu-content:hover{
	white-space: normal;
	color: #008D00;
}

@media ( min-width : 768px) and (max-width: 1000px) {
	.nav ul li {
		list-style: none;
		margin: 5px 15px;
	}
}
@media only screen and (max-width: 1023px) {
	div.news-home-item {
	
		width: 47.5%;
		margin-left: 0;
		display: contents;
	}
	div.news-home-content{
		width: 100%;
	}
	
	/* company */
.company-img {
	width: 100%;
	height: 100%;
}

calendar table tr:last-child td {
	border-bottom:none;
}	

}