* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Charcuterie';
    color: #252525;
}

@font-face {
    font-family: 'Charcuterie';
    src: url('../font/Charcuterie-Regular.ttf')
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf')
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf')
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

a:hover {
    color: #0a6625;
}

header {
    padding: 1rem 0;
    box-shadow: 0 0 5px 1px #00000054;
}

header .logo {
    width: 145px;
}

header ul li a,
.dropdown-item {
    font-size: 18px;
    text-transform: capitalize;
    color: #252525;
}

header .main-ul li a,
.dropbtn {
    border-right: 2.5px solid #0a6625 !important;
    padding-right: 35px !important;
}

header .main-ul li:last-child a {
    border: none;
}

header .lang img {
    width: 19px;
}

header .lang button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #252525;
    font-size: 18px;
}

header .lang button:hover {
    color: #0a6625;
}

header .lang .dropdown-item {
    font-size: 16px;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #0a6625;
    background-color: #fff;
}

.dropbtn {
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    color: #252525;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 1rem 0;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 30px;
}

.dropdown-content a {
    color: #252525;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #0a6625;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: none;
}

header .icon i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #0a6625;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

header .icon i:hover {
    background: #252525;
}

#mymenu {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#mymenu .lang {
    padding-right: 20px;
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: -2px 2px 8px 0px rgb(37 37 37 / 89%);
    overflow-x: hidden;
    transition-duration: .5s
}

header .card-body {
    padding: 1rem 0;
    border-radius: 0;
    border: none;
    background: #0a6625;
}

header .card-body a {
    color: #fff;
}

header .collapse-link i {
    padding-left: 5px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

header .collapse-link[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .card-body a:hover {
    color: #252525 !important;
}

.sidenav ul {
    text-align: center;
    margin-top: 6rem
}

.closebtn {
    font-size: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #0a6625
}

.closebtn:hover {
    color: #0a6625
}

.sidenav ul li a {
    line-height: 3;
    font-size: 20px;
}

.sidenav ul li a:hover {
    color: #0a6625
}

.sidenav ul li {
    padding: 0
}

.burger {
    font-size: 25px;
    color: #0a6625;
    left: 1rem;
    cursor: pointer;
    display: none;
}

#banner_carousel .item {
    background-size: cover;
    background-position: center;
    height: 550px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.742);
    z-index: 1000000000000000000000;
}

#banner_carousel .item1 {
    background-image: url('../img/item1.jpg');
}

#banner_carousel .item2 {
    background-image: url('../img/item2.jpg');
}

#banner_carousel .owl-nav {
    display: none;


}

#banner_carousel .owl-dots {
    position: relative;
    bottom: 70px;
    text-align: center
}

#banner_carousel .owl-dots button.owl-dot.active {
    background-color: #fff
}

#banner_carousel .owl-dots button.owl-dot {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    display: inline-block;
    background: 0 0;
    margin: 0 5px;
    border: 2px solid #fff
}

#banner_carousel .content {
    text-align: center;
    padding: 10rem 0 0;
    color: #fff;

}

#banner_carousel .content h1 {
    font-size: 35px;
}

#banner_carousel .content p {
    margin-bottom: 2rem;
    padding: .5rem 7rem 0;
    font-size: 17px;
    font-family: 'Poppins-Medium';
}

#banner_carousel .content a {
    background: #0a6625;
    color: #fff;
    padding: 12px 50px;
    font-size: 17px;
}

#banner_carousel .content a:hover {
    background: #252525;
}

.about {
    padding: 5rem 0;
}

.title {
    color: #252525;
    font-size: 36px;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block
}

.title::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px 0 0;
}

.about p {
    padding-right: 4rem;
    font-family: 'Poppins';
}

.program {
    padding: 4rem 0;
}

.program .title {
    margin-bottom: 3rem;
}

.program .title::after,
.news .title::after {
    text-align: center;
    margin: 10px auto 0;
}

.program .box {
    margin-bottom: 2.5rem;
}

.program .box img {
    width: 100%;
    height: 250px;
    object-fit: cover;

}

.program .box:hover h2 {
    color: #0a6625;
}

.program .box .content {
    padding: 24px 28px 35px;
    border: 3px solid #f2f2f2;

}

.program .box h2 {
    font-size: 20px;
    color: #252525;
    height: 50px;
}

.program .box i {
    color: #0a6625;
    float: right;
    font-size: 20px;
}

.news {
    background: #0a6625;
    padding: 4rem 0;

}

.news .title {
    margin-bottom: 3rem;
    color: #fff;
}

.news .title::after {
    background: #252525;
}

.news img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news h5 {
    font-size: 18px;
    position: relative;
    font-family: 'Poppins-Medium';
    color: #fff;
    margin-bottom: 1rem;
}

.news h5::before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: #252525;
    margin: 20px 0;
}

.news .date {
    font-family: 'Poppins';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.81);
}

.news .date i {
    padding-right: 5px;
    font-size: 17px;
}

.news .main-row {
    --bs-gutter-x: 2rem;
    margin-bottom: 2rem;
}

.news .more {
    background: #252525;
    font-size: 18px;
    padding: 12px 50px;
    color: #fff;
}



.news .more i {
    position: relative;
    left: 20px;
}

footer {
    background: #252525;
    color: #fff;
    padding: 5rem 0 0;
}

footer .logo {
    width: 160px;
    margin-bottom: 1rem;
}

footer p {
    padding-right: 4rem;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

footer h6 {
    font-size: 23px;
    position: relative;
    margin-bottom: 1rem;
}

footer h6::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px 0 0;
}

footer ul li a {
    color: #fff;
    font-family: 'Poppins-Medium';
    line-height: 2;
    text-transform: capitalize;
}

footer .contact a {
    text-transform: lowercase;
}

footer i {
    padding-right: 10px;
}

/* style about page */
.content-page {
    padding: 3rem 0 0;
}

.breadcrumb-item a {
    color: #252525;
}

.breadcrumb-item.active {
    color: #0a6625;
}

.about-page .banner {
    background: #0a6625;
    padding: 5rem 0;
    margin: 3rem 0 4rem;
    color: #fff;
}

.about-page .banner .title {
    color: #fff;
}

.about-page .title::after {
    display: none;
}

.about-page .banner p {
    padding: 0 5rem;
    font-family: 'Poppins';
    line-height: 30px;
}

.about-page .sub-title {
    font-size: 28px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block
}

.about-page .sub-title::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px 0 0;
}

.about-page .sub-content {
    font-family: 'Poppins';
    margin-bottom: 4rem;
}

.about-page .section {
    background: #f2f2f2;
    padding: 5rem 0;
}

.about-page .section .title::after {
    display: block;
}

.about-page .section .title {
    padding-right: 4rem;
}

.about-page .section p {
    font-family: 'Poppins';
    font-size: 14px;
    padding-right: 4rem;
}

.certificate-page .banner {
    background: #0a6625;
    color: #fff;
    padding: 3rem 0;
    margin: 2rem 0;
}

.certificate-page .banner .title {
    margin-bottom: 0;
    color: #fff;
}

.content-certificate h5 {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-bottom: 1rem;
}

.content-certificate h5::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px 0 0;
    margin-bottom: 1rem;
}

.content-certificate .box {
    box-shadow: 0 0 7px 1px #00000038;
    padding: 3rem;
    margin: 2rem auto;
    background: #f5f3f3;
}

.content-certificate .box .row {
    justify-content: center;
    margin-bottom: 1.5rem;
}

.content-certificate .box h6 {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    text-transform: capitalize;
}

.content-certificate .box select {
    width: 50%;
    width: 140px;
    height: 45px;
    padding: 0px 10px;
    font-family: 'Poppins-Medium';
    border: 1px solid #ced4da;
}

.content-certificate .box input {
    font-family: 'Poppins-Medium';
    height: 50px;
    border-radius: 0;
}

.content-certificate .box input:focus {
    box-shadow: none;
    border: 2px solid #0a6625;

}

.content-certificate .box button {
    background: #252525;
    border: none;
    padding: 10px 50px;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
}

.content-certificate .box button:hover {
    background: #0a6625;
}

.content-certificate .report {
    box-shadow: 0 0 7px 1px #00000038;
    padding: 2rem;
}

.content-certificate .report th,
.content-certificate .report td {
    font-family: 'Poppins-Medium';
}

.content-certificate .report h5 {
    margin-bottom: 2rem;
}

.content-certificate .report {
    margin-bottom: 2rem;
}

.content-certificate .print {
    background: #0a6625;
    border: none;
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    padding: 10px 50px;
    margin-bottom: 2rem;
}

.content-certificate .not-found {
    font-family: 'Poppins-Medium';
    font-size: 30px;
}

.all-news .title-news {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 22px;
    position: relative;
}

.all-news .title-news::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 50px;
    margin: 10px 0 0;
    margin-bottom: 1rem;
}

.all-news .date {
    font-family: 'Poppins';
    font-size: 14px;
    color: rgb(88, 87, 87);
}

.all-news .date i {
    padding-right: 5px;
    font-size: 17px;
    color: #0a6625;
}

.all-news .news-info img {
    width: 100%;
    margin: 1rem 0 1.5rem;
}

.all-news .desc {
    font-family: 'Poppins';
    font-size: 15px;
    margin-bottom: 2rem;
}

.all-news .more {
    background: #0a6625;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
}

.all-news .more i {
    position: relative;
    left: 10px;
}

.all-news .news-info {
    margin: 3rem 0;
    border-bottom: 1px solid #c2bebe;
    padding-bottom: 3rem;
}

.pagination {
    margin-bottom: 3rem;
}

.pagination .page-link {
    font-family: 'Poppins-Medium';
    color: #252525;
    box-shadow: none;
}

.page-item.active .page-link {
    background: #0a6625;
    border-color: #0a6625;
}

.all-news .form-group {
    display: flex;
    position: relative;
    margin: 3rem 0;
    border-bottom: 2px solid #252525;
    padding-bottom: 2rem;
}

.all-news .form-group input {
    border-radius: 0;
    height: 40px;
    font-family: 'Poppins-Medium';
    border: 2px solid #ced4da;
}

.all-news .form-group input:focus {
    box-shadow: none;
    border: 2px solid #0a6625;
}

.all-news .form-group button {
    border: none;
    background: none;
    padding: 0;
}

.all-news .form-group i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
    background: #0a6625;
    color: #fff;
    font-weight: 700;
}

.all-news .select-date {
    border-bottom: 2px solid #252525;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.all-news .select-date h4 {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 1rem;
}

.all-news .dropdown,
.all-news .dropdown button {
    width: 100%;
    background: #dbdcde;
    color: #252525;
    border: none;
    border-radius: 0;
    font-family: 'Poppins-Medium';
    box-shadow: none;
    height: 40px;
    text-align: left;
}

.all-news .dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.all-news .dropdown-menu li a:hover {
    background: #252525;
    color: #fff;
}

.all-news .box-contact {
    background: #0a6625;
    padding: 2rem;
    font-family: 'Poppins';
    color: #fff;
}

.all-news .box-contact h6 {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: .5rem;
}

.all-news .box-contact a {
    background: #fff;
    color: #252525;
    padding: 10px 20px;
}

.all-news .box-contact p {
    margin-bottom: 2rem;
    font-size: 14px;
}

.all-news .box-contact a i {
    padding-right: 5px;
}

.all-news .box-contact a:hover {
    background: #252525;
    color: #fff;
}

.contact-page .box {
    box-shadow: 0 0 7px 1px #00000033;
    margin: 4rem 0;
}

.contact-page .box h4 {
    text-align: center;
    font-size: 30px;
    padding: 3rem 2rem 2rem;
}

.contact-page .box h4::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px auto 0;
}

.contact-page .form-control {
    border-radius: 0;
    height: 45px;
    font-family: 'Poppins-Medium';
    margin-bottom: 1rem;
}

.contact-page .form-control:focus {
    box-shadow: none;
    border-color: #0a6625;
}

.contact-page textarea {
    max-height: 300px;
    height: 167px !important;
}

.contact-page .btn-send {
    font-family: 'Poppins-Medium';
    color: #fff;
    font-size: 18px;
    background: #252525;
    border: none;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.contact-page .btn-send:hover {
    background: #0a6625;
}

.contact-page .co-bg .content {
    background: #0a6625;
    height: 100%;
    padding: 3rem 2rem;
    color: #fff;
}

.contact-page .co-bg .content h4 {
    text-align: left;
    color: #fff;
    margin-bottom: 1rem;
    padding: 0;
}

.contact-page .co-bg .content .text-border {
    border-bottom: 3px solid #252525;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.contact-page .co-bg .content p {
    font-family: 'Poppins-Medium';
}

.contact-page .co-bg .content p a {
    color: #fff;
}

.contact-page .co-bg .content p a:hover {
    color: #fff;
}

.contact-page form {
    padding: 0rem 2rem 3rem;
}

/* responsive */
@media (max-width:1199.5px) {

    header .main-ul li a,
    .dropbtn {
        padding-right: 20px !important;
    }

    #banner_carousel .content p {
        padding: 0.5rem 0 0;
    }

    .about p,
    footer .row .col-lg-3:first-child p {
        padding-right: 0;
    }

    .about {
        padding: 5rem 0 2rem;
    }

    .news img {
        height: 300px;
    }

    .news .main-row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (max-width:991.5px) {
    .main-ul {
        display: none !important;
    }

    .burger,
    #mymenu .lang {
        display: block;
    }

    .about {
        padding: 2rem 0;
    }

    .about p {
        padding-bottom: 1rem;
    }

    .about-page .banner {
        padding: 2rem 0;
        margin: 2rem 0 4rem;
    }

    .content-page {
        padding: 2rem 0 0;
    }

    .about-page .banner p {
        padding: 0;
    }

    .about-page .section .title {
        padding-right: 0;
        font-size: 32px;
    }

    .about-page .section p {
        padding: 0;
    }

    .all-news .main-row {
        flex-direction: column-reverse;
    }

    .all-news .box-contact {
        display: none;
    }

    .all-news .news-info:first-child {
        margin: 0;
    }

    .news-details .news-info {
        margin: 2rem 0 !important;
    }

    .all-news .form-group {
        margin: 1rem 0;
    }
}

@media (max-width:767.5px) {
    .program .box .content {
        padding: 24px 10px 35px;
    }

    .program .box h2 {
        height: 65px;
    }

    .about-page .section {
        padding: 3rem 0;
    }
}

@media (max-width:575.5px) {

    .program .box img,
    .news img {
        height: 350px;
    }

    .program .box h2 {
        height: 50px;
    }

    .title {
        font-size: 32px;
    }

    #banner_carousel .content {
        padding: 6rem 0.5rem 0;
    }

    .program {
        padding: 2rem 0;
    }

    .about {
        text-align: center;
    }

    .about .title {
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .all-news .title-news {
        font-size: 18px;
    }

    .content-certificate .report td {
        word-break: break-word;
    }

    .content-certificate .box {
        padding: 3rem 1rem;
    }

    .content-certificate .report {
        padding: 2rem 1rem;
    }
    .contact-page form {
        padding: 0rem 1rem 3rem;
    }
    .contact-page .co-bg .content{
        padding: 3rem 1rem;
    }
}

@media (max-width:500px) {
    header .logo {
        width: 125px;
    }
}
.program-details {
    padding: 3rem 0 5rem;
}
.program-details h2 {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-bottom: 2rem;
}
.program-details h2::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    background: #0a6625;
    height: 5px;
    border-radius: 10px;
    width: 35px;
    margin: 10px 0 0;
    margin-bottom: 1rem;
}
.program-details .box {
    text-align: center;
    box-shadow: 0 0 5px 1px #00000040;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}
.program-details .box .icon i{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #0a6625;
    color: #fff;
    font-size: 18px;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 1rem;
}
.program-details .box a{
    color: #252525;
    font-family: 'Poppins-Medium';
    font-size: 17px;
}
