.footer-page.container {
    padding-bottom: 76px;
    margin-top: 155px;
}

.footer-page .right-content p {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5333334px;
    margin-bottom: 25px;
}

.footer-page .right-content h5 {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6666667px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.footer-page .right-content ul {
    margin-left: 0;
    margin-top: 28px;
}

.footer-page .right-content ul li {
    list-style-type: disc;
    margin-top: 0;
    /*ax-width: 500px;*/
}
.footer-page .box-title {
    margin-top: 60px;
}

.footer-page .box-title .title {
    color: #11BCC2;
    font-family: Barlow;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 0;
}

.footer-page .box-title .sub-title {
    display: block;
    color: #ef730f;
    font-family: Barlow;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-page .box-title .time-update {
    color: #11bcc2;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.64px;
}

.footer-page .content-footer-page {
    display: flex;
    padding-top: 73px;
}

.footer-page .content-footer-page .left-content {
    max-width: 307px;
    width: 100%;
}

.footer-page .content-footer-page .left-content .title-left {
    margin-top: 0;
    color: #014391;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding-left: 33px;
    position: relative;
    margin-bottom: 26px;
}
.footer-page .content-footer-page .left-content .title-left  a {
    text-decoration: none;
    color: #014391;
}
.footer-page .content-footer-page .left-content .title-left:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../svg/triangle.svg);
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    top: 3px;
}
.footer-page .content-footer-page .left-content .title-left.active:before ,
.footer-page .content-footer-page .left-content .title-left:hover:before {
    display: inline-block;
}

.footer-page .content-footer-page .right-content {
    max-width: calc(100% - 355px);
    width: 100%
}

.footer-page .content-footer-page .right-content .content-right>div {
    display: none;
}

.footer-page .content-footer-page .right-content .content-right>div:first-child {
    display: block;
}
/*@media (min-width: 1281px) {
    .footer-page .right-content p{
        font-size: 1.25VW;
        line-height: 1.953125VW;
        letter-spacing: 0.0390625VW;
        margin-bottom: 1.953125VW;
    }
    .footer-page .box-title .sub-title{
        font-size: 3.90625VW;
        line-height: 4.6875VW;
        letter-spacing: 0.078125VW;
    }
    .footer-page .box-title .title{
        font-size: 3.90625VW;
        line-height: 4.6875VW;
        letter-spacing: 0.078125VW;
        margin-bottom: 0.390625VW;
    }
    .footer-page .box-title .time-update{
        font-size: 1.25VW;
        line-height: 1.484375VW;
        letter-spacing: 0.05VW;
    }
    .footer-page .content-footer-page .left-content .title-left{
        font-size: 1.25VW;
        line-height: 1.484375VW;
        letter-spacing: 0.078125VW;
        padding-left: 2.578125VW;
        margin-bottom: 2.03125VW;
    }
    .footer-page .content-footer-page .left-content .title-left:before{
        width: 1.5625VW;
        height: 1.5625VW;
        top: 0.234375VW;
    }
    .footer-page .right-content h5{
        font-size: 1.5625VW;
        line-height: 1.875VW;
        letter-spacing: 0.052VW;
        margin-top: 3.90625VW;
        margin-bottom: 0.78125VW
    }
    .footer-page .right-content ul {
        margin-top: 2.1875VW;
    }
    .footer-page.container {
        max-width: 84.609375VW;
        padding-bottom: 5.9375VW;
        margin-top: 12.109375VW;
    }
    .footer-page .content-footer-page .left-content {
        max-width: 23.984375VW;
    }
    .footer-page .content-footer-page .right-content {
        max-width: calc(100% - 27.734375VW);
        width: 100%;
    }
    .footer-page .content-footer-page {
        padding-top: 5.703125VW;
    }
    .footer-page .box-title {
        margin-top: 4.6875VW;
    }
}*/
@media (max-width: 1280px) {
    .footer-page.container {
        max-width: 1083px;
    }

}
@media (max-width: 1199px) {
    .footer-page .content-footer-page .right-content {
        max-width: 100%;
        width: 60%;
    }
    .footer-page .content-footer-page .left-content {
        width: 40%;
    }
}
@media (max-width: 999px) {
    .footer-page.container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .footer-page.container {
        margin-top: 0;
    }
}
@media (max-width: 475px) {
    .footer-page .content-footer-page {
        flex-wrap: wrap;
        padding-top: 25px;
    }
    .footer-page .content-footer-page .right-content ,
    .footer-page .content-footer-page .left-content {
        width: 100%;
    }
    .footer-page .box-title .sub-title {
        font-size: 30px;
        line-height: 33px;
    }
    .footer-page .box-title .title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 11px;
    }
    .footer-page .right-content h5 {
        font-size: 18px;
    }
    .footer-page .content-footer-page .left-content {
        order: 1;
    }
    .footer-page .right-content ul {
        margin-top: -15px;
        margin-bottom: 50px;
    }
    .footer-page .right-content ul li {
        margin-left: 18px;
    }
    .footer-page .content-footer-page .left-content {
        margin-top: -10px;
    }
    .footer-page.container {
        border-bottom: 1px solid #979797;
    }
}