/***********************
*Create by Pham Phuong *
************************/
:root{
    --color-orange: #f7aa0c;
    --color-orange-two: #f7ab01;
    --color-shadow: hsla(0, 0%, 0%, 0.2);
}
body{
    background-color: #ffffff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.site-navbar{
    background: url(../images/bg-header.png) no-repeat;
}
.site-navbar .site-navigation .site-menu>li>a{
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu .active{
    border-bottom: 2px solid;
}
.site-navbar .site-navigation .site-menu>li>a{
    color: #666;
}
.copyright{
    background-color: #151D28;
    font-size: 0.8rem;
}
#footer{
    background-color: #192433!important;
}
#more_1, #more_2 {
    display: none;
    transition: display 0.5s linear;
}
.top-0{
    top: 0;
}
.box-shadow{
    box-shadow: 0 4px 6px 0 var(--color-shadow);
}
.tool__title--line, .job__title--line, .object__title--line, .course-info__title--line, .student-item__title--line {
    border-bottom: 3px solid var(--color-orange);
}
.object__title.title-default > h3 {
    color: #333333;
    font-weight: bold;
}
@media (min-width: 992px){

}
@media (max-width: 992px){
    .site-logo img {
        width: 100px;
    }
    .site-mobile-menu .site-nav-wrap>li>a{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .pp-reverse{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    html{
        font-size: 12px;
    }
}