.aio-clearfix:after, .aio-container:after, .row:after {
    clear: both;
}
.aio-clearfix:before, .aio-clearfix:after, .aio-container:before, .aio-container:after, .aio-row:before, .aio-row:after {
    content: " ";
    display: table;
    clear: left;
}
.aio-container {
    width: 100%;
}
.aio-row {
    margin-left: -10px;
    margin-right: -10px;
}
.aio-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.aio-col-6 {
    width: 50%;
}
.aio-col-3 {
    width: 25%;
}
.aio-col-4 {
    width: 33.3333%;
}
.aio-col-9 {
    width: 75%;
}
.aio_input input,.aio_input select,.aio_input textarea{
	max-width: 100%;
}
.aio_input {
    margin-bottom: 15px;
}
.aio_form .aio_input input[type='text'], .aio_form .aio_input input[type='email'], .aio_form .aio_input input[type='password'], .aio_form .aio_input select{
    width: 100%;
    max-width: 100%;
    display: block;
    line-height: 33px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 13px;
}
.aio_filter_mb input[type='text'] {
    display: inline-block;
    line-height: 33px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 13px;
    max-width: 150px;
}
.aio_form .aio_input textarea{
	width: 100%;
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
    height: 100px;
    font-size: 13px;
    line-height: 1.5;
}
.aio-note {
    margin-bottom: 10px;
    color: #2baae1;
}
.aio-note .error{
    color: red;
}
.aio-forgot-link {
    display: inline-block;
    margin-left: 10px;
}
.aio-center{
    text-align: center;
}
.aio_input label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}
.aio_input label.lcheckbox {
    display: inline-block;
}
.aio-social{
    margin-bottom: 15px;
}
.aio-changepass{
    display: none;
}
.member_aio_nav {
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.member_aio_nav .item a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
}
.member_aio_nav .item:last-child a{
    border: 0;
}
.member_aio_nav .item.active a{
    background-color: #337ab7!important;
    color: #fff;
}
.member_aio_nav .item a:hover{
    background-color: #ddd;

}
.aio-col-offset-3 {
    margin-left: 25%;
}
.aio_title {
    font-size: 30px;
    display: block;
    line-height: inherit;
    margin-bottom: 30px;
}
form#form_login {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aio-social-item img{
    max-width: 100%;
    height: auto;;
}
.aio-social-item {
    display: inline-block;
    width: 40px;
    margin: 30px 10px;
    cursor: pointer;
}
.aio_mb_itemPost {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.aio_mb_itemPost .thumbnail {
    flex: 0 0 130px;
    width: 130px;
    padding-right: 15px;
}
.aio_filter_select {
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 30px 0 10px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 10px;
    display: inline-block;
    width: auto;
}
.aio_filter_mb_npp .aio_filter_select {
    padding: 0 27px 0 7px;
    font-size: 13px;
}
button.aio_btn {
    line-height: 33px;
    height: 35px;
    border: 1px solid;
    padding: 0 15px;
}
form.aio-loading button.aio_btn {
    background-image: url(../images/loading7_orange.gif);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 35px;
    background-position: calc(100% - 10px);
}
span.aio_l {
    font-size: 13px;
}
.aio_filter_mb {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.aio_main_page {
    background-color: #fff;
    padding: 15px;
}
.aio_title_page {
    text-transform: uppercase;
    color: #337ab7;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.aio_mb_itemPost .status {
    flex: 0 0 115px;
    width: 115px;
    text-align: right;
    margin-left: auto;
}
.aio_mb_itemPost .status span {
    display: inline-block;
    font-size: 12px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
}
.aio_upload_attachment {
    background-image: url(../images/cloud-computing.png);
    display: block;
    width: 100%;
    border: 1px dotted #ddd;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.aio_upload_attachment span.c1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.aio_upload_attachment span.c2{
    display: none;
}
.aio_upload_attachment.added span.c2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.aio_upload_attachment.added span.c2:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 10
}
.aio_upload_attachment input{
    display: none;
}
.aio_mb_itemPost .status span.pending {
    background-color: green;
}
.aio_mb_itemPost .thumbnail{
    flex: 0 0 230px;
}
/*
.aio_upload_attachment.added span.c2:hover:after {
    content: "X";
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}*/
span.aio_rp {
    color: red;
}
.slide_s_npp img {
    padding: 2px;
}
.slide_s_npp .slick-current img {
    padding: 2px;
    border: 2px solid red;
}
.box_npp_intro {
    display: flex;
    font-size: 12px;
    text-align: left;
    width: 100%;
}
.box_npp_intro .b2 {
    flex: 0 0 49%;
    margin-left: 2%;
}
.box_npp_intro .b1 {
    flex: 0 0 49%;
}
.box_npp_intro tbody th{
    font-weight: bold;
    color: #055699;
    width: 100px;
}
.aoi_show_content {
    display: block;
    background-color: #055699;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    max-width: 220px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.aio_text_block_content {
    font-size: 16px;
    text-align: center;
    color: red;
    margin-bottom: 30px;
    display: none;
}
.aio_mb_itemPost.is_featured h3 a {
    color: red;
}
@media only screen and (max-width : 768px) {
.box_npp_intro {
    display: table;
    width: 100%;
}
.box_npp_intro .b1, .box_npp_intro .b2 {
    flex: 0 0 100%;
    margin: 0;
    width: 100%;
}
.aio_mb_itemPost {
    display: table;
}
}