header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

    background-color: rgba(0, 70, 150, 0);

	text-transform: uppercase;
	color: #fff;
    font-size: 14px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

header .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}

header .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    border-radius: 30px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(0,0,0,0);
    gap: 10px;
    background: #ED533F;
}

header.is-menu-open {
    background-color: rgba(0, 70, 150, .9);
}

header .group-right {
    display: none;
    align-items: stretch;
}

header .group-right .btn-map-exp,
header .group-right .navbar-toggler {
    display: flex;
    align-items: center;
}

header .btn-map-exp {
    display: none;
    color: #FFF;
    border-radius: 2.5px;
    border: 1px solid #F4941F;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 10px;
    margin-right: 15px;
    position: relative;
}

header .btn-map-exp::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../images/ic-arrow-ltr-white.svg) no-repeat center center;
    background-size: contain;
}

@media (max-width: 991.98px) {
    header .group-right {
        display: flex;
    }
    header .group-right .btn-map-exp {
        display: flex;
    }
}


footer {
	background-color: #253A52;
	color: #fff;
	padding: 30px 0;
    margin-top: auto;
    position: relative;
}

footer a {
	color: #ccc;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer .ft-categories {}
footer .ft-categories li {
    opacity: 1;
    border-width: 1px;
    border-radius: 22px;
    border-style: dashed;
    padding: 5px;
    margin-bottom: 15px;
}

footer .ft-about {
    padding: 0 80px;
}

footer .ft-promotion {}

footer .ic-circle {
    width: 40px;
    height: 40px;
    border: 1.5px solid #F4941F;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer .ic-circle img {
    height: 50%;
}

.line-white {
    width: 80px;
    height: 3px;
    background: #fff;
    border-radius: 50px;
}

.btn-login {
    display: inline-flex;
    align-items: center;
    background-color: #4DB38E; 
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-login:hover {
    background-color: #3a8f6f; 
    text-decoration: none;
    color: #fff;
}

.btn-login span {
	display: inline-block;
	padding: 0 10px 0 10px;
}

.btn-login img {
	height: 30px;
}

.language-switch {
    display: inline-flex;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    font-weight: 600;
    margin-left: 30px;
}

.language-switch input[type="radio"] {
    display: none;
}

.language-switch label {
    cursor: pointer;
    padding: 6px 15px;
    color: #000;
    background: transparent;
    /*transition: all 0.3s ease;*/
    margin-bottom: 0 !important;
}

.language-switch input[type="radio"]:checked + label {
    background-color: #e74c3c;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 20px;
}

/*@media (max-width: 991.98px) {
    header {
        background-color: rgba(0, 70, 150, 1) !important;
    }
}*/
