/*.Banner {
    position: relative;
    top: 0;
    left: 0;
    background: #FBFBFB;
    width: 100%;
    height: fit-content;

    -webkit-position: relative;
    -webkit-top: 0;
    -webkit-left: 0;
    -webkit-background: #FBFBFB;
    -webkit-width: 100%;
    -webkit-height: fit-content;

    -moz-position: relative;
    -moz-top: 0;
    -moz-left: 0;
    -moz-background: #FBFBFB;
    -moz-width: 100%;
    -moz-height: fit-content;
}*/

.Banner {
    position: relative;
    top: 0;
    left: 0;
    background: #FBFBFB;
    width: 100%;
    height: -webkit-auto;
    height: auto;
    -moz-position: relative;
    -moz-top: 0;
    -moz-left: 0;
    -moz-background: #FBFBFB;
    -moz-width: 100%;
    -moz-height: auto;
}


.LeftBanner {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index:1000;
}

.Banner p {
    color: #0065C0;
    font-size: 56px;
    font-weight: 600;
}

.Banner span {
    color: #FF5E61;
}

.ButtonBanner a {
    background: white;
    color: #FF5E61;
    border-radius: 10px;
    padding: 10px 40px;
    border: 2px solid #FF5E61;
    font-weight: 700;
}

    .ButtonBanner a:hover {
        color: white;
        background: #FF5E61;
        transition: all 0.5s ease;    }


/*.Banner .flickity-viewport {
    height: 560px !important;
}*/

/*.Banner .carousel {
    width: 100%;
    height:560px;
}*/

.Banner button.flickity-button.flickity-prev-next-button.previous, .Banner button.flickity-button.flickity-prev-next-button.next {
    color: #0065C0;
    border: 2px solid #0065C0;
}

    .Banner button.flickity-button.flickity-prev-next-button.previous:hover {
        background: #0065C0;
        color: white;
        transition: all 0.5s;
    }

    .Banner button.flickity-button.flickity-prev-next-button.next:hover {
        background: #0065C0;
        color: white;
        transition: all 0.5s;
    }

.Banner button.flickity-page-dot.is-selected {
    background: #0065C0 !important;
}


.Banner .flickity-page-dots{
    bottom:-15px !important;
}

/*.Banner img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
    -webkit-width: 100%;
    -webkit-height: fit-content;
    -webkit-object-fit: contain;
    -moz-width: 100%;
    -moz-height: fit-content;
    -moz-object-fit: contain;
}*/

.Banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-width: 100%;
    -webkit-height: -webkit-auto;
    -webkit-object-fit: contain;
    -moz-width: 100%;
    -moz-height: auto;
    -moz-object-fit: contain;
}


/*Làm sóng:*/

/*.Banner .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    Width: 100%;
    height: 100px;
    background: url(/FE/Images/Background/Large/wave.png);
    background-size: 1000px 100px;
}

.Banner .wave.wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.Banner .wave.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.Banner .wave.wave3 {
    animation: animate 15s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}*/

/*.Banner {
    background-image: url('/FE/Images/Background/Large/Main/ background.png');
    background-position: right;
    background-repeat: no-repeat;
}*/

