/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

.contact_top{
    position: absolute;
    top: 60px;
    width: 100%;
}
.contact_wraper{
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.contact_boder{
    padding: 0;
}
.contact_form{
    border-style: solid;
    border-width: 7px;
    border-color: #0182cf;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;padding: 10px;
    background: #ffffff;
    margin: 0 15px;
}
.contact_form .heading-title{
        color: #ed1c24;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #0182cf;
}
.btn-booking {
    background-color: #278ac7;
    font-family: "Helvetica", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 14px 20px;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    border-radius: 2px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1;
}
.btn-booking:hover, .btn-booking:focus {
    color: #ffffff;
    box-shadow: none;
}
.nv_booking input[type=email], .nv_booking input[type=number], .nv_booking input[type=date], .nv_booking input[type=password], .nv_booking input[type=reset], .nv_booking input[type=search], .nv_booking input[type=tel], .nv_booking input[type=text], .nv_booking input[type=url], .nv_booking select, .nv_booking textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}
.ui-datepicker-buttonpane::before{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker-buttonpane::after{
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.carousel,
.slick-slider {
  opacity:0;
  visibility:hidden;
  transition:opacity 1s ease;
  -webkit-transition:opacity 1s ease;
}

.slick-initialized {
  opacity:1;
  visibility:visible;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
h2, .h2 {
    font-size: 1.375rem;
    line-height: 1.1333333333;
    font-weight: 600;
}
.slick-dots {
  position:static;
  margin-top:1.5rem;
  margin-bottom:.5rem;
  margin-left:.5rem;
}
.slick-dots li {
  margin:0 5px;
}

.slick-dots li button:before {
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:1px solid #fff;
  background-color:#fff;
  content:"";
  display:block;
  opacity:1;
  position:absolute;
  border-radius:50%;
  width:16px;
  height:16px;
}

.slick-dots li.slick-active button:before {
  background-color:#cda666;
  border:1px solid #cda666;
}

.slider-item {
  vertical-align:top;
}

.slick-prev,
.slick-next {
  width:30px;
  height:30px;
  z-index:2;
}

.slick-prev:before,
.slick-next:before {
  font-family:'vsoft_font' !important;
  font-size:30px;
}

.slick-prev {
  left:0;
}

.slick-prev:before {
  content:"\e901";
}

.slick-next {
  right:0;
}

.slick-next:before {
  content:"\e902";
}

.statistics img{
    height: 15px;
}
.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}

.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
    white-space: nowrap;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:991px) {
    .coach_title{
        font-size: 11px;
        padding-right: 30px !important;
    }
    #lich-chay-tau #route_id{
        max-width: 150px;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        overflow: hidden;
    }
}
.price {
    color: red;
    font-weight: bold;
}
.input-group .form-control {
    z-index: 0;
}



