/*10-7-2015 CSS Bùi Đức Cường ACT GROUP*/
/*global*/
.row.no-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"],
#content[role=main] [class^="col-"],
#content[role=main] [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.row.no-margin>[class^="col-"],
.row.no-margin>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.dataTables_filter,
.dataTables_length,
.dataTables_paginate,
.dataTables_info {
    display: none !important;
}

.bs-searchbox,
.bs-actionsbox {
    display: none !important;
}

.main-color-font {
    color: #f78400;
}

.main-color-bg {
    background: #f78400;
}

.main-color-border {
    border: 1px solid #f78400;
}

.bg-white {
    background: #fff;
}

.remove-border {
    border: none !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

td a:visited {
    color: #b7b82b !important;
}

a:hover {
    text-decoration: none;
}

.remove-pd-mr {
    padding: 0;
    margin: 0;
}

.remove-pd-left {
    padding-left: 0;
}

.remove-pd-right {
    padding-right: 0;
}

.seperator {
    height: 20px;
    width: 100%;
    float: left;
    background: url(/public/hoteljob/img/separator.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
    display: none;
    margin-bottom: 15px;

}

table.dataTable thead .sorting,
.table.dataTable thead .sorting_desc,
.table.dataTable thead .sorting_asc {
    background-image: none !important;
}

/*top-header*/
.top-header-fix {
    border-bottom: 2px solid #f78400;
    margin-bottom: 1px;
}

.custom-navbar-brand {
    padding-top: 0;
    padding-left: 0;
}

.custom-navbar {
    float: right;
}

.navbar-nav>li>a {
    color: #333;
    font-weight: 600;
}

@media (max-width: 768px) {
    .custom-navbar {
        float: left;
    }

    .view-job .btn-apply {
        top: 0 !important;
        position: relative !important;
    }
}

/*FINISH TOP HEADER FIX*/

/*carousel*/
.slide {
    /*height: 400px;*/
}

.carousel-inner>.item>img {
    width: 100%;
    height: 400px;
}

.banner-module {
    position: relative;
    /*padding-bottom: 40px;*/
}

/*content*/
.main-content {
    /*padding:0;*/
    margin-top: 25px;
}

.col-left {
    padding-left: 0;
    padding-right: 0;
}

.col-right {
    padding-right: 0;
}

.col-left .section-1-nav {
    display: block;
    width: 100%;
    float: left;
}

.col-left .section-1-nav ul {
    display: block;
    float: left;
    padding-left: 0;
}

.col-left .section-1-nav ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.section-1-nav ul li a {
    font-weight: bold;
    /* border-bottom: 2px solid #f78400; */
    font-size: 14px;
    color: #fff;
    /* padding-bottom: 5px; */
    background: #919191;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
}

.section-1-nav ul li a:active {
    font-weight: bold;
    /* border-bottom: 2px solid #f78400; */
    font-size: 14px;
    color: #fff;
    /* padding-bottom: 5px; */
    background: #f78400;
    border-radius: 4px;
    padding: 10px 15px;
}

.section-1-nav ul li a:hover {
    background: #f78400;
}

/*demo active*/
.section-1-nav ul li:first-child a {
    font-weight: bold;
    /* border-bottom: 2px solid #f78400; */
    font-size: 14px;
    color: #fff;
    /* padding-bottom: 5px; */
    background: #f78400;
    border-radius: 4px;
    padding: 10px 15px;
}

/*end demo active link*/

/*form section 1*/
.custom-form-section-1 {
    display: block;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.custom-form-section-1 select.form-control {
    border-radius: 0px;
}

.custom-form-section-1 button.custom-btn-default,
.custom-form-section-1 .btn-default {
    border-radius: 0px;
    width: 100%;
}

.box-search-custom {
    margin-top: 20px;
}

.box-search-custom .form-group input,
.box-search-custom .form-group select {
    border: 1px solid #dedede;
    border-left-color: #c1c2c1;
    border-top-color: #c1c2c1;
    border-radius: 2px;
    font-size: 15px;
}

.box-search-custom .keyword,
#search-home .keyword,
.box-search-custom .keyword:hover,
#search-home .keyword:hover {
    padding-left: 40px;
    background: url(/public/hoteljob/img/icon-search.png) #fff no-repeat;
    background-size: 21px 22px;
    background-position: 12px 50%;
    font-size: 15px;
    font-weight: 300;
    padding-right: 0;
}

.box-search {
    margin-left: 7px;
}

.box-search .input-group {
    padding-right: 15px;
}

.box-search .icon-addon:hover .glyphicon {
    color: #f78400 !important;

}

.box-search .input-group .icon-addon .form-control {
    border-radius: 0;
}

.box-search .icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.box-search .icon-addon:after,
.box-search .icon-addon:before {
    display: table;
    content: " ";
}

.box-search .icon-addon:after {
    clear: both;
}

.box-search .icon-addon.addon-md .glyphicon,
.box-search .icon-addon .glyphicon,
.box-search .icon-addon.addon-md .fa,
.box-search .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.box-search .icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.box-search .icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.box-search .icon-addon.addon-lg .fa,
.box-search .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.box-search .icon-addon.addon-md .form-control,
.box-search .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.box-search .icon-addon.addon-sm .fa,
.box-search .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.box-search .icon-addon .form-control:focus+.glyphicon,
.box-search .icon-addon:hover .glyphicon,
.box-search .icon-addon .form-control:focus+.fa,
.box-search .icon-addon:hover .fa {
    color: #2580db;
}

.custom-btn-default {
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #fff;
    width: 100%;
}

/*select option*/
.section-1 .bootstrap-select {
    width: 100% !important;
    margin-top: 15px;
}


/*section 2*/
.col-left .section-2 {
    /*margin-top:25px;*/
    display: block;
    width: 100%;
    float: left;
}

.tab-responsive .nav-tabs {
    border-bottom: 1px solid #f78400;
}

.tab-responsive .nav-tabs>li.active>a {
    color: #fff;
    background-color: #f78400;
    border: 1px solid #f78400;
    border-bottom-color: transparent;
}

.tab-responsive .nav>li>a {
    color: #fff;
    background: #919191;
    font-weight: bold;
    padding: 8px 15px;
}

.title-responsive-tab {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin: 10px 0;
}

.title-tab-count {
    color: #f78400;
}

.breadcrumbs-custom {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.breadcrumbs-custom ul {
    list-style: none;
    padding-left: 0;
}

.breadcrumbs-custom ul li {
    padding: 2px 0;
    font-size: 12.5px;
    background: none;
    margin-bottom: 0;
}

.breadcrumbs-custom ul li a {
    color: #333;
    font-size: 12px;
}

.breadcrumbs-custom ul li a.red {
    color: red;
    font-weight: bold;
}

.breadcrumbs-custom ul li a:hover {
    color: #f78400;
}

.breadcrumbs-col-1 {
    padding-left: 0;
}

.breadcrumbs-col-1:nth-child(2),
.breadcrumbs-col-1:nth-child(4) {
    padding-right: 0;
}

.sm-count {
    color: #f78400;
    font-size: 11px;
}

.quick-link-container {
    border: 2px solid #f78400;
    padding: 10px;
}

.quick-link-tab h3 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

/*SECTION2*/
.title-style-1 {}

/*section 3*/
.section-3 {
    margin-top: 25px;
}

.title-style-1 a {
    font-weight: bold;
    /* border-bottom: 2px solid #f78400; */
    font-size: 14px;
    color: #fff;
    /* padding-bottom: 5px; */
    background: #f78400;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    display: block;
    float: left;
    text-transform: uppercase;
}

.table-border {
    border: 2px solid #f78400;

}

.new-icon {
    display: inline-block;
    width: 35px;
    height: 20px;
    background: url(/public/hoteljob/img/news-icon.png);
    background-size: 40px 20px;
}

/*section 4*/
.section-4 {
    margin-top: 25px;
}

.anhhoso {
    display: block;
    float: left;
    width: 65px;
    margin-right: 10px;
    position: relative;
}

.anhhoso .star-img {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
}

.hoso-detail {
    min-width: 125px;
    display: block;
}

.title-hoso {
    font-weight: bold;
}

@media (max-width: 991px) {
    #example-2_wrapper table {
        border: none !important;
    }

    #collapse-hosomoinhat .panel-body {
        padding: 0px !important;
    }

    #collapse-hoso .panel {}

    #collapse-tintd .panel {}

    /*va*/




    /*end va*/
    #collapse-tintd .panel .panel-heading {
        background: #f78400;
        color: #fff;
    }

    #collapse-vieclam .panel .panel-heading {
        background: #f78400;
        color: #fff;
    }

    .col-right {
        padding-right: 15px;
        padding-left: 0;
    }

    .seperator {
        display: block;
    }
}

@media (max-width: 341px) {
    .section-1-nav ul li a {
        padding: 10px 2px;

    }

}

@media (max-width: 500px) {
    #support-button {
        width: 70px;
    }

    #pop {
        display: none !important;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
              padding-left: 2px;
              padding-right: 2px;
          }*/
    .title-responsive-tab {
        display: none;
    }
}

@media (max-width: 389px) {
    .aside-3 .nav-tabs>li>a {
        padding: 10px 2px;
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    .col-right {
        padding-right: 0;
    }
}

.btn-upload-cv {
    box-shadow: 1px 2px #774f4e;
}

/*section 5*/
.section-5 {
    margin-top: 25px;

}

.giantuyendung {}

.giantuyendung-container {
    padding: 0;
    padding-top: 10px;
    border-bottom: 0 !important;
}

.room {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

@media (max-width: 400px) {
    .section-5 .col-xs-6 {
        width: 100% !important;
    }
}

.room-1 {
    display: block;
    float: left;
}

.room-logo {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.room-title {
    font-weight: bold;
    font-size: 12px;
}

.room img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.room-link ul {
    padding-left: 15px;
    list-style: square;
}

.room-link ul li {
    list-style: none;
    padding-left: 13px;
    /*background-image: url(../img/bullet.png);*/
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin-left: -13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.6;
}

.room-link ul li a {
    font-size: 12px;
}

.room-add {
    margin: 5px 0;
}

.room-link p {
    font-weight: bold;
    margin: 5px 0 3px 15px;
}

.room-link p.view-more {
    margin: 0;
    float: right;
}

.btn-xemthem-tt {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    background: #f78400;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

/*COL -RIGHT*/
.aside-1-title {
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold;
    background: #f78400;
    text-align: center;
    padding: 7px 0;
}

.aside-1-content {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #f78400;
    border-top: 0;
}

.aside-1-content ul {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 15px;
    /*list-style-type: square;*/

    margin-left: 5px;
}

.aside-1-content ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.aside-1-content ul li::before {
    content: "■";
    color: #f78400;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.aside-1-content ul li a {
    color: #f78400;
    /*padding-left:20px;*/
}

.aside-1-content ul li a:hover {
    color: #f78400;
}

.flash-news {
    padding-left: 5px;
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.flash-news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f78400;
}

.flash-news::-webkit-scrollbar {
    width: 10px;
    background-color: #f78400;
}

.flash-news::-webkit-scrollbar-thumb {
    background-color: #919191;
    border: 2px solid #919191;
}

.flash-news ul li {
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    font-family: sans-serif;
    font-weight: bold;
    display: -webkit-inline-box;
}

/*ASIDE 2*/
.facebook-page {
    margin-top: 25px;
}

/*#fb-root {
      display: none;
    }*/

/* To fill the container and nothing else */

._li div #u_0_0 div {
    width: 300px !important;
}

#facebook #u_0_0 div {
    width: 300px !important;
}

.fb_iframe_widget span iframe html#facebook body.plugin div._li div div#u_0_0 div {
    width: 200px !important;
}

/*ASIDE 3*/
.aside-3 {
    margin-top: 25px;
}

.aside-3 .ads-left-by-province {
    margin-bottom: 10px;
    border: 1px solid #f78400;
}

.aside-3 .nav-tabs {
    /*background-color: #eee;*/
}

.aside-3 .nav-tabs>li {}

.aside-3 .nav-tabs>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    font-weight: bold;
    background: #919191;
}

.aside-3 .nav-tabs>li>a:hover {
    background-color: #f78300;
}

.nav-tabs>li>a:hover {
    border-bottom: 1px solid #919191;
    border-top: 1px solid #919191;
    margin-right: 0;
}

.aside-3 .nav-tabs>li.active>a {
    color: #fff;
    background: #f78400;
    border: 1px solid #f78400;
}

.aside-3 .nav-tabs {
    border-bottom: 1px solid #f78400;
}

.aside-3 .tab-content ul {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 15px;
    position: relative;
}

.aside-3 .tab-content ul li {

    display: block;
    width: 100%;
    float: left;
}

.aside-3 .tab-content ul li .aside-3-content {
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

.aside-3 .tab-content ul li .aside-3-content .aisde-3-title {
    text-transform: uppercase;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 9px;
}

.aisde-3-title small {
    color: #666;
    text-transform: none;
    display: block;
    width: 100%;
    float: left;
}

.aside-3-content-detail {
    display: block;
    width: 100%;
    float: left;
}

.aside-3-content-detail a {
    display: block;
    float: left;
    width: 30%;
}

.aside-3-content-detail img {
    display: block;
    width: 100%;
}

.aside-3-content-detail a.logo-employer {
    height: 103px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-3-content-detail .aside-3-sapo {
    display: inline-block;
    width: 65%;
    float: right;
    font-size: 12px;
    color: #666;
}

.aside-3 .hr-link {
    color: #fc0203;
    font-size: 11px;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
}

.see-all {
    display: block;
    float: right;
    padding: 7px 15px;
    color: #fff;
    background: #f78400;
    margin-top: 15px;
    margin-bottom: 15px;
    /*border-radius:10px;*/
}

/*ASIDE 4*/
.ads-swf {
    margin-top: 15px;
}

.ads-swf a {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 7px;
    max-width: 165px;
}

.ads-swf a img {
    display: block;
    float: left;
    width: 100%;
}

@media (max-width: 400px) {
    .ads-swf .col-xs-3 {
        width: 48% !important;
    }
}

/*ASIDE 5*/
.thaoluan .aside-5-content {
    display: block;
    width: 100%;
    float: left;
}

.thaoluan .aside-5-content ul {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0px;
    border: 1px solid #f78400;
}

.thaoluan .aside-5-content ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.thaoluan .aside-5-content ul li a {
    color: #f78400;
    display: block;

}

.thaoluan .aside-5-content ul li:nth-child(even) {
    background: #f8f7f7;
}

.thaoluan .aside-5-content ul li:hover {
    background: #f5f1f1;
}

/*aside 6*/
.aside-6 {
    margin-top: 25px;
}

.aside-6-content {
    display: block;
    float: left;
    width: 100%;
}

.aside-6-content ul {
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #f78400;
}

.aside-6-content ul li {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.aside-6-sapo {
    display: inline-block;
    width: 65%;
    float: right;
    color: #666;
}

.aside-6-sapo a {
    display: block;
    float: left;
    width: 100%;
}

.aside-6-sapo h5 {
    font-weight: bold;
    color: #333;
}

/*aside-7*/
.aside-7 {
    margin-top: 25px;
}

/*CAROUSEL*/
.carousel-doitac {
    background: #474747;
}

.title-style-2 {
    display: block;
    width: 100%;
    float: left;

    text-align: center;
    color: #fff;
}

.title-style-2 a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

}

.carousel-doitac {
    padding: 0;
    margin-top: 15px;
}

/*FOOTER*/
.footer {}

.footer-section-1 {
    background: #474747;
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
}

.footer-section-1 a {
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    line-height: 1.6;
}

.footer-section-1 a:hover {
    color: #f78400;
}

.footer-section-1 p {
    display: block;
    margin: 0;
    line-height: 1.6;
    font-size: 12px;
}

.footer-section-1 h3 {
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-section-2 {
    background: #f78400;
    color: #fff;
    padding-bottom: 15px;
}

.copyright {
    text-align: center;
    padding: 15px 0;
}

.box-lienket {
    background: #fff;
    border-radius: 10px;
    display: block;

    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.footer-section-2 img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.footer #social {
    clear: both;
    display: block;
    padding-top: 20px;
}

.footer .social {
    display: inline-block;
}

.footer .social a {
    width: auto;
    margin-right: 10px;
}

.footer .social i {
    font-size: 30px;
    color: #fff;
}

/*GIAN TUYEN DUNG*/
/*header*/
.senior-sales-manager {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.slide-gianhang {
    margin-bottom: 15px;
}

.btn-module-img,
.btn-module-admin {
    color: #fff;
    background: #434c56;
}

@media (max-width: 400px) {

    .btn-module-img,
    .btn-module-admin {
        font-size: 11px;
    }
}

/*content*/
.title-style-1-gianhang {
    display: block;
    width: 100%;
    float: left;
}

.title-style-1-gianhang a {
    border-radius: 4px;
    float: none;
    width: 260px;
    margin: 0 auto;
    margin-top: -22px;
    text-transform: none;
    text-align: center;
    min-width: 340px;
}

.senior-sales-manager {
    border: 2px solid #f78400;

}

p.diadiem-gianhang {
    margin-top: 30px;
}

p.diadiem-gianhang,
p.soluong-gianhang {
    text-align: center;

}

/*form-apply*/
.form-apply {
    padding: 0;
    border: 2px solid #f78400;
    margin-top: 30px;
}

#table-apply {
    margin-bottom: 15px;
    margin-top: 15px;
    width:80%;
    margin:0 auto;
}

.btn-save-send {
    color: #f78400;
    border: 1px solid #f78400;
}

.btn-send-gianhang {
    background: #f78400;
    color: #fff;
}

.form-horizonatal-container {
    margin: 0 auto;
    width: 80%;
}

.form-horizonatal-container .form-horizontal .control-label {
    text-align: left;
}

.btn-apply-upload {
    background: #6ecf25;
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    padding-right: 32px;
    background: url(/public/hoteljob/img/icon-upload.png) #6ecf25 no-repeat;
    background-size: 30px 25px;
    background-position: top 4px right;
}

.btn-apply-upload:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/*btn social*/
.footer-senior {
    padding: 0;
}

.btn-facebook,
.gplus-btn {
    width: 137px;
    height: 38px;
    display: block;
    float: left;
    text-align: left;
    line-height: 36px;
    text-indent: 105px;

}

.btn-facebook {
    background: url(/public/hoteljob/img/facebook-btn.png) no-repeat;
    background-size: 100%;
    background-position: top left;
    margin-right: 10px;
}

.gplus-btn {
    background: url(/public/hoteljob/img/gplus-btn.png);
}

/*comment*/
.comment {
    margin-bottom: 15px;
}

.box-comment-current {
    border: 1px solid #ccc;
    padding: 15px;
}

.rate-star {
    color: #f78400
}

.box-comment-old {
    background: #fafafa;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

#list-comment .box-comment-old:last-child {
    border-bottom: none !important;
}

.cm-old-1 {
    border-left: 1px solid #666;
}

.cm-name {
    color: #333;
    display: block;
    float: left;
}

.cm-date {
    color: #888;
    font-size: 10px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 20px;
}

.btn-xoa {
    display: block;
    float: right;
}

.btn-xoa-module {
    background: #fff;
    color: #333;
    padding: 0px 15px;
}

.btn-xoa-margin {
    margin-left: 10px;
}

.cm-old-1-cm {
    color: #666;

}

.cm-old-1-like {
    margin-top: 15px;
}

.cm-old-1-like a {
    margin-right: 10px;

}

.cm-old-1 {
    position: relative;
}

.cm-old-1 img {
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -40px;
    top: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cm-old-1 img:hover {
    width: 60px;
    height: 60px;
    left: -50px;
}

.aside-1-title-gianhang {
    background: #e5e5e5;
    color: #f78400;
}

.aside-1-title-gianhang h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 17px;
    text-transform: uppercase;
}

.thumbnail-gianhang {
    float: left;
    border-radius: 0;
    padding-bottom: 15px;
    width: 100%;
}

.logo-gianhang {
    position: relative;
}

.btn-fix-logo-gianhang {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

span.report-spam {
    cursor: pointer;
}

.gianhang-vip {
    display: block;
    position: absolute;
    width: 50px;
    height: 70px;
    background: url(/public/hoteljob/img/gianhang-vip.png) no-repeat;
    background-size: 100%;
    background-position: top left;
    top: 5px;
    right: 10px;
}

.thumbnail-gianhang img {
    padding: 5px 50px;
    height: 120px;
}

.thumbnail-gianhang h4 {
    text-align: center;
}

.line-gianhang {
    display: block;
    width: 100%;
    padding: 0 50px;
    height: 2px;
    background: #f78400;
    margin-bottom: 15px;
}

.caption-sub {
    margin: 0 50px;
}

h4.quymo {
    text-align: left;
    color: #f78400;
    border-top: 2px solid #f78400;
    padding-top: 5px;
    margin-top: 15px;
}

.caption-sub .glyphicon-star {
    color: #ff8f43;

}

.diachi-nhatuyendung-container {
    border: 1px solid #ccc;
    padding-bottom: 15px;
}

.diachi-nhatuyendung-container p span {
    color: #f78400;
}

.diachi-nhatuyendung-container h4 {
    font-weight: bold;
}

.map-gianhang {
    margin-top: 15px;
}

.map-gianhang-container {
    padding: 15px;
    background: #3e454c;
}

.ads {
    padding: 15px;
    margin: 15px 0;
}

.ads img {
    width: 100%;
}

.carousel-3 {
    margin-top: 50px;
    border-top: 2px solid #f78400;
}

.amazingcarousel-container-3,
#amazingcarousel-container-3 {
    padding: 32px 0px;

}

#amazingcarousel-3 .amazingcarousel-image>div {
    display: none !important;
}

/*TRANG GIAN HANG*/
.vitrituyendung-gianhang {
    margin-top: 0;
}

/*TRANG HO SO*/
.custom-media-hoso {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

.custom-media-hoso .media-left img {
    width: 150px;
    height: auto;
}

.custom-media-hoso p {
    margin: 5px 0;
}

.custom-media-hoso .media-body ul {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
}

.custom-media-hoso .media-body ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.custom-media-hoso .media-body ul li a {
    display: block;
}

.custom-media-hoso .media-body ul li img {
    width: 30px;
    height: 30px;
}

.custom-media-hoso .media-body strong {
    line-height: 30px;
    float: left;
}

@media (max-width: 519px) {
    .media-body {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {

        text-align: left;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dd {

        line-height: 30px;
    }
}

.btn-apply-download {
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    padding-right: 32px;
    background: url(/public/hoteljob/img/icon-download.png) #f78400 no-repeat;
    background-size: 30px 25px;
    background-position: top 4px right;
}


.aside-hoso .nav-tabs>li.active>a {
    color: #f78400;
    background: #eee;
    border: none;
}

.breadcrumb a {
    color: #f78400;
}

.table.dataTable.no-footer {
    border-bottom: none !important;
}

/*fix firefox*/
#example-2_wrapper,
#example_wrapper {
    border: 2px solid #F78400;

}

table a {
    text-decoration: none;
    color: #333;
}

table a:hover {
    color: #f78400;
    cursor: pointer !important;
}

.aside-3-sapo a {
    display: block;
    width: 100%;
    float: left;
}

.aside-3-sapo a:hover {
    color: #f78400;
}

/*ĐANG NHẬP ĐĂNG KÝ MẬT KHẨU*/
.popup-login {
    border-top: 5px solid #f78400;
    border-bottom: 5px solid #f78400;
    background: #fff;
    padding: 15px;
    padding-top: 0;
}

.btn-x-form {
    text-align: right;
    margin-bottom: 15px;
}

.btn-login-popup {
    background-color: none;
    background: #f78400;
    border: 1px solid #f78400;
    color: #fff;
}

.social-form-login {
    margin: 15px 0;
}

.social-form-login ul li {
    display: inline-block;

    margin: 5px;
}

.social-form-login ul {
    display: block;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

.social-form-login ul li img {
    width: 50px;
    height: 50px;
}

.form-custom-login {
    margin-top: 25px;
    padding-bottom: 25px;
}

.social-form-dangnhap ul {
    float: right;
}

.social-form-dangnhap ul li {
    display: block;
    float: right;
    margin-left: 5px;
}

.social-form-dangnhap ul li img {
    width: 20px;
    height: 20px;
}

.custom-btn-dangtin {
    background: #f78400;
    border: 1px solid #f78400;
    color: #fff;
}

.hot-icon {
    display: inline-block;
    width: 35px;
    height: 20px;
    background: url(/public/hoteljob/img/icon-hot.png) no-repeat;
    background-size: 35px 20px;
}

/*HOTEL CONTROL TABLE*/
.col-left-control {}

.col-right-control {}

.title-style-control {
    background: #eee;
    color: #f78400;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.control-notification {
    padding: 0;
}

.control-notification a {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 15px;
    color: #333;
}

.control-notification a:hover {
    background: #e5e5e5;
}

.control-notification .glyphicon {
    margin-right: 8px;
}

.control-info {
    margin-top: 25px;
    width: 90%;
    margin: 25px auto;
    clear: both;
    border-top: 1px solid #ccc;
    padding: 0;
    padding-top: 25px;
}

.title-style-control-info {
    background: #f16e3f;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    width: 90%;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.info-detail {
    width: 90%;
    float: left;
    padding: 10px 0;
    margin-left: 5%;
}

.info-detail-title {
    width: 50%;
    float: left;

}

.info-detail-info {
    width: 50%;
    float: right;
    text-align: right;
}

.control-info-container {
    padding: 0;
}

/*trang bang dieu khien */
.right-control-section {
    border: 2px solid #f16e3f;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.title-style-3-control {
    width: 70%;
    background: #f16e3f;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    margin: 0 auto;
    margin-top: -25px;
}

.btn-control {}

.right-control-section .btn-module-admin {
    background: transparent;
    color: #333;
}

.giantuyendung-control .checkbox {
    margin: 0;
}

.right-control-section .media-heading {
    color: #f16e3f;
}

.btn-ruttien {
    background: #f16e3f;
    border: 1px solid transparent;
    color: #fff;
}

.btn-ruttien:hover {
    background: #fff;
    color: #f16e3f;
    border: 1px solid #f16e3f;
    ;
}

.form-trangtaohoso label {
    font-weight: normal;
    text-align: left !important;
}

.form-custom-thanhtoan .form-horizontal .checkbox,
.form-custom-thanhtoan .form-horizontal .radio {
    width: auto;
    float: left;
    margin-right: 5px;
}

.card-list h4 {
    color: #fe980a;
}

.card-list ul li {
    display: inline-block;
    float: left;
}

/*fix tu*/
.rate-banner {
    background: rgba(225, 225, 225, .8);
}

.rate-banner h3 {
    color: #f16e3f;
}

.rate-star {}

.carousel-caption-tu {
    text-align: right;
    padding-right: 20px;
    /* background: rgba(225,225,225,.7); */
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 0%;
        left: 0%;
        padding-bottom: 30px;
    }
}

.carousel-caption-tu {
    position: absolute;
    right: 0%;
    top: 0px;

    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    max-width: 400px;
}

.carousel-caption-tu {
    text-align: right;
}

.carousel-caption-tu h3,
.carousel-caption-tu p {
    margin: 0;
    color: #fff;
}

/*trang tin tuc*/

.logo-trangtintuc {
    /*border:1px solid red;*/
}

.nav-1 {
    /*border:1px solid red;*/
}

.nav-1 ul {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-1 ul li {
    display: inline-block;
    float: left;
    list-style: none;
}

.nav-1 ul li a {
    padding: 10px 10px;
    display: block;
}

.nav-1 ul li a span {
    display: block;

}

.nav-1 ul li a strong {
    display: none;
}

.main-menu-top {
    margin-left: -20px;
}

.acc-log-info {
    /*width: 27%;*/
    margin-left: -12px;
}

@media screen and (min-width: 992px) {
    .nav-1 ul li a {
        padding: 10px 20px;
    }

    .nav-1 ul li a strong {
        display: block;

    }

    .nav-1 ul li a span {
        display: none;

    }

    .acc-log-info ul li a span {
        display: block;
        line-height: 20px;
    }


}

@media screen and (max-width: 400px) {
    .nav-1 ul li a {
        padding: 10px 4px;
    }
}

/*navbar-trang tin tuc*/
.navbar-trangtintuc {
    margin-bottom: 0;
}

.navbar-nav-trangtintuc {}

ul.navbar-nav-trangtintuc li {
    float: left;
    width: 103px;
}

ul.navbar-nav-trangtintuc li a {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

/*main-newws-demo-**/

.big-news,
.small-news {
    margin-bottom: 5px;
}

.big-news img,
.small-news img {
    width: 100%;
    height: 186px;
}

#carousel-id-tintuc .carousel-inner .carousel-caption {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    padding: 0;
}

#carousel-id-tintuc .carousel-inner img {
    height: 378px;
}

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

    .big-news img,
    .small-news img {
        height: auto;
    }

    #carousel-id-tintuc .carousel-inner img {
        height: auto;
    }

    .big-news,
    .small-news,
    .left-sub-tintuc {
        padding-left: 0;
        margin-top: 10px;
    }

    .small-news {
        padding: 0 15px;
    }
}

.arr-tintuc {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
}

.arr-tintuc-left {
    background: url(/public/hoteljob/img/arr-news-trangtintuc-left.jpg);
    top: 47%;
    right: 55%;
}

.arr-tintuc-right {
    background: url(/public/hoteljob/img/arr-news-trangtintuc.jpg);
    top: 47%;
    left: 55%;
}

/*section-1-trangtintuc*/
.section-1-trangtintuc {}

.video-chuyennganh {}

.block-trangtintuc {
    padding-top: 25px;
}

.block-trangtintuc h4 {
    display: block;
    width: 100%;
    float: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ff7001;
    padding-bottom: 5px;
}

.block-trangtintuc h4 strong {
    border-bottom: 5px solid #ff7001;

    width: auto;
}

.block-trangtintuc .media {
    overflow: visible;
}

.block-trangtintuc .media .media-heading {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
}

.block-trangtintuc .media .media-body {
    font-size: 12px;
}

.video-chuyennganh {
    padding: 0;
    position: relative;

}

.video-chuyennganh div {
    margin: 10px 0;
}

.video-chuyennganh div a {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0px;
    color: #333;
}

.xemtatca {
    background: #f16e3f;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    position: absolute;
    font-size: 12px;
    display: block;
    top: 15px;
    right: 0px;
}

.block-trangtintuc {
    /*border:1px solid red;*/
}

.block-trangtintuc .thumbnail {
    float: left;
    border: none;
}

.block-trangtintuc .thumbnail .caption {
    font-size: 13px;
}

.block-trangtintuc .thumbnail .caption h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.block-trangtintuc .thumbnail .caption h3 a {
    color: #333;
}

.block-trangtintuc .thumbnail .caption h3 a:hover {
    color: #ff7001;
}

.date-time-mdf {
    display: block;
    width: 100%;
    float: left;
}

.date-time-mdf p {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #ff7001;
    margin-bottom: 0;
}

.clear-both {
    clear: both;
}

/*col-right*/
.block-right-trangtintuc {
    border: 1px solid #eee;
    padding: 0;
}

.block-right-trangtintuc .tt-block-right {
    display: block;
    float: left;
    width: 100%;
    background: #eee;
    color: #ff7001;
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
}

.block-right-trangtintuc .media {
    float: left;
}

.block-right-trangtintuc .media .media-heading {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;

}

.tt-block-right-item {
    margin-bottom: 15px;
}

.tt-block-right-item .date-time-mdf p {
    font-size: 12px;
    color: #888;
}

.tintucdulich-tt {
    padding: 0;
}

.aside-title-tt {
    background: #eee;
    color: #ff7001;
}

ul.aside-3-content-tt {
    border: 1px solid #eee;
    border-top: none;
}

.block-trangtintuc h4 strong {
    border-bottom: 5px solid #ff7001;
    width: auto;
}


/*update*/
.count-mess {
    display: block;
    width: 15px;
    height: 15px;
    background: #f78400;
    color: #fff;
    position: relative;
    top: -35px;
    left: 60%;
    border-radius: 50%;
    text-align: center;
}

.nav-1 ul li a strong {
    color: #e03535;
}

.active-nav-tintuc {
    background: #ff7001;

}

.nav-1 ul li a.active-nav-tintuc strong {
    color: #fff;
}

@media screen and (max-width: 1215px) {
    .acc-log-info ul li a {
        padding: 10px 5px;
    }
}

.nav-1 {
    height: 57px;
}

.nav-1 ul {
    padding-top: 15px;
}

.acc-log-info ul {
    padding-top: 0px;
}

.logo-trangtintuc {
    height: 57px;
}

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

    .acc-log-info {
        float: right;
        display: inline-block;
    }

    ul.navbar-nav-trangtintuc li {
        width: 100%;
        text-align: left;
    }

    ul.navbar-nav-trangtintuc li a {
        text-align: left;
    }
}

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

    .nav-1,
    .logo-trangtintuc {
        height: auto;
    }

    .nav-1 ul {
        padding-top: 0px;
    }
}

.nav-1-coll-active {
    color: #fff !important;
    background: #ff7001;
}

ul.navbar-nav-trangtintuc li a:hover {
    color: #fff !important;
    background: #ff7001;
}

.block-right-trangtintuc {
    margin-top: 15px;
}

.block-trangtintuc {
    padding-top: 0;
}

.nav-1 ul li a span {
    color: #333;
}

.nav-1 ul li a.active-nav-tintuc span {
    color: #fff;
}

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

    .carosel-tintuc,
    .big-news {
        padding-left: 15px;
    }

    .block-trangtintuc,
    .block-right-trangtintuc {
        margin-top: 15px;
    }

    .ads {
        margin: 0;
    }

    .sub-section-2-tt {
        margin-top: 15px !important;
    }

    #carousel-id-tintuc .carousel-caption h1 {
        font-size: 16px;
    }

    #carousel-id-tintuc .carousel-caption p {
        font-size: 12px;
    }

    .arr-tintuc-right {
        left: 35%;
    }

    .arr-tintuc-left {
        right: 35%;
    }

    .xemtatca {
        top: 29px;
        padding: 5px 6px;
    }

    .block-trangtintuc h4 {
        padding-bottom: 4px;
        font-size: 13px;
    }

}

@media screen and(max-width:1000px) {
    .tooltip {
        display: none !important;
    }
}


.navbar-toggle2 {
    background: #ff7001;
}

.navbar-toggle2 span {
    background: #fff;
}

/*category trang tin tuc*/
.bread-trangtintuc {
    display: block;
    float: left;
    width: 320px;
    height: 25px;
    background: url(/public/hoteljob/img/bread-trangtintuc.png) #eee no-repeat;
    background-size: 100% 100%;
    line-height: 25px;

    padding-left: 10px;
    font-weight: bold;
    color: #ff7001;
    margin-top: 10px;
}

.category-trangtintuc {
    border-right: 1px solid #ccc;
}

.category-trangtintuc p {
    text-align: justify;
}

.category-trangtintuc .media {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.rss {
    background: #eee;
    height: 100px;
}

@media (max-width: 992px) {
    .pro-ads {
        display: none !important;
    }

    .category-left-sub-tintuc {
        padding: 0;
        margin-top: 15px;
    }

    .category-main-sub {
        padding: 0;
        margin-top: 15px;
    }
}

.custom-nav-category {
    border: none;
    background: none;
    border-bottom: 2px solid #ff7001;
    border-radius: 0;
    margin-bottom: 0;
}

.custom-nav-category .custom-navbar-nav-category>a {
    color: #333;
}

.custom-nav-category .custom-navbar-nav-category>li>a {
    color: #333 !important;
}

.custom-nav-category .custom-navbar-nav-category>.active>a {
    border-bottom: 2px solid #ff7001;
    background: none;
}

.top-header-fix {
    border-top: 5px solid #ff7001;
}

.sapo-trangtintucchitiet {
    display: inline-block;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    word-wrap: break-word;
}

.sapo-trangtintucchitiet img {
    width: 100%;
}

.tag-baiviet {
    display: block;
    float: left;
    width: 100%;
    background: #eee;
    height: 30px;
    line-height: 30px;
}

.tag-head {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    background: #ff7001;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.btn-tag {
    background: #f16e3f;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 15px;
}

@media (max-width: 519px) {
    .social-trangtintuc {
        margin-top: 40px !important;
    }
}


/*fix firefox*/
.media {
    float: left;
}

@media (max-width: 519px) {

    .lienket-website,
    .title-lienket {
        display: none;
    }
}

.block-trangtintuc img {
    float: left;
}

.popup-thanhtoan {
    background: #fff;
}

.popup-thanhtoan h3 {
    display: block;

    text-align: center;
    color: #fff;
    background: #f16f3e;
    padding: 10px 15px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.popup-thanhtoan ul {
    padding-left: 0;
    display: block;
    width: 100%;
    float: left;
}

.popup-thanhtoan ul li {
    list-style: none;
    display: inline-block;
    float: left;
}

#amazingcarousel-1 {
    background: #fff;
    margin-top: 15px !important;
}

/*trang dang ky gian tuyen dung*/
.dangkygiantuyendung {}

.dangkygiantuyendung-title {
    background: #474747;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    text-indent: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

/*check box*/

/* SQUARED FOUR */
.deluxe {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    background: #f16e3f;
    font-size: 20px;
    padding: 7px 0;
    font-weight: bold;
}

.deluxe p {
    margin: 6px 0;
}

.squaredFour input[type=checkbox] {
    visibility: hidden;
}

.hidden-check {
    visibility: hidden;
}

/* SQUARED FOUR */
.squaredFour {
    width: 20px;
    left: 80%;
    position: absolute;
    top: 5px;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    /* background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 22px;
    height: 9px;
    background: transparent;
    top: 0px;
    left: 4px;
    border: 3px solid #f16e3f;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.item-check {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.dk {
    display: inline-block;
    float: right;
    width: 50%;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 10px;
    color: #f16e3f;
    text-align: right;
}

.btn-phidichvu {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    background: #f16e3f;
}

.phi {
    color: #f16e3f;
    font-size: 20px;
    font-weight: bold;
}

.list-check:hover {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.hotrotructuyen {
    margin-top: 15px;
}

.hotrotructuyen h3 {
    color: #f16e3f;
    font-weight: bold;
    font-size: 28px;
}

@media (max-width: 519px) {
    .hotrotructuyen img {
        display: block;
        margin: 10px auto;
    }

    .list-hotro {
        border-bottom: 2px solid #eee;
    }
}

/*dich vu danh cho nha tuyen dung*/
.btn-dichvutuyendung {
    background: #76706b;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 80px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 20px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
}

.btn-dichvutuyendung-active {
    background: #ff6d15;
}

.title-bangdichvu {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 2px solid #ff6d15;
    color: #333;
    font-weight: bold;
    line-height: 45px;
}

.quyenloi {
    background: #76706b;
}

.table-deluxe {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45b78d+0,2fa177+100 */
    background: #45b78d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45b78d 0%, #2fa177 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45b78d), color-stop(100%, #2fa177));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45b78d 0%, #2fa177 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45b78d 0%, #2fa177 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45b78d 0%, #2fa177 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #45b78d 0%, #2fa177 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b78d', endColorstr='#2fa177', GradientType=0);
    /* IE6-9 */

}

.table-vip {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8bd2a+0,c1a613+100 */
    background: #2AA8D8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2AA8D8 0%, #1399C1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2AA8D8), color-stop(100%, #1399C1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2AA8D8 0%, #1399C1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2AA8D8 0%, #1399C1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2AA8D8 0%, #1399C1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2AA8D8 0%, #1399C1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2AA8D8', endColorstr='#1399C1', GradientType=0);
    /* IE6-9 */

}

.table-combo {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8bd2a+0,c1a613+100 */
    background: #d8bd2a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d8bd2a 0%, #c1a613 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8bd2a), color-stop(100%, #c1a613));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8bd2a 0%, #c1a613 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8bd2a 0%, #c1a613 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8bd2a 0%, #c1a613 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d8bd2a 0%, #c1a613 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8bd2a', endColorstr='#c1a613', GradientType=0);
    /* IE6-9 */

}

.table-super {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ab3e3e+0,942626+100 */
    background: #ab3e3e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ab3e3e 0%, #942626 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab3e3e), color-stop(100%, #942626));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ab3e3e 0%, #942626 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ab3e3e 0%, #942626 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ab3e3e 0%, #942626 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ab3e3e 0%, #942626 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab3e3e', endColorstr='#942626', GradientType=0);
    /* IE6-9 */

}

.table-dichvu thead th {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.table-dichvu img {
    display: block;
    margin: 0 auto;
}

.table-dichvu tr td {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    color: #fc6700;
}

.headlist-bangdichvu {
    font-weight: bold;
    font-size: 16px;
    color: #a64747;
}

.sublist-bangdichvu {
    font-weight: normal;
    font-size: 13px;
    color: #a64747;
}

.dichvu-lv2 {
    text-indent: 15px;
    font-weight: normal;
    font-size: 13px;
    margin: 5px 0;
}

.dichvu-lv1 {
    font-size: 15px;
    margin: 5px 0;
}

.star-bangdichvu {
    color: #f8e308;
}

.datmuaphidichvu {
    text-transform: uppercase;
    color: #f16e3f;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
}

.vmiddle {
    vertical-align: middle !important;
}

.btn-muadichvu {
    background: #f16e3f;
    color: #fff;
    padding: 5px;
    display: block;
    border-radius: 3px;
}

.btn-muadichvu:hover {
    background: #f5916e;
    color: #fff;
}

.footer-table {
    background: #f16e3f;
    color: #fff;
    text-align: center;
    min-height: 40px;
}

.timkiemungvien-table h4 {
    display: block;
    float: left;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    background: #f16e3f;
    text-align: center;
}

.noidungnhanvien {
    min-height: 206px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.noidungnhanvien p {
    line-height: 30px;
    display: block;
    font-weight: bold;
}

.button-section {
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

.item-timkiemungvien:hover {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.head-hunting {
    text-align: center;
}

.head-hunting h5 {
    text-transform: uppercase;
    color: #a52727;
    font-weight: bold;
    font-size: 16px;
}

.line-table-timkiem {
    height: 3px;
    background: #f16e3f;
}

.table-excutive {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31bcea+0,0893c1+100 */
    background: #31bcea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #31bcea 0%, #0893c1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31bcea), color-stop(100%, #0893c1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #31bcea 0%, #0893c1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #31bcea 0%, #0893c1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #31bcea 0%, #0893c1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #31bcea 0%, #0893c1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31bcea', endColorstr='#0893c1', GradientType=0);
    /* IE6-9 */

}

.raovat {
    color: #9c9c9c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

/*hoi dap*/
.hoidap-header {
    padding: 0;
    margin-top: 15px;
}

.hoidapvoihoteljob {
    background: #fa862b;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    ;
    font-size: 16px;
}

.taochudemoi {
    background: #787878;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    ;
    font-size: 16px;
}

.bb-comment-1 {
    background: url(/public/hoteljob/img/bb-comment-1.png);
    color: #fff;
    background-size: 100% 100%;
    width: 48px;
    height: 39px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
}

.hoidap-item {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.chudemoi-hoidap {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
    padding: 0 10px;
}

.chudemoi-hoidap p {
    display: block;
    float: left;
    padding-right: 50px;
}

.bb-comment-2 {
    width: 42px;
    height: 32px;
    background: url(/public/hoteljob/img/bb-comment-2.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

ul.phantrang-hoidap li a.active-hoidap {
    background: #2bb577;
    color: #fff;
}

.hoidap-2 {
    border: 4px solid #eee;
    margin-top: 15px;
}

.social-hoidap-2 {}

.social-hoidap-2 img {
    width: 30px;
    height: 30px;
}

@media (max-width: 992px) {

    .hoidap-left,
    .hoidap-right {
        padding: 0;
    }
}

.popup-taochude {
    background: #eee;
}

.popup-taochude h4 {
    display: block;
    float: left;
    width: 100%;
    background: #f16e3f;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin-top: 0;
}

.btn-popup-chude {
    min-width: 80px;
    font-weight: bold;
    color: #fff;
    border: none;
}

.lable-chude {
    color: #f16e3f;
}

/*FIX 14 /8 */
.nav-top-bar {}

/*ul.nav-top-bar li{
    border-right: 1px solid #ff7001;
}*/
ul.nav-top-bar>li>a {
    padding: 5px 5px;
    font-weight: bold;
}

ul.nav-top-bar>li.active>a {
    background: #ff7001;
    color: #fff;
}

.navbar-toggle-top-navbar {
    background: #e03535;
}

.navbar-toggle-top-navbar .icon-bar {
    background: #fff;
}

.navi-p {
    display: none;
}

.show-read-more .more-text {
    display: none;
}


/* Begin Sub Menu */
.sub-menu {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 1px #cccccc;
    -moz-box-shadow: 0px 1px 1px #de1dde;
    box-shadow: 0px 1px 1px #cccccc;
    font-size: 12px;
    font-weight: bold;
}

.sub-menu .navbar-nav>li>a {
    padding: 10px;
}

.sub-menu .nav>li>a {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

.sub-menu .nav>li>a:focus,
.sub-menu .nav>li>a:hover {
    background-color: #fff;
    border-bottom: 2px solid #ff7001;
}

.box-hotnews {
    display: block;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.box-hotnews.top1,
.box-hotnews.top2 {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 1px;
}

.box-hotnews.top1 img,
.box-hotnews.top2 img {
    width: 100%;
}

.box-hotnews.top3,
.box-hotnews.top4,
.box-hotnews.top5 {
    display: block;
    width: 33.333333%;
    float: left;
    position: relative;
}

.box-hotnews a {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.box-hotnews a img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.description-hotnews {
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 0px;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 1) 100%);
    /* background: linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,1) 100%); */
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.overlay h3 {
    font-weight: normal;
}

.box-hotnews .time {
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
}

.box-hotnews .title-hotnews {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    padding-bottom: 10px;
    margin: 0;
}

.overlay {
    position: absolute;
    bottom: -35px;
    width: 100%;
    z-index: 15;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-hotnews:hover .overlay {
    bottom: 10px;

}

.box-hotnews.top3 .overlay,
.box-hotnews.top4 .overlay,
.box-hotnews.top5 .overlay {
    position: absolute;
    bottom: -35px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-hotnews.top3:hover .overlay,
.box-hotnews.top4:hover .overlay,
.box-hotnews.top5:hover .overlay {
    bottom: 10px;

}

.box-hotnews:hover .description-hotnews {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%);
    /* background: linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.7) 70%,rgba(0,0,0,1) 100%); */

}

.box-hotnews .sapo-hotnews {
    line-height: 18px;
    color: #fff;
    padding: 0 10px;
    margin: 0;
}

.box-hotnews.top1:after,
.box-hotnews.top2:after,
.box-hotnews.top3:after,
.box-hotnews.top4:after,
.box-hotnews.top5:after {
    background: #fff;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    float: left;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
}

.news-content .fix_height {
    height: 175px;
    overflow: hidden;
}

.news-content .fix_height_80 {
    height: 80px;
    overflow: hidden;
}

.news-content .fix_height img {
    width: 100%;
    max-height: 175px;
    margin: 0 auto;
}

.news-content .fix_height_80 img {
    max-height: 80px;
    margin: 0 auto;
}

.news-content .padding0 {
    padding: 0;
}

.box-content {
    margin-bottom: 15px;
}

.box-content.column2 {
    float: left;
    width: 48%;
    margin-right: 4%;

}

.last-column {
    margin-right: 0% !important;
}

.column2 .first-news {
    border-bottom: 3px solid #eaeaea;
    padding: 0;
}

.box-content .first-news.inner-content {
    padding: 20px;
    overflow: hidden;
}

.column2 .other-news-cate {
    border-left: 0;
}

.title-cate span {
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 0 10px 0 0;
    position: relative;
    top: -6px;
}

.content-cate .first-news {
    padding: 15px;

}

.content-cate .first-news .thumb-news {
    margin: 0 0 15px 0;
    float: none;
}

.content-cate {
    background: #FFF;
    border-bottom: 4px solid #f78400;
    -webkit-box-shadow: 0 0 3px #f78400;
    -moz-box-shadow: 0 0 3px #f78400;
    box-shadow: 0 0 3px #f78400;
}

.content-cate .other-news-cate {
    background: #f7f7f7;
    overflow: hidden;
    padding: 10px 15px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #f78400;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}

.content-cate .other-news-cate h4 {
    margin-top: 0px;
}

.padding15 {
    padding: 15px;
}

.other-news-cate .title-news-cate a,
.video-item .title-video a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.news-content h2 {
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.news-content h3 {
    color: #333333;
    font-size: 20px;
}

.news-content h4 {
    color: #333333;
}

.news-content h4:hover,
.news-content h3:hover,
.news-content h2:hover {
    color: #f78400;
}

.news-content .border-top-bottom {
    overflow: hidden;
    padding: 10px 15px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #f78400;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}

.news-content .border-top-bottom.bg-gray {
    background: #f7f7f7;
}

/* End Sub Menu */

.btn-apply:hover {
    opacity: 0.9;
}

.btn-apply:active {
    margin-top: 1px;
}

ul.notification-list {
    margin-top: 35px;
}

.nav-mobile ul.notification-list {
    transform: translate3d(-136px, 0, 0px);
    right: auto;
}

#notifications {
    margin-top: 25px;
    min-width: 400px;
    right: 0;
    left: initial;
    font-size: 12px;
}

#notifications li {
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#notifications li.first {
    cursor: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 7px 10px;
}

#notifications li.first a {
    margin-top: 0;
    text-transform: none;
    cursor: pointer;
}

#notifications li.last {
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    text-align: center;
    border-bottom: none;
    padding-top: 7px;
}

#notifications li.last a {
    font-weight: bold;
    margin: 0 auto;
    float: none;
    text-align: center;
}

#notifications li:hover {
    background: #F7F7F7;
}

#notifications li.first:hover,
#notifications li.last:hover {
    background: transparent;
}

#notifications li.first a:hover,
#notifications li.last a:hover {
    text-decoration: underline;
    background: transparent;
}

#notification_count {
    position: absolute;
    top: -3px;
    right: 1px;
    background-color: #dc0d17;
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
    background-image: linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    padding: 1px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    -webkit-background-clip: padding-box;
    display: inline-block;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-size: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.3;
    min-height: 13px;
}

.badge.tag {
    border-radius: 0;
    padding: 5px;
    margin: 0.2em;
    margin-bottom: 3px;
}

.badge.tag:hover {
    opacity: 0.5;
}

.tag-color {
    background-color: #f78400;
}

.support-right {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.support-right div {
    font-family: initial;
    color: #f41b1b;
    text-align: center;
    border: #F78400 dotted 4px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.support-right div span {
    font-weight: bold;
    display: block;
    font-size: 35px;
}

.support-right a {
    border-radius: 0;
}

.hotline-right {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.hotline-right div {
    font-family: initial;
    color: #f41b1b;
    text-align: center;
    border: #F78400 dotted 4px;
    padding: 15px 0;
    margin-bottom: 10px;
}

.hotline-right div span {
    font-weight: bold;
    display: block;
    font-size: 35px;
}

.content-news img {
    max-width: 100%;
    height: auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_infinite {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.tada:hover {
    -webkit-animation-name: none;
    animation-name: none;
}

@media (max-width: 768px) {
    #notifications {
        margin-top: 25px;
        min-width: 170px;
        font-size: 12px;
    }

    a,
    table a {
        text-decoration: underline;
    }

    .content-news img {
        max-width: 100%;
        height: auto;
    }

    .news-content .fix_height,
    .news-content .fix_height_80 {
        height: initial;
        max-height: initial;
    }

    .box-hotnews.top4,
    .box-hotnews.top3,
    .box-hotnews.top5,
    .box-hotnews.top2 {
        width: 100%;
        float: left;
        margin-bottom: 1px;
        height: 160px !important;
    }

    .box-hotnews.top1,
    .box-content.column2 {
        width: 100%;
    }

    .box-hotnews .sapo-hotnews {
        display: none;
    }

    .box-hotnews .overlay,
    .box-hotnews.top4 .overlay,
    .box-hotnews.top3 .overlay,
    .box-hotnews.top5 .overlay,
    .box-hotnews.top2 .overlay {
        bottom: 0px !important;
        padding: 8px;
    }

    .news-content .fix_height_80 img {
        max-height: none;
    }

    .navi-p {
        display: block;
    }

    .main-menu-top {

        z-index: 9;
    }

    .carousel-caption-tu {
        position: relative;
        text-shadow: none;
    }

    .carousel-caption-tu h1,
    .carousel-caption-tu h3,
    .carousel-caption-tu p {
        color: #F58634;
    }

    .pding0 {
        padding: 0;
    }

    .aside-3-content-detail a.logo-employer {
        margin-left: 2px;
        margin-bottom: 3px;
        height: 99px;
    }

    .apply_now {
        width: 200px;
    }
}

@media (max-width: 380px) {

    .hotline-right {
        font-size: 15px;
    }

    .btn-apply {
        position: relative !important;
        display: block;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
        text-align: center;
    }
}

.acc-log-info ul li {
    float: right;
    padding: 5px 8px;
}

.acc-log-info ul li a {
    color: #333;
    font-size: 14px !important;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
    /*margin-top:10px;*/
}

.acc-log-info ul li a:hover {
    color: #f16e3f !important;
}

.bold {
    font-weight: bold;
}

.color-white {
    color: white;
}

.panel-title a {
    width: 100%;
    display: block;
}

.seperator2 {
    height: 50px;
    width: 100%;
    background: url(/public/hoteljob/img/separator.png) no-repeat;
    background-size: 100%;
    margin-top: 0;
    display: block;
    margin-bottom: 20px;
}

.job-detail-heading {
    font-size: 18px;
    font-weight: bold;
    border-left: 6px solid #fc6700;
    padding: 5px;
    background-color: #e8e8e8;
}

.content-job-detail {
    text-align: left;
}

.content-job-detail div {
    line-height: 1.5;
}

.content-job-detail,
.content-job-detail p,
.content-job-detail p span,
.content-job-detail span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    color: rgb(51, 51, 51) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
    white-space: inherit;
}

.content-job-detail,
.content-job-detail-old,
.content-job-detail p {
    white-space: pre-line !important;
}

.content-job-detail ul,
ol {
    padding: 0 0 0 16px;
}

.trumbowyg-editor.trumbowyg-reset-css,
.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.modal-site .modal-header {
    background: #f68400;
    color: #fff;
}

#job-search::-webkit-input-placeholder {
    color: red;
}

#job-search:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

#job-search::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

#job-search:-ms-input-placeholder {
    color: red;
}

#job-search:focus::-webkit-input-placeholder {
    color: #ECA1A1;
}

#job-search:focus:-moz-placeholder {
    color: #ECA1A1;
}

#job-search:focus::-moz-placeholder {
    color: #ECA1A1;
}

#job-search:focus:-ms-input-placeholder {
    color: #ECA1A1;
}

#job-search::-webkit-input-placeholder {
    color: red;
}

#job-search:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

#job-search::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

#job-search:-ms-input-placeholder {
    color: red;
}

#job-search:focus::-webkit-input-placeholder {
    color: #ECA1A1;
}

#job-search:focus:-moz-placeholder {
    color: #ECA1A1;
}

#job-search:focus::-moz-placeholder {
    color: #ECA1A1;
}

#job-search:focus:-ms-input-placeholder {
    color: #ECA1A1;
}

.bg-seach {
    background: #ececec;
    padding: 10px 0px;
    border-radius: 5px;
}
.wrapper-seach .filter-icon-w {
    color: #999;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px;
}
.wrapper-seach .filter-icon:before {
    content: "";
    display: block;
    background: url(/public/hoteljob/img/filter.png) no-repeat;
    width: 19px;
    height: 17px;
    float: left;
    margin: 3px 6px 0 0;
}
.wrapper-seach  .margin-bottom {
     margin-bottom: 0px;
}
.wrapper-seach b {
    cursor: pointer;
}
.wrapper-seach {
    float: none;
    margin: 0 auto;
}

a.menu-btn {
    color: #ffffff !important;
    border-radius: 2px;
    padding: 8px 20px;
    margin-left: 5px;
    background: #f68400 !important;
    border: 1px solid #e65100;
}

a.menu-btn-default {
    color: #ffffff !important;
    border-radius: 2px;
    padding: 8px 20px;
    margin-left: 5px;
    background: #f68400 !important;
    box-shadow: 1px 2px #ca7b21;
}

.row-menu {
    margin-right: -26px;
    margin-left: -36px;
}

.avatar-menu {
    height: 30px;
    width: 30px;
    margin-bottom: -6px;
}

#post-job-menu {
    margin-left: 15px;
}

.li-parent-menu {
    width: 100%;
    color: #f16e3f;
    font-weight: bold;
}

.li-parent-menu .glyphicon {
    font-size: 20px;
    color: #f16e3f;
}

.li-menu {
    width: 100%;
    margin-left: 15px;
}

.li-logout-menu {
    width: 100%;
    margin-left: 28%;
}

ul li .chat-right-fixed {
    text-align: left;
}

ul li .chat-right-fixed span {
    display: initial;
    height: auto;
}

ul li .chat-right-fixed .img-circle {
    border-radius: 50%;
}

body .chat-right-fixed .header {
    background-color: #de7b32;
}

.top-header {
    background: #f78400;
    color: #fff;
    font-size: 15px;
}

.top-header a {
    color: #fff;
    font-weight: bold;
}

.top-header .text-right i {
    margin-right: 10px;
}

.carousel-news-related ul li {
    list-style: none;
}

.region-search h2 {
    font-size: 15px;
    margin-top: 10px;
}

.region-search>h3 {
    color: #f78400;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.color-red {
    color: red !important;
}

.border-job-2 {
    border: 2px solid #f78400;
    border-top: none;
}

.border-job {
    border: 2px solid #f78400;
}

.resume-tab h3,
.job-tab h3,
.employer-home-tab h3,
.danhchonhatuyendung h3,
.left-block-employer h3 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.resume-tab .help {
    font-size: 10px;
}

.resume-tab .help p {
    margin-bottom: 5px;
}

.resume-tab .help img {
    margin-top: -5px;
}

.panel-heading h3 {
    margin: 0;
    font-size: 14px;
}

#search-home {
    margin-top: 10px;
}

#search-home .bg-seach {
    background: #ececec;
    padding-top: 15px;
}

#search-home .bg-seach:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    border-bottom: 2px solid #f78400;
}

#search-home a {
    text-orientation: none;
}

#search-home .wrapper-seach {
    float: none;
    margin: 0 auto;
}

#search-home .nav-tabs>li.active>a,
#search-home .nav-tabs>li.active>a:focus,
#search-home .nav-tabs>li.active>a:hover {
    color: #f78400;
    text-transform: uppercase;
    height: 30px;
    line-height: 1;
    margin-right: 10px;
    border: none;
    font-weight: bold;
    background-color: #ececec;
    border-bottom: 2px solid #f78400;
}

#search-home .nav>li>a {
    color: #919191;
    text-transform: uppercase;
    z-index: 99;
    height: 30px;
    line-height: 1;
    margin-right: 10px;
    font-weight: bold;
}

#search-home .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

#search-home .tab-content {
    padding: 23px 10px;
    padding-bottom: 0;
    position: relative;
}

#search-home .bnt-seach {
    background: #f78400;
    color: #fff;
    width: 100%;
    box-shadow: 1px 2px #ca7b21;
    padding: 5px 12px;
}

#search-home .bnt-seach:hover {
    background: #f59424;
}

#search-home h1 {
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
    padding-bottom: 3px;
    font-weight: 700;
    color: #919191;
    margin-left: 10px;
}

#search-home .nav-tabs>li>a:hover {
    color: #919191;
    text-transform: uppercase;
    height: 30px;
    line-height: 1;
    margin-right: 10px;
    border: none;
    font-weight: bold;
}

#search-home .form-group input,
#search-home .form-group select {
    border: 1px solid #dedede;
    border-radius: 2px;
}

.chosen-container-single .chosen-single {
    border-radius: 0px !important;
    height: 32px !important;
    line-height: 31px !important;
    box-shadow: none !important;
}

.chosen-container-single .chosen-single div b {
    background: url(/public/images/chosen-sprite.png) no-repeat 0px 6px !important;
}

.left-block-employer .nav>li,
.left-block-news .nav>li {
    width: 50%;
    background: #919191;
}

.left-block-most-view-week .nav>li, .left-block-news-related .nav>li {
    width: 100%;
}

.footer-logo>div {
    padding: 0;
    border-top: 11px solid #f78400;
    border-bottom: 11px solid #f78400;
}

.footer-support {
    margin-bottom: 30px
}

.footer-support h3 {
    font-size: 26px;
    color: #ff7001;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.footer-support .sale-avatar>a {
    color: #a52727;
}

.footer-support .sale-avatar p {
    text-transform: uppercase !important;
    font-size: 15px !important;
    margin-left: -5% !important;
}

.footer-support .sale-info p {
    font-size: 20px !important;
}

#infoModalHeader {
    font-size: 18px;
}

#pop #popHead>span {
    display: block;
    color: #666;
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    margin: 0;
}

#pop #popContent img {
    width: 300px;
    height: 300px;
}

/* profile-special */
.profile-special .profile-item {
    margin-right: -5px;
    margin-left: -5px;
}

.profile-special .profile-item .item>div {
    padding-right: 5px;
    padding-left: 5px;
}

.profile-special .carousel-control.left,
.profile-special .carousel-control.right {
    background-image: none;
}

.profile-special .carousel-control .glyphicon-chevron-left,
.profile-special .carousel-control .icon-prev,
.profile-special .carousel-control .glyphicon-chevron-right,
.profile-special .carousel-control .icon-next {
    color: #f78400;
}

.profile-special .mng-company .mng-company-pic {
    border: 2px solid #f78400;
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 13px;
    padding-top: 9px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.profile-special .mng-company .mng-company-pic a {
    text-decoration: none;
}

.profile-special .mng-company .job-info p {
    margin: 3px 0px;
    color: #565656;
}

.profile-special .mng-company .job-info .resume-title {
    text-align: center;
    margin-top: 7px;
    height: 33px;
}

.profile-special .mng-company .job-info .resume-title a {
    text-decoration: none;
    color: black;
}

.profile-special .profile-special .carousel-control {
    width: 0px !important;
}

.profile-special i.glyphicon.glyphicon-chevron-right {
    right: 0;
}

.profile-special i.glyphicon.glyphicon-chevron-left {
    left: 0;
}

.icon-map-jobs {
    background: none;
    border: none;
}

.acc-log-info .txt-login {
    font-weight: bold;
    color: #e03535;
    text-transform: uppercase;
}

.acc-log-info .glyphicon-cog {
    color: #f16e3f;
    display: inline;
}

.acc-log-info .account-menu {
    padding: 6px 15px;
    margin-top: 25px;
    min-width: 200px;
}

.acc-log-info .account-email {
    font-size: 12px;
    color: #6b6767;
    margin-bottom: -8px;
    font-weight: bold;
}

.acc-log-info .divider-block {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.acc-log-info .li-logout-menu>a {
    font-size: 15px;
    font-weight: bold
}

.account-email-mobile {
    font-weight: bold;
    color: #e03535 !important;
    max-width: 180px;
    overflow: hidden;
}

.notiapp .menu-chat {
    float: left;
    margin-left: 10px;
    position: relative;
}

.notiapp button.send>img {
    float: none;
    width: 24px;
}

.notiapp .chat-box .empty>img {
    float: none;
}

.icon-download-app a {
    width: 120px;
}

/* employer home */
.hx {
    font-size: 24px;
}

.hc {
    font-size: 36px;
    color: gold;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.vitrituyendung-gianhang {
    border-bottom: none;
}

.vitrituyendung-gianhang h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0;
}

.vitrituyendung-gianhang .job_expire {
    opacity: 0.5;
}

.vitrituyendung-gianhang table thead tr th:first-child {
    width: 55%;
}

.vitrituyendung-gianhang table thead tr th {
    width: 15%;
}

.color-primary {
    color: #f78400;
}

.suggest-employer .emp {
    color: #666;
}

.suggest-employer .emp-title {
    text-transform: uppercase;
    font-size: 14px;
}

.list-chuoi .item-c h2 {
    text-align: center;
    background: #f88734;
    color: #fff;
    margin: 0;
    padding: 6px 10px;
    font-size: 23px;
    font-family: serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    height: 62px;
    overflow: hidden;
}

.list-chuoi .item-c img.logo {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin: 0 auto;
}

.list-chuoi .item-c h3 {
    background: #eeeeec;
    padding: 10px 0;
    font-size: 20px;
}

.list-chuoi .item-c p.address {
    background: #eeeeec;
    padding: 10px;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 75px;
}

.list-chuoi .item-c .room-link li {
    margin: 4px 0;
}

.list-chuoi .item-c .room-link li>a {
    font-size: 14px;
    color: #444;
}

.e-introduction {
    font-size: 15px;
}

.e-introduction .t-introduction {
    color: #e03535;
    font-weight: bold;
    margin-bottom: 20px;
}

.e-introduction .t-job {
    color: #FFFFFF;
    font-weight: bold;
    background: #F88734;
    padding: 9px 15px;
    font-size: 20px;
}

.e-introduction .l-job {
    font-size: 13px;
    text-align: right;
    padding: 10px;
}

.e-introduction .l-job:nth-child(odd) {
    background: #F7F7F7;
}

.e-introduction .l-job h4 {
    font-size: 15px;
    text-align: left;
}

.e-introduction .l-job h4>a {
    color: #000;
}

.follow {
    color: #0094ca;
}

td.w-30 {
    width: 30%;
}

/* view_job */
.view-job h1 {
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    color: #337ab7;
}
.view-job address i {
    font-size: 15px;
    color: #f88c00;
    padding: 2px;
}
.view-job address p {
    margin: 0px;
}
.view-job #bottomMenu {
    position: fixed;
    bottom: 1px;
    z-index: 10;
    background-color: rgba(247, 132, 0, 0.6);
    max-width:780px;
    border:0;
    display: none;
}
.view-job #bottomMenu h2 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.view-job #bottomMenu .s6 {
    position: absolute;
    right: 2%;
    bottom:2%;
}
.view-job p.note-apply {
    margin-top: 30px;
    font-size: 17px;
}

.view-job h2.title-other-job {
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0;
    line-height: 1.4;
}

.view-job #example-gianhang thead tr th:first-child {
    width: 40%;
}
.view-job #example-gianhang thead tr th {
    width: 15%;
}

.view-job .btn-apply:hover img {
    opacity: 0.8;
}

.view-job .btn-apply:active img {
    margin-top: 1px;
}

#sendModal #popup-login {
    width: 200%;
    margin-left: -50%;
}

#sendModal button.close {
    margin-right:-30px;
    border-radius:0;
}
.chuyen_trang_btn {
    position: absolute;
    bottom: 30px;
}
.chuyen_trang_btn:hover {
    bottom: 31px;
    opacity: 0.9;
}
.header-result {
    padding-bottom: 9px;
    margin-bottom: 0px;
    font-size: 13px;
    padding-top: 12px;
    line-height: 1.7;
    margin-top: 0px;
}
#modal-update-news-related .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
.title-profile-priority {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px 0;
}

.main-content-gianhang.user-select-none {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}