﻿
@media screen and (min-width: 1000px) {
    .bottomMsg{
        width: 100%;
    }
    .bottomMsg .list_flex>ul{
        display: flex;
    }
    .bottomMsg .list_flex .content {
        flex: 0 0 50%;
    }
    .bottomMsg .list_flex .content>img{
        width: 100%;
        display: block;
    }

    .bottomMsg .box{
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: #fff;
    }
    .bottomMsg .box img{
        width: 20px;
        margin-right: 8px;
    }
    .bottomMsg .box .title{
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .bottomMsg .box .subtitle{
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .bottomMsg .box .subtitle a:hover{
        border-bottom: 1px solid #fff;
    }

    .bottomMsg .footer{
        background-color: #054370;
        padding: 60px 10% 50px;
    }
    .bottomMsg .footer .facebook{
        background-color: #006ecc;
        display: inline-block;
    }
    .bottomMsg .footer .twitter{
        background-color: #38a5d4;
        display: inline-block;
    }
    .bottomMsg .footer .linkedin{
        background-color: #54c6ff;
        display: inline-block;
    }
    .bottomMsg .footer .youtube{
        background-color: #e62c26;
        display: inline-block;
    }
    .bottomMsg .footer .item{
        width: 32px;
        height: 32px;
        color: #fff;
        padding:  8px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        margin-right: 8%;
        margin-bottom: 10px;
    }

    .bottomMsg .footer svg {
        width: 100%;
        height: 100%;
    }

    .bottomMsg .footer .list_footer {
        display: flex;
        justify-content: space-between;
    }

    .bottomMsg .footer .logo{
        height: 190px;
    }

    .bottomMsg .menu_footer{
        display: flex;
        flex: 1 0 10%;
        justify-content: space-between;
        padding: 0 10%;
        font-size: 14px;
    }
    .bottomMsg .menu_footer a{
        display: block;
        color: rgb(188, 203, 201);
        margin-top:10px;
    }
    .bottomMsg  .list_footer .title{
        color:rgb(74, 169, 201);
        margin-bottom: 25px;
    }

    .copyright{
        background-color: #054370;
        font-size:12px;
        color:rgb(74, 169, 201);
        text-align: center;
        padding-bottom: 50px;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .bottomMsg{
        width: 100%;
    }
    .bottomMsg .list_flex>ul{
        display: flex;
    }
    .bottomMsg .list_flex .content {
        flex: 0 0 50%;
    }
    .bottomMsg .list_flex .content>img{
        width: 100%;
        display: block;
    }

    .bottomMsg .box{
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: #fff;
    }
    .bottomMsg .box img{
        width: 20px;
        margin-right: 8px;
    }
    .bottomMsg .box .title{
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .bottomMsg .box .subtitle{
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .bottomMsg .box .subtitle a:hover{
        border-bottom: 1px solid #fff;
    }

    .bottomMsg .footer{
        background-color: #054370;
        padding: 60px 5% 50px;
    }
    .bottomMsg .footer .facebook{
        background-color: #006ecc;
        display: inline-block;
    }
    .bottomMsg .footer .twitter{
        background-color: #38a5d4;
        display: inline-block;
    }
    .bottomMsg .footer .linkedin{
        background-color: #54c6ff;
        display: inline-block;
    }
    .bottomMsg .footer .youtube{
        background-color: #e62c26;
        display: inline-block;
    }
    .bottomMsg .footer .item{
        width: 32px;
        height: 32px;
        color: #fff;
        padding:  8px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        margin-right: 8%;
        margin-bottom: 10px;
    }
    .bottomMsg .footer .item:last-child{
        margin-right: 0%;
    }

    .bottomMsg .footer svg {
        width: 100%;
        height: 100%;
    }

    .bottomMsg .footer .list_footer {
        /* display: flex; */
        justify-content: space-between;
    }

    .bottomMsg .footer .list_footer li:nth-child(1){
        text-align: center;
        margin-bottom: 60px;
    }
    .bottomMsg .footer .list_footer li:nth-child(3){
        text-align: center;
        margin-top: 60px;
    }
    .bottomMsg .footer .logo{
        height: 30px;
    }

    .bottomMsg .menu_footer{
        display: flex;
        flex: 1 0 10%;
        justify-content: space-between;
        padding: 0 10%;
        font-size: 14px;
    }
    .bottomMsg .menu_footer a{
        display: block;
        color: rgb(188, 203, 201);
        margin-top:10px;
    }
    .bottomMsg  .list_footer .title{
        color:rgb(74, 169, 201);
        margin-bottom: 25px;
    }

    .copyright{
        background-color: #054370;
        font-size:12px;
        color:rgb(74, 169, 201);
        text-align: center;
        padding-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .bottomMsg{
        width: 100%;
    }
    .bottomMsg .list_flex .content {
        flex: 0 0 50%;
    }
    .bottomMsg .list_flex .content>img{
        width: 100%;
        display: block;
    }

    .bottomMsg .box{
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: #fff;
    }
    .bottomMsg .box img{
        width: 20px;
        margin-right: 8px;
    }
    .bottomMsg .box .title{
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .bottomMsg .box .subtitle{
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .bottomMsg .box .subtitle a:hover{
        border-bottom: 1px solid #fff;
    }

    .bottomMsg .footer{
        background-color: #054370;
        padding: 60px 5% 50px;
    }
    .bottomMsg .footer .facebook{
        background-color: #006ecc;
        display: inline-block;
    }
    .bottomMsg .footer .twitter{
        background-color: #38a5d4;
        display: inline-block;
    }
    .bottomMsg .footer .linkedin{
        background-color: #54c6ff;
        display: inline-block;
    }
    .bottomMsg .footer .youtube{
        background-color: #e62c26;
        display: inline-block;
    }
    .bottomMsg .footer .item{
        width: 32px;
        height: 32px;
        color: #fff;
        padding:  8px;
        text-align: center;
        border-radius: 100%;
        cursor: pointer;
        margin-right: 8%;
        margin-bottom: 10px;
    }
    .bottomMsg .footer .item:last-child{
        margin-right: 0%;
    }

    .bottomMsg .footer svg {
        width: 100%;
        height: 100%;
    }

    .bottomMsg .footer .list_footer {
        /* display: flex; */
        justify-content: space-between;
    }

    .bottomMsg .footer .list_footer li:nth-child(1){
        text-align: center;
        margin-bottom: 60px;
    }
    .bottomMsg .footer .list_footer li:nth-child(3){
        text-align: center;
        margin-top: 60px;
    }
    .bottomMsg .footer .logo{
        height: 30px;
    }

    .bottomMsg .menu_footer{
        /* display: flex; */
        flex: 1 0 10%;
        justify-content: space-between;
        padding: 0 10%;
        font-size: 14px;
        text-align: center;
    }
    .bottomMsg .menu_footer div{
        margin-bottom: 40px;
    }
    .bottomMsg .menu_footer a{
        display: block;
        color: rgb(188, 203, 201);
        margin-top:10px;
    }
    .bottomMsg  .list_footer .title{
        color:rgb(74, 169, 201);
        margin-bottom: 25px;
    }

    .copyright{
        background-color: #054370;
        font-size:12px;
        color:rgb(74, 169, 201);
        text-align: center;
        padding-bottom: 50px;
    }
}
