﻿.carousel-inner {
    /*height: 380px;*/
}

.carousel-control-prev {
    width: 5%;
    justify-content: left;
}

.carousel-control-next {
    width: 5%;
    justify-content: right;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230096c4'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 3em 3em;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230096c4'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 3em 3em;
}

.carousel-item-title {
    color: #23397d;
    /*background-color: #1e3a8a;*/
    display: inline-block;
    padding: 0.25rem 0.5rem;
}

.carousel-item-title h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.carousel-item-title1 {
    color: #23397d;
    font-weight: bold;
    font-size: 2.15rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.banner-fasttrack-title {
    color: #23397d;
    font-weight: bold;
    font-size: 2.15rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding: 1rem;
    background-color: rgb(95, 200, 221);
    color: #23397d;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-66px);
}

.carousel-item .transport-contact-title {
    color: white;
    background-color: #1e3a8a;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

.carousel-item .transport-type-row {
    height: 100px;
    color: #23397d;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    column-gap: 0.5rem;
    -webkit-justify-content: center;
    justify-content: center;
}

.transport-type-row .transport-type-item {
    background-color: #93c5fd;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.zalo-icon-sm {
    display: inline-block;
    background: url('/lib/icons/zalo-icon.svg') no-repeat;
    width: 24px;
    height: 23px;
    vertical-align: middle;
}

.badge-container {
    display: inline-flex;
    align-items: center;
    border: 2px solid #1d3f72; /* dark navy blue */
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #1d3f72;
    white-space: nowrap;
}

.ribbon {
    width: 1.8rem;
    height: 100%;
    background-color: #1d3f72;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-right: 15px;
}

/* Styles applied when screen width is 1400px or larger (Bootstrap's 'xxl' breakpoint) */
@media (min-width: 1400px) {
    
}

/* Custom styles for screens smaller than 1400px (Bootstrap's 'xl' breakpoint) */
@media (max-width: 1399.98px) {

}

/* Custom styles for screens smaller than 1200px (Bootstrap's 'lg' breakpoint, ex: iPad Pro) */
@media (max-width: 1199.98px) {
    .banner-fasttrack-title {
        font-size: 1.8rem;
        padding: 0.75rem;
        transform: translateX(-70px);
    }
}

/* Custom styles for screens smaller than 992px (Bootstrap's 'md' breakpoint) */
@media (max-width: 991.98px) {
    .carousel-item-title1 {
        font-size: 2rem;
    }

    .banner-fasttrack-title {
        font-size: 1.3rem;
        padding: 0.75rem;
        transform: translateX(-58px);
    }
}

/* Custom styles for screens smaller than 768px (Bootstrap's 'sm' breakpoint) */
@media (max-width: 767.98px) {
    .carousel-item-title1 {
        font-size: 1.5rem;
    }
    
    .banner-fasttrack-title {
        font-size: 1rem;
    }
}

/* Styles applied when screen width is 575.98px or smaller (Bootstrap's 'extra small' breakpoint) */
@media (max-width: 575.98px) {
    .carousel-control-prev-icon {
        background-size: 2em 2em;
    }
    .carousel-control-next-icon {
        background-size: 2em 2em;
    }
    .carousel-item-title1 {
        font-size: 1rem;
    }

    .banner-fasttrack-title {
        font-size: 0.75rem;
        padding: 0.4rem;
        transform: translateX(-40px);
    }
}

@media (max-width: 420px) {
}
