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

.display-f {
    display: flex;
}

.content-center {
    align-items: center;
}

.footer-link a {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #4F4F4F !important;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-link a:hover {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #21B482 !important;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-topic {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #3a3a3c !important;
}

.footer-detail {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #4F4F4F !important;
}


.pad-t-b a{
    display: flex;
}
.icon {
    margin-left: 15px;
}

.margin-t15 {
    margin-top: 10px;
}

.margin-b10 {
    margin-bottom: 6px;
}
.icon-facebook {
    display: flex;
    position: relative;
}
.top-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.top-img:hover {
    opacity: 1;
}
.pad-t-b {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .tab-desktop {
        display: none !important;
    }
    .display-f {
        display: flex;
        
    }
    .display-c {
        flex-direction: column;
    }
    .padding-t-b {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }
    .bottom-img {
        margin-left: 10%;
        margin-right: 10%;
    }
    .bottom-detail {
        align-items: center;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF !important;
    }
}

@media screen and (min-width: 1001px) {
    .tab-mobile {
        display: none !important;
    }
    .c-1{
        padding-right: 10px;
    }
    .c-2,.c-3{
        padding-left: 10px;
        padding-right: 10px;
    }
    .c-4{
        padding-left: 10px;
    }
    .c-1 {
        width: 25%;
    }
    
    .c-2 {
        width: 29%;
    }
    
    .c-3 {
        width: 23%;
    }
    
    .c-4 {
        width: 23%;
    }
    .padding-t-b {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-left: 13%;
        margin-right: 13%;
    }
    .bottom-img {
        margin-left: 13%;
        margin-right: 13%;
    }
    .bottom-detail {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF !important;
    }
}