* {
    margin: 0;
    padding: 0;
    font-family: 'Faustina', serif;
}

.show-on-mobile{
    display: none;
}

.hide-on-mobile{
    display: block;
}

p{
    margin-bottom: 0;
}

#landingPage {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#header{
    height: 120px;
}

#header .row{
    height: 120px;
    align-items: center;
}

#header .right{
    text-align: right;
    font-size: 36px;
    font-weight: 700;
}

.logo{
        height: 42px;
        transform: translate(0px, -9px);
}

#banner{
    height: 600px;
    background: url(images/banner.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

#banner .notice{
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    font-size: 22px;
    padding: 0 15px;
}

#banner .notice .notice .top-right-1{
    text-align: right;
}

#banner .notice .notice .top-right-2{
    text-align: right;
}

#banner .notice br{
    display: none;
}

#banner .notice.top-right-1{    
    top: 50px;
    right: 133px;
}

#banner .notice.top-right-1 b{
    font-size: 36px;
    color: #1ABC9C;
}

#banner .notice.top-right-2{
    top: 150px;
    right: 104px;
    font-size: 30px;
    color: red;    
    font-weight: 500;
}

#banner .notice.top-right-2 b.blue{
    color: #0011ff;
    font-size: 36px;
}

#banner .notice.top-right-2 b.red{
    color: #ff0000;
}

#banner .notice.bottom-left-1{
    background-color: transparent;
    bottom: 40px;
    left: 20px;
    color: #fff;
}

#banner .notice.bottom-left-1 .note-top{
    border-left: 10px solid #1ABC9C;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

#banner .notice.bottom-left-1 .note-bottom{
    border-left: 10px solid #f43200;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(0,0,0,0.6);
    padding-right: 20px;
}

#banner .notice.bottom-left-1 .note-bottom p{
    margin-bottom: 0;
}

#locations{
    font-size: 22px;
    color: #1ABC9C;
}

#locations .row{
    align-items: center;
    height: 50px;
}

#locations .row .location{
    margin-bottom: 10px;
}

#locations .location{
    float: left;
    padding: 0 10px;
    border-radius: 30px;
    margin-right: 15px;
    width: auto;

    border: 1px solid #f43200;
    color: #f43200;
}

#jobInformations{
    font-size: 18px;
}

#jobInformations .row{
    height: 40px;
    line-height: 40px;
}

#jobInformations .row.extra{
    height: 50px;
}

#jobInformations .row.extra p.reduce{
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

#jobInformations .row.two{
    height: 80px;
}

#jobInformations .row.three{
    height: 120px;
}

#jobInformations .row.four{
    height: 160px;
}

#jobInformations .row.five{
    height: 200px;
}

#jobInformations .row.ten{
    height: 400px;
}

#jobInformations .row.infinity{
    height: auto;
}

p.mu{
    color: #f43200;
    font-weight: 700;
}

p.mb{
    margin-bottom: 30px;
}

.step{
    border: 1px solid #f43200;
    color: #f43200;
    height: 35px;
    text-align: center;
    border-radius: 20px;
    padding-bottom: 25px;
    position: relative;
}

.step::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    background: url(images/arrow.png) no-repeat;
    background-size: 30px 10px;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
}

.step.no-arrow::after{
    content: "";
    background: none;
}

.inf-title{
    color: #6e6e6e;
}

.title{
    background-color: #ccc;
    color: #000;
    font-weight: 700;
}

.title.mup{
    margin-top: 20px;
}


.inf{
    border-bottom: 1px solid #ccc;
}

.inf.end{
    border-bottom: none;
}

.row.infinity .btn{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
    width: 360px;
    border-radius: 20px;
    background-color: #1ABC9C;
    color: #fff;
    outline: none;
    font-size: 30px;
}

.row.infinity .btn.left p{
    transform: translate(10px, 24px);
}

.row.infinity .btn:hover{
    filter: brightness(86%);
}

.row.infinity .btn.right{
    background-color: #0A81ED ;
}

.row.infinity .ac{
    text-align: center;
}

#footer{
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #555;
}

.footer-nav-list {
    font-size: 18px;
    margin-bottom: 0px;
}

.footer-nav-list>li {
    display: inline-block;
    padding: 0 15px;
}

.footer-nav-list>li>a {
    color: #fff;
    text-decoration: none;
}

.footer-nav-list>li+li {
    border-left: solid 1px #aaa;
}

.copyright {
    font-size: 18px;
}

.hed-deh{
    text-align: center;
    font-weight: 800;
}

.con-noc{
    text-align: justify;
    font-size: 17px;
}

/* #lpbody{
    padding-bottom: 147px;
} */

.other-jobs{
    padding: 20px 0;
    bottom: 0;
    background: #fff;
}

.other-jobs h4{
    font-size: 48px;
    font-weight: 500;
    color: #333;
}

.other-jobs a{
    font-size: 24px;
    font-weight: 400;
    color: #00ff;
}

.other-jobs .ac{
    text-align: center;
}

.other-jobs .contact-fb-btn{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
    width: 360px;
    border-radius: 20px;
    background-color: #1ABC9C;
    color: #fff;
    outline: none;
    font-size: 30px;
    background-color: #0A81ED ;
    text-decoration: none;
    padding: 5px 20px;
    margin: 0 auto;
}

.other-jobs .contact-fb-btn:hover{
    filter: brightness(86%);
}

@media (min-width: 1400px) {
    .show-on-mobile{
        display: none;
    }
    
    .hide-on-mobile{
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .show-on-mobile{
        display: none;
    }
    
    .hide-on-mobile{
        display: block;
    }

    #banner .notice br {
        display: none;
    }

    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 24px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 24px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 80px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 30px;
    }

    #banner .notice.bottom-left-1 {
        top: 470px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        border-left: 5px solid #1ABC9C;
        padding-left: 5px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 24px;
    }
    
    #banner .notice .top-right-1 span{
        text-align: right;
    }
    
    #banner .notice .top-right-2 span{
        text-align: right;
    }

    .step {
        font-size: 15px;
    }

    
    .logo {
        height: 68px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .show-on-mobile{
        display: none;
    }
    
    .hide-on-mobile{
        display: block;
    }

    .logo {
        height: 38px;
    }

    #header .right{
        font-size: 35px;
    }

    #header .right h1{
        font-size: 37px;
    }

    #banner .notice br:nth-of-type(1) {
        display: inline;
    }

    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 24px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 24px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 120px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 30px;
    }

    #banner .notice.bottom-left-1 {
        top: 470px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        border-left: 5px solid #1ABC9C;
        padding-left: 5px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 24px;
    }

    .step {
        font-size: 12px;
    }

    #jobInformations{
        font-size: 16px;
    }


}

@media (min-width: 768px) and (max-width: 991.98px) {
    .show-on-mobile{
        display: none;
    }
    
    .hide-on-mobile{
        display: block;
    }

    .logo {
        height: 38px;
        transform: translate(0px, -12px);
    }

    #header .right{
        font-size: 25px;
    }

    #header .right h1{
        font-size: 25px;
    }

    #banner {
        height: 365px;
        background-image: url("images/banner.jpg");
    }

    #banner .notice br{
        display: inline;
    }
    
    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 20px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 20px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 120px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 24px;
    }

    #banner .notice.bottom-left-1 {
        top: 250px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        border-left: 5px solid #1ABC9C;
        padding-left: 5px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 20px;
    }

    #locations{
        font-size: 19px;
    }

    #locations .row {
        height: auto;
        padding: 10px 0;
    }

    #jobInformations{
        font-size: 16px;
    }

    .inf-title{
        text-decoration: underline;
    }

    .other-jobs h4{
        font-size: 40px;
    }

    .other-jobs a{
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .show-on-mobile{
        display: block;
    }
    
    .hide-on-mobile{
        display: none;
    }

    #header .logo {
        height: 55px;
        transform: none;
    }
    
    #header .right{
        text-align: center;
        font-size: 33px;
    }

    #banner {
        height: 181px;
        background-image: url("images/banner.jpg");
    }

    #banner .notice br{
        display: inline;
    }

    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 14px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 14px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 90px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 18px;
    }

    #banner .notice.bottom-left-1 {
        top: 100px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        border-left: 5px solid #1ABC9C;
        padding-left: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 14px;
    }

    .other-jobs h4{
        font-size: 33px;
    }

    .other-jobs a{
        font-size: 18px;
    }

    #locations .row {
        height: auto;
        padding: 10px 0;
    }
}

@media (min-width: 452px) and (max-width: 575.98px) {
    .show-on-mobile{
        display: block;
    }
    
    .hide-on-mobile{
        display: none;
    }

    .logo {
        height: 45px;
        transform: none;
    }

    #header .right{
        text-align: center;
        font-size: 26px;
    }
    #banner {
        height: 200px;
        background-image: url("images/banner.jpg");
    }

    #banner .notice br{
        display: inline;
    }

    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 14px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 14px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 90px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 18px;
    }

    #banner .notice.bottom-left-1 {
        top: 130px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        display: none;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 14px;
    }

    #locations{
        font-size: 15px;
    }

    #locations .row {
        height: auto;
        padding: 10px 0;
    }

    #locations .row .location{
        margin-bottom: 10px;
    }

    .step{
        width: 100%;
    }

    .des{
        display: none;
    }

    .other-jobs h4{
        font-size: 26px;
    }

    .other-jobs a{
        font-size: 18px;
    }
}

@media (max-width: 451.98px) {
    .show-on-mobile{
        display: block;
    }
    
    .hide-on-mobile{
        display: none;
    }

    #locations{
        font-size: 12px;
    }

    .logo {
        height: 45px;
        transform: none;
    }

    #header .right{
        text-align: center;
        font-size: 21px;
    }

    #banner {
        height: 200px;
        background-image: url("images/banner.jpg");
    }

    #banner .notice br{
        display: inline;
    }
    
    #banner .notice,
    #banner .notice.top-right-1{
        font-size: 14px;
    }

    #banner .notice.top-right-1{
        text-align: right;
        top: 10px;
        right: 10px;
    }

    #banner .notice,
    #banner .notice.top-right-2{
        font-size: 14px;
    }

    #banner .notice.top-right-2{
        text-align: right;
        top: 90px;
        right: 10px;
    }

    #banner .notice.top-right-1 b,
    #banner .notice.top-right-2 b.blue{
        font-size: 18px;
    }

    #banner .notice.bottom-left-1 {
        top: 130px;
        left: 10px;
        padding-left: 0;
    }

    #banner .notice.bottom-left-1 .note-top{
        display: none;
    }

    #banner .notice.bottom-left-1 .note-bottom{
        border-left: 5px solid #f43200;
        padding-left: 5px;
        font-size: 14px;
    }

    #locations .row {
        height: auto;
        padding: 10px 0;
    }

    #locations .row .location{
        margin-bottom: 10px;
    }
    .step{
        width: 100%;
    }

    .des{
        width: 40%;        
    }

    #jobInformations .row.extra p.reduce{
        font-size: 10px;
    }

    .footer-nav-list {
        padding-left: 0;
    }

    .other-jobs h4{
        font-size: 21px;
    }

    .other-jobs a{
        font-size: 15px;
    }
}