.text-gray-2 {
    color: #d7d8d8;
}

.text-gray-3 {
    color: #bbbbbb;
}

.text-gray-4 {
    color: #53585a;
}

.text-red-2 {
    color: #ea0a29;
}

.text-dark-2 {
    color: #53585b;
}

.text-dark-3 {
    color: #52575a;
}

.text-dark-4 {
    color: #5d6163;
}

.text-dark-5 {
    color: #53585b;
}

.text-blue-2 {
    color: #16203d;
}

.bg-gray-2 {
    background-color: #f5f5f5;
}

.text-yellow {
    color: #d3b184;
}

.bg-yellow {
    background-color: #d3b184;
}

.border-gray-2 {
    border-color: #c5c6c8 !important;
}

.border-color-transparent-white-custom {
    border-color: #f4ede8 !important;
}

.Btn-lag.active {
    color: #e91834;
}

.btn.btn-transparent-light-red {
    background-color: transparent;
    border-color: #e91834;
    color: #e91834;
}

.btn-custom-banner {
    background-color: #e91834;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 50px;
}

.btn-custom-banner:hover {
    background-color: transparent;
    border-color: #e91834;
    color: #e91834;
}

.btn-custom {
    background-color: #e91834;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 40px;
}

.btn-custom:hover {
    opacity: 0.6;
    background-color: #e91834;
    color: #fff;
}

.btn-custom-2 {
    background-color: #e91834;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
}

.btn-custom-2:hover {
    opacity: 0.6;
    background-color: #e91834;
    color: #fff;
}

.btn-link:hover {
    color: #e91834;
}

.see-more-btn {
    padding: 8px 35px;
    border: 1px solid #e91834;
    border-radius: 50px;
    background: #fff;
    color: #e91834;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.see-more-btn:hover,
.see-more-btn:focus {
    background: #e91834;
    color: #fff;
}

.pbmit-btn-global a {
    color: #1f242c;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-style: normal;
}

.accordion-style-02 .active-accordion .accordion-title span {
    color: #e91834;
}

.slider-navigation-style-04.swiper-button-prev {
    margin-right: 0px;
    bottom: auto;
    left: 20%;
    transform: translateX(50%);
    font-size: 100px;
    color: #e6022c;
}

.slider-navigation-style-04.swiper-button-next {
    bottom: 50%;
    right: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    font-size: 100px;
    color: #e6022c;
}

.w-position {
    width: 60%;
}

/*  */
.no-vertical th:first-child,
.no-vertical td:first-child {
    border-left: 1px solid #dee2e6 !important;
}

.no-vertical th:last-child,
.no-vertical td:last-child {
    border-right: 1px solid #dee2e6 !important;
}

.no-vertical th,
.no-vertical td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.detail-row td {
    background: #f5f7f8;
}

.accordion-body {
    margin: 12px;
    padding: 18px 20px;
}

.h-60 {
    height: 60%;
}

/* @media (min-width: 1200px) {

    .navbar .navbar-nav .nav-item .dropdown-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        right: -15px;
        position: absolute;
        top: 30px;
        text-align: center;
        color: var(--dark-gray);
    }

    .navbar .navbar-nav .nav-item.active .dropdown-toggle,
    .navbar .navbar-nav .nav-item:hover .dropdown-toggle {
        color: #e91834;
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle:after,
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle:after,
    .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle:after {
        display: none;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-toggle{
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
} */

@media (max-width: 767px) {
    .btn-custom-banner {
        font-size: 16px;
    }

    .w-position {
        width: auto;
    }

    .Btn-lag,
    .Btn-lag a {
        font-size: 15px;
    }

    header .navbar-brand img {
        max-height: 35px;
    }

    .h-60 {
        height: 100%;
    }
}