footer {
    width: 100%;
    position: relative;
    float: left;
}

footer .shapePolygon {
    width: 100%;
    height: auto;
    position: relative;
}

footer .shapePolygon .shapeTop {
    width: 102%;
    left: -1%;
    position: relative;
}

footer .shapePolygon .shapeTop .front {
    width: 100%;
    z-index: 100;
    position: absolute;
}

footer .shapePolygon .shapeTop .back .gradientForDesktop {
    display: block;
    width: 100%;
}

footer .shapePolygon .shapeTop .back .gradientForTablet {
    display: none;
}

footer .shapePolygon .shapeTop .back {
    width: 100%;
}

footer .shapePolygon .shapeBottom {
    width: 100%;
    background: rgba(17, 91, 141, 1);
    background: -moz-linear-gradient(top, rgba(17, 91, 141, 1) 0%, rgba(6, 65, 108, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 91, 141, 1)), color-stop(100%, rgba(6, 65, 108, 1)));
    background: -webkit-linear-gradient(top, rgba(17, 91, 141, 1) 0%, rgba(6, 65, 108, 1) 100%);
    background: -o-linear-gradient(top, rgba(17, 91, 141, 1) 0%, rgba(6, 65, 108, 1) 100%);
    background: -ms-linear-gradient(top, rgba(17, 91, 141, 1) 0%, rgba(6, 65, 108, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 91, 141, 1) 0%, rgba(6, 65, 108, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#115b8d', endColorstr='#06416c', GradientType=0);
}

footer .shapePolygon .socialIcon {
    width: 100%;
    text-align: center;
    padding-top: 9vw;
    padding-bottom: 3vw;
}

footer .shapePolygon .socialIcon img {
    height: 2.6vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

footer .shapePolygon .socialIcon img:hover {
    opacity: 0.7;
}

footer .shapePolygon .content {
    display: flex;
    width: 100%;
    padding-top: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .shapePolygon .getDirection button {}

footer .shapePolygon .content .flexBox {
    flex: 1;
    padding-left: 8vw;
    padding-right: 8vw;
    color: #fff;
}

footer .direction {
    width: 100%;
    border: 1px #5A90B3 solid;
    border-radius: 10vw;
    font-size: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    margin-top: 1vw;
}

footer .direction .icon {
    width: 10%;
    float: left;
    text-align: right;
    color: #5A90B3;
}

footer .direction .inputBox ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

footer .direction .inputBox ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

footer .direction .inputBox :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

footer .direction .inputBox :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

footer .direction button {
    width: 15%;
    float: left;
    border: 0px;
    line-height: 2.6rem;
    text-align: center;
    background-color: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;
}

footer .direction button:hover {
    color: #5A90B3;
}

footer .direction .inputBox input {
    border: 0px;
    background-color: transparent;
    text-indent: 1vw;
    font-size: 1vw;
}

footer .direction .icon {
    width: 10%;
    float: left;
    text-align: right;
}

footer .shapePolygon .content a,
footer .shapePolygon .content a:visited {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: Titl;
}

footer .shapePolygon .content a:hover {
    opacity: 0.7;
}

footer .shapePolygon .content .flexBox h2 {
    font-size: 1.6vw;
}

footer .shapePolygon .content .flexBox p {
    font-size: 1.1vw;
    margin-top: 0.8vw;
    margin-bottom: 2vw;
}

footer .languageSelector {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1vw;
    padding: 15px;
    background: #06446f;
}

footer .languageSelector .box:hover {
    color: #7D9FB5;
    cursor: pointer;
}

footer .languageSelector .active {
    width: 100%;
    text-align: center;
    color: #7D9FB5 !important;
    cursor: default !important;
}

footer .bottom {
    width: 100%;
    background-color: #272727;
    padding-top: 30px;
    padding-bottom: 60px;
    float: left;
}

footer .bottom h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 20px;
}

footer .bottom a {
    margin-left: 10px;
    margin-right: 10px;
}

footer .bottom h3 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

footer .bottom a {
    color: #fff;
    text-decoration: none;
}

footer .bottom a:visited {
    text-decoration: none;
}

footer .bottom a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    footer .shapePolygon {
        width: 100%;
        height: auto;
    }
    footer .shapePolygon .shapeTop {
        width: 102%;
        position: relative;
    }
    footer .shapePolygon .shapeTop .front {
        width: 100%;
        z-index: 100;
        position: absolute;
    }
    footer .shapePolygon .shapeTop .back .gradientForDesktop {
        display: none;
    }
    footer .shapePolygon .shapeTop .back .gradientForTablet {
        display: block;
        width: 100%;
    }
    footer .shapePolygon .shapeTop .back {
        width: 100%;
    }
    footer .shapePolygon .socialIcon {
        width: 100%;
        text-align: center;
        padding-top: 11vw;
        padding-bottom: 3vw;
    }
    footer .shapePolygon .socialIcon img {
        height: 3.4vw;
        margin-left: 3vw;
        margin-right: 3vw;
    }
    footer .shapePolygon .content {
        display: none;
    }
    footer .tabletContent {
        border-top: 1px #4F8FB8 solid;
        border-bottom: 1px #4F8FB8 solid;
        height: 6.5vw;
        padding-top: 0.7vw;
        padding-bottom: 0.7vw;
    }
    footer .tabletContent .quickMenu {
        font-size: 2vw;
        letter-spacing: 0.5px;
        padding-left: 8vw;
    }
    footer .tabletContent .quickMenu select {
        letter-spacing: 0.5px;
        background-color: transparent;
        color: #fff;
        font-size: 2vw;
        border: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }
    footer .tabletContent .quickMenu i {
        font-size: 4.4vw;
        letter-spacing: 0.5px;
        vertical-align: middle;
        margin-right: 2vw;
    }
    footer .tabletContent .box {
        width: 50%;
        position: relative;
        float: left;
        height: 100%;
        text-align: center;
        line-height: 4.7vw;
        color: #fff;
    }
    footer .tabletContent .rightDashBorder {
        border-right: 1px #fff dashed;
    }
    footer .shapePolygon .languageSelector {
        color: #fff;
        font-size: 1.6vw;
        margin-top: 0vw;
        padding: 0;
        background: transparent;
    }
    footer .shapePolygon .languageSelector .resBox {
        display: inline;
        width: auto;
        cursor: pointer;
    }
    footer .shapePolygon .languageSelector .active {
        width: 100%;
        text-align: center;
        color: #7D9FB5 !important;
        cursor: default !important;
    }
    footer .bottom {
        width: 100%;
        background-color: #272727;
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    footer .shapePolygon {
        width: 100%;
        height: auto;
        -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%, 0 0%);
        background: #0072BB;
        border-bottom: 3px #3197FF solid;
    }
    footer .shapePolygon .shapeTop {
        width: 100%;
        position: relative;
    }
    footer .shapePolygon .shapeTop .front {
        width: 100%;
        z-index: 100;
        position: relative;
    }
    footer .shapePolygon .shapeTop .back .gradientForDesktop {
        display: none;
    }
    footer .shapePolygon .shapeTop .back .gradientForTablet {
        display: none;
    }
    footer .shapePolygon .content {
        display: none;
    }
    footer .shapePolygon .mobileContent {
        width: 100%;
        padding-top: 0vw;
        padding-bottom: 0vw;
        padding-left: 6vw;
        padding-right: 6vw;
        color: #fff;
        font-size: 3.2vw;
        height: 15vw;
        line-height: 15vw;
        border-top: 3px #3197FF solid;
    }
    footer .shapePolygon .mobileContent select {
        background-color: transparent;
        color: #fff;
        font-size: 4vw;
        border: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }
    footer .shapePolygon .mobileContent.languageSelector {
        text-align: center;
    }
    footer .shapePolygon .mobileContent.languageSelector .active {
        color: #7DB7DC !important;
    }
    footer .shapePolygon .mobileContent i {
        font-size: 8vw;
        vertical-align: middle;
        margin-right: 3vw;
    }
    footer .shapePolygon .socialIcon {
        width: 100%;
        text-align: center;
        padding-top: 0vw;
        padding-bottom: 0vw;
        height: 15vw;
        line-height: 15vw;
        border-top: 3px #3197FF solid;
    }
    footer .shapePolygon .socialIcon img {
        height: 6vw;
        margin-left: 5vw;
        margin-right: 5vw;
    }
    footer .bottom {
        width: 100%;
        background-color: #272727;
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
    }
    footer .bottom h2 {
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    footer .bottom a {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
        font-size: 3.5vw;
    }
    footer .bottom .slice {
        display: none;
    }
    footer .bottom h3 {
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
    }
    footer .languageSelector {
        background: transparent;
    }
}

footer .shapePolygon .content p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2px 0;
    display: block;
    float: left;
    width: 100%;
}