* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.ttf');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.ttf');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
}

body {
	color: #000;
	font-size: 16px;
	font-family: 'Roboto';
	overflow-x: hidden;
}

body.hidden-overflow {
	overflow: hidden;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}


th {
	font-weight: normal;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item:hover .nav-link,
.nav-tabs .nav-item .nav-link {
	border: none;
	color: #000;
}

button {
	border: none;
	cursor: pointer;
	color: #000;
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	outline: none;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea {
	border: none;
	outline: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #438A3C;
}

::-webkit-scrollbar-track {
	background: #E1EAF9;
}

video {
	width: 100%;
	height: 100%;
}

.video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 30px;
	height: 30px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.map,
iframe {
	height: 100%;
	width: 100%;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.green-bg {
	background: #438A3C;
}

.green-bg input[type=text] {
	color: #fff;
}

.nav-tabs {
	border-bottom: none;
}

.m-banner-img,
.m-icon-img {
	display: none;
}

figure.image {
	text-align: center;
}

figcaption {
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
}

/*Header*/
header {
	z-index: 998;
}

header .menu-btn {
	display: none;
	width: 35px;
}

header .menu-btn span {
	display: block;
	height: 4px;
	background: #939393;
}

header .menu-btn span:not(:last-child) {
	margin-bottom: 5px;
}

header .header-top {
	background: #0F2032;
	height: 45px;
	display: flex;
	align-items: center;
	position: relative;
}

header .header-top .row .col:nth-child(2){
	display: none;
}

.header .header-top .nav:first-child {
	margin-right: 50px;
}

.header .header-top .nav .nav-item {
	padding: 0 15px;
}

.header .header-top .nav .nav-item:first-child {
	padding-left: 0;
}

.header .header-top .nav .nav-item:last-child {
	padding-right: 0;
}

.header .header-top .nav .nav-item a {
	color: #fff;
	font-size: 15px;
}

.lang img {
	width: 32px;
}

header .header-top .search-input {
	background: #fff;
	padding: 10px;
	box-shadow: 0 5px 14px -6px rgb(0 0 0 / 7%);
	border: 1px solid #ced4da;
	position: absolute;
	top: 100%;
	transform: translateY(-200%);
	z-index: 999;
	opacity: 0;
	transition: all .3s ease-in-out;
}

header .header-top .search-input.open {
	transform: translateY(0);
	opacity: 1;
}

header .header-bottom {
	background: #E1EAF9;
	height: 90px;
	display: flex;
	align-items: end;
}

header .header-bottom .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header .header-bottom.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
	height: auto;
	padding-top: 10px;
}


.menu-logo img {
	width: 120px;
	padding-bottom: 15px;
}

header .header-bottom.fixed .menu-logo img {
	width: 100px;
}

header .header-bottom .contact {
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat-Bold';
}

header .header-bottom .contact i {
	font-size: 28px;
	color: #A1A1A1;
	margin-right: 5px;
}

header .header-bottom .contact span {
	display: block;
}

header .header-bottom .contact .number {
	color: #DE3B32;
}

header .header-bottom .contact .text {
	font-size: 10px;
}

header .header-bottom ul {
	display: flex;
	align-items: center;
}

header .header-bottom ul.sub-dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 300px;
	background: #fff;
}

header .header-bottom .nav .nav-item .dropdown li:hover ul.sub-dropdown {
	display: block;
}

header .header-bottom .nav {
	position: relative;
}

header .header-bottom .nav .nav-item {
	position: relative;
	text-align: center;
	border-bottom: 7px solid #FEB717;
	transition: all .3s ease-in-out;
}

header .header-bottom .nav .nav-item:hover {
	background: #FEB717;
}

header .header-bottom .nav .nav-item:nth-child(2) {
	border-bottom: 7px solid #F57915;
}

header .header-bottom .nav .nav-item:nth-child(3) {
	border-bottom: 7px solid #2B5FC8;
}

header .header-bottom .nav .nav-item:nth-child(4) {
	border-bottom: 7px solid #DE3B32;
}


header .header-bottom .nav .nav-item:hover:nth-child(2) {
	background: #F57915;
}

header .header-bottom.nav .nav-item:hover:nth-child(3) {
	background: #2B5FC8;
}

header .header-bottom .nav .nav-item:hover:nth-child(4) {
	background: #DE3B32;
}

header .header-bottom .nav .nav-item .dropdown {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: left;
	background: #fff;
	top: 100%;
	display: none;
	font-size: 14px;
}

header .header-bottom .nav .nav-item:hover .dropdown {
	display: block;
}

header .header-bottom .nav .nav-item .dropdown li {
	padding: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-bottom .nav .nav-item .dropdown li a {
	font-weight: 600;
	transition: all .3s ease-in-out;
}

header .header-bottom .nav .nav-item .dropdown li a:hover {
	color: #0372FF;
}

header .header-bottom .nav .nav-item .dropdown .sub-dropdown li {
	padding: 10px 20px 0 10px;
}

header .header-bottom .nav .nav-item .sub-dropdown li a {
	font-weight: 400;
}

header .header-bottom .nav .nav-link {
	color: #000;
	padding: 20px 20px 0 20px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	font-size: 17px;
}

header .header-bottom .nav .nav-item:hover .nav-link {
	color: #fff;
}

/* Mobile menu */
.mb-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	overflow: auto;
	transform: translateX(-100%);
	transition: all .3s ease-in-out;
}

.mb-menu.open {
	transform: translateX(0);
}

.mb-menu .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
}

.mb-menu .close {
	color: #9E9E9E;
	font-size: 20px;
}

.mb-menu .nav {
	display: block;
}

.mb-menu .nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	text-transform: uppercase;
	background: #FEB717;
	color: #fff;
}

.mb-menu .nav-item:nth-child(2) .nav-link {
	background: #F57915;
}

.mb-menu .nav-item:nth-child(3) .nav-link {
	background: #2B5FC8;
}

.mb-menu .nav-item:nth-child(4) .nav-link {
	background: #C71D13;
}

.mb-menu .dropdown {
	padding: 15px 30px;
	display: none;
}

.mb-menu i {
	transition: all .3s ease-in-out;
}

.mb-menu i.rotate {
	transform: rotate(-90deg);
}

.mb-menu .dropdown li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: rgb(88, 89, 91);
}

.mb-menu .dropdown a span {
	display: flex;
	align-items: center;
}

.mb-menu .dropdown .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #A1A1A1;
	margin-right: 15px;
}

.mb-menu .dropdown .circle img {
	width: 20px;
}

.mb-menu .sub-dropdown {
	margin-left: 45px;
	display: none;
}

.mb-menu .dropdown .sub-dropdown li a {
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}

.mb-menu .list {
	padding: 15px 30px;
	text-align: right;
	background: #D9D9D9;
}

.mb-menu .list li {
	padding-bottom: 15px;
}

.mb-menu .list li a {
	text-transform: capitalize;
	color: #555555;
}

.mb-menu .bottom {
	padding: 15px 30px;
	background: #A1A1A1;
	color: #fff;
}

.mb-menu .bottom a {
	color: #fff;
	text-transform: capitalize;
}

.mb-menu .bottom .item {
	display: flex;
	align-items: center;
	justify-content: end;
	padding-bottom: 15px;
}

.mb-menu .bottom .item i,
.mb-menu .bottom .item img {
	margin-left: 8px;
}

/*Banner*/
.banner {
	position: relative;
	/* height: 615px; */
}

.banner .owl-dots{
	height: unset !important;
}

.main-title {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 35px;
	z-index: 2;
	color: #000;
	background: #fff;
	padding: 25px 70px;
	text-align: center;
	opacity: .9;
}

.main-title h2 {
	font-size: 38px;
}

.banner .main-title {
	text-align: left;
}

.banner img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: contain; */
}

/* #banner,
#banner>div,
.banner .item>div {
	height: 100%;
} */



/* Side menu */
.side-menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 90px;
	/* bottom: 0; */
	left: 0;
	z-index: 1;
	width: 35px;
}

.side-menu .social {
	height: calc(615px + 27px);
	background: #B3D9FF;
	display: flex;
	padding: 20px 0;
	align-items: end;
	justify-content: center;
}

.side-menu .social li {
	padding: 10px 0;
}

.side-menu .social a {
	font-size: 18px;
}

.side-menu .social i {
	color: #003366;
}

.side-menu .text {
	height: 330px;
	background: #183665;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.side-menu .text span {
	transform: rotate(-90deg);
	display: block;
	white-space: nowrap;
}

/* Main content */
.content {
	position: relative;
}

.section {
	padding: 40px 0;
	position: relative;
}

.blog-banner .main-title {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.blog-categories {
	margin-top: -105px;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

.blog-categories li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.blog-categories li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 20px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.blog-categories.green-categories li span {
	background: #438A3C;
}

.blog-categories li a {
	color: #000;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.white-text .blog-categories li a {
	color: #fff;
}

.blog-categories.green-categories li a {
	color: #000;
}

.blog-categories li .icon {
	width: 130px;
	height: 130px;
}

.blog-categories li .icon svg path {
	fill: #438A3C;
}

.blog-categories.green-categories li .icon svg path {
	fill: #fff;
}

.blog-categories li a:hover span {
	background: #438A3C;
}

.blog-categories li a:hover .icon svg path {
	fill: #fff;
}

.blog-categories.green-categories li a:hover span {
	background: #fff;
}

.blog-categories.green-categories li a:hover .icon svg path {
	fill: #438A3C;
}

.blog-search {
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-bottom: 115px;
}

.blog-search input {
	height: 60px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 25px;
}

.blog-search input:focus {
	background: transparent;
	border-color: #fff;
}

.blog-search input::placeholder {
	color: #fff;
	font-size: 20px;
}

.blog-search i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.content .heading {
	margin-bottom: 20px;
}

.content .side-item .heading {
	margin-bottom: 10px;
}

.content .nav-tabs .nav-item {
	width: 100%;
	position: relative;
}

.content .nav-tabs .nav-item .nav-link {
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	width: auto;
	border-bottom: 6px solid #000;
	white-space: nowrap;
	background: transparent;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.content .white-text .nav-tabs .nav-item .nav-link {
	color: #fff;
}

.content .side-item .nav-tabs .nav-item .nav-link {
	font-size: 16px;
	border-bottom: none;
}

.content .nav-tabs .nav-item::after {
	content: '';
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}

.content .white-text .nav-tabs .nav-item::after {
	border-color: #fff;
}

.blog .blog-wrapper {
	padding-top: 15px;
	height: 240px;
}

.side-item .blog-wrapper {
	height: 200px;
}

.blog .blog-wrapper .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
	color: #939393;
}

.white-text .blog .blog-wrapper .title {
	color: #fff;
}

.white-text .blog .blog-wrapper .meta .date {
	color: #fff;
}

.blog .blog-wrapper .meta {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

.blog .blog-wrapper .meta .date {
	color: #5555;
	font-size: 12px;
}

.white-text .blog .blog-wrapper .meta,
.white-text .blog .blog-wrapper .meta .category {
	color: #fff;
}

.blog .blog-wrapper .meta .category {
	text-transform: uppercase;
	color: #438A3C;
	font-weight: 700;
}

.blog .blog-wrapper .des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 70px;
	color: #939393;
}

.white-text .blog .blog-wrapper .des {
	color: #fff;
}

.blog-thumb,
.item-thumb {
	height: 180px;
	position: relative;
	text-align: center;
}

.relate-blog .blog-thumb {
	height: auto;
}

.blog-thumb img,
.item-thumb img {
	height: 100%;
	width: 100%;
}

.blog-thumb a,
.item-thumb a {
	height: 100%;
}

.white-text .blog .blog-wrapper .des {
	color: #fff;
}

.side-item .item .title {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 700;
}


.side-item .blog-wrapper .meta {
	justify-content: end;
}

.white-text .side-item .item .title {
	color: #fff;
}

.pagination {
	justify-content: center;
	margin-bottom: 50px;
}

.pagination li a {
	display: block;
	padding: 5px 13px;
	border: 1px solid #A1A1A1;
	color: #939393;
	font-weight: 300;
	transition: all .3s ease-in-out;
	background: #fff;
}

.pagination li a:hover,
.pagination li a.active {
	color: #fff;
	background: #438A3C;
}

/* Footer */
footer {
/* 	padding: 15px 0 5px 0; */
	background: #6C757D;
}

footer .wrapper {
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

footer .footer-bottom {
	text-align: center;
	padding-top: 15px;
}

footer .logo {
	width: 190px;
	margin-bottom: 15px;
}

.login,
footer ul {
	display: flex;
}

.login li:first-child::after {
	content: '/';
}

footer .login li:first-child a {
	margin-right: 3px;
}

footer .login li:last-child a {
	margin-left: 3px;
}

footer a {
	color: #fff;
	width: fit-content;
}

footer img {
	width: 150px;
}

footer h5 {
	margin-bottom: 15px;
}

/* Back to top */
.back-to-top {
	position: fixed;
	bottom: 10%;
	right: 5px;
	width: 35px;
	height: 35px;
	z-index: 999;
	border: 3px solid #438A3C;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #438A3C;
	display: none;
}

.back-to-top.show {
	display: flex;
}

.green-bg.fix-height {
	height: 670px;
}

/* .blog .blog-wrapper{
	height: 230px;
}

.side-item .blog .blog-wrapper{
	height: 190px;
}  */

.blog-detail .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-detail .heading ul li {
	display: inline-block;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.blog-detail .heading ul.list li a.active {
	font-weight: 700;
}

.blog-detail .heading ul.list li:first-child::after {
	content: '>';
	padding-left: 5px;
}

.blog-detail .heading ul.time {
	color: #A1A1A1;
}

.blog-detail .heading ul.time li:first-child::after {
	content: '|';
	padding-left: 5px;
}

.blog-detail .main h3.title {
	margin-bottom: 25px;
	font-size: 48px;
	font-weight: 700;
}

.blog-detail .main .sub-title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.blog-detail .main p {
	margin-bottom: 20px;
}

.blog-detail .main img {
	margin-bottom: 20px;
}

a.link {
	color: #2B5FC8;
	font-weight: 700;
}

a.link:not(.no-underline) {
	text-decoration: underline;
}

a.hotline {
	color: #DE3B32;
	font-weight: 700;
}

blockquote {
	padding: 15px 15px 0 15px;
	border: 1px solid #000;
}

.section.faq {
	background: #FEB717;
	color: #fff;
}

.faq-banner .main-title,
.about-banner .main-title {
	text-align: right;
	width: 50%;
	top: auto;
}

.faq-item {
	padding-bottom: 20px;
}

.faq-item .icon span {
	display: block;
	background: #000;
	width: 20px;
	height: 2px;
	transition: all .3s ease-in-out;
	transform: rotate3d(0, 0, 1, 90deg);
}

.faq-item a.open .icon span {
	transform: rotate3d(0, 0, 0, 90deg) translateY(0);
}

.faq-item .icon span:nth-child(2) {
	transform: rotate3d(0, 0, 0, 90deg) translateY(-2px);
}

.faq-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #EEEEEE;
	padding: 15px 20px;
	color: #000;
	font-weight: 700;
}

.faq-item .faq-dropdown {
	padding: 40px;
	background: #EBA812;
	display: none;
}

.faq-item .faq-dropdown p {
	margin-bottom: 10px;
}

.album .blog-thumb {
	height: auto;
}

.album .blog .blog-wrapper .title {
	height: auto;
}

.album .white-text .blog .blog-wrapper .meta .date {
	color: #fff;
}

.album .blog .blog-wrapper .sub-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.blue-bg {
	background: #2B5FC8;
	color: #fff
}

.content .sub-title {
	font-size: 26px;
	margin-bottom: 20px;
}

.content p {
	margin-bottom: 15px;
}

.about-us .item {
	padding-bottom: 40px;
}

/* .about-us{
	font-family: 'Roboto-Light';
} */

.about-us .main-title {
	top: -50px;
	transform: translateY(0);
}

.about-us .blue-bg a.link {
	color: #fff;
}

.button {
	display: inline-block;
	padding: 10px 65px;
	background: #fff;
	color: #2B5FC8;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Roboto';
}

.button.gray-btn {
	background: rgba(161, 161, 161, 1);
	color: #fff;
}

.about-us .blue-bg ul li:first-child .button {
	margin-right: 20px;
}

.about-us .item ul li {
	display: inline-block;
}

.about-us .video .blog-thumb {
	height: 100%;
	width: 100%;
}

.content .timeline li {
	padding-bottom: 20px;
	position: relative;
}

.content .timeline li p {
	margin-bottom: 0;
}

.content .timeline li span {
	display: block;
}

.content .timeline li::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #C4C4C4;
	left: -30px;
	top: 3px;
}

.content .timeline li:not(:last-child)::after {
	content: none;
	position: absolute;
	height: 150px;
	width: 1px;
	background: #C4C4C4;
	left: -22px;
	top: 5px;
}

.gray-bg {
	background: #EEEEEE;
}

.about-us .section.history {
	padding-top: 140px;
}

.about-us .history .main-title {
	top: 0;
	left: 0;
	bottom: auto;
	text-align: left;
	padding-left: 190px;
}

.about-us .blue-bg .main-title {
	text-align: left;
	padding-left: 190px;
}

.about-us .council .item {
	text-align: center;
}

.about-us .council .avatar img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 20px;
}

.about-us .council h5.name {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto';
	margin-bottom: 15px;
}

.about-us .council p.position {
	color: #475A81;
	margin-bottom: 0;
}

.mb-150 {
	margin-bottom: 150px;
}

.about-us .contact h3.title {
	font-weight: 700;
	margin-bottom: 40px;
	font-family: 'Roboto';
}

.about-us .contact h3.title {
	font-size: 38px;
}

.about-us .council .items:first-child .sub-title{
	display: none;
}

.about-us .council .sub-title {
	background: #fff;
	margin: 0 auto;
	margin-bottom: 40px;
	opacity: .9;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 30px;
}

.about-us .council .sub-title h2 {
	font-size: 38px;
}

.dark-bg {
	background: #CCCCCC;
}

.about-us .council .main-title,
.about-us .award .main-title,
.about-us .contact .main-title,
.about-us .rank .main-title {
	bottom: auto;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.about-us .rank .main-title {
	left: auto;
	right: 0;
	transform: translateX(0);
}

.about-us .contact p {
	margin-bottom: 0;
}

.about-us .contact .button {
	margin-left: 0;
	padding: 15px 100px;
}

/* .about-us .rank img{
	box-shadow: 37px 32px 25px 0px rgba(0, 0, 0, 0.2);
} */

.awards-slide.owl-carousel .owl-item img {
	width: 200px;
	height: 290px;
	margin: 0 auto;
	object-fit: contain;
}

figcaption {
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	font-family: 'Roboto';
}

.white-bar {
	position: absolute;
	width: 45px;
	height: 300px;
	background: #fff;
	bottom: 0;
	right: 0;
}

.green-bar {
	position: absolute;
	width: 45px;
	right: 0;
	top: 0;
	bottom: 0;
	background: #438A3C;
}

.blog-wrapper ul li {
	display: inline-block;
	padding-right: 10px;
	position: relative;
}

.blog-wrapper ul li:not(:last-child)::after {
	content: '|';
	color: #fff;
	position: absolute;
	right: 3px;
	top: -3px;
}

.blog .blog-wrapper ul li .title {
	height: auto;
	margin-bottom: 0;
}

.footer-info {
	display: block;
}

.footer-info li:nth-child(2) span:first-child {
	margin-right: 10px;
}

.ck-content ul, .ck-content ol {
	padding: revert;
	list-style: initial;
}
/*.ck-content ul li, .ck-content ol li {
	list-style: initial;
}*/

@media only screen and (min-width: 576px) {
	.container {
		max-width: 630px;
	}
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: 960px;
	}

	.section.faq,
	.about-us .section {
		padding: 80px 0;
	}

	.faq-item a {
		width: 60%;
	}

	.faq-banner .main-title,
	.about-banner .main-title {
		top: auto;
		transform: translateX(0);
		bottom: -40px;
	}

	.about-banner .main-title,
	.about-us .main-title {
		width: 400px;
	}

	.main-title {
		padding: 20px 30px;
	}
}

@media only screen and (min-width: 992px) {

	.content .side-item.video .nav-tabs .nav-item .nav-link,
	.content .side-item.album .nav-tabs .nav-item .nav-link {
		color: #939393;
	}

	.content .video .nav-tabs .nav-item::after,
	.content .album .nav-tabs .nav-item::after {
		border-color: #939393;
	}

	.video .blog .blog-wrapper .meta .date,
	.album .blog .blog-wrapper .meta .date {
		color: #555;
	}

	.video .blog .blog-wrapper .des,
	.album .blog .blog-wrapper .des {
		color: #939393;
	}



	.side-item .blog .blog-wrapper .meta {
		border-color: #5555;
	}

	.about-banner .main-title {
		padding: 25px 100px;
	}

	.about-banner .main-title,
	.about-us .main-title {
		width: 700px;
	}

	.about-us .council .sub-title {
		width: 700px;
	}

	.about-us .council .items {
		margin-bottom: 80px;
	}

	.awards-slide {
		margin-bottom: 80px;
	}

	.history .section {
		padding-top: 160px;
	}

	.mb-display {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1184px;
	}
}

@media only screen and (min-width: 1320px) {
	.container {
		max-width: 1271px;
	}
}

@media only screen and (min-width: 1480px) {
	.container {
		max-width: 1430px;
	}
}

@media only screen and (min-width: 1700px) {
	body {
		font-size: 18px;
	}

	.content .sub-title {
		font-size: 32px;
	}

	figcaption {
		font-size: 15px;
	}

	.blog .blog-wrapper .des {
		height: 85px;
	}

	.about-us .contact h3.title {
		font-size: 48px;
	}

	.blog-categories {
		margin-top: -140px;
	}

	/* .section{
		padding: 80px 0;
	} */

	.content .nav-tabs .nav-item .nav-link {
		padding: 0 0 15px 0;
	}

	.content .side-item.album .nav-tabs .nav-item .nav-link,
	.content .side-item.video .nav-tabs .nav-item .nav-link {
		padding: 0 0 5px 0;
	}

	.content .heading {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.content .side-item.album .heading,
	.content .side-item.video .heading {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.blog-thumb,
	.item-thumb {
		height: 210px;
	}

	.relate-blog .blog-thumb {
		height: auto;
	}


	.menu-logo img {
		width: 155px;
	}

	header .header-bottom .contact i {
		font-size: 36px;
	}

	header .header-bottom .contact .number {
		font-size: 20px;
	}

	/* 	.main-title h2{
		font-size: 48px;
	} */

	.side-item .blog .blog-wrapper {
		height: 195px;
	}

	.green-bg.fix-height {
		height: 700px;
	}

	.blog-categories li .icon {
		height: 150px;
		width: 150px;
	}

	.blog-search {
		margin-bottom: 95px;
	}

	.blog .blog-wrapper {
		height: 240px;
	}

	.content .side-item .nav-tabs .nav-item .nav-link {
		font-size: 18px;
	}

	.about-banner .main-title,
	.about-us .main-title {
		width: 750px;
	}

	.about-us .council .sub-title {
		width: 750px;
	}

	.about-banner .main-title {
		padding: 25px 190px;
	}

	.about-us .council .items {
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 1480px) {
	.blog-categories li .icon {
		width: 115px;
		height: 115px;
	}
}

@media only screen and (max-width: 1440px) {
	.blog-categories li .icon {
		width: 100px;
		height: 100px;
	}

	.blog-categories li {
		margin-right: 10px;
	}

	.blog-search {
		margin-bottom: 95px;
	}

	.blog-categories {
		margin-top: -100px;
	}

	.green-bg.fix-height {
		height: 640px;
	}

	.blog-thumb,
	.item-thumb {
		height: 160px;
	}

	.green-bg.fix-height {
		height: 620px;
	}

	.about-us .blue-bg .main-title {
		padding-left: 90px;
	}

	.about-us .history .main-title {
		padding-left: 90px;
	}
}

@media only screen and (max-width: 1200px) {
	body {
		font-size: 14px;
	}

	header .header-top {
		display: none;
	}

	header .header-bottom .nav {
		display: none;
	}

	header .header-bottom .menu-btn {
		display: block;
		margin-left: 20px;
	}

	.about-us .council h5.name {
		font-size: 18px;
	}

	.side-menu {
		display: none;
	}

	header .header-bottom .contact {
		padding-bottom: 0;
	}

	header .header-bottom .contact i {
		font-size: 22px;
	}

	header .header-bottom {
		height: auto;
		padding: 10px 0;
		background: #fff;
	}

	.menu-logo img {
		padding-bottom: 0;
		width: 100px;
	}

	header .header-bottom .contact .text {
		font-size: 6px;
	}

	header .header-bottom .wrapper {
		align-items: center;
	}

	.main-title {
		left: 0;
	}

	.white-bar {
		display: none;
	}

	.green-bar {
		display: none;
	}

	.about-us .contact h3.title {
		font-size: 28px;
	}

	.blog .blog-wrapper .des {
		height: 60px;
	}

}

@media only screen and (max-width: 992px) {
	.pc-display {
		display: none;
	}

	.green-bg.fix-height {
		height: auto;
	}

	.blog-thumb,
	.item-thumb {
		height: auto;
	}

	.blog-categories li {
		padding-right: 15px;
	}

	.blog-categories {
		margin-top: auto;
		margin-bottom: 10px;
		width: max-content;
	}

	.blog-search {
		margin-bottom: 40px;
	}

	.blog .blog-wrapper {
		height: auto;
	}

	.side-item .blog .blog-wrapper {
		height: auto;
	}

	.main-title h2 {
		font-size: 28px;
	}

	/* footer .wrapper {
		display: block;
		padding: 25px 0;
		text-align: right;
		font-size: 12px;
	} */

	footer .footer-bottom {
		font-size: 12px;
		padding-top: 0;
	}

	footer .wrapper ul,
	footer .wrapper p,
	footer .wrapper a,
	footer .footer-info li {
		margin-bottom: 15px;
	}

	footer img {
		width: 130px;
	}

	footer .logo {
		width: 150px;
	}

	footer ul {
		justify-content: space-between;
	}

	footer .wrapper .login {
		justify-content: unset;
	}

	.blog-detail .main h3.title {
		font-size: 36px;
	}

	.blog-detail .main .sub-title {
		font-size: 16px;
	}

	.content .timeline li:not(:last-child):after {
		left: -10px;
	}

	.content .timeline li {
		margin-left: 30px;
	}

	.content .timeline li::before {
		left: -20px;
		width: 12px;
		height: 12px;
		top: 4px;
	}

	.about-us .section.history {
		padding-top: 120px;
	}

	.about-us .contact h3.title {
		font-size: 24px;
	}

	.about-us .main-title {
		position: static;
		width: 100%;
	}

	.about-us .council .sub-title {
		width: 100%;
	}

	.about-us .blue-bg .main-title {
		padding-left: 0;
		text-align: center;
	}

	.about-us .council .main-title,
	.about-us .award .main-title,
	.about-us .contact .main-title,
	.about-us .rank .main-title {
		transform: none;
	}

	.about-us .history .main-title {
		padding-left: 0;
		text-align: center;
	}

	.about-us .council .sub-title h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {

	.m-banner-img,
	.m-icon-img {
		display: block;
	}

	.about-us .contact .button {
		padding: 15px 50px;
	}

	.banner-img,
	.icon-img {
		display: none;
	}

	.main-title {
		padding: 10px 25px;
		/* transform: translateX(0); */
		top: auto;
		bottom: 0;
	}

	.mb-menu .dropdown {
		padding: 15px;
	}

	.blog-banner .main-title strong {
		display: block;
	}

	.menu-logo img {
		width: 80px;
	}

	header .header-bottom.fixed .menu-logo img {
		width: 80px;
	}

	.blog-detail .main h3.title {
		font-size: 28px;
	}

	.about-us .button {
		margin-left: 0;
		margin-bottom: 15px;
		padding: 15px;
		font-size: 14px;
	}

	.main-title h2 {
		font-size: 24px;
	}

	.about-us .council .sub-title h2 {
		font-size: 24px;
	}

	.about-us .council .sub-title {
		padding: 10px 25px;
	}

	.content .sub-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.about-us .council h5.name {
		font-size: 16px;
	}

	.mb-menu .nav-link {
		padding: 15px;
	}

	.mb-menu .top {
		padding: 15px;
	}

	.about-us .section.history {
		padding-top: 40px;
	}

	.content .timeline li::before {
		left: -10px;
		width: 8px;
		height: 8px;
		top: 5px;
	}

	.content .timeline li:not(:last-child):after {
		left: -6px;
		height: 200px;
	}

	.content .nav-tabs .nav-item .nav-link {
		font-size: 22px;
	}

	.section {
		padding-bottom: 0;
	}

	.about-us .contact h3.title {
		font-size: 18px;
	}

	.content .timeline li {
		margin-left: 0;
	}

	/* .banner {
		height: 300px;
	} */
}

@media only screen and (max-width: 576px) {
	.blog-detail .main h3.title {
		font-size: 22px;
	}

	.faq-item a {
		padding: 15px;
	}

	.faq-item .faq-dropdown {
		padding: 15px;
	}

	.about-banner .main-title {
		width: 300px;
	}

	.main-title {
		padding: 10px;
	}

	.about-us .council .sub-title {
		padding: 10px;
	}

	.about-us .council .avatar img {
		width: 150px;
		height: 150px;
	}

	.about-us .contact h3.title {
		margin-bottom: 30px;
	}

	/* 	.content .sub-title{
		font-size: 22px;
	} */

	.content .timeline li::before {
		left: -15px;
	}

	.content .timeline li {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 360px) {
	.footer-info li:nth-child(2) span:first-child {
		margin-right: 0;
		display: block;
		margin-bottom: 15px;
	}
}
