/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/set/2017, 11:56:05
    Author     : Milu
*/


.home_banners_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 50px 0;
}
.home_banners_wrapper .home_banner.md-button {
    position: relative;
    height: 122px;
    flex: 50%;
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.home_banners_wrapper .home_banner.md-button img.bkg_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home_banners_wrapper .home_banner.md-button img.banner_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 47px;
    transform: translate(-50%,-50%);
}
.home_banners_wrapper .home_banner.md-button h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    transform: translate(-50%,-50%);
    color: #fff;
}

/* .content_container {
    max-width: 1170px;
    margin: 300px 0 0 auto;
    transition: .15s all linear;
}

.home_banner_container {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    background: #007dab;
}
.home_banner_background {
    width: 100%;
    max-width: 1170px;
    height: 300px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_banner_foreground_container {
    width: 100%;
    max-width: 1170px;
    height: 300px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    transition: .15s all linear;
}
.home_banner_inputs_container {
    margin: 40px 0;
}
.home_banner_title {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 40px 0;
}
.home_banner_logo_img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.home_banner_logo_text {
    text-align: center;
    color: #fff;
}
.home_banner_input_wrapper input {
    width: calc(100% - 92px);
    border: 0;
    padding: 0 40px 0 40px;
    height: 36px;
    border-radius: 12px;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 20px;
    text-align: center;
    color: #007dab;
}
.home_banner_input_wrapper button {
    width: 100%;
    margin: 0;
    background: #00d4f9;
    border-radius: 12px;
    color: #fff;
}



.home_shortcuts_container {
    padding: 36px 0;
}
.home_shortcut_wrapper {
    text-align: center;
    cursor: pointer;
}
.home_shortcut_img {
    width: 75px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.home_shortcut_text {
    display: inline-block;
    font-size: 16px;
    color: #007dab;
    margin: 12px 0;
    border-bottom: 2px solid transparent;
    transition: .15s all linear;
}
.home_shortcut_wrapper:hover .home_shortcut_text {
    border-bottom: 2px solid #d00a16;
}

.home_news_outer_title {
    text-align: center;
    color: #007dab;
    font-weight: 600;
    margin: 0 0 24px;
}
.content_container .home_news_wrapper {
    padding: 0 12px;
    cursor: pointer;
}
.home_news_thumb_box {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.home_news_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .25s all linear;
}
.home_news_wrapper:hover .home_news_image {
    width: 106%;
    height: 106%;
    left: -3%;
    top: -3%;
}
.home_news_title_box {
    position: absolute;
    bottom: 0;
    background: rgba(0, 125, 171, 0.75);
    width: 100%;
    text-align: center;
    height: 48px;
}
.home_news_title {
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 18px;
}
.home_news_small_description {
    font-size: 14px;
    color: #333;
    margin: 20px 0 0;
    text-align: justify;
}
.home_news_seeall_button {
    margin: 24px 0;
}
.home_news_seeall_button button.md-button {
    margin: 0 auto;
    display: block;
    background: #fff;
    border: 1px solid #d00a16;
    border-radius: 12px;
    color: #007dab;
}


.home_links_wrapper {
    height: 200px;
    padding: 50px;
}
.home_links_wrapper > a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home_banner_input_wrapper input::placeholder {
    color: #007dab;
    font-size: 14px;
}



@media screen and (max-width: 600px) {
    .home_banner_container {
    height: 400px;
}
.home_banner_background {
    height: 400px;
}
.home_banner_foreground_container {
    height: 400px;
}
.content_container {
    margin: 400px 0 0 auto;
}
} */