.footer {
    background: #2b639c;
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url(../images/footer-1.png);
    background-repeat: no-repeat;
    background-position: 30% 20%;
    background-position: -10% 20%;
}

.footers {
}

.footer .footer_header {
    padding-bottom: 1em;
    border-bottom: 1px solid white;
}

.footer .footer_header h2 {
    color: white;
    font-family: 'Kanit_regular', sans-serif;
    margin-bottom: 0;
}

.footer .footer_header h3 {
    color: white;
    font-family: 'Kanit_regular', sans-serif;
    margin: 5px 0;
    font-size: 1.2em;
    font-weight: 300;
}

.footer .footer_contact {
    padding-top: 2em;
    padding-right: 1em;
    min-height: 200px;
    border-right: 1px solid white;
}

.footer .footer_contact h2 {
    color: white;
    font-family: 'Kanit_regular', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_contact p {
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
}

.footer .footer_sitemap {
    padding-top: 2em;
    padding-right: 1em;
    min-height: 200px;
    border-right: 1px solid white;
}

.footer .footer_sitemap ul {
    padding-left: 0;
}

.footer .footer_sitemap h2 {
    color: white;
    font-family: 'Kanit_regular', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_sitemap li {
    list-style: none;
}

.footer .footer_sitemap a {
    text-decoration: none;
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
    margin-bottom: 0;
}

.footer .footer_admin {
    padding-top: 2em;
    padding-right: 1em;
    min-height: 200px;
}

.footer .footer_admin h2 {
    color: white;
    font-family: 'Kanit_regular', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_admin li {
    list-style: none;
}

.footer .footer_admin a {
    text-decoration: none;
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
    margin-bottom: 0;
}


/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .footer .footer_contact,
    .footer .footer_sitemap {
        padding: 20px;
        border-bottom: 1px solid white;
        border-right: none;
        min-height: auto;
    }
    .footer .footer_contact {
        border: none;
    }
    .footer_sitemap {
        display: none;
    }
    .footer_admin {
        display: none;
    }
}


/*tablet site*/

@media(max-width: 992px) and (min-width: 768px) {
    .footer .footer_contact {
        border: none;
    }
    .footer .footer_sitemap {
        border-left: 1px solid white;
        padding-left: 1em;
    }
}

/* --- modified --- */

.menu-footer {
    background: rgba(0, 16, 27, 0.5);
    position: absolute;
    width: 100%;
    /*
    position: relative;
    top: 67px;*/
}

.menu-footer .navbar_design02 {
    background: none;
}

.menu-footer .navbar_design02 .navbar-nav {
    margin-top: 0px;
}

.menu-footer .navbar_design .navbar-collapse {
    border: none;
}

.menu-footer .navbar_design .nav>li>a {
    padding: 16px 7px;
}

.menu-footer .navbar_design .navbar-collapse .dropdown-menu {
    margin-top: 0px;
}

.footer-section {
    background: #0d4c77;
    background-image: url(../images/footer-1.png);
    background-repeat: no-repeat;
    background-position: -10% 20%;
    padding-top: 100px
}

.footer-section .footer_sitemap {
    padding-top: 0em;
    padding-right: 0em;
    min-height: auto;
    border-right: none;
}

.footer-section .footer_contact {
    padding-top: 0em;
    padding-right: 0em;
    min-height: auto;
    border-right: none;
}

.footer-section a {
    text-decoration: none;
}

.footer-section .footer_sitemap .title {
    display: inline-block;
    color: #fff;
    font-family: 'Kanit_regular';
    margin: 5px 0;
    font-size: 1.4em;
}

.footer-section .footer_sitemap i {
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    font-size: 34px;
    line-height: 28px;
    color: #fff;
}

.footer-section .footer_sitemap li {
    list-style: none;
    padding: 2px 0;
}

.footer-section .footer_sitemap li a {
    text-decoration: none;
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
}

.footer-section .footer_contact .title {
    color: white;
    font-family: 'Kanit_regular';
    margin: 5px 0;
    font-size: 1.4em;
}

.footer-section .footer_contact .content_title {
    font-family: 'Kanit_regular';
    font-size: 1.2em;
    color: white;
    margin-bottom: 0;
}

.footer-section .footer_contact .content {
    font-family: 'Kanit_light';
    font-size: 1em;
    color: white;
    margin-bottom: 0;
}

.footer-section .footer_admin .title {
    color: white;
    font-family: 'Kanit_regular';
    margin: 5px 0;
    font-size: 1.4em;
}

.footer-section .footer_admin {
    /*padding-top: 7em;*/
}

.footer-section .footer_admin a {
    text-decoration: none;
    font-family: 'Kanit_light';
    color: white;
    font-size: 1em;
    padding-right: 10px;
}

.footer-section .social_footer {
    margin-top: 30px;
}

.footer .social_footer .facebook {
    font-family: 'Kanit_regular';
    font-size: 1.2em;
    color: white;
}

.footer .social_footer a .facebook {
    color: #fff;
}

.footer .social_footer i {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: #0d4c77;
    padding-top: 10px;
}

.footer-section .email {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.footer-section .email p {
    font-family: 'Kanit_light';
    font-size: 1.2em;
    color: white;
    margin-bottom: 0;
}

.footer-section .email p a {
    color: #fff;
}

.footer-section .ico {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.footer-section .phone {
    display: inline-block;
    font-family: 'Kanit_light';
    font-size: 1.3em;
    color: white;
    vertical-align: middle;
    margin-top: 10px;
}

.footer-section .phone a {
    color: #fff;
}

.footer-section .link_facebook {
    text-align: center;
    display: block;
    font-family: 'Kanit_light';
    font-size: 0.9em;
    color: #0d4c77;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: white;
    text-decoration: none;
}

.footer-section .link_facebook i {
    background: #0d4c77;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 13px;
    margin-left: 10px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .menu-footer {
        display: none;
    }
    .footer-section {
        padding-top: 1em;
    }
    .footer-section .footer_contact,
    .footer-section .footer_sitemap {
        padding: 10px 0;
    }
    .footer-section .footer_sitemap {
        display: block;
        margin-bottom: 20px;
    }
    .footer-section .footer_admin {
        display: block;
        padding-top: 1em;
        margin-bottom: 10px;
        padding-right: 0em;
        min-height: auto;
    }
    .footer-section .link_facebook {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .footer-section {
        padding-top: 1em;
    }
    .footer-section .footer_sitemap {
        border: none;
    }
    .menu-footer {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .footer-section .footer_admin a {
        font-size: 1em;
    }
    .footer-section .social_footer i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
    .footer-section .social_footer .facebook {
        font-size: 1em;
    }
    .footer-section .email p {
        font-size: 1em;
    }
    .footer-section .phone {
        font-size: 1em;
    }
    .footer-section .link_facebook {
        font-size: 0.7em;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .menu-footer {
        top: 64px;
    }
    .menu-footer .navbar_design .nav>li>a {
        padding: 16px 6px;
    }
    .footer-section .footer_admin a {
        font-size: 1em;
    }
    .footer-section .social_footer i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
    .footer-section .social_footer .facebook {
        font-size: 1em;
    }
    .footer-section .email p {
        font-size: 1em;
    }
    .footer-section .phone {
        font-size: 1em;
    }
    .footer-section .link_facebook {
        font-size: 0.7em;
    }
}
