
#FullScreenCarousel {
    width: 100%;
    height: 75vh;
    background: url("/images/home/hero-bg.jpg") center left;
    background-size: cover;
    position: relative;
}
    #FullScreenCarousel:before {
        content: "";
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    #FullScreenCarousel .slider {
        width: 100%;
        height: 75vh;
        background-size: cover;
        position: relative;
    }

    #FullScreenCarousel .bg-fixed {
        background-attachment: fixed;
        background-position: center center;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        backface-visibility: hidden;
        width: 100%;
        height: 75vh;
    }

    #FullScreenCarousel:before {
        content: "";
        /*background: rgba(255, 255, 255, 0.4);*/
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #FullScreenCarousel .container {
        position: relative;
    }

    #FullScreenCarousel .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
       /* bottom: 0;*/
        top: 5rem;
        left: 10vh;
        right: 10vh;
    }

        #FullScreenCarousel .carousel-container .container {
            /*background: rgba(255, 255, 255, 0.4);*/
            padding: 10px;
        }

    #FullScreenCarousel h1 {
        margin-bottom: 2rem;
        font-size: 2vw;
       /*font-size: 56px;*/
        font-weight: bold;
        line-height: 120%;
        color: #fe0808;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 1px 1px #fff;
    }

        #FullScreenCarousel h1 span {
            color: #ed3c0d;
        }

    #FullScreenCarousel h4 {
        color:#2370d1;
        margin: 5px 0 30px 0;
        line-height: 120%;
        font-size: 32px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-align: center;
        text-shadow: 2px 2px  #fff;
    }

    #FullScreenCarousel h5 {
        color: #2370d1;
        text-shadow: 1px 1px #fff;
        margin: 5px 0 30px 0;
        line-height: 120%;
        font-size: 2vw;
        font-weight: 600;
        text-align: center;
    }

    #FullScreenCarousel .bg-fixed h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #222222;
        font-family: Arial, Helvetica, sans-serif;
    }

        #FullScreenCarousel .bg-fixed h1 span {
            color: #106eea;
        }

    #FullScreenCarousel .bg-fixed h4 {
        color: #222222;
        margin: 5px 0 30px 0;
        font-size: 24px;
        font-weight: 400;
    }

    #FullScreenCarousel .bg-fixed h5 {
        color: #222222;
        margin: 5px 0 30px 0;
        font-size: 24px;
        font-weight: 400;
    }
@media (max-width: 1024px) {
    #FullScreenCarousel {
        width: 100%;
        height: 30vh;
        background-size: cover;
        position: relative;
    }

        #FullScreenCarousel .slider {
            width: 100%;
            height: 30vh;
            background-size: cover;
            position: relative;
        }

        #FullScreenCarousel .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            /* bottom: 0; */
            top: 3vh;
            left: 5vh;
            right: 5vh;
        }

        #FullScreenCarousel h1 {
            font-size: 2vw;
        }

        #FullScreenCarousel h4 {
            font-size: 2vw;
          margin:5px;
        }
  		#FullScreenCarousel h5 {
            font-size: 2vw;
        }
    #MenuBlock .bg-cover {
        height: 20vh;
    }
    #services .bg-cover {
        height: 20vh;
    }
}
@media (max-width: 992px) {
   .link_hotline{ display: none;}
    #FullScreenCarousel {
        width: 100%;
        height: 30vh;
        background-size: cover;
        position: relative;
    }

        #FullScreenCarousel .slider {
            width: 100%;
            height: 30vh;
            background-size: cover;
            position: relative;
        }

        #FullScreenCarousel .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            /* bottom: 0; */
            top: 3vh;
            left: 5vh;
            right: 5vh;
        }

        #FullScreenCarousel h1 {
            font-size: 2vw;
        }

        #FullScreenCarousel h4 {
            font-size: 2vw;
          margin:5px;
        }
  		#FullScreenCarousel h5 {
            font-size: 2vw;
        }
    #MenuBlock .bg-cover {
        height: 20vh;
    }
    #services .bg-cover {
        height: 20vh;
    }
}
@media (max-width: 576px) {
  .link_hotline{ display: none;}
    #FullScreenCarousel {
        width: 100%;
        height: 25vh;
        background-size: cover;
        position: relative;
    }

        #FullScreenCarousel .slider {
            width: 100%;
            height: 25vh;
            background-size: cover;
            position: relative;
        }

        #FullScreenCarousel .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            /* bottom: 0; */
            top: 0;
            left: 5vh;
            right: 5vh;
        }

        #FullScreenCarousel h1 {
            font-size: 3vw;
            margin-bottom: 1rem;
            line-height: 100%;
        }

        #FullScreenCarousel h4 {
            font-size: 3.1vw;
          margin:0;
        }
   #FullScreenCarousel h5 {
            font-size: 3vw;
        }
    #MenuBlock .bg-cover {
        height: 15vh;
    }
    #services .bg-cover {
        height: 20vh;
    }
}



#MenuContent {
    width: 100%;
    position: relative;
    background-size: cover;
    z-index: 2;
}
#MenuContent h1{   
    color: #ffffff;
    font-size: 2rem;
    font-weight:600;
    
}
#ImageFullSize {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.bg-overlay-dark {
    background: rgba(40, 58, 90, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

#ImageFullSize .mask {
    /*background: rgba(40, 58, 90, 0.7);*/
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
   
}
#MenuIcon {
    padding: 20px 0;
    background: #f2f5f8;
}
.box-info {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:50;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin:1px;
}
.box-info a{
    text-align:center;   
    text-transform:uppercase;        
}
    .box-info a h3{        
        font-weight: 700;
        font-size: 16px;
    } 
.boxed {
    background: rgba(40, 58, 90, 0.7);
}
.box-item {
    flex-basis: 33.33%;
    margin: 0px 0px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
}
.item-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#MenuIcon .item {
    padding: 10px;
    width: 100%;
}
    #MenuIcon .item:hover {
       
        background: rgba(40, 58, 90, 0.7);
    }
    #MenuIcon .item .icon {
        padding: 20px;
        background: #fff;
        box-shadow: 1px 1px 0 rgb(0 0 0 / 7%);
        cursor: pointer;
        position: relative;
        z-index: 26;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
        #MenuIcon .item .icon .img {
            width: 30px;
            height: 30px;
            border-radius: 100%;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }
        #MenuIcon .item .icon .title {
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            font-size:0.8rem;
        }
        #MenuIcon .item .icon .link {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

.menu-sidebar {

}
    .menu-sidebar .box-menu-1 {
        position: relative;
        border-color: rgba(0,0,0,.2);
        -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        margin-bottom: 2px;
        display: block;
        position: relative;
        background-color: #fff;
    }
.box-menu-1 i {
    display: block;
   
}
.box-menu-1 a {
    display: block;
    color: #333;
    padding: 20px;
    position: relative;
    line-height: 1.2rem;
}
    .box-menu-1 a:hover {
        background-color: #0c2e8a;
        color: #fff;
    }
.box-menu-1 span {
    position: relative;
    display: inline-block;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
}
.section-menu-block {
    padding: 15px;
    background-color: #073d81;
}
.slider .block {
    position: relative;
    display: inline-block;
    padding: 80px 0px 160px;
    background: rgba(11, 55, 111, 0.2);
    box-shadow: 1px 1px 0 rgb(0 0 0 / 7%);
}






