@import url('../../fonts/font.css');

* {
    margin: 0;
    padding: 0;
}

:root {
    --color-primary: #0f2a51;
    --max-width: 1200px;
    --white: #fff;
    --gray: #DBDCDD;
    --dark-gray: #C9CACC;
    --black: #000;
    --yellow: #F8D832;
}

a {
    text-decoration: unset;
    color: unset;
}

a:hover {
    text-decoration: unset;
}

.cursor-pointer {
    cursor: pointer;
}
.text-justify{
    text-align: justify;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-group {
    background: linear-gradient(90deg, #CF2027 0%, #7C1317 100%);
    font-family: 'Inter-Bold';
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    width: max-content;
}

.owl-nav i {
    color: #fff;
    font-size: 24px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

/* topbar css */
.top-bar {
    min-height: 42px;
    padding: 9px 0;
    width: 100%;
    background-color: var(--color-primary)
}

.top-bar span {
    font-size: 14px;
    color: #fff;
    white-space: nowrap
}

.top-bar span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left
}

.top-bar .top-bar-first a {
    padding: 5px 12px;
    border-radius: 15px;
    background-color: var(--color-primary);
    font-size: 14px;
    color: var(--white);
    line-height: 10px
}

.top-bar .top-bar-first a:nth-child(3) {
    margin-right: 15px
}

.top-bar-second .search input {
    width: 218px;
    outline: 0;
    border: 1px solid var(--black);
    border-radius: 15px;
    padding: 4px 30px 4px 28px;
    font-size: 14px
}

.top-bar-second .search i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 18px;
    cursor: pointer
}

.top-bar-second {
    gap: 15px
}

.top-bar-second .social .icon {
    height: 18px;
    width: auto
}

.top-bar-second a.recruit {
    background: linear-gradient(to right, #d80000, #f50200, #bb0100);
    font-family: "Inter-Bold";
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 5px
}

/* end */
/* Footer */
footer {
    background: #00285A;
    padding: 30px;
    font-family: "OpenSans-Regular";
}

footer a.logo img {
    width: 8rem;
}

footer .our-agency img {
    max-width: 13rem;
}

footer h2 {
    font-family: "Inter-Medium";
    font-size: 32px;
    color: white;
}

footer .slogan, footer p span {
    color: white;
}

footer .footer-desc {
    font-size: 15px;
    max-width: 330px;
    text-align: justify;
    margin-left: 40px;
}

footer .title-item {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

footer .info-contact a,
footer .info-contact p {
    font-size: 15px;
    margin-bottom: 0;
}

footer .info-contact li:not(:last-child) {
    margin-bottom: 17px;
}

footer h3 {
    color: #FFF;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 2.5rem;
    font-style: normal;
    line-height: normal;
}

footer p {
    font-family: "Inter-Medium";
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.00013rem;
}

footer .social-networks img {
    width: 1.875rem;
    height: 1.875rem;
}

footer ul li a {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.875rem;
}
footer .text{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1rem;
    font-style: normal;
    line-height: 24px;
}

.copyright {
    background: gray;
}
/* paginate */
.pagination {
    margin-top: 0.5rem;
    gap: 5px;
}

.pagination .page-link {
    padding: 0;
    background-color: transparent;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none
}

.pagination .page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.pagination .page-item .page-link {
    border: none;
}

.pagination .active>.page-link {
    border-radius: 8px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.disabled .page-link {
    background-color: transparent;
}

.pagination a,
.pagination span {
    font-family: 'SVNGilroyBold';
    display: block;
    color: var(--color-primary);
    position: relative;
    text-align: center;
}



.pagination a:hover,
.pagination li:not(.disabled) span:hover:not(.horizontal-ellipsis),
.pagination .active span {
    color: var(--white);
    cursor: pointer;
}

.pagination a:hover::after,
.pagination li:not(.disabled) span:hover:not(.horizontal-ellipsis)::after,
.pagination li.active span::after {
    background-color: var(--color-primary);
    border-radius: 8px;
}

.pagination li.disabled span {
    user-select: none;
}

.pagination li.disabled span::after {
    background-color: #eee;
}
.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    width: 25px;
}

.pagination a::after,
.pagination span:not(.horizontal-ellipsis)::after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    z-index: -1;
}
/* breadcrumb */
.breadcrumb .breadcrumb-item{
    color: #00285A;
}

/* upcoming couser */
.upcoming-courses {
    margin-top: 1px;
    margin-bottom: 20px;
}

.upcoming-courses .card-body {
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin; 
    scrollbar-color: #00285A #fff;
}

.upcoming-courses ul li {
    border-left: 5px solid #ce2027;
    margin: 10px 0;
    padding-left: 10px;
    list-style: none;
}

.upcoming-courses ul li a {
    font-family: "Inter-Bold";
    font-size: 16px;
    color: #00285a;
}

.upcoming-courses ul li span {
    font-family: "Inter-Regular";
    font-size: 14px;
    color: #00285a;
}
.upcoming-courses h4 {
    background: #f1f1f1;
    border: none;
    padding: 15px 20px;
    font-family: "Inter-Bold";
    font-size: 16px;
    color: #00285a;
}

/* custom scrollbar */
::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00285a;
}

/* relate and feature post */
.related-posts .card-header {
    background: #f1f1f1;
    border: none;
    padding: 15px 20px;
    font-family: "Inter-Bold";
    font-size: 16px;
    color: #00285a;
}

.related-posts img {
    border-radius: 8px;
}

.related-posts a {
    color: #00285A;
    font-family: 'Inter-Bold';
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.3;
}
.related-posts p{
    color: #00285A;
    font-family: 'Inter-Regular';
    font-size: 0.8125rem;
    font-style: normal;
    text-align: justify;
    line-height: 1.3;
}