html, body {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.5;
    font-size: 13px;
    color: #444;
    font-weight: 400;
}
a{
    color: #025a04;
}
a:hover{
    text-decoration: none;
    color: #014603;
}
.intro{
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
    background-image: url('../images/home/img1.jpg');
}
.intro:before{
    content: '';
    position: absolute;
    display: block;
    /*width: 100%;*/
    /*height: 100vh;*/
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.intro .int_dot{
    position: absolute;
    content: '';
    display: block;
    /*width: 100%;*/
    /*height: 100vh;*/
    margin: 0 auto;
    width: 100%;
}
.intro .intro_content_wrap{
    display: table;
    width: 100%;
    height: 100vh;
}
.intro .intro_content_wrap .intro_content{
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
}
.intro .into_logo img{
    height: 150px;
    width: auto;
    margin-bottom: 10px;
}
.intro .inttitle{
    color: #023378;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}
.intro .inttitle span{
    font-weight: 400;
    display: block;
    font-size: 16px;
}
.intmenu{
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.intmenu li{
    display: inline-block;
    margin: 0 20px 10px;
    vertical-align: top;
}
.intmenu li a{
    display: block;
    color: #ffffff;
    width: 180px;
    height: 180px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-size: 20px;
    padding: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.intmenu li a img{
    filter: brightness(0) invert(1);
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.intmenu li a:hover{
    background: rgba(5, 50, 106, 0.8);
    color: #fff;
}

.intmenu li a:hover img{
    filter: brightness(0) invert(1);
}

.overflow-hidden {
    overflow: hidden;
}

@media screen and (max-width:375px) {
    .intmenu li{
        margin: 0 20px 20px;
    }
    .intmenu li a{
        width: 130px;
        height: 130px;
        font-size: 14px !important;
    }
    .intmenu li a img{
        height: 38px;
    }
}

@media screen and (min-width:376px) and (max-width:768px) {
    .intmenu li{
        margin: 0 20px 20px;
    }
    .intmenu li a{
        width: 150px;
        height: 140px;
        font-size: 14px !important;
    }
    .intmenu li a img{
        height: 40px;
    }
}

@media screen and (max-device-width:992px) {
    .intmenu li{
        margin: 0 20px 20px;
    }
    .intmenu li a{
        width: 300px;
        height: 270px;
        font-size: 36px !important;
    }

    .intmenu li a img{
      height: 80px;
    }
}

/*@media  only screen and (min-width:769px) {*/

/*}*/

