@media all and (min-width:0px) and (max-width:768px){
    .bottom_box_div{width:100%; text-align:center;margin-bottom:40px;}
}
@media all and (min-width:768px){
    .bottom_box {}
    .bottom_box_div{width:calc(25% - 20px);margin:10px;}
}

.bottom_screen{width:100%;height:auto;overflow:hidden;background-color:#07345e;font-family: 'Lato-Regular';}

.bottom_box{width:80%;height:auto;overflow:hidden;margin:0px auto;color:#a0aeab;margin-top:60px;}
.bottom_box_div{float:left;font-size:13px;}
.bottom_box_div > p{margin-bottom:10px;}
.bottom_box_div > a{color:#a0aeab !important}
.bottom_box_div > a:visited{color:#a0aeab;}
.bottom_box_div > a:hover{color:#fff !important;cursor:pointer;}

.bottom_icon{margin:0px auto;display:table;margin-top:70px;margin-bottom:70px;}
.bottom_icon > div{display:table-cell;padding-left:15px;padding-right:15px;}
.bottom_icon > div > img{cursor:pointer;}

.bottom_company_ment{margin:0px auto;display:table;text-align:center;margin-bottom:75px;}
.bottom_company_ment > div{color:#a0aeab;text-align:center;margin-bottom:30px;}
.bottom_company_ment > div:hover{color:#fff;}

body {overflow-x:hidden !important}


@media all and (max-width:768px){
    .bottom_box_div p {color:#fff; opacity:1;}
    .bottom_box_div:nth-child(2) br,
    .bottom_box_div:nth-child(3) br {display:none}
    .bottom_box_div:nth-child(2) a,
    .bottom_box_div:nth-child(3) a {padding:5px 15px; display:inline-block}
    .bottom_box {width:100%; padding:15px; margin-top:20px; box-sizing:border-box;}
    .bottom_icon {margin:30px auto}
    .bottom_company_ment {padding:0 15px; font-size:14px; word-break:keep-all}
    .bottom_company_ment > div {font-size:12px !important; line-height:1.65em}
}