body,html   {
    margin: 0;
    padding: 0;
}



/* for sample */
@media (min-width: 544px) {
    .content-container {
    max-width: 1030px;
    }
}
@media (min-width: 768px) {
    .content-container {
    max-width: 1030px;
    }
}
@media (min-width: 992px) {
    .content-container {
    max-width: 1030px;
    }
}
@media (min-width: 1025px) {
    .content-container {
    width: 1060px;
    }
}
@media (min-width: 1200px) {
    .content-container {
    max-width: 1140px;
    }
}
@media (max-width: 1280px) {
    /* TITLE */
    .landingpage-languange-header {
        top: 20px!important;
    }
    .landingpage-languange-header__logo {
        width: 230px!important;
    }
}
.landingpage-languange-container  {
    background: black;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
/* TITLE */
.landingpage-languange-header {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.landingpage-languange-header__logo {
    width: 400px;
}
.landingpage-languange-header__logo img {
    width: 100%;
}
/* LANG */
.landingpage-languange-select   {
    display: flex;
    width: 100%;
    height: 100%;

    
    background-image: url(./img/bg-0.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
}
.landingpage-languange-select__item {
    width: 100%;
    height: 100%;
    /* padding: 3px; */
    /* border-right: 5px solid #decb60; */

    position: relative;

    cursor: pointer;
    /* overflow: hidden; */

    text-align: center;
}
.landingpage-languange-select__item:first-child {
    text-align: left;
}
.landingpage-languange-select__item:last-child {
    text-align: right;
}

.landingpage-languange-select__item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.landingpage-languange-select__item-img {
    /* width: 100%; */
    height: 100%;

    transition: 0.3s all ease;

}
/* FOOTER */
.landingpage-footer {
    width: 100%;
    text-align: center;

    position: fixed;
    bottom: 0;
    left: 0;
}
.landingpage-footer__brand   {
    background: rgba(28,28,28,255);
    padding: 5px;
    color: white;
}
.landingpage-footer__copy   {
    background: rgba(28,28,28,255);
    border-top: 2px solid rgba(70,70,70,255);
    padding: 10px;
}
.landingpage-footer p   {
    margin: 0;
    color: white;
    font-size: 14px;
}
.landingpage-footer strong   {
    color: gold;
}

/* FOOTER BRAND*/
.footer-sponsor {
    display: flex;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}
.footer-brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-brand-table {
    width: 100%;
}
.footer-brand-img {
    width: 40px;
}
.footer-brand-caption {
    color: #8d8d89;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}
.footer-brand-caption tr:last-child td {
    color: #b0aeab;
}