@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    font-size: 16px;
    font-family: "League Spartan", sans-serif;
}

a {
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}
/**
 * Remove focus styles for non-keyboard focus.
 */
:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/**
   * Cross-browser styles for explicit focus via
   * keyboard-based (eg Tab) navigation or the
   * .focus-visible utility class.
   */
:focus,
.focus-visible:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

body {
    background-color: #fbfbfb;
    color: #44494d;
}

p {
    margin: 0px;
    padding: 1px;
}
.navbar {
    width: 100%;
    padding: 12px 0px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.navbar-toggler {
    border: unset !important;
}

.navbar-light .navbar-toggler-icon {
    font-size: 18.5px;
}

.nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 2px solid #be0129;
}

.footer {
    background-color: #f2f2f2;
    padding: 10px 0px;
}

.footer a {
    text-decoration: none;
    color: #212529;
}
.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.swiper {
    width: 100%;
    cursor: move;
}

.swiper-slide img {
    margin-top: 63px;
    display: block;
    width: 100%;
    max-height: 568px;
}

.swiper-pagination-bullet-active-main {
    background-color: #fff;
}
.card-s1-home {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 12%);
    background-color: #fff;
}
.card-internet {
    color: #fff !important;
    border-radius: 20px 20px 20px 0px;
    background-color: #ed0132;
}
.card-internet img {
    color: #fff !important;
    border-radius: 20px 20px 20px 0px;
    background-color: #ed0132;
}
.accordion-button {
    font-size: 20px;
    background-color: #ffffff;
    color: #44494d;
}

.accordion-button:not(.collapsed) {
    color: #44494d;
    font-weight: bold;
    background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    color: #4d4444;
    background-color: #f2f2f2;
    padding: 1rem 1.25rem;
}

.card-combo {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 20px 20px 20px 0px;
    width: 100%;
    background-color: #fff;
}

.card-combo a:hover {
    color: #fff;
}

.card-title {
    background-color: #be0129;
    padding: 10px 10px;
    border-radius: 20px 20px 20px 0px;
    color: #fff;
    margin: 0px;
}

.card-info {
    background-image: url(../img/package-background.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: right;
}

.btn-viettel {
    -webkit-appearance: none;
    padding: 8px 32px;
    background-color: #ee0033;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px 10px 10px 0px;
    font-weight: 500;
}

.input-viettel {
    width: 300px;
    height: 50px;
    border: 2px solid #4d4444;
    color: #4d4444;
    margin: 15px 5px 0px 5px;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
}

.btn-viettel-outline {
    padding: 8px 32px;
    color: #4d4444;
    border: 2px solid transparent;
    background-color: transparent;
    border-color: #ee0033;
    border-radius: 10px 10px 10px 0px;
    font-weight: 500;
}

.end {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.btn-viettel-outline:hover {
    color: #44494d;
}

.se2 {
    background-color: #eee;
}

.se1:before {
    background: url(../img/bg-circle-1.svg) left 0 no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 650px;
    width: 100%;
    z-index: -1;
}

.swal2-container.swal2-center > .swal2-popup {
    border-radius: 20px 20px 20px 0px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-html-container {
    margin: 0px !important;
}

.swal2-styled.swal2-confirm {
    padding: 8px 32px;
    background-color: #ee0033 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    border-radius: 10px 10px 10px 0px !important;
    font-weight: 500 !important;
}

.callout {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    max-width: 100px;
    max-height: 500px;
    padding: 12px;
    z-index: 100;
    background: #be0129;
    border-radius: 15px 15px 15px 0px;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    animation: zoom-in-zoom-out 2s ease infinite;
}
.callout a {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .callout {
        position: fixed;
        bottom: 1rem;
        right: 1rem !important;
        left: unset;
        max-width: 100px;
        max-height: 500px;
        padding: 12px;
        z-index: 100;
        background: #be0129;
        border-radius: 15px 15px 0px 15px;
        color: #fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
            rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        animation: zoom-in-zoom-out 2s ease infinite;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
