body{
    font-family: "Roboto";
}
* {-webkit-font-smoothing: antialiased;}

/*#lottie{
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}*/

.image-home {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D71F27;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.image-home:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image-home .text-block h4{
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    left: 0;
    background: #D71F27d9;
    color: #f1f1f1;
    width: 200px;
    padding: 10px 6px 10px 20px;
    margin: -22px 22px;
    transform: rotate(270deg);
    transform-origin: center left;
}

.image-home:hover .text-block{
    display: none;
}


.top-right {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 22px;
    background: #D71F27;
    text-transform: uppercase;
    font-weight: bold;
}
.bottom-left {
    position: absolute;
    font-weight: 900;
    bottom: 0px;
    left: 5px;
    color: #FFFFFF;
    line-height: 1.1em;
    padding: 15px 25px;
    background: #D71F27;
}
h6 {
    margin: 0px;
}
.footer_text {
    font-size: 14px;
    margin: 0px;
    padding: 15px 0px;
}

.nav-item{
    color: #e9ecef !important;
    padding: 0px 20px;
    text-transform: uppercase;
}

.nav-link {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600;
}

.nav-link.active {
    color: #D71F27 !important;
    font-size: 18px;
    font-weight: 600;
}

.nav-link:hover {
    color: #666 !important;
}

.navbar{
    height: 93px;
}

.navbar-brand-img:hover {
    opacity: 0.7;
}

.border-bottom-1{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #D71F27;
    border-radius: unset;
}

.btn_request {
    color: #D71F27;
    border-color: #D71F27;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.btn_request:hover {
    color: #FFFFFF;
    border-color: #D71F27;
    background-color: #D71F27;
}
.carousel.slide{
    margin-top: 90px;
}

.color_text{
    color: #D71F27;
}

.color_back{
    background-color: #D71F27;
}

#multimodal .service_left {
    font-size:26px;
}

.home_title{
    background-color: #D71F27d9;
    padding: 10px;
    transform: rotate(270deg);
    transform-origin: center left;
}

.news_items {
    margin-bottom: 30px;
    cursor: pointer;
}
.news_items img{
    filter: grayscale(100%);
}
.news_items:hover img{
    filter: grayscale(0);
}

.row_title {
    padding: 20px 0px;
    padding-bottom: 40px;
}
.img-fluid {
    width: 104% !important;
    max-width: none;
    height: auto;
}

.row_title .page_description{
    padding-top: 10px;
}
.col-md-3.float-right {
    margin-right: -30px;
}

.home_title:hover{
    background-color: #D71F27;
    padding: 5px;
    transform: rotate(0deg) !important;
    transform-origin: center left;
}

.img_sertificate{
    border: 1px solid #d0d0d0;
    max-height: 220px;
}

.div_history {
    margin: 10px 0px !important;
    background-color: #e9ecef;
}

.btn-flag{
    padding: 0px 0px;
    font-size: 25px;
    margin-right: 20px;
    /*border: 1px solid #D71F27;
    border-radius: 3px;*/
}

.btn-flag span{
    border:1px solid #eee;
}

span.navbar-brand{
    padding: 0px 15px;
    font-size: 13px;
    border-left: 1px solid #D71F27;
    margin: 0px -20px;
}

.page_title {
    font-size: 2rem;
    font-weight: 900;
}

.content_title {
    font-size: 1.6em;
    font-weight: 900;
    padding-right: 70px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.news_card_title {
    font-size: 1.7em !important;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.news_title {
    font-size: 1.4em;
    font-weight: 900;
    padding-right: 70px;
    line-height: 1em;
    margin-bottom: 10px !important;
    color: #000 !important;
    text-transform: none !important;
}

.news-left{
    flex: 0 0 45.66% !important;
    max-width: 45.66% !important;
}
.news-right{
    flex: 0 0 54.34% !important;
    max-width: 54.34% !important;
}

/*.left-right:odd .row_self .col-md-3{
    float:left !important;
}
.left-right:nth-child(even) .row_self .col-md-3{
    float:right !important;
}
/*.left-right div:nth-child(even) .list_img{
    float:left;
}*/
/*.event-list li:nth-child(even) img { float: right; }*/

.banner-path{
    margin-top: -4.6% !important;
}

.dropdown-divider {
    margin: 80px 0px;
}

.circle {
    border-radius: 50%;
    border: 1px solid #D71F27;
    width: 25px !important;
    height: 25px !important;
    background-color: #D71F27;
    margin-right: 10px !important;
}

.row_self{
    margin-right: -15px;
    margin-left: -15px;
}

.fixed-top{
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.bg-white {
    background: rgba(255,255,255,0.98) !important;
    padding-bottom: 15px;
}

.card {
    border: 0px;
    border-radius: 0px;
}

ul.gyzyl {
    list-style: none;
}

ul.gyzyl li::before {
    content: "‣";
    color: #D71F27;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
