/* ---------------------------------------------------Bootstrap Custom -------------------------------------------------------- */

.mw-80 {
    max-width: 80%;
    margin: auto;
}

.flex-1 {
    flex: 1; /* additionally, equal width */
}

.change-language-header a {
    color: #7e7e7f;
}

.change-language-header .lang-active a {
    color: #8fcfd1;
}

.change-language-header .language-en::before {
    content: "|";
    margin: 0 6px;
}

/* ------------------------------------------------------INDEX------------------------------------------------------------ */
header {
    /* padding: 15px 0; */
    background-color: #144264;
}

header ul {
    list-style: none;
}

header ul li {
    display: inline;
    font-size: 1.3rem;
    padding: 10px 5px;
}

.home-page p {
    word-wrap: break-word;
    font-weight: 500;
}

span {
    background-color: #144264;
    border-radius: 8px;
    padding: 2px 12px;
    color: #fff;
    font-size: 0.6rem;
}

a h3 {
    color: #000;
}

.hidden-toggle {
    display: none;
}

.toggle {
    position: fixed;
    z-index: 5;
    width: 100%;
    background-color: #144264;
}

.menu{
    display: none;
}

.menu.active{
    position: fixed;
    z-index: 3;
    background-color: #144264;
    display: grid;
    top: 0;
    overflow: scroll;
    height: 97%;
    margin-top: 6%;
}

.tag-list button {
    width: 100%;
    border: 1px solid #144264;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px;
    transition: 0.3s;
    word-wrap: break-word;
}

.tag-list button:hover {
    color: #fff;
    background-color: #144264;
}

.tag-content p {
    word-wrap: break-word;
}

.login-page {
    background-image: url("../images/Rectangle 1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100vh;
}

.login-page .login-content {
    border-radius: 20px;
    background-color: rgba(51, 51, 51, 0.8);
    padding: 3rem;
}

.login-page .login-content h2 {
    color: #fff;
}

.login-page .login-content input {
    border: none;
    border-radius: 8px;
    padding: 5px;
}

.login-page .login-content button {
    color: #fff;
    background-color: #BD0000;
    border-radius: 8px;
    display: block;
    margin: 15px auto;
}

.top-radius {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.bottom-radius {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.activity-item {
    border: 1px solid #f4f4f4;
    border-radius: 0.25rem;
}

.banner-radius {
    border-radius: 20px;
}

.owl-partner .owl-item {
    padding: 15px !important;
}

.page-header-title {
    color: #fff;
    background-color: #8fcfd1;
}

.text-price {
    color: #df5e88;
    font-size: 1.4rem;
}

a {
    text-decoration: none;
}

nav {
    font-family: monospace;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

li {
    color: #fff;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

li a {
    color: #fff;
}

li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: .3rem;
    left: 0;
    display: none;
}

ul li:hover > ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #236596;
    transition: .3s;
}

ul li ul li {
    clear: both;
    width: 100%;
    padding: 5px;
}


@media(max-width: 575.98px) {}


/* -----------------------------------------------------------------ACCOUNT DETAIL-------------------------------------------------------------------  */

@media(max-width: 360px) {}

@media(max-width: 576px) {}

@media(min-width: 576px) {}

@media(min-width: 576px) and(max-width: 768.98px) {}

@media(min-width: 768.98px) and(max-width: 1024.98px) {}

@media(min-width: 768.98px) and(max-width: 1024.98px) {}
