
.justify-content-right{
    justify-content: right;
}
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    float: left;
    margin-left: 28px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .nav{
        width: 20px;
        padding-left: 0px;
    }
    .nav ul{
        display: none;
        /*width: 0px;*/
    }
    .lan {
        width: 120px;
    }
    .twp,.wp4,.iblog_wp,.head,.pd_box,.iblog_news .pdbox_pic,.ps_box {
        width: 100%;
    }
    .about_box{
        margin: 0px;
        margin-top: 50px;
    }
    .icon_wp {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
         padding: 30px 0 30px 0px; 
    }
    .icon_intro {
        float: left;
        width: 300px;
        padding-left: 30px;
    }
    .icon_info li {
        float: left;
        margin: 0px;
        width: 178px;
        height: 118px;
        border: 1px solid #f9f9f9;
        background: #fff;
        border-radius: 5px;
    }
    .col-0{
        display: none !important;
    }
    .iblog_news {
        float: left;
        width: 900px;
        padding: 35px 0 0 20px;
    }
    
}

.navbar-mobile {
    
    position: absolute;
    overflow: hidden;
    top: 85px;
    right: 0;
    width: 280px;
    /*height: 500px;*/
    background: #fff;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile ul li{
    width: 100%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0d2529;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #d52b1d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #3ec1d5;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}



.langset { position: absolute; overflow: hidden; top: 55px; left: -25px; width: 70px; background: #fff; transition: 0.3s; z-index: 999; border-radius: 5px; border: 1px solid #f9f9f9; }
.langset ul { margin: 0; padding: 0; }
.langset li { font-size: 12px; }
.langset li a { display: block; padding: 5px 10px; text-decoration: none; color: #444; }
.langset li a:hover { background: #eee; color: #ee2211; }


