.header .main-header .header-right {
    max-width: 280px;
}

@media (max-width: 1199.98px) {
    .header .main-header .header-right {
        max-width: 315px;
    }
}

.header .main-menu li ul {
    white-space: nowrap;
}

.header .main-menu li ul li a {
    padding: 10px 38px;
}

.header .main-menu li.has-children>a::after {
    margin-left: 5px;
}

.header .main-menu li.has-children li.has-children>a::after {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.header .main-menu>li>a {
    text-transform: capitalize;
}

.page-link.active {
    color: #ffffff;
    background-color: #0EA5EA;
    border-color: #0EA5EA;
    transform: translateY(-1px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.content-detail a {
    color: #ed1a3b;
}