body {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 300;
    color: #666;
}

.pointer {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.disable-selection{
    user-select: none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
}

.color-gray {
    color: #8E8E8E;
}

.color-gray-light {
    color: #CACACA;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-12 {
    border-radius: 12px;
}

.rounded-15 {
    border-radius: 15px;
}

.bg-light-gray {
    background-color: #f4f4f4;
}

.u-bg-blue {
    background-color: #18B4D6;
}

.u-bg-brown {
    background-color: #A99173;
}

.header-wrapper {
    background-image: url('./images/banner-01.jpg');
    background-size: cover;
    background-position: center;
}

.nav-wrapper .container {
    min-height: 70px;
    border-bottom: solid 1px white;
}

ul.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav-menu li {
    display: inline-block;
    color: white;
}

ul.nav-menu li:not(:last-child) {
    margin-right: 2.5rem;
}


.u-nav {
    width: 250px;
    max-width: 28%;
    padding: .75rem;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-nav:hover {
    background-color: #169dbb!important;
}

.swiper {
    width: 100%;
    height: 80vh;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: white;
    opacity: .6;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    opacity: .35;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: .75;
}

.slide-item {
    padding: 0 5rem;
}

.tab-item {
    color: #CACACA;
    font-size: 2rem;
}

.tab-item.active {
    position: relative;
    color: #8E8E8E;
}

.tab-item.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #1C69D4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.partner-wrapper {
    max-width: 33%;
    min-width: 230px;
}

.partner-wrapper .title {
    height: 100px;
}

.footer-content li {
    margin-bottom: 1.1rem;
}

footer a:hover,
footer a:hover {
    font-weight: 600;
    color: white;
}

.nav-item {
    text-shadow: 1px 1px 0px black;
}

.slider-title {
    text-shadow: 2px 2px 0px black;
}

@media (max-width: 1199px) {
    .tab-item {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .tab-item {
        font-size: 1rem;
    }

    .slider-title {
        font-size: 2rem;
        text-align: center;
    }

    .swiper {
        height: 50vh;
    }
    
    .widget-img {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .tab-item {
        margin-bottom: 1rem;
    }
    
    ul.nav-menu li {
        font-size: .8rem;
    }

    ul.nav-menu li:not(:last-child) {
        margin-right: .75rem;
    }

    .slide-item {
        padding: 0 2rem;
    }

    .slider-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .swiper {
        height: 40vh;
    }
    
    .u-nav {
        font-size: .7rem;
        width: 250px;
        max-width: 28%;
        padding: .75rem;
        letter-spacing: 1px;
        cursor: pointer;
    }
    
    .widget-img {
        height: 250px;
    }
}