<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.under #content {
    padding: 40px 0 0;
}
.under .mainvisual{position: relative;}
.breadcrumb{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;background: #00000094;
}
.topic-path {
    display: flex;
    flex-wrap: wrap;
    
}

    .topic-path li {
        font-size: 18px;
        color: #fff;
        text-transform: lowercase;
    
    }

        .topic-path li::first-letter {
            text-transform: uppercase;
        }

    .topic-path a {
        text-decoration: none;
        color: #fff;
    }

    .topic-path li:not(:last-child):after {
        content: '/';
        display: inline-block;
        position: relative;
        margin: 0 10px;
    }

    .topic-path a:hover {
        color: #ff1e02;
    }
.pager {
    margin: 45px 0;
    text-align: center;
}

.pager a {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #ed1f24;
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #ed1f24;
        box-shadow: 0px 0px 0px 1px #ed1f24;
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: #ed1f24;
    box-shadow: 0px 0px 0px 1px #ed1f24;
}

.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 #ed1f24;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #ed1f24;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #ed1f24;
}

@media screen and (max-width: 768px){
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}

}
@media screen and (max-width: 480px){
	.topic-path li {font-size: 16px;}
}</pre></body></html>