:root {
	--primary: #217373;
}

a:hover {
	color: #217373;
	text-decoration: none !important;
}

#header .header-top.header-top-default {
    background: #F6F0EB;
}

#header .header-body {
	border-top: 0;
	background: #FFF;
}

#header .header-social-icons {
    margin-left: 0;
}

#header.header-effect-shrink .header-logo {
    display: flex;
    align-items: center;
    width: fit-content !important;
}

.header-nav-top .nav-item .nav-link:hover {
    color: #009A5A !important;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #201d1d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	color: #201d1d;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

p {
	font-family: "Open Sans", sans-serif;
	color: #201d1d;
	font-size: 16px;
	line-height: 160%;
}

li {
	font-size: 16px;
}

h1 {
	font-weight: 900;
}

img {
	width: 100%;
}

.py-70 {
	padding: 70px 0;
}

.color-primary {
	color: #217373;
}

.section-bg {
	background: #faf5e9;
}

.section-piam {
	background: #fbebce;
	padding: 70px 0;
}

.section-dark {
	background: linear-gradient(135deg, #2F2F2F, #217373);
}

.logo-text {
    border-left: 2px solid #095e30;
    color: #095e30;
    display: grid;
}

.logo-text p {
    color: #095e30;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.logo-text span {
    font-size: 16px;
    line-height: 1.5;
}

.hero-banner h1 {
	font-weight: 900;
	text-transform: uppercase;
}

.dropdown-menu {
	background: linear-gradient(135deg, #2F2F2F, #217373);
	overflow: hidden;
}

.social-icons li a:hover {
    text-decoration: none;
	background: transparent;
}

.social-icons li a:hover .icon, .social-icons li a:hover .fab {
    color: #009A5A !important;
    text-decoration: none;
}

 .box-curve {
	 background-color: #fff;
	 border-radius: 10px;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-height: 200px;
}

.box-curve:hover {
	background: linear-gradient(135deg, #2F2F2F, #217373);
}

.box-curve:hover .counter {
	color: #fff;
}

 .curved-button {
            background-color: #3498db; /* Button background color */
            color: white; /* Text color */
            padding: 8px 18px; /* Padding inside the button */
            font-size: 13px; /* Text size */
            font-family: Arial, sans-serif; /* Font style */
            border: none; /* Removes default border */
            border-radius: 10px; /* Makes the button curved */
            cursor: pointer; /* Changes cursor to pointer */
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); /* Adds shadow */
            transition: 0.3s ease-in-out; /* Smooth hover effect */
        }

        .curved-button:hover {
            background-color: #2980b9; /* Darker shade on hover */
        }

.dropdown-mega-sub-title::after {
    content: '';
    display: block;
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #201d1d;
		font-weight: 700;
    }
	
	#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #009A5A;
    }
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #009A5A;
    }
	
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #fff;
		font-size: 16px;
		text-transform: uppercase;
        font-weight: 800;
    }
	
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        color: #fff;
    }
	
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:focus > a {
        background: #009A5A;
		width: fit-content;
    }
	
	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 20px 30px 30px 30px;
    }
	
	.mhit-box {
		min-height: 400px !important;
	}
}

@media (max-width: 991px) {
    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 110%;
        background: linear-gradient(135deg, #2F2F2F, #217373);
        z-index: -1;
        transform: translateX(-50%);
    }
	
	#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
		margin-left: 10px;
	}
	
	#header .header-nav-main nav > ul li {
		border-bottom: 0;
	}
	
	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 10px 0 0 0;
        padding: 0;
        list-style: none;
    }
	
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #fff !important;
    }
	
	 #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
        color: #fff;
		 text-transform: uppercase;
        font-weight: 700;
    }
	
	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        color: #fff;
		background: rgba(255,255,255,0.1);
    }
	
	#header .header-logo img {
        z-index: 1;
        width: 100px !important;
		height: 41px !important;
    }
	
	h1 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 19px;
		line-height: 30px;
	}
	
	.logo-text p {
		font-size: 10px;
	}

	.logo-text span {
    	font-size: 10px;
    	line-height: 1.5;
	}
	
	.hero-banner h1 {
		font-size: 20px;
		text-transform: capitalize;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 20px;
	}
	
	.section-piam {
		padding: 50px 0;
	}
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 13px;
    font-weight: 600;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
    background: rgba(0, 0, 0, 0.6);
}

.menu-video img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-video-btn {
    background: #f6f0eb;
    padding: 15px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-mega-box-title {
	width: 75%;
	display: grid;
}

span.menu-news-date {
    font-weight: 400 !important;
    font-size: 12px;
}

.menu-video-btn span {
    font-weight: 800;
    color: #201d1d;
}

.menu-video-btn .menu-video-icon {
    background: #009A5A;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.menu-video-icon i {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.btn-primary {
    --hover: #009A5A;
    background-color: #009a5A;
    border-color: #009A5A;
    color: #fff;
}

.btn-with-arrow-solid.btn-primary span {
    background-color: transparent;
}

.menu-border-right {
	border-right: 2px solid #009A5A;
}

.banner-border-left {
    border-left: 3px solid #009A5A;
    padding-left: 20px;
}

.banner {
	width: 100%;
}

.hero-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.hero-banner .container-xl, .hero-banner .row {
    height: 100%;
}

.announcement-box {
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.announcement-box p {
    color: #201d1d;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.alert {
    margin-bottom: 0;
    background: #fc0;
    border: 0;
	padding: 20px 50px;
}

.alert-dismissible .btn-close {
    top: 9px;
}

@media only screen and (max-width: 991px){
	.alert {
		padding: 20px 50px 20px 20px;
	}
	
	.announcement-box p {
		font-size: 14px;
	}
}

.btn-with-arrow.btn-light span {
    background-color: transparent;
    box-shadow: none;
}

.btn-with-arrow.btn-light.btn-outline:hover span {
    background: transparent !important;
}

.section-title {
	color: #201d1d;
	font-weight: 900;
}

.img-member {
	border-radius: 15px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #306f47;
}

.news-block {
    min-height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.news-content-1 {
	position: absolute;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 80%;
	height: 150px;
}

.news-content-1 h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
}

.news-content-1 p {
	color: #000;
}

.news-btn-box {
	position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px 15px;
}

.news-btn-box-2 {
	position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px 15px;
}

.news-btn {
	color: #fff;
    font-weight: 600;
}

a.news-btn:focus {
	color: #fff !important;
}

.news-btn:hover {
	color: #fff;
	text-decoration: none !important;
}

.news-btn i {
	font-size: 12px;
}

.news-btn-box {
    opacity: 0;
    transform: translateX(20px); /* Start slightly to the right */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.news-block:hover .news-btn-box {
    opacity: 1;
    transform: translateX(0);
}

.news-btn-box a {
    color: #fff;
    text-decoration: none !important;
}

.news-content-2 {
	position: absolute;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 80%;
	height: 120px;
}

.news-content-2 h3 {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
}

.news-content-2 p {
	color: #000;
}

.news-content-3 {
	position: absolute;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 80%;
	height: 160px;
}

.news-content-3 h3 {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
}

.news-content-3 p {
	color: #000;
	line-height: 24px;
    font-size: 14px;
}

.read-news-2 {
	position: absolute;
	bottom: 40px;
}

.read-news-3 {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.read-arrow-btn {
	position: absolute;
    right: 30px;
    top: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.read-arrow {
	font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    transform: rotate(320deg);
}

.read-arrow-btn-2 {
	position: absolute;
    right: 30px;
    top: 30px;
    border: 2px solid #201d1d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.read-arrow-2 {
	font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #201d1d;
    transform: rotate(320deg);
}

@media only screen and (max-width: 991px){
	.news-block {
		min-height: 500px;
	}
	
	.news-btn-box {
		opacity: 1;
		transform: translateX(0);
	}
}

.counters .counter {
    text-align: center;
    padding: 20px;
}

.counters label {
    font-weight: 500;
}

.news-content-4 {
	padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.news-content-4 h1 {
	font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    color: #2a5eb4;
    padding: 20px;
    border: 2px solid #2a5eb4;
}


#footer {
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border-top: 0;
    font-size: 16px;
    margin-top: 0;
	overflow: hidden;
}

#footer .container-xl {
	position: relative;
}

.footer-bg::after {
    content: "";
    background: url(../images/piam-logo-outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: 200px;
    width: 400px;
    height: 400px;
    opacity: 0.05;
    transform: rotate(-15deg);
    pointer-events: none;
}

#footer .footer-copyright {
	background: linear-gradient(135deg, #2F2F2F, #217373);
	z-index: 9;
    position: relative;
}

.tab-icon-box {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
}

.tab-icon-inner {
    border: 1px solid #306f47;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.tab-icon-inner img {
    width: 100%;
}

.swiper-box {
    border: 1px solid #009A5A;
    border-radius: 15px;
    padding: 20px;
    box-shadow: rgba(0, 154, 90, 0.3) 0px 1px 2px 0px, rgba(0, 154, 90, 0.3) 0px 2px 6px 2px
}

.swiper-box.swiper-slide {
    transform: scale(0.8);
}

.swiper-box.swiper-slide.swiper-slide-prev, .swiper-box.swiper-slide.slider-active, .swiper-box.swiper-slide.swiper-slide-next {
    transform: scale(1);
}

.logoSwiper .swiper-wrapper {
	padding: 10px;
}

@media only screen and (max-width: 991px){
	.swiper-box.swiper-slide {
		transform: scale(1);
	}
	
	.logoSwiper .swiper-wrapper {
		padding: 10px 0;
	}
}

.icon-piam-box {
    background: #f9f9f9;
    border-radius: 20px;
	text-align: center;
}

.icon-piam-box p {
    font-weight: 700;
	line-height: 1.3;
    padding: 20px;
    margin-bottom: 0;
	height: 100px;
	text-align: left;
}

.icon-piam-box img {
    width: 100px;
    padding-bottom: 20px;
}

.icon-piam-box-2 {
    background: #fbebce;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
	justify-content: space-between;
}

.icon-piam-box-2 p {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

.icon-piam-box-2 img {
    width: 70px;
    margin-right: 10px;
}

.icon-piam-box-2:hover {
	background: linear-gradient(135deg, #2F2F2F, #217373);
}

.icon-piam-box-2:hover p {
	color: #fff;
}

.icon-piam-box-2:hover i {
    color: #fff;
}

.quick-links-box {
    background: #fff;
    border-radius: 20px;
	overflow: hidden;
	border-bottom: 2px solid #009A5A;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.quick-link-title {
    padding: 30px;
	height: 160px;
}

.quick-link-title h5 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
	margin-bottom: 10px;
    text-transform: none;
}

.quick-link-img {
	padding: 0 20px 20px 40px;
}

.quick-links-box:hover img {
    transform: scale(1.2);
    transition: transform 1s ease-in-out;
}

.piam-bg::after {
    content: "";
    background: url(../images/piam-logo-outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 200px;
    width: 400px;
    height: 400px;
    opacity: 0.05;
    transform: rotate(-15deg);
	pointer-events: none;
}

.piam-content-box {
    background: #fff;
    padding: 50px;
    min-height: 450px;
	box-shadow: 0 14px 16px rgba(0,0,0,.06);
	z-index: 2;
	position: relative;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.piam-content-box::after {
    content: "";
    background: url(../images/piam-logo-outline-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 350px;
    opacity: 0.05;
    transform: rotate(-15deg);
	z-index: -1;
	pointer-events: none;
}

.swiper-button-prev, .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.swiper-button-prev:after {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    font-weight: 600;
}

.swiper-button-next:after {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    font-weight: 600;
}

.page-header {
    background: linear-gradient(135deg, #2F2F2F, #217373);
	overflow: hidden;
}

.page-header-piam::after {
    content: "";
    background: url(../images/piam-logo-outline.png);
    background-size: 100px auto;
    background-repeat: repeat;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 300%;
    opacity: 0.15;
    transform: rotate(-15deg);
    pointer-events: none;
}

.core-value-box {
    text-align: center;
}

.core-value-box img {
    width: 100px;
	padding-bottom: 20px;
}

.light-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 14px 16px rgba(0, 0, 0, .06);
}

.vision-box {
    background: linear-gradient(135deg, #2F2F2F, #217373);
    padding: 50px 80px;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: relative;
	z-index: 1;
}

.vision-box p {
    color: #fff;
    margin-bottom: 10px;
	text-align: justify;
    text-align-last: center;
}

.vision-title {
    display: flex;
    align-items: center;
	padding-bottom: 20px;
	justify-content: center;
}

.vision-title img {
    width: 40px;
	margin-right: 10px;
}

.vision-title h1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.mission-box {
    background: #fff;
    padding: 100px 30px 50px 30px;
    border-radius: 50px;
    margin-top: -100px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 0;
    position: relative;
}

.mission-title {
    display: flex;
    align-items: center;
	padding-bottom: 20px;
	justify-content: center;
}

.mission-title img {
    width: 40px;
	margin-right: 10px;
}

.mission-title h1 {
    margin-bottom: 0;
	background: linear-gradient(135deg, #2F2F2F, #217373);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 0;
    font-weight: 700;
    font-size: 30px;
}

.mission-content {
    padding: 0 50px;
    margin: 30px 0;
}

.mission-content img {
    width: 50px;
    margin-bottom: 20px;
}

.mission-content h4 {
    font-weight: 700;
	display: grid;
}

.mission-br {
	border-right: 1px solid #e8e8e8;
}

@media only screen and (max-width: 991px){
	.mission-content {
		padding: 0;
    	margin: 20px 0;
	}
	
	.mission-content h4 {
		display: block;
	}
	
	.mission-br {
		border-right: 0;
	}
	
	.process-connecting-line .connecting-line {
		display: none;
	}
	
	.vision-box {
		padding: 30px;
	}
	
	.vision-title h1 {
		font-size: 28px;
	}
}

ul.member-list {
	list-style: none;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.member-list li {
	width: calc((100% - 60px) / 4);
}

.member-box img {
	width: 180px;
	padding: 20px 0;
}

.member-box {
	background: #fff;
	border-radius: 10px;
}

.member-toggle.toggle-title {
    background: linear-gradient(135deg, #2F2F2F, #217373) !important;
    color: #fff !important;
    padding: 8px 25px !important;
    border-radius: 35px !important;
	width: fit-content;
    margin: 20px auto !important;
	bottom: 20px;
}

.member-toggle.toggle-title::before {
    content: none;
}

.member-cta {
    list-style: none;
	padding-inline-start: 0;
/*    border-bottom: 1px solid #fff;
    padding-top: 30px;*/
}

.member-cta li {
    width: 100%;
    text-align: left;
	display: flex;
	align-items: baseline;
}

.member-cta li i {
    margin-right: 15px;
    color: #009a5a;
}

.member-info {
    text-align: left;
    padding: 40px;
	background: #fbebce;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.member-info h5 {
    font-weight: 900;
}

.member-info p {
    font-size: 14px;
    line-height: 20px;
}

.bod-block {
    min-height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.bod-content-1 {
	position: absolute;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 90%;
	height: 110px;
}

.bod-content-1 h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
}

.bod-btn-box {
	position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px 15px;
}

.bod-btn {
	color: #fff;
    font-weight: 600;
}

.bod-btn i {
	font-size: 12px;
}

.bod-btn-box {
    opacity: 0;
    transform: translateX(20px); /* Start slightly to the right */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.bod-block:hover .bod-btn-box {
    opacity: 1;
    transform: translateX(0);
}

.bod-btn-box a {
    color: #fff;
    text-decoration: none !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }
}

.bod-profile h3 {
    font-weight: 900;
	margin-bottom: 20px;
}

.bod-profile p {
    margin-bottom: 0;
}

.bod-profile span {
    font-style: italic;
}

.bod-desc h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.tabs.tabs-simple.piam-tabs .nav-tabs {
    justify-content: flex-start;
	border-bottom: 3px solid #217373;
	align-items: baseline;
}

.tabs.tabs-simple.piam-tabs .nav-tabs > li {
    margin-left: 0;
    margin-bottom: 10px;
}

.piam-tabs .nav-tabs .nav-link {
    color: #201d1d !important;
    padding: 5px 20px !important;
	border-bottom: 0 !important;
	font-size: 20px !important;
}

.piam-tabs .nav-tabs .nav-link.active {
    font-size: 50px !important;
    font-weight: 900;
	border-bottom: 0 !important;
}

.heritage-content {
    padding: 10px 30px;
}

.heritage-content h5 {
    font-size: 22px;
    font-weight: 700;
}

.heritage-content ul {
    margin-bottom: 20px;
}

.heritage-content li {
    font-size: 16px;
    font-weight: 600;
}

.heritage-content img {
	width: 150px;
}

@media only screen and (max-width: 991px) {
	.tabs.tabs-simple.piam-tabs .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	
	.piam-tabs .nav-tabs .nav-link.active {
		font-size: 40px !important;
	}
	
	.piam-tabs .nav-tabs .nav-link {
		padding: 5px 10px !important;
	}
	
	.heritage-content {
    	padding: 10px;
	}
	
	.member-list li {
		width: calc((100% - 60px) / 1);
	}
	
	.bod-btn-box {
		opacity: 1;
		transform: translateX(0);
	}
}

.icon-box {
	display: flex;
}

.icon-box img {
    width: 75px;
    margin-right: 20px;
}

.box-icon {
	width: 50px;
}

.rounded-left {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.rounded-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.rounded-img img {
	border-radius: 20px;
}

.bg-box-1 {
    background: #d4eadd;
    padding: 30px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
	min-height: 240px;
}

.bg-box-2 {
    background: #fee3ca;
	padding: 30px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
	min-height: 240px;
}

.bg-box-3 {
    background: #fcf3ac;
	padding: 30px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
	min-height: 240px;
}

.bg-box-4 {
    background: #fbcec9;
	padding: 30px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
	min-height: 240px;
}

.text-box h2 {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 20px;
}

.text-box p {
    margin-bottom: 0;
    font-weight: 600;
}

.lighter-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.news-listing {
    list-style: none;
    display: grid;
	padding-inline-start: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-item {
    display: block;
}

.news-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-item-title {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	min-height: 220px;
    position: relative;
}

.news-item-title h3 {
    font-weight: 700;
	font-size: 20px;
    margin-bottom: 10px;
}

.news-item-title p {
    margin-bottom: 0;
	font-style: italic;
}

.news-item-title-2 {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
	min-height: 280px;
    position: relative;
	transition: 0.3s;
}

.news-item-title-2 h3 {
    font-weight: 700;
	font-size: 20px;
    margin-bottom: 10px;
}

.news-item-title-2 p {
    margin-bottom: 0;
	font-style: italic;
}

.news-item-title-2:hover {
    transform: translateY(-20px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news-item-title-2:hover h3 {
    color: #217373;
}

.news-cta-btn {
	position: absolute;
	bottom: 20px;
}

.yearbook-listing {
    list-style: none;
    display: grid;
	padding-inline-start: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.yearbook-item {
    display: block;
	position: relative;
}

.yearbook-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.yearbook-cover {
	position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -18%);
	z-index: 2;
}

.yearbook-cover img {
	width: 220px;
    transform: rotate(5deg);
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	transition-duration: 0.5s;
}

.yearbook-item:hover .yearbook-cover img {
    transform: rotate(0);
}

.yearbook-item-title {
    padding: 80px 20px 20px 20px;
	text-align: center;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	min-height: 150px;
    position: relative;
}

.yearbook-item-title h3 {
    font-weight: 700;
	font-size: 28px;
    margin-bottom: 10px;
}

.css-item {
    display: block;
	position: relative;
}

.css-cover img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.css-item-title {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.css-item-title h3 {
    font-weight: 700;
	font-size: 28px;
    margin-bottom: 10px;
}

.btn-piam {
    background: linear-gradient(135deg, #2F2F2F, #217373);
	color: #fff;
}

.btn-piam:hover {
    background: linear-gradient(135deg, #2F2F2F, #217373);
	color: #fff !important;
}

.news-grid-listing {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-inline-start: 0;
    gap: 30px;
}

.crmsa-box h4 {
    font-weight: 700;
}

.process-connecting-line .process-step {
	justify-content: flex-start;
}

.image-box-title img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.image-box-content {
    padding: 30px;
    background: #faf5e9;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.year-dropdown {
    border: 1px solid #217373;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.year-dropdown:hover {
    color: #217373;
}

.year-filter {
    background: #fff;
}

.career-path-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 50px 0;
}

.career-box {
    padding: 20px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.career-box img {
    width: 35px;
    margin-bottom: 10px;
}

.career-box:first-child {
    background: #d4eadd;
}

.career-box:nth-child(2) {
    background: #fee3ca;
}

.career-box:nth-child(3) {
    background: #fcf3ac;
}

.career-box:nth-child(4) {
    background: #fbcec9;
}

.career-box:nth-child(2), .career-box:nth-child(4) {
    margin-top: -50px;
}

.careerSwiper .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.text-bg-clip-animation {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900;
    color: #000;
    margin: 0;
    text-align: center;
    background-size: 40%;
    background-position: 50% 50%;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 1200px) {
    .text-bg-clip-animation {
        font-size: 35px;
        line-height: 40px;
    }
}

.text-bg-clip-animation.appear-animation-visible {
    animation: textBgZoom 10s ease 500ms forwards;
}

@keyframes textBgZoom {
    from {
        background-size: 40%;
    }
    to {
        background-size: 10%;
    }
}

html body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active:focus, html body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active:hover, html.dark body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link.active:hover {
    border-top-color: var(--primary);
    color: #fff;
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border-bottom: 0;
}

.tabs.tabs-simple.data-tabs .nav-tabs {
    justify-content: flex-start;
    border: 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
}

.tabs.tabs-simple.data-tabs .nav-tabs > li {
    margin-left: 0;
    margin-bottom: 0;
}

.tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link, .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:hover, .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:focus {
	border-bottom: 0;
}

.accordion .card-title {
    font-size: 20px;
}

.page-header .sub-title {
	opacity: 1;
	font-size: 18px;
	font-weight: 500;
}

.topic-badge {
    background: linear-gradient(135deg, #2F2F2F, #217373);
    width: fit-content;
    padding: 3px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.topic-badge-2 {
    background: linear-gradient(135deg, #ffcc00, #ff9900);
    width: fit-content;
    padding: 3px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.icon-box-2 img {
    width: 50px;
    margin-bottom: 20px;
}

.card-body.data-body {
    background: #faf5e9;
}

.page-header.page-header-modern h1 {
    font-size: 38px;
    line-height: 48px;
}

.ph-minh {
	height: 80vh;
}

.footer-title {
    font-weight: 800;
    text-transform: uppercase;
}

.footer-title::after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 150px;
    margin-top: 5px;
}

.inner-news-container {
    background: #fff;
    padding: 50px 0;
}

.news-meta {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.logo-list {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.logo-list li {
    width: calc((100% - 100px) / 6);
}

.event-block {
    border-radius: 20px;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
    background-size: cover !important;
    background-position: center !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition-duration: 0.3s;
	overflow: hidden;
}

.event-block:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    z-index: 1;
    opacity: 0;
	transition-duration: 0.3s;
}

.event-block:hover {
	background-position: -50% 0 !important; 
}

.event-block:hover:before {
	opacity: 1;
}

.event-block .event-title p {
    opacity: 0;
	transition: all .4s ease-in-out;
	transform: translateX(-100%);
	max-height: 0;
	height: 100%;
}

.event-block:hover .event-title p {
	opacity: 1;
	transform: translateX(0);
	max-height: 100px;
	height: 100%;
}

.event-tag {
    background: #000;
    width: fit-content;
    padding: 3px 35px;
    border-radius: 30px;
	z-index: 2;
}

.event-tag span {
    color: #fff;
}

.event-title {
	z-index: 2;
}

.event-title h1 {
    color: #fff;
    font-size: 30px;
	margin-bottom: 0;
}

.event-title p {
    color: #fff;
	font-style: italic;
	margin-bottom: 0;
}

.social-cta {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.social-cta li {
	background: #fbebce;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.social-cta a {
    color: #201d1d;
}

.social-cta li:hover {
	background: linear-gradient(135deg, #2F2F2F, #217373);
}

.social-cta li:hover span {
	color: #fff;
}

.social-cta li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.yearbookbtn {
    background: #217373;
    height: 100%;
    width: 250px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.yearbookbtn:focus {
	color: #fff !important;
}

.yearbookbtn:hover {
	color: #fff;
}

.yearbook-content {
	overflow: hidden;
	height: 0;
	background: #217373;
	transition: height 0.5s ease;
}

.yearbook-btnbox {
    font-size: 20px;
    border: 2px solid #fff;
    padding: 30px 50px;
	display: flex;
    justify-content: center;
	transition-duration: .5s;
}

.yearbook-btnbox:hover {
    background: linear-gradient(135deg, #2F2F2F, #217373);
    border: 2px solid #009A5A;
}

.swiper-container {
    position: relative;
	padding: 0 30px;
}

.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
    background: transparent;
}

.swiper-navigation .swiper-button-next:after, .swiper-navigation .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    opacity: 1;
    font-weight: 600;
}

.yearbook-btnbox h4 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.yearbook-btnbox p {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.green-box {
    border: 1px solid #009A5A;
    border-radius: 15px;
    padding: 20px;
    box-shadow: rgba(0, 154, 90, 0.3) 0px 1px 2px 0px, rgba(0, 154, 90, 0.3) 0px 2px 6px 2px
}

.press-toggle {
    background: #faf5e9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.press-cta-box {
    background: #fbebce;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.press-cta-box p {
    font-weight: 700;
    margin-bottom: 0;
}

.piam-block {
    background: #fbebce;
    padding: 70px 35px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.piam-block h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.mail-cta {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.round-icon {
    border-radius: 50%;
    border: 1px solid #217373;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.media-modal {
    max-width: 1000px;
}

.custom-navigation {
    display: flex;
}

.swiper-button-next-custom, .swiper-button-prev-custom {
    background: #217373;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	margin-right: 10px;
}

.swiper-button-next-custom:after {
    content: 'next';
    font-family: 'swiper-icons';
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.swiper-button-prev-custom:after {
    content: 'prev';
    font-family: 'swiper-icons';
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.green-badge {
	background: linear-gradient(135deg, #2F2F2F, #217373);
    padding: 0 15px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 10px;
	width: fit-content;
    font-size: 12px;
}

#footer .social-icons li a {
	height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 20px;
}

@media only screen and (max-width: 991px){
	.ph-minh {
		height: 50vh;
	}
	
	.news-listing {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.news-grid-listing {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.tabs.tabs-simple.data-tabs .nav-tabs {
		display: block;
	}
	
	.tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link, .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:hover, .tabs.tabs-simple.data-tabs .nav-tabs > li .nav-link:focus {
		text-align: left;
	}
	
	.page-header.page-header-modern h1 {
    	font-size: 28px;
    	line-height: 38px;
	}
	
	.page-header .sub-title {
		font-size: 16px;
	}
	
	.page-header.page-header-modern.page-header-background.page-header-background-md {
		padding: 100px 0;
	}
	
	.career-path-holder {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.career-box:nth-child(2), .career-box:nth-child(4) {
		margin-top: 0;
	}
	
	.career-box {
		height: 350px;
		padding: 20px;
	}
	
	.bg-box-1, .bg-box-2, .bg-box-3, .bg-box-4 {
		padding: 30px;
	}
	
	.logo-list li {
    	width: calc((100% - 100px) / 3);
	}
	
	.inner-news-container {
		padding: 50px 20px;
	}
}