/* style page publications*/

.publication-content .row a {
    font-weight: bold;
    color: #000;
}

.publication-content .row a:hover {
    color: #fdb913;
}

.publication-content .author p {
    line-height: 18px;
    margin: 0;
}

.publication-detail .container {
    max-width: 900px;
    margin: 0 auto;
}

.publication-detail  .container .row {
    margin-bottom: 20px;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}

.publication-detail  .container .row.bkg-white .colmd-3,

 .publication-detail  .container .row.bkg-white .colmd-9 {
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
}

.publication-detail  .container .row.bkg-white {
    background-color: #fdb913;
    position: relative;
}

.publication-detail  .container .row.bkg-white .colmd-3 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    width: 22.5%;
}

.publication-detail  .container .row.bkg-white .colmd-9 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background-color: #fdb913;*/
    min-height: unset;
    width: 70%;
}

.publication-detail  .container .row.bkg-white 

.colmd-9 .content-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 15px;
    width: 78%;
    right: 0;
}

.publication-detail  .container .row.bkg-white .colmd-9 .link {
    margin-bottom: 10px;
}

.publication-detail  .container .row.bkg-white .colmd-9 a {
    color: #111;
    font-size: 16px;
}

.publication-detail  .container .row.bkg-white .colmd-9 a:hover {
    color: #fff;
}

.publication-detail  .container img {
    margin-bottom: 0;
    height: auto !important;
}

.publication-detail h1 {
    font-family: Gotham-Medium;
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 30px 0;
    /*position: relative;

    /*cursor: pointer;*/;
}

.accodion h1 .fa-angle-up {
    display: none;
}

.accodion h1 span {
    position: absolute;
    right: 0;
    top: 30px;
}

.accodion .item.active h1 .fa-angle-up {
    display: block;
}

.accodion .item.active h1 .fa-angle-down {
    display: none;
}

#top-menu .sub-menu a.submenu-active {
    background-color: #fdb913;
}

.accodion .content-item {
    display: none;
}

.accodion .item:not(.active) {
    border-bottom: 1px solid #fff;
}

.publication-detail {
    padding-bottom: 50px;
}

/* end style page publications*/



/* style contact form*/

.contact-content  #wpcf7-f105-o1 input,

.contact-content  #wpcf7-f105-o1  textarea {
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
}

.contact-content  #wpcf7-f105-o1 input {
    font-size: 14px;
    line-height: 30px;
    height: 49px;
}

.contact-content  #wpcf7-f105-o1  textarea {
    font-size: 14px;
    line-height: 20px;
    height: auto;
}

.contact-content  .contact-left ul li {
    padding: 10px;
    font-size: 14px;
}

.contact-content  .contact-left ul li a {
    color: #fff;
}

.contact-content  .contact-left ul li a:hover {
    color: #fdb913;
}

#contact-tmp .home-brands {
    padding: 0;
}

#contact-tmp input[type='submit'] {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #fdb913;
    font-size: 15px;
    font-weight: bold;
}

#contact-tmp input[type='submit']:hover {
    color: #fff;
    background: #997a1d;
}

#contact-tmp  h4 {
    padding-bottom: 8%;
    font-size: 24px;
}

#contact-tmp .contact-right p {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}

#contact-tmp  .contact-content {
    padding-bottom: 50px;
}

#contact-tmp .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
}

#contact-tmp  .wpcf7-not-valid-tip {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #f00;
}

#contact-tmp  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #fff;
    border: 2px solid #fdb913;
}

/*end style contact form*/

/*reponsive*/



@media(max-width: 992px) {

    .publication-detail .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .publication-detail  .container .row.bkg-white {
        /*margin-left: 15px;

        margin-right: 15px;*/;
    }

    #contact-tmp h4 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media(max-width: 800px) {

    #contact-tmp .contact-right p {
        line-height: 18px;
    }

    .publication-detail  .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .publication-detail  .container .row.bkg-white {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {

    .publication-detail .container .row.bkg-white .colmd-9 .content-right {
        width: 70%;
    }

    .publication-detail .container .row.bkg-white .colmd-3 {
        width: 30%;
    }
}

@media (max-width: 599px) {

    .publication-detail .container .row.bkg-white .colmd-9 .content-right {
        width: 65%;
    }

    .publication-detail .container .row.bkg-white .colmd-3 {
        width: 35%;
    }

    .publication-content .author p {
        font-size: 13px;
        text-align: left;
    }

    .publication-detail .container .row.bkg-white .colmd-9 a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .publication-detail .container .row.bkg-white .colmd-3 {
        padding: 15px 15px 0 15px;
    }

    .publication-detail .container .row.bkg-white .colmd-9 {
        width: 100%;
        float: left;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    .publication-detail .container .row.bkg-white .colmd-3 {
        width: 100%;
        float: left;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .publication-detail .container .row.bkg-white .colmd-9 .content-right {
        position: static;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        width: 100%;
    }

    .publication-detail h1 {
        font-size: 25px;
        padding: 25px 0;
    }

    .accodion h1 span {
        top: 25px;
    }
}

/*end reponsive*/





/*reponsive màn hình 2k*/



@media(min-width: 1921px) {



    .home-container.home-brands .container,

.team-page.home-brands  .container,

.gr-news-page .container,

.team-prof.home-brands .container,

.publication-detail.home-brands .container,

.home-container.gallery-container .container {
        width: auto;
        padding: 0 10vw;
    }

    .research-content .research-details .container {
        width: auto;
        padding: 0 10vw;
    }

    .team-page.home-brands .container .row .team-item .bkg-white,

.team-prof.home-brands .container .team-item.bkg-white,

/*.research-page .container .row .link,*/

.home-container.gallery-container,

.container .row .col-lg-6.col-md-6.col-sm-6.col-xs-12

/*,

.publication-detail.home-brands .container .row.bkg-white*/ {
    /*line-height: 10vw;*/;
    }

    .home-container.gallery-container .container 

.row .items .wrap-item img {
        width: 100%;
    }

    .gr-news-page .container .row .col-md-4

/*.research-content .research-details .container .item*/ {
        line-height: 10vw;
    }
}

.news-brands .col-md-4:nth-child(4),

.news-brands .col-md-4:nth-child(5),

.news-brands .col-md-4:nth-child(6) {
    display: none;
}

.publication-detail .container {
    max-width: none;
}

.team-page.home-brands .container .row .team-item .bkg-white {
    display: table;
    width: 100%;
    height: 100%;
}

.team-page.home-brands .container .row .team-item .bkg-white .middle {
    display: table-cell;
    vertical-align: middle;
}

.team-page.home-brands .container .row .team-item .bkg-white .middle .info {
    width: 100%;
}

.team-page .team-item .image {
    width: 40%!important;
    float: none!important;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.team-page.home-brands .container .row .team-item .bkg-white .h2 {
    font-size: 18px;
}

@media(max-width:991px) {

    .h2, h2, h4, .h4, h3, .h3 {
        font-family: HelveticaNeue;
        font-weight: 700;
    }
}

@media(max-width:767px) {

    .team-page.home-brands .container .row .team-item .bkg-white .h2 {
        font-size: 16px;
    }

    .team-page.home-brands .container .row .team-item .bkg-white {
    }

    .team-page.home-brands .container .row .team-item .bkg-white h4 {
        font-weight: 700;
    }
}

.content-facilities .items  .team-item.bkg-white.wrap-item {
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 15px;
}

.publication-content  .item .fa.fa-angle-down,

.publication-content  .item .fa.fa-angle-up {
    display: none;
}

.gr-news-page .row .col-md-4  h4,

.gr-news-page .row .col-md-4  a {
    padding: 15px;
}

.gr-news-page .row .col-md-4  h4 a,

.gr-news-page .row .col-md-4  a {
    text-align: center;
    font-size: 18px;
    color: #ffffff!important;
  /* font-family: Gotham-Medium;*/;
}

.gr-news-page .row .col-md-4 img {
    margin-bottom: 0px;
}

.gr-news-page .row .col-md-4 h4 a:hover,

.gr-news-page .row .col-md-4 a:hover {
    color: #fdb913;
}

.former-member {
    width: 100%;
    padding: 0 15px;
}

@media(max-width:991px) {

    .former-member {
        width: 100%;
    }
}

.former-member .bkg-white {
    display: block;
    border-radius: 15px;
    padding: 15px;
}

.former-member  .table {
    display: table;
    border-collapse: collapse;
    margin-bottom: 0;
}

.former-member .row {
    display: table-row;
}

.former-member .row .cell {
    width: 25%;
    padding: 10px;
    border: 1px solid #fdb913;
    display: table-cell;
    vertical-align: middle;
}

.former-member .row.th .cell {
    width: 25%;
    padding: 10px;
}

.former-member .row {
    color: #fdb913;
    margin-bottom: 10px;
}

.former-member .row.th .cell {
    background-color: #fdb913;
    color: #fff;
    border: 1px solid #fff;
    border-top: 1px solid #fdb913;
}

.former-member .row.th .cell:nth-child(1) {
    border-left: none;
}

.former-member .row.th .cell:nth-child(4) {
    border-right: 1px solid #fdb913;
}

.former-member .row:nth-child(2) {
}

.publication-detail .container .row.bkg-white {
    background-color: #fff!important;
    padding: 20px;
    display: table;
    width: 100%;
    height: 100%;
}

.publication-content .author p {
    display: inline;
}

.home-container.home-brands .news-brands .row .col-md-4:nth-child(1) {
/*background: #fff;*/;
}

.news-brands marquee {
    background: #fff;
}

@media(max-width:991px) {

            

    .news-brands marquee {
        margin-bottom: 30px;
    }

    #social-network li {
        margin-right: 15px!important;
    }
}

.news-brands marquee .title a {
    color: #000!important;
}

.team-page .team-item .bkg-white {
    padding: 0;
}

.team-page .team-item .image {
    padding-left: 0;
}

.team-item .image img {
    margin-bottom: 0!important;
}

.publication-detail .container .row.bkg-white .colmd-9 a:hover {
    color: #fdb913!important;
}

.product-description .des-tabs p:last-child {
}

@media(max-width: 767px) {

    .former-member {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 350px) {

    .former-member table>thead>tr>th {
        padding: 0px;
    }
}

.former-member .table>thead>tr>th,

 .former-member .table>tbody>tr>th {
    vertical-align: middle;
}

.former-member  .team-item  .bkg-white .info {
    padding: 15px;
}

.former-member th {
}

.former-member .table>tbody>tr>td {
    vertical-align: middle;
}

.team-page.home-brands .visiting-scholars {
    margin-bottom: 30px;
}

.home-container.home-brands .row .col-md-4 .title {
    margin: 15px;
    padding: 0px;
    clear: both;
    display: block;
    text-align: center;
}

.gr-news-page .row .col-md-4 .title {
    margin: 0;
    padding: 0;
    clear: both;
}

.gr-news-page .row .col-md-4 .title a {
}

.gr-news-page .row .col-md-4:nth-child(3n+1) {
    clear: both;
}

.home-container.home-brands .row .col-md-4 img,  

.gr-news-page .row .col-md-4 img {
    margin-bottom: 0;
}

.home-container.home-brands .row .col-md-4 .title a, 

 .gr-news-page .row .col-md-4 .title a {
    margin: 0;
    padding: 0;
    clear: both;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.home-container.home-brands .row .col-md-4 .title a:hover,

    .home-container.home-brands .row .col-md-4 .title a:active,

    .gr-news-page .row .col-md-4 .title a:hover,

    .gr-news-page .row .col-md-4 .title a:active {
    color: #fdb913!important;
}

.col-sm-3.usefulfooter {
    padding-top: 20px;
}

.col-sm-3.usefulfooter #custom_html-3 h2 {
    display: none;
}

@media(max-width: 480px) {

    .team-prof.home-brands .team-item.bkg-white h2 {
        font-size: 18px;
    }
}

#menu-item-45 .sub-menu {
}

.team-prof.home-brands .team-item.bkg-white h4 {
    padding: 0;
}

.team-page .team-item .bkg-white {
    min-height: unset!important;
}

@media(max-width: 1204px) {

    

    .team-page .team-item:nth-child(3n+1) {
        clear: none!important;
    }

    .team-page .team-item:nth-child(2n+1) {
        clear: both!important;
    }

    .team-page .team-item {
        width: 50%!important;
    }
}

@media(max-width: 991px) {

    

    .team-page .team-item:nth-child(3n+1) {
        clear: none!important;
    }

    .team-page .team-item:nth-child(2n+1) {
        clear: none!important;
    }

    .team-page .team-item {
        width: 100%!important;
    }

    .team-page .team-item .bkg-white {
        min-height: 0px!important;
    }
}

@media(min-width: 1921px) {

    .research-details .item {
        width: 100%!important;
    }
}

.team-page .team-item .image {
    padding-top: 0px!important;
}

.team-page.home-brands .container .row .team-item .bkg-white .middle {
    vertical-align: top!important;
}

.team-page.home-brands .container .row .team-item .bkg-white .middle h2 {
    margin-top: 0!important;
}

@media(min-width: 992px) {

    .team-page .team-item .image {
        vertical-align: top!important;
        padding-top: 0px!important;
    }
}

@media(max-width: 991px) {

    .team-page .team-item .image {
        vertical-align: top!important;
        padding-bottom: 0px!important;
    }

    .team-page .team-item {
        height: auto!important;
    }

    .content-facilities .content-items {
        height: auto!important;
    }
}

.product-description .des-tabs div:nth-child(2) p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}



/* update 4/10/18 */

.home-container.home-brands,

.team-prof.home-brands,

.team-page.home-brands,

.gr-news-page,

.research-page,

.research-content,

.publication-content,

.gallery-container,

.links.home-brands {
    background: #f6f7f7!important;
}

.research-content,

.research-content h2,

.content-gallery .title-top-gallery {
    color: #000!important;
}

.research-brands .h3,

.news-brands .h3,

.team-page.home-brands h3,

.news-brands .col-md-4 .title a,

.research-brands .col-md-4 .title a,

.gr-news-page .col-md-4 .title a,

.research-page .link a {
    color: #1a1a1a!important;
}

.research-brands,

.news-brands,

.gr-news-page .container,

.team-prof .team-item.bkg-white,

.opportunities .team-item.bkg-white,

.research-fellows,

.graduate-students,

.under-graduate,

.visiting-scholars,

.research-content .container,

.facilities-container .content-facilities,

.links.home-brands .container,

.home-container.gallery-container .content-gallery {
    background: #fff;
    border-color: #fdb913;
    padding: 10px;
    border-top: 2px solid #fdb913;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.publication-content .container .item {
    border-color: #fdb913;
    padding: 10px;
    border-top: 2px solid #fdb913;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.links.home-brands .container .link-item h3,

.links.home-brands .container .link-item a {
    color: #000!important;
}

.gallery-container .container {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.research-details,

.links.home-brands {
    padding-top: 50px;
    padding-bottom: 50px;
}

.former-member {
    background: #fff;
    border-color: #fdb913;
    padding: 10px;
    border-top: 2px solid #fdb913;
    box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.team-item.bkg-white {
    padding: 20px 20px 20px 15px!important;
}

.opportunities .team-item.bkg-white {
    padding: 20px 20px 20px 5px!important;
}

.research-page .row {
    border-color: #fdb913;
    border-top: 2px solid #fdb913;
    padding-top: 50px;
}

.research-page .link .image {
   /* box-shadow: 0 2px 2px rgba(0,0,0,0.12);*/
    border-style: outset;
    padding: 20px!important;
}

.research-brands .image,

.news-brands .image,

.gr-news-page .image,





.team-page .team-item .bkg-white,

.gallery-container .wrap-item .image,

.content-facilities .img-items .image {
    border-style: outset;
    padding: 20px;
}

.research-brands {
    margin-bottom: 40px;
}

.research-brands .h3,

.news-brands .h3,

.gr-news-page .container .h3,

.research-fellows h3,

.graduate-students h3,

.under-graduate h3,

.visiting-scholars h3,

.former-member .h3,

.facilities-container .h3 {
    text-align: center;
    color: #1a1a1a!important;
}

.sticky-wrapper #pageHeader {
    background-color: rgba(0, 0, 0, 0.3)!important;
}

.sticky-wrapper.is-sticky #pageHeader {
    background-color: rgba(0, 0, 0, 1)!important;
}

.home-container.home-brands .row .col-md-4 .title {
    margin: 25px!important;
}

.gr-news-page .row .col-md-4 .title {
    margin: 5px!important;
}

.team-item,

.team-item .bkg-white {
    border-radius: 0!important;
}

.team-page.home-brands {
    padding-bottom: 50px;
}

.research-content .container {
    padding: 20px!important;
}

/*update 8/10/18*/

@media(min-width: 1921px) {

    .banner_caption .captionWrapper.container {
        width: auto!important;
        padding: 0 10vw;
    }

    .header-container {
        max-width: none;
        padding: 0 10vw;
    }
}

@media(min-width: 1201px) {

    .research-page .container {
        width: auto;
        padding: 0 10vw;
    }
}

@media(max-width: 1920px) and (min-width: 992px) {

    .team-page .team-item {
        width: 50%!important;
    }

    .team-page .team-item:nth-child(2n+1) {
        clear: both!important;
    }

    .team-page .team-item:nth-child(3n+1) {
        clear: none!important;
    }
}

@media(min-width:1921px) {

    .gr-news-page,

.research-content .research-details {
        width: auto!important;
        padding: 50px 10vw!important;
    }
}

.content-facilities > h3,

.content-gallery > h2 {
}

.research-page .col-md-6.link {
    margin-bottom: 20px;
}

.research-page .container .row {
    background: #fff;
}

@media(min-width: 768px) {

    .research-page.research-page-2 .col-md-6.link {
        width: 33.3%;
    }
}

.research-page .link a span {
    line-height: normal;
    font-family: HelveticaNeue!important;
    font-weight: 700!important;
    color: lightgrey;
}

.facilities-container   .content-facilities .h3,

 .content-gallery h2 {
    display: none;
}

.content-gallery {
    padding-top: 30px;
}

@media(min-width: 992px) {



    .publication-detail .container .row.bkg-white .col-md-2 {
        padding: 0;
    }

    .publication-detail .container .row.bkg-white .col-md-10 {
        padding: 0;
        position: relative;
    }

    .publication-detail .container   .content-right {
        padding: 0 0 0 20px;
        position: absolute;
    /*top: 50%;

    transform: translateY(-50%);

    -moz-transform:translateY(-50%);

     -webkit-transform:translateY(-50%);*/;
    }
}

@media(max-width: 991px) {

    .publication-detail .container .row.bkg-white .col-md-2,
.publication-detail .container .row.bkg-white .col-md-2 img,
.publication-detail .container .row.bkg-white .col-md-10 {
        height: auto!important;
    }

    .publication-detail .container .row.bkg-white .col-md-10 {
        margin-top: 20px;
    }
}

.content-gallery .col-lg-6.col-md-6.col-sm-6.col-xs-12:nth-child(2n+1) {
    clear: both;
}