footer .main-footer {
    padding: 3rem 0;
    background: #21327e;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 253, 0.47);
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer .footer-container {
    width: 85%;
    margin: auto;
    max-width: 1600px;
}
.footer-copyright {
    background: #21327e;
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #ffffff;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #ffffff;
    margin: 2px 0 0;
}

.footer-container .title {
    font-weight: bold;
    font-size: 20px;
}

.footer-container .detail-about-us, .footer-container .read-more {
    font-size: 15px;
    padding-bottom: 1rem;
}

.read-more a{
    color: #ffffff;
}

.footer-container .line {
    border-top: 2px solid white;
    width: 3rem;
    padding: .3rem 0;
    margin-top: .3rem;
}

.footer-container .footer-list a{
    color: #ffffff;
}

.footer-container .footer-list ul li{
    font-size: 14px;
    padding-bottom: 1rem;
}

.footer-container .footer-list.contact ul{
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-container .footer-list.contact ul li {
    padding-bottom: 1.5rem;
}

.footer-list ul li .fas{
    font-size: 15px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 9px;
    height: 40px;
    width: 45px;

}

.footer-list.contact .contact-title{
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.footer-list.contact .contact-detail{
    font-size: 13px;
    text-align: left;
}

.footer-list.contact .social{
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    padding-top: 1rem;
}

.footer-list.contact .social a{
    font-size: 14px;
    text-align: left;
    margin-left: .5rem;
}

.footer-copyright a.company-link {
    color: white;
}

.footer-copyright a.company-link:hover {
    color: #f2f2f2;
}