*{
    margin:0px;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000000;
    background:#eee;
}
.bg_page{
    background: #fff;
}
a{
    text-decoration: none !important;
    color: #0f3f7f;
}
.wrapper{
    width: 1080px; 
    margin: auto;
    padding: 0px;
}
.clr::before, .clr::after {
    content: " ";
    display: table;
}
.clr::after {
    clear: both;
}
.phone_mail{
    float: left;
}
.header{
    padding-bottom: 20px;
}
.header .social{
    float: right;
}
.clr{
    clear: both;
}
.header .support{
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.phone_mail ul,.social ul,.language ul,.contact ul,.footer .rows .main_wrap.listmenu ul,.menu ul,ul.listbreak,.app_review ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.main_content .block .support .info .content a,.coppyright,.coppyright a{
    color: #fff;
}
.main_content .block .support .info .content a:hover,.coppyright a:hover{
    color: red;
}
.phone_mail ul li,.social ul li{
    display: inline-block;
    margin-right: 15px;
}
.social ul li:last-child{
    margin-right: 0px;
}
.phone_mail ul li i{
    margin-right: 5px;
}
.phone_mail ul li{
    color: #0f3f7f;
}
.social ul li i{
    font-size: 15px;
    color: #0f3f7f;
}
@media screen and (max-width: 550px){
    .header .social{
        float: none;
        margin: 10px 0px;
    }
    .social ul li i{
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px){
    .wrapper{
        width: 98%;
    }
    .phone_mail,.social{
        float: none;
        text-align: center;
    }
    .header .support {
        line-height: 28px;
        margin: 6px 0px;
    }
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.header .logo{
    float: left;
    width: 146px;
    margin-right: 20px;
}
.header .menu_horizontal{
    float: left;
    margin-top: 22px;
}
.header_top{
    margin: 27px 0px;
    position: relative;
}
.language{
    float: left;
    margin:25px 40px 0px 10px;
}
.language ul img{
    width: 30px;
}
.language ul a.active img{
    width: 28px;
}
.navbar-nav-lang li{
    position: relative;
}
.language ul li {
    margin-right: 5px;
    margin-left: 5px;
    height: auto;
    float:left;
}
.language ul li a.active{
    border: 2px solid #0f3f7f;
    display: inline-block;
    margin-top: -2px;
}
.language ul li a .name{
    position: relative;
    top: 0px;
    left: 4px;
    color: #000000;
    cursor: pointer; 
}
.language ul li a.dropdown-toggle-lang .name:hover{
    color: #0f3f7f;
}
.navbar-nav-lang > li > a{
    padding: 0px 0px;
}
.language ul li a.dropdown-toggle-lang .name:after{
    color: #999999;
    content: "";
    font-size: 18px;
    position: absolute;
    left: 60px;
    top: -2px;
    transform: rotate(90deg);
}
.navbar-nav-lang .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
    margin-right: -5px;
    min-width: 300px;
    padding: 18px 28px;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    background: #fff;
}
.navbar-nav-lang .dropdown-menu>li>a{
    display:block;
    padding:3px 10px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#00b9f2;
    white-space:nowrap
}
.navbar-nav-lang .dropdown-menu>li>a:focus,.navbar-nav-lang .dropdown-menu>li>a:hover{
    text-decoration:none;
    color:#484848;
}
.navbar-nav-lang .dropdown-menu .with-separator {
    border-bottom: 1px solid #00b9f2;
}
.navbar-nav-lang .dropdown-menu .no-icon{
    padding-left: 0px;
}
.navbar-nav-lang .dropdown-menu li a {
    margin: 0;
    padding: 17px 15px 11px;
    transition: color 0.3s ease 0s;
}
.navbar-nav-lang > li {
    height: 30px;
}
.header_top .regis_login{
    background: #0f3f7f;
    float: right;
    padding: 2px 0 4px 12px;
    border-radius: 5px;
    margin-top: 14px;
    white-space:nowrap;
    position: absolute;
    right: 0;
    top: 0;
}
.header_top .regis_login .menu_login a{
    color: #fff;
    font-size: 13px;
    float: left;
    margin-right: 16px;
}
.header_top .regis_login a img{
    margin-right: 7px;
}
.header_top .regis_login .btn_postjob{
    display: inline-block;
    background: #cfd9e5;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 2px;
}
.header_top .regis_login .btn_postjob a{
    margin: 10px 20px !important;
    color: #000;
    display: block;
    
}
.regis_login .group_regis{
    float: left;
    margin-right: 7px;
    margin-top: 12px;
}
.header_top .regis_login a:last-child{
    margin-right: 2px;
}
.mobile{
    display: none;
}
@media screen and (max-width: 999px){
    .mobile{
        display: block;
    }
    .language,.regis_login{
        display: none;
    }
    .header .menu_horizontal{
        float: right;
    }
}
.bg_search{
    background: url('../images/bg_search.png') no-repeat 100% 100%;
    background-size: cover;
    height: 400px;
    position: relative;
}
.bg_search .search_widget{
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    width: 93%;
    background: rgba(0, 0, 0, 0.65);    
}
.bg_search .search_widget h1{
    text-align: center;
    font-size: 18px;
}
.search_widget input[type="text"]{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000000;
    height: 40px;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 15px;
}
.search_widget .search_group{
    background: #ffffff;
    margin-right:5px;
    border-radius: 5px;
    margin-top: 15px;
}
.keyword{
    margin-top: 5px;
}
.keyword input{
    width: 300px;
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 0px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 9px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -2px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.search_group .keyword{
    float: left;
    margin-right: 10px;
}
.search_group .option_select{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.line_search{
    background: url('../images/line_search.png') no-repeat;
    float: left;
    height: 45px;
    width: 1px;
    margin: 0.6% 1%;
}
.search_group:after{
    content: '';
    display: block;
    clear: both;
}
.select2-container{
    width: 226px !important;
    z-index: 2;
}
.icon_location{
    background: url('../images/icon_location.png') no-repeat;
    float: left;
    height: 20px;
    margin-top: 7px;
    width: 16px;
}
div.btn_search{
    background: #0f3f7f;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 45px;
    margin-left: 1.5%;
    margin-right: 0.5%;
    margin-top: 9px;
    width: 130px;
}
div.btn_search span{
    float: left;
    font-size: 14px;
    line-height: 45px;
    padding-left: 22px;
}
div.btn_search img{
    margin-left: 10px;
    display: inline-block;
    float: left;
    margin-left: 14px;
    margin-top: 12px;
}
.reset_container {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.bg_search .search_widget {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 20px;
    position: relative;
    top: 30%;
    width: 1000px;
}
@media screen and (max-width: 1025px){
    .bg_search .search_widget h1 {
        font-size: 18px;
        text-align: center;
    }
    .bg_search .search_widget {
        top: 16%;
        width: 97%;
    }
    .search_group .keyword{
        float: none;
        width: 100%;
        background: #fff;
    }
    .keyword input{
        width: 100%;
    }
    .line_search{
        display: none;
    }
    .search_group .option_select{
        float: none;
        width: 100%;
        margin-top: 12px;
    }
    .search_group .option_select.icon{
        float: none;
        width: 100%;
        background: #fff;
        margin-top: 12px;
    }
    div.btn_search{
        border-radius: 0px;
        margin-left: 0px;
        height: 45px;
        float: none;
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
    div.btn_search span{
        line-height: 45px;
        display: inline-block;
        float: none;
        font-size: 14px;
        padding-left: 22px;
        position: relative;
        text-align: center;
        top: -5px;
    }
    div.btn_search img{
        float: none;
    }
    .search_group .option_select .select2-container{ width: 100% !important; }
    .search_group .option_select.icon .select2-container{ width: 95% !important; }
    
    .search_widget .search_group{
        border: none;
        background: none;
    }
    .icon_location{
        margin-left: 2%;
        margin-top: 10px;
        width: 3%;
    }
    .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
        border: 0 solid #d2d6de;
        border-radius: 0;
        height: 42px;
        padding: 10px 8px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
    }
}
@media screen and (max-width: 460px){
    .icon_location{
        margin-left: 1%;
        width: 7%;
    }
    .search_group .option_select.icon .select2-container{
        width: 92% !important;
    }
}
.post_job {
    background: #0f3f7f none repeat scroll 0 0;
    border-bottom: 0 none;
    float: none;
    height: 50px;
    left: -20px;
    line-height: 50px;
    position: relative !important;
    width: 270px !important;
}
.no_border .accr_header{
    border-bottom: 0px !important;
    padding-bottom: 6px !important;
}
.post_job .accr_header{
    border-bottom: 0px !important;
    padding: 0px !important;
    height: 50px;
    left: -20px;
    position: absolute;
}
.post_job .accr_header a{
    margin-left: 50px;
}
.main_containner{
    padding: 25px 0px;
    position: relative;
}
.main_containner .header_title{
    text-align: center;
}
.main_containner > .title{
    font-size: 20px;
}
.main_containner .info{
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.main_containner .list_jobcareer{
    margin-top: 25px;
    text-align: center;
}
.main_containner .list_jobcareer .rows{
    margin: auto 7px 15px;
    display:inline-flex;
    width: 253px;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 500px){
    width: 100%;
}
.main_containner .list_jobcareer .rows .info_job{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}
.main_containner .list_jobcareer .rows .info_job div{
    margin: 5px 0px;
}
.main_containner .list_jobcareer .rows .info_job .name{
    font-size: 18px;
}
.main_containner .list_jobcareer .rows a:hover .info_job .name{
    color: red;
}
.main_containner .list_jobcareer .rows .info_job .num{
    background: #426aff;
    padding: 7px 8px;
    border-radius: 10px;
    text-align: center;
}
.bg_gradient {
    background: #7f1e03; /* Old browsers */
    background: -moz-linear-gradient(top, #7f1e03 0%, #7f1e03 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7f1e03 0%,#7f1e03 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7f1e03 0%,#7f1e03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1e03', endColorstr='#7f1e03',GradientType=0 ); /* IE6-9 */
}
.viewall a{
    border: 1px solid #8e8e8e;
    border-radius: 5px;
    display: table;
    margin: auto;
    padding: 8px 50px;
    color: #252a3d;
}
.viewall a:hover{
    background: #0f3f7f;
    color: #fff;
}
.team_digital{
    background: #243141;
}
.team_digital .img_digital{
    width: 400px;
    float: right;
}
.team_digital .info{
    float: left;
    color: #fff;
    width: 600px;
    margin-left: 30px;
    margin-top: 25px;
}
.team_digital .info .title{
    font-size:17px;     
    line-height: 25px;
}
.team_digital .info .main_wrap{
    margin-top: 10px;
}
.team_digital .info .main_wrap .rows{
    width: 220px;
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 15px;
}
.team_digital .info .main_wrap .rows .icon{
    text-align:center;
    float: left;
    width: 50px;
    height: 50px;
    background: #314053;
    border-radius: 100%;
    margin-right: 10px; /*space between*/
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.team_digital .info .main_wrap .rows .icon i{
    font-size: 20px;
    align-self:center;
    color: #3a84e5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin: 0 auto;
}
.team_digital .info .main_wrap .rows .icon i::before{
  display:inline-block;
  text-decoration:none;
}
.team_digital .info .main_wrap .rows a:hover i{
    transition:1s;
    transform:rotate(360deg);
    color:#fff;
}
.team_digital .info .main_wrap .rows a:hover span.name{
    color: red;
}
.team_digital .info .main_wrap .rows a span.name{
    font-size: 14px;
    line-height: 19px;
    position: relative;
    top: 6px;
    color: #fff;
    text-transform: uppercase;
}
.team_digital .info .main_wrap .rows:nth-child(2n-1) {
    margin-right: 100px;
}
@media screen and (max-width: 1027px){
    .img_digital{
        display: none;
    }
    .team_digital .info{
        float: none;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .team_digital .info .main_wrap .rows{
        width: 44%;
    }
    .team_digital .info .main_wrap .rows:nth-child(2n-1){
        margin-right: 10%;
    }
    .team_digital .info .title{
        text-align: center;
    }
}
@media screen and (max-width: 460px){
    .team_digital .info .main_wrap .rows{
        width: 100%;
    }
    .team_digital .info .main_wrap .rows:nth-child(2n-1){
        margin-right: 0px;
    }
}
.main_content .list_job{
    float: left;
    width: 770px;
}
.main_content{
    margin-top: 20px;
}
.main_content.detail_page{
    margin-top: 0px;
}
.main_content .block{
    float: right;
    width: 300px;
    margin-left: 10px;
}
.main_content .list_job .rows:first-child{
    margin-top: 0px;
}
.main_content .list_job .rows{
    display: flex;
    color: #0f3f7f;
    margin-top: 20px;
    border: 1px solid #d5d6d9;
    padding: 12px;
}
.main_content .list_job .rows .logo_col{    
    display:flex;
    width: 13.667%;
    margin-right: 15px;
}
.main_content .list_job .rows .logo_col .logo{
    margin: auto;
    text-align: center;
}
.main_content .list_job .rows .info h3.title,.main_content .list_job .rows .info h3.title a{
    color: #555555;
    font-size: 16px;
}
.main_content .list_job .rows .info .company{
    margin-top: 5px;
}
.main_content .list_job .rows .info .extra_info{
    color: #000;
    margin-top: 10px;
}
.text-primary{
    color: #0f3f7f;
    font-weight: bold;
}
.location{
    font-weight: bold;
}
.location i{
    font-size: 15px;
    margin-right: 5px;
    font-weight: normal;
}
.extra_btn{
    margin-top: 10px;
}
.btn_apply_job,.btn_fulltime{
    color: #b7b2b2;
    cursor: pointer;
    padding: 6px 18px;
    background: #0f3f7f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}
.btn_fulltime{
    background: #e7e9f5;
    color: #666;
}
@media screen and (max-width: 1024px){
    .main_content .list_job{
        float: none;
        width: 100%;
    }
    .main_content .block{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .main_content .list_job .rows .logo_col{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .main_content .list_job .rows{
        display: block;
    }
    .extra_btn{
        text-align: center;
    }
}
.main_content .block .support{
    position: relative;
}
.main_content .block .support .info{
    position: absolute;
    top: 25px;
    left: 8%;
    right: 8%;
    color: #fff;
}
.main_content .block .support .info i{
    font-size: 45px;
    display: block;
}
.main_content .block .support .info .title{
    margin-top: 10px;
}
.main_content .block .support .info .content{
    margin-top: 15px;
}
.main_content .block .support .info .content a:hover{
    color: red;
}
.main_content .block > div{
    margin-bottom: 10px;
}
.main_content .block .sayings{
    border: 1px solid #c1c1c1;
    padding: 25px;
}
.main_content .block .sayings .info{
    display: flex;
}
.main_content .block .sayings .info .avatar{
    width: 50px;
    height: 50px;
    display: flex;
    margin-right: 10px;
}
.main_content .block .sayings .info .avatar img{
    border-radius: 100%;
}
.main_content .block .sayings .info .info_name{
    margin-top: 10px;
}
.main_content .block .sayings .info .info_name .fullname{
    font-weight: bold;
}
.main_content .block .sayings .info .info_name .position{
    color: #0f3f7f;
    margin-top: 3px;
}
.main_content .block .sayings .content{
    margin-top: 10px;
    line-height: 20px;
    font-size: 15px;
    font-style: italic;
}
@media screen and (max-width: 1024px){
    .main_content .block{
        margin-left: auto;
        margin-right: auto;
    }
    .main_content .block > div:first-child{
        margin-top: 10px;
    }
    .main_content .block .support img.bg_support{
        display: none;
    }
    .main_content .block .support .info{
        background: #0f3f7f;
        position: static;
        padding: 20px;
    }
}
.bg_news{
    background: #f0f3fc;
    padding: 20px 0px;
}
.list_news_home .rows{
    width: 330px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.list_news_home .rows .img_thumb{
    position: relative;
    display: table-cell;
    font-size: 9px !important;
    text-align: center;
    vertical-align: middle;
    width: 330px;
    max-width:330px;
    height: 207px;    
}
.list_news_home .rows .img_thumb:before{
    content:"";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(34,34,34,0.15);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.list_news_home .rows .img_thumb:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_news_home .rows .img_thumb:before{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.list_news_home .rows .info{
    padding: 10px;
    text-align: center;
    margin: auto;
}
.list_news_home .rows .desc{
    padding: 10px;
    text-align: left;
    line-height: 20px;
}
.list_news_home .rows .info .title a{
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}
.list_news_home .rows .info .title a:hover{
    color: red;
}
.list_news_home .rows .info .button{
    margin-left: 10px;
    color: #2c2f38;
}
.list_news_home .rows .info .button a{
    color: #9e9e9e;
}
.list_news_home .rows .info .readmore{
    border-radius: 5px;
    color: #fff;
    display: table;
    margin: 15px auto 10px;
    padding: 8px 20px;
    background: #0f3f7f;
}
.list_news_home .rows .info .readmore:hover,a.btn_apply_job:hover{
    background: #4469ff;
    color: #fff;
}
.list_news_home{
    display: flex;
    flex-flow: row wrap;
}
@media screen and (max-width: 1024px){
    .list_news_home{
        text-align: center;
        display: block;
        flex-flow:column;
    }
    .list_news_home .rows{
        float: none;
        display: inline-block;
    }
    .list_news_home .rows{
        float: none;
    }
}
@media screen and (max-width: 450px){
    .list_news_home .rows{
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .list_news_home .rows .img_thumb{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
#amazingcarousel-1 .amazingcarousel-list-container{
    border: 0px;
}
#amazingcarousel-1 .amazingcarousel-nav{
    display: none;
}
#amazingcarousel-container-1{
    padding: 0px 48px;
}
#amazingcarousel-1{
    display:block;position:relative;width:100%;margin:0px auto 0px;
}
#amazingcarousel-1 .amazingcarousel-item-container{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 2px;
}
.footer{
    background: #2c2f38;
    color: #fff;
    padding: 20px 0px;
}

.footer .rows{
    width: 330px;
    float: left;
    margin-right: 20px;
}
.footer .rows:first-child{
    margin-right: 70px;
}
.footer .rows:last-child{
    margin-right: 0px;
}
.footer .rows > .title{
    font-size: 18px;
}
.footer .rows > .main_wrap{
    margin-top: 15px;
}
.footer .rows > .main_wrap .logo{
    margin-top: 20px;
}
.footer .contact{
    margin-top: 20px;
}
.footer .contact ul li{
    display: block;
    margin: 10px 0px;
}
.footer .contact ul i{
    margin-right: 10px;
    font-size: 15px;    
}
.footer .social{
    margin-top: 20px;
}
.footer .social ul a .icon i{
    align-self: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    transition: all 0.4s ease 0s;
}
.footer .social ul a .icon {
    align-items: flex-start;
    background: #404450;
    display: flex;
    border-radius: 5px;
    float: left;
    height: 40px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer .social ul a:hover .icon i{
    transition:1s;
    transform:rotate(360deg);
    color:#fff;
}
.footer .rows .main_wrap.listmenu ul a{
    display: inline-block;
    color: #fff;
    margin: 5px 0px;
}

@media screen and (max-width: 1024px){
    .footer .rows{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 800px){
    .footer .rows:first-child{
        margin-top: 0px;
    }
    .footer .rows{
        float: none;
        width: 98%;
        margin-top: 15px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.coppyright{
    background: #353743;
    display: flex;
    padding: 20px 0px
}
.coppyright .info{
    float: left;
    margin-right: 10px;
}
.coppyright .menu{
    float: right;
}
.coppyright .menu ul li{
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
@media screen and (max-width: 1024px){
    .coppyright .info,.coppyright .menu{
        float: none;
        text-align: center;
    }
    .coppyright .menu{
        margin-top: 15px;
    }
    .coppyright .menu ul li{
        margin-bottom: 5px;
    }
}
.img-fullscreen {
    position: relative;
    overflow: hidden;
}

.img-fullscreen img {
    vertical-align: middle;
    position: absolute;
    display: table;
    margin: auto;
    height: auto;
    width: auto;
    bottom: -100%;
    right: -100%;
    left: -100%;
    top: -100%;
}

.img-fullscreen .full-width {
    width: 100%;
}

.img-fullscreen .full-height {
    height: 100%;
}
.breakcum{
    color: #fff;
    position: absolute;
    bottom: 5%;
}
.breakcum .title{
    font-size: 22px;
}
ul.listbreak{
    margin-top: 5px;
}
ul.listbreak li{
    display: inline-block;
    font-size: 18px;
    margin: 0 3px;
}
ul.listbreak li:first-child{
    margin-left: 0px;
}
ul.listbreak li a{
    color: #fff;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top:-2px;
}
.block .search_group div{
    float: none;
}
.block .search_group{
    border: 1px solid #d5d6d9;
    padding: 5px;
}
.block .search_group .keyword{
    margin-right: 0px;
    margin-top: 0px;
}
.block .search_group .keyword input{
    border: 1px solid #d5d6d9;
    height: 37px;
    padding-left: 5px;
    width: 100%;
}
.block .option_select select{
    width: 100%;
}
.block .option_select .select2-container{
    width: 100% !important;
    border: 1px solid #d5d6d9;
}
.block .option_select.icon{
    position: relative;
}
.block .option_select.icon .icon_select{
    position: absolute;
    left: 5px;
    z-index: 3;
}
.block .option_select.icon .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:11px;
}
.block div.btn_search{
    height: 40px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left:auto;
    margin-right: auto;
}
.block div.btn_search span{
    float: none;
    padding-left:12px;
    line-height: 40px;
}
.block div.btn_search img{
    margin-top: 0px;
    float: none;
}
.group_title{
    position: absolute;
    top: 40%;
    color: #fff;
}
.group_title .title_job{
    width: 100%;
}
.group_title .title_job{    
    display: inline-flex;
}
.group_title .title_job .title{
    display: inline-flex;
    font-size: 25px;    
}
.group_title .title_job .time_post{
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 13px;
}
.app_review{
    margin-top: 10px;
}
.app_review ul li{
    display: inline-block;
    margin-right: 15px;
}
.app_review ul li img{
    margin-right: 5px;
}
.app_review ul li span{
    position: relative;
    top: -3px;
}
.detail_job .header_job{
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
.detail_job .header_job .title_job{
    font-size: 18px;
    font-weight: normal;
    float: left;
}
.detail_job .header_job .share_social{
    float: right;
}
.main_content .list_job.detail_job{
    border: 0px;
    padding: 0px;
    color: #000;
    margin-top: 15px;
    display: block;
}
.main_content .list_job.detail_job .title{
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}
.main_content .list_job.detail_job .app_review{
    font-size: 14px;
    margin:20px 0px; 
}
.main_content .list_job.detail_job .app_review ul li{
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    width: 32%;
}
.app_review ul li i{
    color: #333;
    font-size: 17px;
    margin-right: 12px;
    width: 15px;
    text-align: center;
}
.main_content .block .app_review ul li{
    width: 100%;
    margin-bottom: 5px;
}
.main_content .list_job.detail_job .app_review ul li span{
    position: static;
}
.main_content .list_job.detail_job .content{
    margin: 15px 0px;
    line-height: 20px;
    font-size: 13px;
}
.main_content .list_job.detail_job .btn_apply{
    background: #0f3f7f;
    color: #ffffff;
    cursor: pointer;
    width: 130px;
    height: 40px;
    border-radius: 5px;
}
.main_content .list_job.detail_job .btn_apply a{
    color:#ffffff;
}
.main_content .list_job.detail_job .btn_apply img{
    margin-top:-5px;
    margin-left: 14px;
}
.main_content .list_job.detail_job .btn_apply span{
    line-height: 40px;
    padding-left: 10px;
    position: relative;
    font-size: 15px;
}
.job_other{
    margin-top: 20px;
}
.job_other .title_other{
    border-bottom: 1px dashed #d5d6d9;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
}
.main_content .block .app_review{
    margin: 15px 0px 5px;
}
.main_content .block .app_review ul li span{
    top:0px;
    float: left;
    width: 93%;
}
.main_content .block .app_review ul li{
    margin-right: 0px;
    line-height: 20px;
}
.block.company_info .title{
    font-size: 15px;
    font-weight: bold;
}
.block.company_info .thumb{
    width: 160px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    border: 1px solid #d4d4d4;
    padding: 2px;    
    margin-bottom: 10px;
}
.block.company_info .profile .logo{
    float: left;
    margin-right: 8px;
}
.block.company_info .profile .info{
    margin-top: 0px;
}
.block.company_info .profile .info .name a{
    font-weight: bold;
    color: #000;
}
.block.company_info .profile .info .review{
    margin-top: 5px;
}
.block.company_info .content{
    line-height: 20px;
}
.block .app_review ul li i{
    float: left;
    margin-right: 2%;
    width: 5%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.viewall{
    margin-top: 20px;
}
.update_data{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 40px 0px;
    color: red;
}
.input_capcha{
    margin-top: 10px;
}

.loading{
    background: url("../images/ajax-loader.gif") no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.content_data{
    height: 400px;
    overflow-y: scroll;
}
.modal-dialog.popup_type{
    width: 500px;
}
@media screen and (max-width: 900px){
    .modal-dialog.popup_type{
        width: 100%;
    }
}
.job_by_item ul{
    margin: 0px;
    padding: 0px;
}
.job_by_item ul a{
    font-size: 15px;
}
.job_by_item ul li{
    width: 30%;
    float: left;
    margin:0.5% 1% 0.5% 1%;
}
.job_by_item ul a:hover{
    color: #0f3f7f;
    text-decoration:underline !important;
}
.empty_data{
    text-align: center;
    color: red;
    font-size: 15px;
}
.msg-success{
    color: #008000 !important;
    margin-top: 20px;
}
.msg-success a{
    color: red;
}
.group_regis .user_account{
    position:relative;
    top: -3px;
}
.select2-container .select2-choice {
    height: 40px;
    line-height: 34px;
}
.form-control {
    height: 43px;
    line-height: 3.429;
    padding: 0 1px;
}
.select2-container .select2-choice > .select2-chosen{
    margin-top: 0px !important;
}
