header {
    background: linear-gradient(to right,
            #fff 0%,
            #fff 25%,
            #012951 25%,
            #012951 100%);
}


/*
    ----------------------------------
    ============ header-top ==========
    ----------------------------------
*/

.header-top {
    background-color: #011c38;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    padding: 0 100px;
}

#menu-top-menu li.menu-item {
    display: inline-block;
    margin-left: 20px;
    padding: inherit;
}

.search {
    background-color: #e85b37;
    padding: 7px 12px !important;
    border-radius: 5px;
}


/*
    ----------------------------------
    ============== navbar ============
    ----------------------------------
*/
.navbar-nav {
    line-height: 80px;
}

/* .navbar {
    padding: 0 100px;
} */

.navbar {
    padding: 0 7%;
}
.navbar-brand {
    color: #011c38 !important;
    font-size: 47px;
    font-weight: 700;
    background-color: #fff;
}

.navbar-brand span {
    display: block;
    font-size: 14px;
    color: gray;
    font-weight: 300;
    padding: 13px;
}

li.nav-item a {
    color: #ffff !important;
    ;
    font-size: 14px;
    padding: 10px 3px;
}

li.nav-item a.dropdown-item {
    line-height: 1;
}

li.nav-item a.active, li.nav-item a:hover {
    color: #e85b37 !important;
}

.btn-lang span {
    background-color: #e85b37;
    border-radius: 12px;
    color: #fff;
    padding: 7px 10px;
}

.navbar-nav .dropdown-menu.show {
    background-color: #011529;
}

/* 
    ----------------------------------
    ========== image carousel ========
    ----------------------------------
*/
.decoration {
    width: 112px;
    height: 266px;
    background-color: #e85b37;
    position: absolute;
    top: 39%;
}

.image-carousel.owl-carousel.owl-theme {
    direction: ltr;
}

.image-carousel {
    bottom: -30px;
}

.image-carousel-slide img {
    width: 636px;
}

.image-carousel .owl-buttons {
    bottom: 8px;
    position: absolute;
    right: 10px;
}

.image-carousel .owl-buttons .owl-prev,
.image-carousel .owl-buttons .owl-next {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ea6645;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}


.image-carousel .owl-buttons .owl-prev:hover,
.image-carousel .owl-buttons .owl-next:hover {
    background-color: #333;
}


h2.form-title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* 
    ----------------------------------
    ========== form container ========
    ----------------------------------
*/

#home {
    background: linear-gradient(to right,
            #fff 0%,
            #fff 10%,
            #fff 6%,
            #fff 25%,
            #011c38 25%,
            #011c38 100%);
}

.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
}

.form-select {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: gainsboro;
}

.form-control:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.form-control:focus,
.form-control:active {

    background-color: #fff;
    color: #252525;
}

.btn {
    border: 2px solid #e85b37;
    background: transparent;
    color: #e85b37;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-submit {
    text-align: end;
}

.btn:hover {
    background: #e85b37;
    color: #fff;
    border-color: #e85b37;
}

.btn-container {
    text-align: right;
}

.feature .title h3 {
    position: relative;
}

.feature .title h3:after {
    background-color: #c5c5c5;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    width: 44px;
    position: absolute;
    z-index: 0;
}

.description span.text-muted {
    --bs-text-opacity: 0.5;
    color: #6c757d82 !important;
}

.event {
    border: none;
    margin-bottom: 40px;
    padding: inherit;
}

.date {
    width: 60px;
}

.description .date .month {
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.description .date .day {
    bottom: 3px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    right: -16px;
    color: #fff;
}

@media only screen and (max-width: 320px) 
{


    header {
        background: #011c38;
    }

    #home {
        background: #011c38;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        line-height: 20px;
    }

    .header-top {
        padding: 0px 5px;
        display: block !important;
    }

    .contact p {
        margin-left: 20px;
    }

    .navbar-brand {
        color: #fff !important;
        font-size: 47px;
        font-weight: 700;
        background-color: #011c38;
        margin-top: 21px;
    }

    button.navbar-toggler.collapsed, .navbar-toggler {
        background: #fff;
    }

    .image-carousel-slide img {
        width: 312px;
    }

    .image-carousel .owl-buttons {
        right: 18px;
    }

    .decoration {
        display: none;
    }
}

@media (max-width: 425px) 
{


    header {
        background: #011c38;
    }

    #home {
        background: #011c38;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        line-height: 20px;
    }

    .header-top {
        padding: 0px 5px;
        display: block !important;
    }

    .contact p {
        margin-left: 20px;
    }

    .navbar-brand {
        color: #fff !important;
        font-size: 47px;
        font-weight: 700;
        background-color: #011c38;
        margin-top: 21px;
    }

    button.navbar-toggler.collapsed, .navbar-toggler {
        background: #fff;
    }

    .image-carousel-slide img {
        width: 312px;
    }

    .image-carousel .owl-buttons {
        right: 18px;
    }

    .decoration {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px)

{


    header {
        background: #011c38;
    }

    #home {
        background: #011c38;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        line-height: 20px;
    }

    .header-top {
        padding: 0px 5px;
        display: block !important;
    }

    .contact p {
        margin-left: 20px;
    }

    .navbar-brand {
        color: #fff !important;
        font-size: 47px;
        font-weight: 700;
        background-color: #011c38;
        margin-top: 21px;
    }

    button.navbar-toggler.collapsed, .navbar-toggler {
        background: #fff;
    }

    .image-carousel-slide img {
        width: 335px;
    }

    .image-carousel .owl-buttons {
        right: 18px;
    }

    .decoration {
        display: none;
    }
}



@media(max-width: 1024px) {
    .navbar {
        padding: 0;
    }
    .decoration {
        width: 36px;
        top: 34%;
    }
}


@media(min-width: 1200px) {

    .navbar {
        padding: 0 11px;
    }

    .decoration {
        width: 5.8%;
        top: 34%;
    }
}

@media(min-width: 1250px) {

    .navbar {
        padding: 0 11px;
    }

    .decoration {
        width: 5.8%;
        top: 34%;
    }
}
@media(min-width: 1380px) {
    .decoration {
        width: 5%;
        top: 34%;
    }
}

@media(min-width: 1445px) {
    .decoration {
        width: 7.4%;
        top: 38%;
    }
}