﻿
.under.page #content {
    padding: 0 15%;
    margin-bottom: 30px;
}

.under {
    margin-bottom: 0;
}
.under .container{max-width: 1300px;padding:0 5%;}
#content {
    padding: 40px 0;
}

.under .mainvisual {
    /*background: #fff;
    background-size: cover;
    padding: 10px 0;
    align-items: center;
    color: #fff;
    text-align: center;
    display:flex;
    position: relative;
        border-bottom: 1px solid #ddd;
    box-shadow: 0 12px 15px 0px rgb(0 0 0 / 7%);*/
    background: url(/userfile/config/Banner.jpg?v=20230313081029326) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    height: 375px;
}


.banner {
    position: relative;
}

.under .mainvisual:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
 background: #00000040;
}

.banner img {
    width: 100%;
}

.breadcrumb {
    padding-top: 7px;
    border-radius:0!important;
    width: 100%;
    position: relative;
}

.topic-path {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

    .topic-path li {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        font-style: italic;
    }

        .topic-path li::first-letter {
            text-transform: uppercase;
        }

    .topic-path a {
        text-decoration: none;
        color: #000;
        transition: 0.5s;
    }

    .topic-path li:not(:last-child):after {
        content: '/';
        display: inline-block;
        position: relative;
        margin: 0 10px;
        font-size: 13px;
    }

.topic-path li a:hover {
        color: inherit!important;
    }
.under-ttl {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 0 5px;
    font-weight: 600;
    width: 100%;z-index: 0;
}

.pager {
    margin: 45px 0;
    text-align: center;
}

    .pager a {
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #666;
        transition: all 0.5s ease;
        background: #fff;
    }

        .pager a:hover {
            border: 1px solid #fff;
            color: #fff;
            background: #1c19c2;
            box-shadow: 0px 0px 0px 1px #1c19c2;
        }

    .pager strong {
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #fff;
        font-weight: normal;
        background: #1c19c2;
        box-shadow: 0px 0px 0px 1px #1c19c2;
    }

    .pager a:first-child {
        padding: 4px 11px;
        background: #fff;
    }

        .pager a:first-child:hover {
            background: #ed1f24;
            color: #fff;
            border-color: #fff;
            box-shadow: 0px 0px 0px 1px #1c19c2;
        }

    .pager a:last-child {
        padding: 4px 11px;
        background: #fff;
    }

        .pager a:last-child:hover {
            background: #1c19c2;
            color: #fff;
            border-color: #fff;
            box-shadow: 0px 0px 0px 1px #1c19c2;
        }

@media screen and (max-width: 768px) {

    .under.page #content, .under .container {
        padding: 0 3%;
        width: 100%;
    }

    .under .mainvisual {
        height: 300px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .topic-path {
        padding-bottom: 0;
    }

    .under .mainvisual {
        padding: 0;
    }

    .under {
        margin-bottom: 0;
    }

    .topic-path li {
        font-size: 14px;
    }

    .gioithieu .container {
        width: 100%;
        margin: 0 auto;
    }

    .under-ttl {
       font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0 3%;
    }
}

@media screen and (max-width: 480px) {
 
	.under .mainvisual {
    height: 150px;
}

    .topic-path li {
        font-size: 14px;
    }

    .topic-path li:not(:last-child):after {
        font-size: 10px;
        margin: 0 5px;
    }
}
