/*=========================================================*/
.formSystem{
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.gridF{
    margin: 0 -15px;
}
.gridF:after{
    content: "";
    display: block;
    clear: both;
}
.gridF .col{
    float:left;
    padding:0 15px;
    width: 25%;
}
.formSystem .btn-submit-search{
    width: 100%;
    float: right;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 40px;
    background: #1fbcbc;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
}
.formSystem .btn-submit-search:before{
    top: 0;
    font-family: fontawesome;
     content: '\f002'; 
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.formSystem .btn-submit-search:hover{
    background: #333333;
}
.formSystem select,
.formSystem input{
    width: 100%;
    height: 40px;
    border: solid 1px #dddddd;
    background: #ffffff;
    padding: 0 15px;
    font-size: 13px;
    line-height: 21px;
}
/*============================================================*/
.human{
    margin-bottom: 30px;
}
.human .img{
    padding-top: 118.518518%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.human .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.human .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.human .job{
    font-size: 15px;
    line-height: 23px;
    color:#1fbcbc;
    text-align: center;
    margin-bottom: 5px;
}
.human .name{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}
.vnt-doctor{
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
/*====================================================*/
#vnt-popup-bacsi{
    width:100%;
    height:100%;
    margin-bottom: 0;
}
#vnt-popup-bacsi .img{
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#vnt-popup-bacsi .img img{
    width: 100%;
}
#vnt-popup-bacsi .name{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
#vnt-popup-bacsi .breadJob{
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
#vnt-popup-bacsi .breadJob ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-popup-bacsi .breadJob ul li {
    margin-right: 10px;
    background: #f6f6f6;
    padding: 4px 15px;
}
#vnt-popup-bacsi .breadJob ul li:first-child{
    font-weight: bold;
    color:#ffffff;
    background: #1fbcbc;
    border-radius: 5px;
}
#vnt-popup-bacsi .breadJob ul li:last-child{
    margin-right: 0;
}
#vnt-popup-bacsi .info p{
    padding: 0;
}
#vnt-popup-bacsi .info .tit{
    font-size: 16px;
    line-height: 24px;
    color:#1fbcbc;
    text-transform: uppercase;
    font-weight: bold;
}
.boxDoctor {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.boxDoctor .title{
    font-size: 25px;
    line-height: 33px;
    color:#1fbcbc;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    margin-bottom: 25px;
}
.boxDoctor .title:before{
    font-family: fontAwesome;
    width: 45px;
    height: 45px;
    background: #1fbcbc;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color:#ffffff;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.boxDoctor.more{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.boxDoctor.more .info{
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.boxDoctor.more .linkMore a{
    display: inline-block;
    color:#1fbcbc;
}
.boxDoctor.more .linkMore a span{
    padding-right: 15px;
    position: relative;
}
.boxDoctor.more .linkMore a span:before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==========================================================*/
#resultRes .month{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
.tableDate{
    margin-bottom: 15px;
}
.tableDate table{
    width: 100%;
    text-align: center;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}
.tableDate table th{
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color:#999999;
    font-weight: normal;
    text-transform: uppercase;
}
.tableDate table td,
.tableDate table th{
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
}
.tableDate table td{
    padding: 5px;
    height: 45px;
    vertical-align: bottom;
    text-align: left;
    background: #f2f2f2;
}
.tableDate table td.nobg{
    background: #ffffff;
}
.tableDate table td.ok{
    background: #94d8d8;
    cursor: pointer;
}
.introTable{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.introTable .item{
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.introTable .item .square{
    width: 50px;
    height: 50px;
}
.introTable .item .square.ok{
    background: #94d8d8;
}
.introTable .item .square.nobg{
    background: #f2f2f2;
}
.introTable .item .txt{
    padding-right: 10px;
    width:-webkit-calc(100% - 50px);
    width:-moz-calc(100% - 50px);
    width:-o-calc(100% - 50px);
    width:calc(100% - 50px);
    font-size: 12px;
    line-height: 20px;
}
.linkNext a {
    display: inline-block;
    background: #1fbcbc;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 4px 26px;
}
.linkNext a:hover{
    background: #333333;
}
#resultBook{
    padding-left: 130px;
    position: relative;
}
#resultBook .day{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 26px;
    color:#1fbcbc;
    text-transform: uppercase;
    font-weight: bold;
}
.partMun{
    margin-bottom: 15px;
}
.partMun .txt{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.partMun ul li{
    position: relative;
    margin-bottom: 2px;
}
.partMun ul li a{
    display: block;
    width: 70px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    background: #1fbcbc;
    color:#ffffff;
}
.partMun ul li a:hover{
    background: #333333;
    color:#ffffff;
}
.partMun ul li .onArea{
    position: absolute;
    right:0;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}
.partMun ul li .onArea i{
    font-size: 15px;
    line-height: 23px;
    color:#dddddd;
}
.partMun ul li .onArea i.ok{
    color:#1fbcbc;
}
.introMun{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.introMun .item{
    margin-right: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}
.introMun .item:before{
    content: "\f2c0";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#dddddd;
}
.introMun .item.ok:before{
    color:#1fbcbc;
}
.introMun .item:last-child{
    margin-right: 0;
}
div#resultRes{
    margin-bottom: 25px;
}
.desRes{
    color:#999999;
    font-style: italic;
    text-align: justify;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.vnt-doctor .row{
    margin-left: -5px;
    margin-right: -5px;
}
.vnt-doctor .row *[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.gridF{
    margin: 0 -5px;
}
.gridF .col{
    padding:0 5px;
    width: 50%;
    margin-bottom: 10px;
}
#vnt-popup-bacsi .name{
    font-size: 28px;
    line-height: 26px;
}
.boxDoctor .title{
    font-size: 20px;
    line-height: 30px;
}
}

@media all and (max-width: 370px){
.vnt-doctor .row .col-xs-6{
    width: 100%;
}
.gridF .col{
    width: 100%;
}
#vnt-popup-bacsi .breadJob ul{
    flex-direction: column;
    align-items: flex-start;
}
#vnt-popup-bacsi .breadJob ul li{
    margin-bottom: 5px;
}
#resultBook{
    padding-left: 0;
}
#resultBook .day{
    position: initial;
    margin-bottom: 10px;
}
}