body {
    font-family: 'Geometria', sans-serif;
    font-size: 16px;
    background-color: #24366f;
    color: #ffffff;
}
.grey {
    opacity: 0.5;
}
.btn.btn-red {
    border-radius: 3px;
    border: 2px solid #ff3858;
    background-color: #ff3c5c;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn.btn-lg {
    padding: 22px 36px 16px;
}
h2 {
    margin: 0 0 30px;
}
.inset {
    max-width: 100%;
}
img.inset {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.top {
    background-color: #24366f;
    padding: 3px 0;
}
.top-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-num {
    font-size: 53px;
    font-weight: 500;
}
.top-mon {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(270deg);
}
.top-title {
    font-size: 18px;
    font-weight: 500;
}

.slide {
    background: no-repeat url(/images/slide.jpg) center / cover;
    height: 750px;
    text-align: center;
    position: relative;
    padding-top: 145px;
    line-height: 1.2;
}
.slide-content {
    display: inline-block;
}
.slide-l1 {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 8px;
}
.slide-l2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.slide-l2 >span {
    margin: 0 24px;
}
.slide-l2:before,
.slide-l2:after {
    content: '';
    width: 50%;
    border: 1px solid;
}
.slide-l3 {
    font-size: 66px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 20px;
    margin-bottom: 7px;
}
.slide-l4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 19.9px;
    padding: 26px 0 18px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
}
.slide-l5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.slide-l6 {
    font-size: 20px;
    font-weight: 500;
}
.slide-l7 {
    font-size: 32px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 47px;
    position: absolute;
    right: 30px;
    bottom: 36px;
}

.description {
    padding: 90px 0 120px;
    background: repeat-x url(/images/description-bg.png) center bottom;
}
.photogallery {
    background: #162040;
    padding-bottom: 40px;
}
.photogallery a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.photo-img {
    padding-top: 100%;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center;
}
.photo-name {
    font-size: 18px;
    font-weight: 700;
}
.photo-spec {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}

.banners {
    background: #162040;
}
.banner {
    width: 50%;
    max-width: 720px;
    height: 750px;
    position: relative;
    background-color: rgba(36, 54, 111, 0.65);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-top: 166px;
    padding-bottom: 150px;
}
.banner-l1 {
    font-size: 86px;
    font-weight: 700;
    line-height: 1;
}
.banner-l1 > small {
    display: block;
    font-size: 26px;
    font-weight: 500;
}
.banner-l3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}
.banner-l4 {
    font-size: 26px;
    font-weight: 500;
}
.banner-l5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.modal {
    background: #162040;
    flex-direction: column;
}
.modal-main {
    overflow: auto;
    padding: 65px 0;
    flex-grow: 1;
}
.modal-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    background: rgba(255, 255, 255, 0.08);
    width: 85px;
    text-align: center;
    line-height: 83px;
}
body.open-modal {
    overflow: hidden;
}

.bpartner {
	position: relative;
}

.bpartner img {
	max-width: 100%;
	height: auto;
	margin-top: 50%;
	    transform: translate(0%,-50%);
}

.social {
    display: block;
    text-align: center;
}
.social img {
	max-width: 10%;
	height: auto;
	margin-top: 15%;
    transition: opacity .25s ease-in-out;
}
.social img:hover,
.social img:focus {
	opacity: .7;
}


/**********************************************************************/

@media (max-width: 991px) {
    .top-title {
        font-size: 11px;
    }
    .slide {
        padding-top: 80px;
        height: 605px;
    }
    .slide-l1 {
        font-size: 36px;
    }
    .slide-l2 {
        margin-bottom: 0;
    }
    .slide-l3 {
        font-size: 46px;
    }
    .slide-l4 {
        letter-spacing: 12.9px;
    }
    .slide-l5 {
        font-size: 18px;
    }
    .banner {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 640px;
    }
}
@media (max-width: 767px) {
    .slide {
        padding-top: 65px;
        height: 560px;
    }
    .slide-l1 {
        font-size: 30px;
    }
    .slide-l3 {
        font-size: 42px;
        letter-spacing: 9px;
    }
    .slide-l4 {
        letter-spacing: 6px;
    }
    .slide-l5 {
        font-size: 14px;
    }
    .btn.btn-lg {
        padding: 16px 28px 12px;
    }
    .banner {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 100px;
        height: 570px;
    }
}
@media (max-width: 575px) {
    .top-item {
        height: 50px;
    }
    .slide {
        padding-top: 30px;
        height: auto;
        padding-bottom: 30px;
    }
    .slide-l1 {
        font-size: 25px;
    }
    .slide-l2 {
        font-size: 18px;
    }
    .slide-l3 {
        font-size: 42px;
        letter-spacing: 9px;
    }
    .slide-l4 {
        letter-spacing: 6px;
    }
    .slide-l5 {
        margin-bottom: 20px;
    }
    .btn.btn-lg {
        padding: 16px 28px 12px;
    }
    .banner {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        height: 590px;
    }
    .banner-l3 {
        font-size: 30px;
    }

}

.flex {
    display:  flex;
}
.align-items-center {
    align-items:  center;
}
.flex-direction-column {
    flex-direction: column;
}
.btn.btn-outline {
    display: block;
    color:  #fff;
    border-color:  currentColor;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {

    section.top .top-item {
        height: unset;
    }

    section.top .top-title {
        font-size: 18px;
    }

}

.hidden {
    display: none;
}



