/***********************
*Create by Pham Phuong *
************************/
.site-navbar{
    background: url(../images/bg-header.png) no-repeat;
}
.site-navbar .site-navigation .site-menu>li>a{
    font-weight: bold;
}
.site-navbar .site-navigation .site-menu .active{
    border-bottom: 2px solid;
}
.site-navbar .site-navigation .site-menu>li>a{
    color: #666;
}
.copyright{
    border-top: 1px solid #9e9e9e80;
}
#diemkhacbiet{
    background-image: url("../images/1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pp-kb-item-content{
    background-color: #B168E3;
    border-radius: 10px;
    min-height: 145px;
}
#diemkhacbiet .row .col-md-4:nth-child(2) .pp-kb-item .pp-kb-item-content{
    background-color: #FF7724;
}
#diemkhacbiet .row .col-md-4:nth-child(3) .pp-kb-item .pp-kb-item-content{
    background-color: #00C4A3;
}
.pp-kb-item-content p{
    font-size: 1.2rem;
}
.text-orange{
    color: #FF7724;
}
.bg-orange{
    background-color: #FF7724;
}
#more_1, #more_2 {
    display: none;
    transition: display 0.5s linear;
}
.top-0{
    top: 0;
}
.pp-english-discoveries{
    border-radius: 10px;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.pp-tongquan {
    background: #89C8C1 url('../images/abc.png') right bottom no-repeat;
    background-size: 23%;
}
.pp-chuyengiao-content{
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.pp-chuyengiao .pp-chuyengiao-img h5{
    bottom:0;
    background-color: #ffffffc7;
}
.pp-chuyengiao .pp-chuyengiao-content a:last-child{
    bottom:10px;
    right: 30px;
}
#accordion .card .card-header a:after{
    content: "\f078"; /* fa-chevron-down */
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
}
#accordion .card .card-header a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}
#dangky .pp-dangky-bg{
    background: url('../images/bg-register.png') no-repeat center left;
}
#footer p{
    margin-bottom: 0.5rem;
}
.social {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.social .social__custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #15489d;
    color: #15489d;
    border-radius: 50%;
    margin: 5px;
    width: 50px;
    height: 50px;
    transition: background-color 0.1s;
    text-decoration: none;
}
.social .social__custom:hover {
    background-color: #102152;
}
.social .social__custom:hover i{
    color: white!important;
}
.social .social__custom i {
    font-size: 1.5rem;
}
#lienhe h3,
#lienhe h4,
#lienhe i,
#lienhe strong {
    color: #16479c;
}

@media (min-width: 992px){
    .btn-tel{
        background-color: #5cb85c;
        border-radius: 5px;
        color: white !important;
        padding: 3px 20px !important;
    }
    #more_1, #more_2{
        display: inline;
    }
    #btnShowMore_1, #btnShowMore_2{
        display: none;
    }
}
@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-kb-item-content{
        min-height: auto;
    }
    #more_1, #more_2{
        display: inline;
    }
    #btnShowMore_1, #btnShowMore_2{
        display: none;
    }
    .pp-reverse{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    #form-register{
        background-color: #eeeeeed9;
    }
}