/*body trang Board of Directors*/

.bg-board {
	background-color: #FAFAFB;
	padding: 20px 0;
}

.board-of-directors-2 {
	flex-direction: row-reverse;
} 

.list-directors {
    list-style: none;
    position: relative;
    margin-bottom: 100px;
	z-index: 2;
}
.board-of-directors:last-child .list-directors {
	margin-bottom:50px;
}

.title-directors {
    width: 90%;
}

.title-directors img {
	width: 100%;
    height: auto;
}

.title-directors h3 {
	background-color: #006CB7;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
}

.square-directors {
	background-color: #FAFAFB;
    border: 20px solid #006CB7;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.intro-directors {
	font-size: 18px;
	color: #05285B;
	font-weight: 400;
	padding-left: 60px;
}

.intro-directors h1,
.intro-directors h2,
.intro-directors h3,
.intro-directors h4,
.intro-directors h5,
.intro-directors h5 {
	color: #006CB7;
	font-size: 35px;
	font-weight: 500;
}

.intro-directors table {
	margin-top: 20px;
}

.intro-directors td {
    padding: 5px 25px 5px 0;
}

@media(max-width: 1200px) {
	.intro-directors {
		padding-left: 0;
	}

	.intro-directors td {
		padding: 10px 20px 10px 0;
	}
}

@media(max-width: 991px) {
	.list-directors {
		margin-bottom: 90px;
	}

	.intro-directors {
		margin-bottom: 50px;
	}
}

/*body trang category*/

.bg-intro-category {
	position: relative;
}

.img-banner-news {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(0.7);
}

.breadcrumb-intro {
	color: white;
	font-size: 18px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
}

.breadcrumb-intro a {
	color: white;
}

.breadcrumb-intro i {
    font-size: 14px;
    margin: 0 10px;
}

.breadcrumb-intro h1 {
	color: #E6F0FF;
	font-weight: 500;
	font-size: 40px;
}

/*---------------------------*/

.bg-content {
	margin: 30px 0;
}

.content-category {
	margin-bottom: 20px;
}

.img-category {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.title-category {
    font-weight: 500;
    font-size: 25px;
    color: #454545;
    
    transition: 0.3s;
    display: -webkit-box;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-gallery {
    font-weight: 500;
    font-size: 20px;
    color: #454545;
    margin-top: 12px;
    margin-bottom: 10px;
    transition: 0.3s;
    display: -webkit-box;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-gallery {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.text-excerpt {
	font-size: 14px;
	font-weight: 400;
	color: #807E7E;
	margin: 15px 0;
	display: -webkit-box;
    height: 84px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.read-more {
	font-size: 14px;
	font-weight: 600;
	color: black;
	text-transform: uppercase;
	text-decoration: underline;
}

.title-category:hover,
.read-more:hover,
.title-gallery:hover {
	color: #006CB7;
}

/*phân trang*/

.pagination {
	justify-content: center;
	margin-top: 20px;
}

.pagination span,
.pagination a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	margin: 0 8px;
}

.pagination span {
	background-color: #006CB7;
	color: white;
}

.pagination a {
	color: #05285B;
	background-color: #CBCBCB;
}

/*-------------------------*/

.title-customers {
	color: #006CB7;
	font-size: 22px;
	font-weight: 600;
}

.title-customers-2 {
    font-style: italic;
}

.brand-slider {
	height: 130px;
    margin: 10px auto;
	margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.slide-track {
	animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 16);
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 0;
}

.slide {
	width: 250px;
    height: 100px;
}

.slide img {
	width: 80%;
    height: 100px;
    object-fit: scale-down;
}

@media(max-width: 1400px) {
	.img-banner-news {
		height: 450px;
	}
}

@media(max-width: 991px) {
	.img-banner-news {
		height: 350px;
		object-fit: cover;
	}
}

@media(max-width: 740px) {
	.title-customers {
		text-align: center;
	}
}

@media(max-width: 450px) {

	.breadcrumb-intro {
		font-size: 14px;
	}

	.breadcrumb-intro i {
		margin: 0 5px;
	}

	.breadcrumb-intro h1 {
		font-size: 30px;
	}

	.title-category {
		font-size: 22px;
	}
	
	.title-gallery {
        height: unset;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
	}
	
}

/*body trang single*/

.img-single {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.content-single {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.content-single p {
	margin: 10px 0;
}

.content-single ul,
.content-single ol {
	padding-left: 25px;
	line-height: 1.7;
	margin: 15px 0;
}

.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6 {
	color: #05285B;
	font-weight: 600;
	font-size: 28px;
	margin: 15px 0;
}

.content-single img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.content-single strong {
	color: #05285B;
	font-size: 20px;
}

.content-single4 div[style] {
	width: 100% !important;
}

.content-single iframe {
	width: 100%;
    height: 430px;
}

@media(max-width: 450px) {
	.content-single h1,
	.content-single h2,
	.content-single h3,
	.content-single h4,
	.content-single h5,
	.content-single h6 {
		font-size: 25px;
	}
	
	.content-single iframe {
		height: 300px;
	}
}

/*body trang home*/



.others i {
	color: #3485FD;
	font-size: 40px;
}

.service {
	margin-bottom: 30x;
}

.service i {
	border: 3px solid #006CB7;
	color: #006CB7;
}

.service:hover i {
	border: 3px solid white;
}

.news-img img {
	height: 330px;
}

/*news*/

.news-title a {
    color: #05285b;
    text-transform: uppercase;
}

@media(max-width: 991px) {
	p.active-number {
		font-size: 100px;
	}

	.itemm {
		margin-bottom: 50px;
	}

	.item {
		margin-bottom: 40px;
	}

	.news-img img {
		height: auto;
	}
}

/*body trang about us*/

.intro-text {
	background-image: url(../images/bg-logo.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.core-text {
    height: 400px;
    padding-top: 10px;
    margin-top: 20px;
}

.core-text p {
	margin-top: 5px;
	height: auto;
	padding: 0 0 0 30px;
}

.working-fields-text {
	margin-top: 0;
}

img.oppotunity-img {
	width: 58%;
}

.op-text ul,
.op-text ol {
	padding-left: 30px;
	margin: 10px 0;
}

@media(max-width: 991px) {
	.field-img {
		position: unset;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	img.oppotunity-img {
		width: 100%;
	}
}

/*body trang lịch sử*/

.history {
	margin-bottom: 20px;
}

.history-event {
    padding: 30px;
    
    font-size: 15px;
    color: #0e3163;
}

.organization {
    background-color: #fafafb;
    padding: 20px 0;
}

.organization img {
	width: 100%;
	height: auto;
}


/*body trang Achivement*/

.content-achivement {
	background-color: #F5F5F5;
	color: #05285B;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	padding: 30px;
}

.content-achivement h1,
.content-achivement h2,
.content-achivement h3,
.content-achivement h4,
.content-achivement h5,
.content-achivement h6 {
	color: #05285B;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.6px;
}

.content-achivement ul,
.content-achivement ol {
	padding-left: 30px;
	margin-top: 10px;
}

.content-achivement li {
	margin-bottom: 8px;
}

/*-----------------------*/

.slider-achivement {
	position: relative;
}

.img-achivement {
	width: 100%;
    height: auto; 
    object-fit: cover;
    
}

.arrow-slider {
    list-style: none;
}

.arrow-slider i {
	color: #2196F3;
	font-size: 35px;
}

.button-next,
.button-prev {
    position: absolute;
    top: 45%;
    z-index: 2;
}

.button-next {
	left: 0;
}

.button-prev {
	right: 0;
}


/*body trang Human Resources*/

.human {
	margin-bottom: 20px;
}
.human:last-child{
	margin-bottom: 0;
}

.content-human {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	padding-right: 50px;
}

.content-human h1,
.content-human h2,
.content-human h3,
.content-human h4,
.content-human h5,
.content-human h6 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: #05285B;
	margin-bottom: 15px;
}

.content-human p {
	margin-bottom: 10px;
}

.content-human ul,
.content-human ol {
    padding-left: 25px;
    margin: 15px 0;
}

.content-human li {
	margin-bottom: 10px;
}

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

.human-2 {
	flex-direction: row-reverse;
}

.human-2 .content-human {
	padding-left: 50px;
	padding-right: 0;
}

/*----------------------*/

/*services*/

.ser-phone {
	font-size: 40px;
	padding: 15px 25px;
	border-radius: 50%;
	color: #fff;
	margin: 25px auto;
	background: #9b0000;
}

.ser-phone:hover {
	color: white;
}

.video-ytb iframe {
	width: 100%;
	height: 470px;
}


@media(max-width: 1024px) {
	.human-2 .content-human,
	.content-human {
		padding: 0;
	}
}

@media(max-width: 991px) {
	.content-achivement {
		padding: 30px;
	}

	.img-achivement {
		margin-top: 30px;
	}

	.content-achivement h1,
	.content-achivement h2,
	.content-achivement h3,
	.content-achivement h4,
	.content-achivement h5,
	.content-achivement h6 {
		font-size: 22px;
	}

	.content-human {
		margin-bottom: 30px;
	}
}

@media(max-width: 768px) {
	.core-text {
    height: auto;
    padding-bottom: 20px;
}

}

@media(max-width: 450px) {
	.video-ytb iframe {
		height: 350px;
	}
}

/*body trang product*/

/*tìm kiếm sản phẩm*/

.search-pro {
	display: grid;
	grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
	gap: 24px;
}

.search-pro input {
/* 	margin: 0 15px 15px 15px; */
	border: 1px solid #006CB7;
	font-size: 12px;
	padding: 15px;
	border-radius: 5px;
	
}

.search-pro input::placeholder {
	color: #05285B;
}

/*-------------------------------*/

#list-products {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	 gap:24px;
}

#list-products li {
    background-color: #cbe1f0;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    padding: 15px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid;
    border-style: groove;
}

#list-products p {
	margin-bottom: 6px;
}

#list-products b {
	font-weight: 700;
	color: #05285b;
}

.listPage {
	display: none;
	transition: 0.3s;
}

.listPage:nth-child(1), 
.listPage:nth-child(2), 
.listPage:nth-child(3), 
.listPage:nth-child(4),
.listPage:nth-child(5), 
.listPage:nth-child(6), 
.listPage:nth-child(7), 
.listPage:nth-child(8),
.listPage:nth-child(9) {
	display: block;
}

.listPage:hover {
	transform: scale(0.9);
}

.more {
	text-align: center;
    margin-top: 50px;
}

.load-more {
	border: 1px solid #05285b;
    color: #05285b;
    background: white;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 5px;
    transition: 0.3s;
}

.load-more:hover {
	background: #05285b;
	color: white;
}

@media(max-width: 450px) {
	#list-products,
	.search-pro {
		grid-template-columns: 100%;
	}
}

/*body trang Stakeholders*/

.stakeholders {
    background-color: white;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    margin: 0 15px 30px 15px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.stakeholders h3 {
	color: #006CB7;
	font-size: 18px;
	font-weight: 600;
}

.stakeholders i {
	font-size: 16px;
    margin-right: 8px;
}

.stakeholders p {
	color: #05285b;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0;
}

.stakeholders img {
	width: 100%;
	height: auto;
}

/*phân trang*/

.paginationRes {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.paginationRes li {
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0 8px;
    color: #05285B;
    background-color: #CBCBCB;
    cursor: pointer;
}

.paginationRes .activePag {
	background-color: #006CB7;
    color: white;
}

/*body trang contact*/

.list-contact {
	list-style: none;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 15px;
    font-size: 16px;
}

.list-contact i {
	width: 20px;
	color: #05285b;
    font-weight: 500;
}

.map-contact {
	margin-top: 20px;
	margin-bottom: 20px;
}

.map-contact iframe {
	width: 100%;
	height: 430px;
}

.form-contact label {
    width: 100%;
    color: #004c84;
    font-size: 15px;
    font-style: italic;
}

.input-contact,
.textarea-contact {
	width: 65%;
    border: 1px solid #05285b;
    background: #f2f2f2;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.submit-contact {
    padding: 5px 20px;
    border: none;
    background: #006cb7;
    color: #fff;
	margin-top: 20px;
}

.bg-contact {
	padding-left: 40px;
}

.content-information {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.content-information h1,
.content-information h2,
.content-information h3,
.content-information h4,
.content-information h5,
.content-information h6 {
	font-size: 16px;
    font-weight: 600;
    color: #05285B;
    margin: 10px 0
}

.content-information ul,
.content-information ol {
	padding-left: 30px;
}

@media(max-width: 991px) {
	.bg-contact {
		padding-left: 0;
		margin-top: 40px;
	}
	
	.form-contact {
		margin-top: 20px;
	}
}

@media(max-width: 740px) {
	.input-contact, 
	.textarea-contact {
		width: 100%;
	}
}

@media(max-width: 450px) {
	.map-contact iframe {
		height: 320px;
	}
}

.bg-404 {
	text-align: center;
}

@media(max-width: 991px) {
	.bg-404 img {
		width: 100%;
		height: auto;
	}
}

