﻿/*Article Listing*/
/*  Tablet  */
@media (min-width:767px) and (max-width:992px){
    #ArticleListing .col-sm-1:nth-child(12n+1),
    #ArticleListing .col-sm-2:nth-child(6n+1),
    #ArticleListing .col-sm-3:nth-child(4n+1),
    #ArticleListing .col-sm-4:nth-child(3n+1),
    #ArticleListing .col-sm-6:nth-child(2n+1){
        clear: left;
    }
}

/*Large Desktop*/
@media (min-width:993px){
    #ArticleListing .col-md-1:nth-child(12n+1),
    #ArticleListing .col-md-2:nth-child(6n+1),
    #ArticleListing .col-md-3:nth-child(4n+1),
    #ArticleListing .col-md-4:nth-child(3n+1),
    #ArticleListing .col-md-6:nth-child(2n+1),
    #ArticleListing .col-lg-1:nth-child(12n+1),
    #ArticleListing .col-lg-2:nth-child(6n+1),
    #ArticleListing .col-lg-3:nth-child(4n+1),
    #ArticleListing .col-lg-4:nth-child(3n+1),
    #ArticleListing .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}

#ArticleListing .item {margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #e5e5e5;}
#ArticleListing .item .image {
    float: left;
    width: 272px;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
    min-height: 200px;
    border: 1px solid #e5e5e5;
    display: block;
    position: relative;
}
#ArticleListing .item .image img{
    -webkit-transition: all 1s;
    transition: all 1s;
    -ms-transform: all 1s;
}
#ArticleListing .item .image img:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
#ArticleListing .item .image img {
    height: auto;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#ArticleListing .item .desc .title {
    color: #222;
    font-size: 20px;
    text-transform: inherit;
    text-align: justify;
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#ArticleListing .item .desc .title:hover{ color: #983094;}
#ArticleListing .item .motangan{font-family: 'Roboto', sans-serif;color: #1a1a1a;font-size: 14px;width: 100%;line-height: 24px;text-align: justify;margin-top: 7px;}
#ArticleListing .item  .readmore{
    float:none;
    padding:10px 20px;
    background:#983094;
    color:#fff;
    border-radius:20px;
    margin-top:20px;
    display:inline-block;
    width:auto !important;
    text-transform: uppercase;
    font-size: 14px;
}

/*Recruitment Detail*/
.RecruitmentDetail{width:100%;float:left;}
.RecruitmentDetail h1{ margin: 0 !important;}
.RecruitmentDetail .title_article {
    color: #1a1a1a;
    text-transform: inherit;
    text-align: justify;
    width: 100%;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
} 
.RecruitmentDetail .NoiDung h1 i{margin-bottom: 20px; font-family: 'UTM Avo';font-style: italic;font-size: 13px;color: #808080;width: 100%;float: left;text-align: center;    margin-top: 10px;}
.RecruitmentDetail #divDetailContent {
    line-height: 21px;
    width: 100%;
    color: #1a1a1a;
    font-size: 14px;
    display: block;
    text-align: justify;
    float: left;
    margin-top: 30px;
}
.RecruitmentDetail #divDetailContent img {
    display: inline-block;
}
.RecruitmentDetail .ViewDate {
    height: 39px;
    line-height: 39px;
    color: #c9c9c9;
    font-size: 13px;
    font-family: Arial;
    margin: 15px 0;
    text-align: left;
}
.CaptionTinLienQuan {position: relative;width: 100%;float: left;text-align: left;}
.CaptionTinLienQuan h2{background: url('img/line.png') no-repeat top 18px left;width: 100%;float: left;text-align: left;    margin: 0 !important;}
.CaptionTinLienQuan h2 a {
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    text-transform: inherit;
    color: #983094;
    font-weight: bold;
    background: #fff;
    padding-right: 5px;
}
.TinLienQuan .item .image {
    float: left;
    width: 100% !important;
    height: auto;
    margin-right: 0 !important;
}
.TinLienQuan .item .image img{
    -webkit-transition: all 1s;
    transition: all 1s;
    -ms-transform: all 1s;
}
.TinLienQuan .item .image img:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.TinLienQuan .item .image img {
    height: auto;
    width: 100%;
    float: left;
}
.TinLienQuan .item  .title {
    color: #222;
    font-size: 18px;
    text-transform: inherit;
    text-align: justify;
    width: 100%;
    float: left;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 15px;
    min-height: 50px;
}
.TinLienQuan .item  .title:hover{ color: #983094;}
.TinLienQuan .item .motangan{float: left;font-family: 'Roboto', sans-serif;color: #1a1a1a;font-size: 14px;width: 100%;line-height: 24px;text-align: justify;margin-top: 7px;}
.TinLienQuan .item  .readmore{
    float:left;
    padding:10px 20px;
    background:#983094;
    color:#fff;
    border-radius:20px;
    margin-top:20px;
    display:inline-block;
    width:auto !important;
}

@media screen and (max-width: 767px) {
    .ViewDate{ min-height: 32px;height: auto !important;font-size: 0  !important;}
    .DivbtLike{ float: left !important;margin-bottom: 10px;line-height: 3px !important;}
    #ArticleListing .item .desc .title{    font-size: 16px;margin-bottom: 5px;}
    #ArticleListing .item .desc{ font-size: 15px;}
    #ArticleListing .item .desc .date{ display: none;}
}
@media screen and (max-width: 375px) {
    #ArticleListing .item .image{ width: 100%;height: auto !important;margin-bottom: 15px;margin-right: 0 !important;}
    #ArticleListing .item .image img{ max-width: 100% !important;height: auto !important;}
    .ArticleDetail .title_article{ font-size: 20px;}
}

.TinLienQuan .caption a{
    font-size: 22px !important;
    color: #222222;
    width: 100% !important;
    text-decoration: none;
    display: block;
    float: left;
    font-family: "roboto-b";
    text-transform: uppercase;
    text-align: center;
    margin-bottom:15px;
}

.TinLienQuan  .list{margin-top:30px;}
.TinLienQuan  .owl-nav .owl-prev,.TinLienQuan  .owl-nav .owl-next{width: 30px;height: 30px;font-size: 0;}
.TinLienQuan  .owl-nav .owl-prev{background: url('img/owl_p_prev_c.png') no-repeat center center;float: left;position: absolute;top: 75px;left: 0;}
.TinLienQuan  .owl-nav .owl-next{background: url('img/owl_p_next_c.png') no-repeat center center;float: right;position: absolute;top: 75px;right: 0;}

@media screen and (min-width: 1000px) {
    .TinLienQuan .item .image{ height: 180px;}
}

.list_sub_menu, .lvgioiThieu,.dauhieu .desc, .daidien .desc{ font-size: 14px;font-family: 'roboto';color: #222;line-height: 22px;}

.FAQHot {
    position: relative !important;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -51px !important;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.bx-prev{right: 35px !important;left: auto !important; display:none;}
.bx-wrapper .bx-controls-direction a.bx-next{ right: 0 !important;display:none;}