@import url('normalize.min.css');

/*!
 * JOBBKK.COM NewHome 1.0.1
 * Copyright 2016 JOBBKK.COM
 * Created by Eakkawit J. on April 2016
 */
html {
    line-height: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    background: #FFF;
    font-family: Helvetica, tahoma, "Lucida Grande", Arial, sans-serif;
    font-size: 14px;
    color: #263238;
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #34495e;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #34495e;
    color: #FFF;
    text-shadow: none;
}

/*ins {background-color: #34495e;color: #e2413e;text-decoration: none;}*/
mark {
    background-color: #34495e;
    color: #e2413e;
    text-decoration: none;
}

a {
    outline-style: none;
    outline-color: invert;
    padding-left: 0px;
    outline-width: 0px;
    color: #d40101;
    text-decoration: none;
}

a:hover {
    color: #b01210;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

/*============================================================*/
.container{
    max-width: 960px;
    padding: 0;
}
#container-job {
    width: 960px;
    margin: 0 auto;
}
.wrapper-body{
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    padding: 30px 0 30px 0;
    margin: 30px 0;
}
.topbar {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    height: 47px;
    border-top: 5px solid #D40101;
    border-bottom: 2px solid #CFD8DC;
    background: #ECEFF1;
    font-size: 12px;
    z-index: 999;
}
.topcontent {
    display: inline-block;
    float: left;
    /*width: 58%;*/
}
.topMenuuser.company {
    font-size: 16px;
}
.topcontent > .titleTop {
    float: left;
    font-size: 11px;
    padding: 12px 0;
}
.topcontent > .titleTop > a {
    color: #d40101;
}
.topcontent > .titleTop > a:hover {
    color: #b01210;
}
.topcontent > .titleTop > a.link {
    color: #263238;
}
.topcontent > .titleTop > a.link:hover {
    color: #D40101;
}
.topcontent > .socialJobbkk {
    float: left;
    padding: 8px 0;
    margin-left: 10px;
}
.topMenuuser {
    float: left;
    font-family: "Thaisans";
    font-weight: bold;
    font-size: 18px;
    color: #263238;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.topMenuuser a {
    color: #263238;
}
.topMenuuser a:hover {
    color: #D40101;
}
.topMenuuser > li {
    float: left;
    margin-right: 18px;
    line-height: 40px;
}
.topMenuuser > li:last-child {
    margin-right: 0;
}
.topMenuuser > li > a > i.fa {
    font-size: 14px;
    margin-right: 3px;
}
.topRight {
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px;
}
.topLogin {
    display: block;
}
.topLogin > .titlelogin {
    margin: 0px;
    line-height: 42px;
    float: right;
}
.topLogin > .btn-login {
    height: 38px;
    border-radius: 0px 0px 3px 3px;
    float: right;
    color: #FFF;
    line-height: 38px;
    padding: 0 10px;
    background: #b01210;
    cursor: pointer;
    /*background: #263238;
    background: -moz-linear-gradient(top,  #263238 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #263238 0%,#000000 100%);
    background: linear-gradient(to bottom,  #263238 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263238', endColorstr='#000000', GradientType=0);*/
}
.topLogin > .btn-login > a {
    color: #FFF;
}
.topLogin > .btn-login:hover {
    background: #d40101;
}
.topLogin > .btn-login.resume {
    font-family: 'ThaisansBold';
    font-size: 18px;
    margin-left: 10px;
}
.topLogin > .btn-login.employer {
    font-family: 'ThaisansBold';
    font-size: 18px;
    margin-left: 5px;
}
.topLogin > .changelang {
    height: 17px;
    margin: 10px 0 0 5px;
    float: right;
}
.boxUser {
    height: 38px;
    float: right;
}
.boxUser > a.uname {
    height: 38px;
}
.boxUser > a.signout {
    padding-top: 10px;
    height: 38px;
}
.uname {
    font-family: "Thaisans";
    font-size: 16px;
    font-weight: bold;
}
.userid {
    font-size: 18px;
}
.btn-username {
    background: #b01210;
    color: #FFF;
    border-color: #9a100e;
}
.btn-username:hover {
    background: #d40101;
    color: #FFF;
}
.btn-username:focus {
    background-color: #d40101;
    color:#FFF;
}
.btn-username:active {
    background: #d40101;
    color: #FFF;
}
.btn-group > .btn-username:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-username:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn.dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 9px;
    height: 40px \0;
}
.navuser i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.topbar .dropdown-menu, .menubar .dropdown-menu, .m_user .dropdown-menu {
    padding: 0;
}
.topbar .dropdown-menu:after, .menubar .dropdown-menu:after, .m_user .dropdown-menu:after {
    top: -5px;
    left: auto;
    right: 8px; /* Default 16px */
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
    z-index: -2;
    box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}
.topbar .dropdown-menu:after, .menubar .dropdown-menu:after, .m_user .dropdown-menu:after {
    display: none \9;
}
.topbar .dropdown-menu > li, .menubar .dropdown-menu > li, .m_user .dropdown-menu > li {
    border-bottom: 2px solid transparent;
}
.topbar .dropdown-menu > li:active, .menubar .dropdown-menu > li:active, .m_user .dropdown-menu > li:active {
    background-color: transparent;
    border-bottom: 2px solid #DEDEDE;
}
.topbar .dropdown-menu a, .menubar .dropdown-menu a, .m_user .dropdown-menu a {
    padding: 8px 20px;
}
.topbar .dropdown-menu a.prompt, .m_user .dropdown-menu a.prompt {
    color: #D40101;
    font-weight: bold;
}
.topbar .dropdown-menu .divider, .menubar .dropdown-menu .divider, .m_user .dropdown-menu .divider {
    margin: 0;
}
.header {
    position: relative;
    margin-top: 47px;
    width: 100%;
    height: 120px;
    background: #FFF url("../images/bg_header.png") repeat-x center;
}
.header .logojobbkk {
    width: 180px;
    height: 43px;
    margin: 38px 0;
    display: inline-block;
}
.header .toppage {
    width: 728px;
    height: 90px;
    float: right;
    display: inline-block;
    margin: 15px 0;
}
.header .toppage a {
    display: block;
}
/*-- Created by Natcha P.--*/
.m_header{
    width: 100%;
}
.m_header>.toppage{
    text-align: center;
    margin: 15px 10px;
}
.m_header>.toppage>a img {
    width: 100%;
    max-width: 728px;
    height: auto;
}
.chatnoti {
    position: relative;
    float: right;
    margin-right: 15px;
    font-size: 26px;
    color: #2962ff;
}
.chatnoti a {
    color: #2962ff;
}
.chatnoti .badge {
    position: absolute;
    right: -4px;
    top: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background: #D40101;
}
.chatnoti .dropdown-menu {
    width: 300px;
}
.chatnoti .dropdown-menu:after {
    background: #D40101;
}
.chatnoti .dropdown-menu a {
    padding: 0px;
}
.chatnoti .chatmore a {
    display: block;
    line-height: 30px;
    color: #d40101;
    font-weight: bold;
}
.chatnoti.nonoti, .chatnoti.nonoti a {
    color: #b0bec5;
}
.chatnoti.nonoti .badge {
    display: none;
}
.topbar .dropdown-menu > li.chatlist:active {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.chatlist .chatlist_in {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chatlist_in .chathead, .chatnoti .chathead:active {
    height: 36px;
    line-height: 36px;
    font-family: Thaisans;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    background-color: #D40101 !important;
    padding-left: 10px;
    padding-right: 10px;

}
.chatlist_in .chathead > i.fa {
    font-size: 14px;
    margin-right: 0;
}
.chathead .btn-back {
    display: inline;
    font-size: 11px;
    line-height: 12px;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
    background-color: #232d3b;
    margin-right: 5px;
}
.chatlist .chatlist_in > li {
    border-bottom: 1px solid #cfd8dc;
}
.chatlist .chatlist_in > li:last-child {
    border-bottom: none;
}
.chatlist .chatlist_in > li.unread {
    background-color: #daf3ff;
}
.chatlist .chatlist_in > li > a {
    padding: 10px;
    display: block;
}
.chatlist .chatlist_in a:hover {
    background-color: #eceff1;
}
.chatlist_in .chat_company {
    font-size: 12px;
    line-height: 14px;
    color: #263238;
    font-weight: bold;
}
.chatlist_in .chat_msg {
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 3px;
}
.chatlist_in .chat_time {
    font-size: 11px;
    color: #999;
    margin-bottom: 3px;
}
.chatlist_in .chatread {
    display: block;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.chatlist_in .chatread:hover {
    overflow-y: scroll;
}
.chatlist_in .chatread::-webkit-scrollbar {
    width: 4px;
}
.chatlist_in .chatread::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.chatlist_in .chatread::-webkit-scrollbar-corner {
    background-color: transparent;
}
.chatlist_in .chatread::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 0;
    background-color: #c1c4d0;

}
.chatlist_in .chatread > .chatreadBox {
    font-size: 12px;
    padding: 10px;
    height: auto;
}
.chatreadBox .chatbox_tmln {
    border-top: 1px solid #E8E8E8;
    color: #999;
    font-size: 11px;
    /* margin: 17px 20px 2px; */
    text-align: center;
    margin-top: 10px;
}
.chatreadBox .chattimedate {
    padding: 0 5px;
    position: relative;
    top: -8px;
    background: #fff;
    width: 25%;
    margin: 0 auto;
}
.chatlist_in .chattype {
    padding: 5px;
}

.chatlist_in .chattype input {
    width: 208px;
}
.chatMsgBox {
    position: relative;
    margin-bottom: 10px;
}
.chatMsgBox > .msg-body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 100%;
    display: block;
}
.chatMsgBox > .msg-body > .msg-img {
    position: absolute;
    width: 32px;
    height: 32px;
}
.chatMsgBox .msg-messageBox {
    display: table \0/;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.chatMsgBox > .msg-body > .msg-messageBox {
    margin-left: 36px;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.chatMsgBox > .msg-body > .msg-messageBox > .msg-message {
    position: relative;
    display: inline-block;
    background-color: #f1f0f0;
    color: rgba(0, 0, 0, 1);
    margin: 1px 0;
    padding: 6px 12px;
    border-radius: 20px;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    text-align: left;
    vertical-align: bottom;
}
.chatMsgBox.msg-me {
    text-align: right;
}
.chatMsgBox.msg-me > .msg-body {
    float: right;
}
.chatMsgBox.msg-me > .msg-body > .msg-messageBox {
    webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
}
.chatMsgBox.msg-me > .msg-body > .msg-messageBox > .msg-message {
    background-color: #E74C3C;
    color: #fff;
    float: right;
}
.chatMsgBox > .msg-body > .msg-messageBox > .msg-time {
    position: relative;
    display: inline-block;
    min-width: 50px;
    font-size: 11px;
    color: #adb0b7;
    white-space: nowrap;
    margin: 0 3px 1px;
    vertical-align: bottom;
}
.chatMsgBox.msg-me > .msg-body > .msg-messageBox > .msg-time {
    float: right;
}
.chatnoti .chatmore {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    background-color: #eceff1;
}
.chatnoti.chatmore a {
    display: block;
    line-height: 30px;
    color: #d40101;
    font-weight: bold;
}
.menubar {
    width: 100%;
    height: 45px;
    background: #D40101;
    z-index: 998;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    top: 0;
}
.menubarFixed {
    position: fixed;
    top: 47px;
    transition: 300ms;
}
.menubar .nav-menu {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table-cell \9; /* IE6, IE7, IE8, IE9 */
}
.menubar .nav-menu > li {
    display: block;
    float: left;
    position: relative;
}
.menubar .nav-menu > li > a, .menubar .nav-menu > li > .dropdown > a {
    display: block;
    color: #FFF;
    font-family: Thaisans;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    line-height: 45px;
    padding: 0 16px;
}
.menubar .nav-menu > li > a:hover, .menubar .nav-menu > li > .dropdown > a:hover {
    background-color: #b01210;
}
.menubar .nav-menu > li > a > i.fa {
    font-size: 16px;
}
.menubar .nav-menu > li > a > i.fa.i-home {
    font-size: 24px;
}
.menubar .nav-menu > li:first-child {
    padding-left: 0 \9; /* IE6, IE7, IE8, IE9 */
}
.menubar .nav-menu > li.last-child {
    padding-right: 0 \9; /* IE6, IE7, IE8, IE9 */
}
.menubar .nav_new {
    position: absolute;
    top: -5px;
    right: 0px;
    right: 15px \9;
    width: 22px;
    height: 22px;
    background: url("../images/ico_new.png") no-repeat;
    z-index: 1050;
}
.menubar .nav_new.nav_newFixed {
    top: 4px;
    right: 0px;
    right: 9px \9;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

/* ICON SOCIAL */
.jicon {
    background: url('../images/social-jobbkk.png') no-repeat;
    display: inline-block;
}
.social {
    width: 20px;
    height: 20px;
}
.f {
    background-position: -14px -45px;
}
.y {
    background-position: -65px -45px;
}
.t {
    background-position: -40px -45px;
}
.mobile {
    background-position: -130px -20px;
    width: 90px;
    height: 20px;
}
.lang {
    width: 26px;
    height: 17px;
    margin-left: 5px;
}
.lang.th {
    background-position: -180px -46px;
}
.lang.en {
    background-position: -215px -46px;
}
.wraper-jobbkk {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.wraper-jobbkk.wrapfixed {
    margin-top: 50px;
}

/* Touch Class */
.topbarTouch {
    position: relative;
    width: 100%;
    height: 54px;
    background: #f5f5f5;
    border-bottom: 2px solid #D40101;
    z-index: 999;
}
.topMenuuser.company {
    font-size: 16px;
}
.topbarTouch > * {
    display: block;
    float: left;
    height: 52px;
    padding: 0;
    margin: 0;
}
.topbarTouch > .m_menu {
    width: 25%;
    text-align: left;
    line-height: 52px;
}
.topbarTouch > .m_logo {
    width: 50%;
}
.topbarTouch > .m_user {
    width: 25%;
    text-align: right;
    line-height: 52px;
}
.topbarTouch > .txt_menu > a {
    font-family: ThaisansBold;
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.topbarTouch > .txt_menu > a > i {
    color: #90a4ae;
    font-size: 14px;
}
.click--menu {
    display: block;
    width: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(55, 71, 79, .9);
}
.click--menu._close {
    background: #D40101;
    color: #FFF;
}
.click--login {
    display: block;
    float: right;
    width: 74px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(55, 71, 79, .9);
}
.logoTouch {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 54px;
    padding: 12px 0;
}
.logoTouch a {
    display: inline-block;
}
.logoTouch img {
    width: 120px;
    vertical-align: middle;
}

/*
 *@Menu Responsive => jpanel jmenu
 *@created by Eakkawit J. on 20 April,2016 11:20AM
 *@updated by Eakkawit J. on 20 April,2016 11:20AM
 */
.jpanel-wrapper {
    width: 100%;
    overflow-x: hidden;
}
.jpanel-wrapper:after, .jpanel-wrapper:before {
    content: " ";
    display: table;
}
.jpanel-wrapper:after {
    clear: both;
}
.jpanel_ {
    position: absolute;
    top: 54px;
    display: none;
    -webkit-box-shadow: 0 0 20px #111;
    box-shadow: 0 0 20px #111;
    z-index: 998;
}
.jpanel--menu--flyout {
    display: block;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.jpanel__list {
    font-weight: 400;
    text-align: center;
    background: #D40101;
    margin: 0;
    padding: 0;
}
.jpanel__list:after, .jpanel__list:before {
    content: " ";
    display: table;
}
.jpanel__list:after {
    clear: both;
    width: 100%;
    height: 1px;
    background: #716264;
    top: -1px;
    position: relative;
}
.jpanel__item {
    display: block;
    float: left;
    position: relative;
    width: 33.33333333%;
    height: 100px;
    text-align: center;
    margin: 0;
    padding: 0;

}
.jpanel__link {
    display: block;
    height: 100%;
    padding: 12px 0 0;
    color: #fff;
    border-right: solid 1px #e74c3c;
    border-bottom: solid 1px #e74c3c;
    -webkit-tap-highlight-color: rgba(55, 71, 79, .9);
}
.jpanel__link:before {
    display: block;
    margin: 0 0 8px;
    font-size: 1.8em;
}
.jpanel__msg {
    font-family: ThaisansBold;
    font-size: 20px;
}
.jpanel__footer {
    background: #7f0000;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}
.jpanel__footer .changelangTouch {
    display: block;
    text-align: center;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    font-family: ThaisansBold;
    font-weight: bold;
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(55, 71, 79, .9);
}
.jpanel__footer .changelangTouch:first-child {
    border-left: 1px solid #9e0101;
}
.mask {
    display: none;
}
.mask.active {
    display: block;
    position:fixed;
    z-index: 799;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.jmeu-ico {
    background: url('../images/jmenu.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.jmeu-ico.home {
    background-position: -0px -0px;
}
.jmeu-ico.jobs {
    background-position: -38px -0px;
}
.jmeu-ico.resume {
    background-position: -74px -0px;
}
.jmeu-ico.hrso {
    background-position: -111px -0px;
}
.jmeu-ico.adsrate {
    background-position: -149px -0px;
}
.jmeu-ico.payment {
    background-position: -185px -0px;
}
.jmeu-ico.variety {
    background-position: -223px -0px;
}
/*.jmeu-ico.webboard {
    background-position: -280px -0px;
}*/
.jmeu-ico.contact {
    background-position: -300px -0px;
}
.jmeu-ico.workwith {
    background-position: -335px -0px;
}
.jmeu-ico.guide {
    background-position: -372px -0px;
}
.jmeu-ico.mobileapp {
    background-position: -410px -0px;
}
.jmeu-ico.jobRegion {
    background-position: -445px -0px;
}

/* btnToplink */
.jtoplink {
    display: block;
    position: fixed;
    bottom: -52px;
    right: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    z-index: 100;
    -webkit-transition: background-color 0.3s, bottom 0.3s;
    transition: background-color 0.3s, bottom 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    -webkit-tap-highlight-color: rgba(55, 71, 79, .9);
}

.jtoplink:hover {
    color: #FFF;
}

.jtoplink.active {
    bottom: 15px;
}

/* Helper Class */
._blue {
    color: #0275d8;
}

._green {
    color: #5cb85c;
}

._sky {
    color: #5bc0de;
}

._yellow {
    color: #f0ad4e;
}

._red {
    color: #d9534f;
}

._nopad {
    padding: 0;
}

._nomar {
    margin: 0;
}

._online {
    background-color: #D40101;
}

._offline {
    background-color: #90a4ae;
}

/* FOOTER */
footer {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.footer-link {
    min-height: 300px;
    background: #eceff1;
    border-top: 4px solid #90a4ae;
}
.footer-link h2 {
    font-family: 'ThaisansBold';
    font-size: 1.4em;
    color: #000;
}
.footer-link h5 {
    font-family: 'Boon';
    font-size: 12px;
}
.footer-jobbkk {
    background: #d40101;
    height: auto;
}
.footer-jobbkk .footer-logo {
    display: inline-block;
    background: #FFF;
    width: 110px;
    height: 86px;
    padding: 30px 12px;
}
.footer-logo img{
    width: 86px;
    height: auto;
}
.footer-jobbkk .footer-addr {
    color: #FFF;
    font-family: 'ThaisansBold';
    font-size: 16px;
}
.addr-l {
    padding-top: 10px;
}
.addr-r {
    padding-top: 5px;
}
.footer-about>h5>a{
    line-height: 14px;
    display: block;
    color: #333;
    font-size: 12px;
}
.footer-about>h5>a:hover {
    color: #b01210;
}
.footer-about {
    margin-bottom: 10px;
}
.footer-jobbkk .footer-addr a {
    color: #FFF !important;
}
/*.footer-jobbkk .footer-addr h1{
	font-family: 'ThaisansBold';
	font-size:22px;
	margin-bottom:0;
	margin-top:5px
}*/
.footer-jobbkk .footer-addr h2 {
    font-family: 'ThaisansBold';
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px
}
.footer-jobbkk .footer-addr .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}
.footer-copyright {
    background: #840000;
    height: 40px;
    font-size: 11px;
    color: #FFF;
    line-height: 40px;
}
.footer-copyright .copyright {
    float: left;
    margin: 0px;
}
.footer-copyright .footer-social {
    display: inline-block;
    float: left;
    padding: 6px 0;
    margin-left: 10px;
    height: 40px;
}
.footer-btzone {
    float: none;
}
.footer-copyright .footer-dl, .footer-copyright .footer-regist {
    display: inline-block;
    float: left;
    height: 40px;
}
.footer-copyright .footer-dl {
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
.footer-desktop {
    background: #d40101;
    color: #fff;
    height: 30px;
    font-weight: bold;
    padding: 5px 0;
}
.footer-desktop a {
    color: #fff;
}
.footer-tel {
    font-size: 24px;
}
/*Top scroll*/
.jtoplink {
    display: block;
    position: fixed;
    bottom: -52px;
    right: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    z-index: 100;
    -webkit-transition: background-color 0.3s, bottom 0.3s;
    transition: background-color 0.3s, bottom 0.3s;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    -webkit-tap-highlight-color: rgba(55,71,79,.9);
}
.content-title>h2{
    font-family: ThaisansBold;
    font-size: 22px;
    color: #e50505;
    font-weight: bolder;
    border-bottom: 1px solid #ccc;
    line-height: 36px;
}
/* Button */
.btn-skyblue{
    background-color: #00b4ff;
    color: #FFF;
    border: 1px solid #00b4ff;
}
.btn-light-skyblue{
    background-color:#FFF;
    color: #00b4ff;
    border: 1px solid #00b4ff;
}
.btn-skyblue:hover{
    background-color: #FFF;
    color: #00b4ff;
}
.btn-light-skyblue:hover{
    background-color:#00b4ff;
    color: #FFF;
}
.btn-job-lg{
    padding: 10px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 230px;
    margin: 5px;
}

.lineH_box {
    background: url(../../template/jobbkk/theme01/assets/images/tab_title.png);
    width: 6px;
    height: 36px;
    float: left;
}

#h_row{width:940px; margin-right:20px;min-height:40px; /*overflow:hidden;overflow:visible;*/}
#h_left{
    height:26px;
    font-weight:bold;
    margin:10px 10px 0 20px;
    line-height:26px;
    float:left;
    background:#fff;
}

#dt_row {
    width: 958px;
    border-top: 1px solid #d40101;
    color: #000;
    float: left;
    margin-top: 10px;
}

#dt_row1, #dt_row2 {
    width: 920px;
    border-top: 1px solid #d40101;
    color: #000;
    float: left;
}

#dt_row2, #dt_row2F, #dt_row2D {
    margin: 10px 0;
    padding: 15px 20px 0;
    float: left;
}

.marT10 {
    margin-top: 10px !important;
}
.marT20 {
    margin-top: 20px !important;
}

/* Media Responsive */
@media (-webkit-min-device-pixel-ratio: 1.5) {
    .jmeu-ico {
        background: url('../images/jmenu@2x.png') no-repeat;
        background-size: 480px;
    }
}

@media (min-width: 568px) {
    .panel__item {
        width: 16.66%;
    }

}

@media (max-width: 991px) {
    .topbar, .header, .menubar {
        display: none;
    }

    .addr-l {
        padding-top: 6px;
    }
    .addr-r{
        padding-top: 0px;
    }
    .footer-addr.col-sm-6, .footer-addr.col-sm-4 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .footer-addr.col-sm-6 {
        width: 54%;
    }
    .footer-addr.col-sm-4 {
        width: 30%;
    }
    .footer-copyright {
        min-height: 40px;
    }
    .footer-btzone {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    #container-job{
        width:100%;
        margin:0 auto;
		overflow: hidden;
    }
    .wrapper-body{
        margin:0 15px;
    }
}

@media (max-width: 979px)
{
    .footer-btzone {
        margin: 0 auto;
        float: none;
        width: 43%;
    }
}

@media (min-width: 992px) {
    .jtoplink{
        display: none;
    }
    .mask.active {
        background: none;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        min-height: 40px;
        height: auto;
    }
    .footer-addr.col-sm-6, .footer-addr.col-sm-4 {
        width: 100%;
    }
    .footer-addr.col-sm-4 {
        border-top: 1px dashed #fff;
        margin: 10px 0;
    }
    .footer-btzone {
        width: 100%;
    }
    .footer-jobbkk {
        min-height: 86px;
        height: auto;
    }
}
@media (max-width: 420px) {
    .footer-btzone {
        width: 100%;
    }

}

/* html{
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	filter: grayscale(40%);
	filter: gray;  
} */