
/* BREADCRUM */

@media screen and (max-width: 576px) {
    .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }
}

/* NEWS */

.news {
    padding: 80px 0;
}

.news .news-title {
    text-align: center;
}

.news .news-title h2.ttl {
    border-bottom: 2px solid #333;
    padding: 0 0 20px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.news .topics {
    border-bottom: 1px solid black;
}

.news .topics button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: default;
    border-radius: 13px;
    width: 111px;
}

.news dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.news dl dt:first-child,
.news dl dt:first-child + dd {
    border-top: none;
}

.news dl dt {
    width: 280px;
    position: relative;
    padding: 40px 0 0;
    font-size: 14px;
}

.news dl dd {
    width: calc(100% - 280px);
    padding: 40px 0 15px;
    font-size: 14px;
    text-align: left;
    margin-top: 3px;
}

.news .more {
    margin: 50px 0 0;
}

.news .more a {
    border-color: #ccc;
    color: #333;
    display: block;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.about .img-zoom.img-about-boder {
    width: auto;
    height: 100%;
    display: block;
}

.news .more a::after {
    content: "\f178";
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: Fontawesome;
    font-weight: normal;
    transform: translateY(-50%);
}

.news .more a:hover {
    border-color: #0e72ab;
    background: #0e72ab;
    color: #fff;
}

/* CONTACT */

section.contact {
    background-color: #0e72ab;
}

section.contact .wrap {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    padding: 60px 0;
}

section.contact .wrap .info {
    grid-column: span 5;
}

section.contact .wrap .email {
    grid-column: span 4;
    justify-self: center;
}

section.contact .wrap .hotline {
    grid-column: span 4;
    align-self: start;
    display: flex;
    align-items: center;
    padding-left: 36px;
}

section.contact .wrap .hotline img {
    width: 19%;
}

section.contact .wrap .hotline .number {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

section.contact .wrap .hotline .number h4,
section.contact .wrap .hotline .number h4 a {
    display: inline;
    font-weight: bold;
    /* font-size: 26px; */
    color: #fff;
}

section.contact .wrap h4,
section.contact .wrap p {
    color: white;
}

section.contact .wrap .info h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

section.contact .wrap .info p {
    font-size: 14px;
    line-height: 20px;
}

section.contact .wrap .email button.btn-contact {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e72ab;
    border: 0;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}

section.contact .wrap .email button.btn-contact img {
    width: 13%;
    background-color: black;
    margin-right: 20px;
}

section.contact .wrap .hotline button.btn-hotline {
    background: white url('../image/logo/tel-contact.png') no-repeat center;
    border: 0;
    border-radius: 50%;
    color: #0e72ab;
    padding: 23px;
}

section.contact .wrap .hotline .hotline-info {
    padding: 0 0 0 15px;
}

section.contact .wrap .hotline .hotline-info p.hotline-text {
    font-size: 14px;
    margin-bottom: 0;
}

section.contact .wrap .hotline .hotline-info .number {
    color: #fff;
}

section.contact .wrap .hotline .hotline-info h4.hotline-number {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .news dl dt .button {
        margin-left: -35px;
    }
}

@media (max-width: 768px) {
    .news {
        padding: 50px 0;
    }

    .news dl dt .button {
        margin-left: 0px;
    }

    .news .more {
        margin: 50px 0 0;
    }
}

@media screen and (max-width: 576px) {
    section.contact .wrap {
        padding: 5%;
    }

    section.contact .wrap .info {
        padding: 10px 0;
    }

    section.contact .wrap .email button.btn-contact {
        /* background: white url(../image/logo/mail-contact.png) no-repeat 35px; */
        /* padding: 15px 8px 15px 50px; */
    }
}

@media screen and (max-width: 992px) {
    section.contact .wrap {
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: repeat(3, 1fr);
        padding: 40px 5%;
    }

    section.contact .wrap .info {
        grid-column: span 3;
        align-self: center;
        padding: 2% 0;
    }

    section.contact .wrap .email {
        grid-column: 1/4;
        grid-row: 2/3;
        margin-left: 0;
        align-self: center;
    }

    section.contact .wrap .hotline {
        grid-column: 2/3;
        grid-row: 3/4;
        justify-content: left;
        padding-left: 0;
        align-self: center;
    }

    section.contact .wrap .hotline-info h4,
    section.contact .wrap .hotline-info h4 a {
        font-size: 16px;
        text-align: left;
        line-height: 1;
        margin: 0 0 10px;
    }

    section.contact .wrap .info p {
        /* text-align: center; */
        font-size: 12px;
    }
}

/* FOOTER */
.footer-border-top {
    border-top: 1px solid #00245e;
    //padding-top: 75px;
    padding-top: 50px;
}
@media (min-width: 641px) {
    .fb-bg-large {
        display: block !important;
    }

    .fb-bg-sm {
        display: none !important;
    }
}
@media screen and (max-width: 576px) {
    #footer-content.bg-color {
        margin: 0px 10px;
    }
    #sitemap .container { padding: 0px !important; margin-top: 30px;}
    .bg-sitemap { padding: 0px !important;}
    #sitemap ul li {max-width: 33% !important; padding: 0 5px; margin-bottom: 10px !important;}
    #sitemap ul li:nth-child(3) {
        padding: 0px;
    }
    #sitemap ul li a{font-size: 14px;}
    #sitemap ul li ul li{max-width: 100% !important;}
    #sitemap ul li a{font-size: 14px; margin: 0 auto 10px;}
    #sitemap ul li:nth-child(4) {
        //max-width: 45% !important;
        margin-bottom: 0px !important;
    }
    #sitemap ul li:nth-last-child {
        max-width: 40% !important;
        margin-bottom: 0px !important;
    }
    #footer .copyright {height: 40px;font-size: 14px; padding: 0px !important;
        margin-top: 20px;}
    .fb-bg-large {display: none !important;}
    .fb-bg-sm {display: block !important; text-align: center !important; padding-bottom: 35px; border-bottom: 1px solid #d2d2d2}
    #footer {
        /*margin-top: 40px !important;*/
    }
    .footer-border-top {
        padding-top: 0;
    }
}

hr.hr-footer {border-top: 1px solid #333257; margin-bottom: 0;}

footer {
    /*border-top: 1px solid #333257;*/
}

footer .footer-content {
    background-color: #ffffff;
}

footer .sitemap .row {
    padding: 0;
    margin-bottom: 0;
}

footer .sitemap ul li ul li {
    padding: 0;
}

footer .sitemap ul.row>li.menu-item>a{
    margin-bottom: 10px;
}

footer .sitemap ul li:last-of-type ul li a {
    padding: 0;
}

footer .sitemap ul li a {
    padding-bottom: 4px;
}

footer .sitemap ul li ul li a {
    color: #00245e;
    font-weight: bold;
    padding: 4px 0;
    white-space: nowrap;
    font-size: 15px;
}

footer .sitemap .sitemap-list {
    list-style: none;
    padding-left: 0;
    color: white;
}

footer .sitemap .site-link {
    text-decoration: none;
    color: #00245e;
}

footer .sitemap .sitemap-list .sitemap-list-item a{
    text-decoration: none;
    color: #00245e;
    line-height: 30px;
    font-weight: bold;
}

footer .copyright {
    font-size: 14px;
    color: #00245e;
    background-color: #ffffff;
    //font-weight: bold;
    padding: 30px 0;
    text-align: center;
}
