@import url("../fonts/OpenSans/stylesheet.css");

@import url("nv.menu.css");

.mb-2 {
    margin-bottom: 10px !important;
}

body {
    font-family: "Open Sans";
    line-height: 1.5;
}

.body-bg {
    background-image: none !important;
}

.tooltip-inner {
    background-color: #000;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.bkp-header-bar {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.bkp-sub-page .bkp-header-bar {
    background: #102c4b;
}

.bkp-header-bar.sticky, .bkp-sub-page .bkp-header-bar.sticky {
    position: fixed;
    background: #000;
}

.bkp-header-bar.sticky .bkp-topbar {
    display: none;
}

.bkp-main-slider {
    min-height: 144px;
}

.bkp-topbar {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 6px 0;
    font-size: 12px;
}

.bkp-topbar a {
    color: #fff;
}

.fix_banner_left, .fix_banner_right {
    display: none !important;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #5c65a0;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
}

.bkp-language {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bkp-language li {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.bkp-language li:first-child {
    margin-left: 0;
    border-left: 0;
}

.bkp-language li a {
    display: block;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff;
}

.bkp-language li a:hover {
    color: #999;
}

.bkp-top-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bkp-top-contact li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}

.bkp-top-contact li:last-child {
    margin-right: 0;
}

#header {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
}

#header .bkp-menu, #header .header-right, #header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#header .bkp-menu {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#header .header-right {
    min-width: 100px;
}

#body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
    border: 0;
    box-shadow: none;
}

.bkp-sub-page #body {
    display: block;
}

.third-nav {
    margin-top: 6px;
}

.breadcrumbs li {
    margin-left: 0;
    margin-right: 0;
}

.breadcrumbs a:before {
    display: none;
}

.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    border: 0;
    content: "/";
    position: inherit;
}

.breadcrumbs li:last-child a:after {
    display: none;
}

.breadcrumbs a, .show-subs-breadcrumbs, .breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: transparent;
}

.breadcrumbs li:first-child a {
    padding-left: 0;
}

.breadcrumbs li:first-child a:before {
    display: inline-block;
    position: inherit;
    border: 0;
    content: "\f015";
    font-family: "FontAwesome";
    left: 0;
    margin-right: 6px;
}

#footer {
    border-bottom: 0;
    border-top: 0;
    background: #111;
    color: #fff;
    background-image: none;
    min-height: inherit;
    padding: 30px 0;
}

.footerNav2 {
    border-top: 1px solid #333;
    background: #111;
    color: #fff;
}

.footerNav2 .bttop a, .footerNav2 .bttop a:hover {
    background-color: #ccc;
    color: #111;
}

.footerNav2 .bttop a:hover {
    color: #333;
}

.bkp-footer-social {
    line-height: 40px;
}

.bkp-fsocial {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bkp-fsocial li {
    display: inline-block;
    margin-right: 10px;
}

.bkp-fsocial li:last-child {
    margin-right: 0;
}

.bkp-fsocial li a {
    color: #999;
    font-size: 20px;
}

.bkp-fsocial li a:hover {
    color: #fff;
}

ul.company_info {
    padding: 0;
    margin: 0;
}

.company_info li em {
    font-size: 14px;
}

.company_info li {
    margin-bottom: 5px;
}

.company_info li:last-child {
    margin-bottom: 0;
}

.bkp-simple-menulist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bkp-simple-menulist li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.bkp-simple-menulist li:last-child {
    margin-bottom: 0;
}

.buttonlink a {
    background: #d9a36a;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

.buttonlink a {
    padding: 10px 20px;
}

.buttonlink a:hover {
    background: #5c65a0;
}

/* Giới thiệu trên trang chủ */
.bkp-home-about {
    padding: 40px 0;
    font-size: 16px;
    background-color: #fff;
}

.bkp-home-about h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.bkp-home-about, .bkp-home-about a {
    color: #656777;
}

.bkp-home-about .about-image {
    margin-top: 40px;
}

.bkp-home-about .about-image img {
    max-width: 100% !important;
    height: auto !important;
}

/* Danh sách phòng trên trang chủ */
.bkp-home-rooms {
    padding: 50px 0;
    background-color: #f1f1f1;
    padding-bottom: 90px;
}

.bkp-home-rooms .b-room-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.bkp-home-rooms .b-room-intro {
    font-size: 16px;
    margin-bottom: 20px;
}

.bkp-home-rooms, .bkp-home-rooms a {
    color: #656777;
}

.bkp-home-rooms .rooms-list {
    background-color: #fff;
}

.bkp-home-rooms .rooms-list .room {
    display: -ms-flexbox;
    display: flex;
}

.bkp-home-rooms .rooms-list .room>.image, .bkp-home-rooms .rooms-list .room>.c-texts {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bkp-home-rooms .rooms-list .room>.image a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 54.35%;
    background-size: cover;
    background-position: center;
}

.bkp-home-rooms .rooms-list .room>.image img {
    display: none;
}

.bkp-home-rooms .rooms-list .room>.c-texts {
    padding: 30px;
}

.bkp-home-rooms .rooms-list .room>.c-texts h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.bkp-home-rooms .rooms-list .room>.c-texts h3 a {
    color: #d9a36a;
}

.bkp-home-rooms .rooms-list .room>.c-texts .price {
    font-size: 18px;
}

.owl-carousel-home-rooms .owl-dots {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.owl-carousel-home-rooms .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 2px;
    color: #ddd;
    font-size: 12px !important;
}

.owl-carousel-home-rooms .owl-dots button.owl-dot:active, .owl-carousel-home-rooms .owl-dots button.owl-dot:focus {
    outline: 0 !important;
}

.owl-carousel-home-rooms .owl-dots button.owl-dot.active, .owl-carousel-home-rooms .owl-dots button.owl-dot:hover {
    color: #5c65a0;
}

.owl-carousel-home-rooms .owl-dots button.owl-dot span:before {
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
}

/* Block slide tin tức trang chủ */
.block-news-home {
    padding: 70px 0;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
}

.block-news-home>.mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
}

.block-news-home .head h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.block-news-home .head h2 a {
    color: #fff;
}

.block-news-home .newslists .news {
    background-color: #fff;
}

.block-news-home .newslists .news .image {
    position: relative;
}

.block-news-home .newslists .news .image a {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 66.58%;
    background-position: center;
    background-size: cover;
}

.block-news-home .newslists .news .image a img {
    display: none;
}

.block-news-home .newslists .news .texts {
    padding: 30px;
}

.block-news-home .newslists .news .texts h3 {
    height: 42px;
    margin-bottom: 10px;
    overflow: hidden;
}

.block-news-home .newslists .news .texts h3 a {

}

.block-news-home .newslists .news .texts .intro {
    height: 66px;
    overflow: hidden;
}

.owl-carousel-home-news .owl-dots {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.owl-carousel-home-news .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 2px;
    color: #ccc;
    font-size: 12px !important;
}

.owl-carousel-home-news .owl-dots button.owl-dot:active, .owl-carousel-home-news .owl-dots button.owl-dot:focus {
    outline: 0 !important;
}

.owl-carousel-home-news .owl-dots button.owl-dot.active, .owl-carousel-home-news .owl-dots button.owl-dot:hover {
    color: #fff;
}

.owl-carousel-home-news .owl-dots button.owl-dot span:before {
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
}

/* Block dịch vụ trang chủ */
.bkp-home-services {
    padding: 50px 0;
    background-color: #fff;
}

.bkp-home-services .b-service-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.bkp-home-services .b-service-intro {
    font-size: 16px;
    margin-bottom: 20px;
}

.serviceslists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serviceslists .service {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.serviceslists .servicectn {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 32.79%;
    background-position: center;
    background-size: cover;
}

.serviceslists .servicectn .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    transition: ease 0.7s;
    left: 0;
}

.serviceslists .servicectn .mask:hover {
    background: rgba(125, 101, 4, 0.58);
}

.serviceslists .servicectn .mask h3 {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
}

.panel {
    border-radius: 2px;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-primary>.panel-heading {
    background-color: #222;
    border-color: #222;
}

.panel-primary {
    border-color: #222;
}

.bkp-page-head {
    padding: 240px 0 120px;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.bkp-page-head .mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
}

.bkp-page-head .page-head-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.bkp-page-head .page-head-des {
    margin-top: 20px;
    font-size: 20px;
}

/* Block đặt phòng trang chủ */
.bkp-home-booking {
    margin-bottom: 70px;
}

.bkp-home-booking .container {
    position: absolute;
    height: 0;
}

.bkp-home-booking-content {
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
    top: -80px;
}

.bkp-home-booking-content .bpanel {
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #666;
    display: -ms-flexbox;
    display: flex;
}

.bkp-home-booking-content .bpanel .bpanel-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 87px;
    border-right: 2px solid #eee;
    padding: 0 15px;
}

.bkp-home-booking-content .bpanel .bpanel-item.adults, .bkp-home-booking-content .bpanel .bpanel-item.children {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: inherit;
    max-width: inherit;
}

.bkp-home-booking-content .bpanel .bpanel-item.btnsubmit {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: inherit;
    max-width: inherit;
}

.bkp-home-booking-content .bpanel .bpanel-item.btnsubmit {
    border-right: 0;
    padding-right: 0;
}

.bkp-home-booking-content .item-label {
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.bkp-home-booking-content .select-style {
    position: relative;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.bkp-home-booking-content .select-style:after {
    content: '\f078';
    font-family: "FontAwesome";
    color: #999;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 16px;
    pointer-events: none;
    font-size: 15px;
    margin-top: -8px;
    line-height: 16px;
}

.bkp-home-booking-content .select-style .sicon {
    font-size: 22px;
    margin-right: 10px;
}

.bkp-home-booking-content .select-style .sval {
    font-size: 38px;
    color: #d9a36a;
    font-weight: bold;
    line-height: 1;
    flex-grow: 1;
    flex-shrink: 0;
    cursor: pointer;
}

.bkp-home-booking-content .select-style .sval span {
    font-size: 13px;
    display: inline-block;
    margin-left: 6px;
    color: #666;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.bkp-home-booking-content .select-style .ssel {
    flex-grow: 1;
    flex-shrink: 0;
    cursor: pointer;
}

.bkp-home-booking-content .inputsubmit {
    background: #d9a36a;
    border: 1px solid #d9a36a;
    font-size: 0.8em;
    padding: 15px 25px !important;
    border-radius: 2px !important;
    cursor: pointer;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-top: 32px;
}

.bkp-home-booking-content .inputsubmit:focus, .bkp-home-booking-content .inputsubmit:active {
    outline: 0;
}

.bkp-home-booking-content .inputsubmit:hover {
    background: #5c65a0;
    border-color: #5c65a0;
}

.bkp-home-booking-content .hiddenInput {
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.bkp-home-booking-content .hiddenInput:active, .bkp-home-booking-content .hiddenInput:focus {
    outline: 0;
}

/* Danh sách phòng */
.bkp-roomlists .room {
    margin: 0 0 22px 0;
    display: flex;
    background: #fbfbfb;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #eee;
}

.bkp-roomlists .room .img {
    width: 50%;
}

.bkp-roomlists .room .img a {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    display: block;
    background-size: cover;
    background-position: center;
}

.bkp-roomlists .room .img a img {
    display: none;
}

.bkp-roomlists .room .texts {
    flex: 1;
    display: inline-block;
    padding: 40px;
}

.bkp-roomlists .room .texts h3 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 6px;
}

.bkp-roomlists .room .texts h3 a {
    color: #d9a36a;
}

.bkp-roomlists .room .roomCount {
    margin-bottom: 10px;
}

.bkp-roomlists .room .price {
    color: #3c4059;
    font-size: 20px;
}

/* Responsive */
@media ( max-width : 999.98px) {
    .bkpmainmenu>li {
        padding: 10px 9px;
    }
}

@media ( max-width : 991.98px) {
    #header {
        display: flex !important;
    }
}

.bkp-header-menu-icon {
    display: none;
    margin-right: 15px;
    cursor: pointer;
    white-space: nowrap;
}

.bkp-header-menu-icon .menumob-btn-ico {
    display: inline-block;
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}

.bkp-header-menu-icon .menumob-btn-ico span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
}

.bkp-header-menu-icon .menumob-btn-ico span:nth-child(1) {
    top: 0px;
}

.bkp-header-menu-icon .menumob-btn-ico span:nth-child(2) {
    top: 6px;
}

.bkp-header-menu-icon .menumob-btn-ico span:nth-child(3) {
    top: 12px;
}

.body-open-menu .bkp-header-menu-icon .menumob-btn-ico span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.body-open-menu .bkp-header-menu-icon .menumob-btn-ico span:nth-child(2) {
    display: none;
}

.body-open-menu .bkp-header-menu-icon .menumob-btn-ico span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

.bkp-header-menu-icon .menumob-text {
    display: inline-block;
}

#mainmenu-click {
    display: none;
    cursor: pointer;
}

.icon-social-zalo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-image: url("../images/zalo.png");
}

.icon-social-zalo:hover {
    background-image: url("../images/zalo_hover.png");
}

@media ( max-width : 899.98px) {
    .bkpmainmenu>li {
        padding: 10px 9px;
    }
    .body-open-menu {
        position: fixed;
        transition: margin-left 0.3s ease-in-out 0s;
        width: 100%;
    }
    .body-open-menu .body-bg {
        position: relative;
        display: inline-block;
        transform: translate3d(-270px, 0, 0);
        left: 0;
        overflow: visible;
        transition: transform 0.2s;
        width: 100%;
        margin: 0;
    }
    .bkp-menu {
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: -270px;
        top: 0;
        z-index: 1;
    }
    .body-open-menu .bkp-menu {
        display: block;
    }
    .mainmenu {
        bottom: 0;
        left: auto;
        max-width: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform 1s;
        width: 270px;
        z-index: 1001;
        display: block;
        transform: translateX(0%);
        transition: transform 1s;
        right: -270px;
        max-width: 100%;
        background: #3b4166;
        height: calc(100vh);
        max-height: calc(100vh);
    }
    .bkpmainmenu>li>div>a:hover:after {
        display: none;
    }
    .body-open-menu #mainmenu-click {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .mainmenu .l-inline {
        margin-top: 25px;
    }
    .bkpmainmenu {
        flex-wrap: wrap;
    }
    .bkpmainmenu>li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0;
    }
    .bkpmainmenu>li>div>a {
        font-size: 14px;
        padding: 8px 20px !important;
        display: inline-block;
    }
    .bkpmainmenu>li.parent i {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding: 14px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        float: right;
        display: inline-block;
        cursor: pointer;
    }
    #header .header-right {
        display: none;
    }
    #header .logo {
        flex-grow: 1;
    }
    .buttonlink {
        display: inline-block;
    }
    .bkp-header-menu-icon {
        display: flex;
        align-items: center;
    }
    .bkpmainmenu>li>.nav-child {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: 0;
        transition: none !important;
        animation: none !important;
        background: rgba(0, 0, 0, 0.1);
        padding: 0;
        top: 6px;
        margin-bottom: 6px;
    }
}

@media ( max-width : 859.98px) {
    .bkp-home-booking-content .bpanel {
        flex-wrap: wrap;
    }
    .bkp-home-booking-content .bpanel .bpanel-item {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-right: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .bkp-home-booking {
        margin-bottom: 500px;
    }
    .bkp-home-booking-content {
        top: 0;
    }
}

@media ( max-width : 767.98px) {
    .serviceslists .service {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media ( max-width : 499.98px) {
    .bkp-roomlists .room .img {
        width: 100%;
    }
    .bkp-home-rooms .rooms-list .room {
        flex-wrap: wrap;
    }
    .bkp-home-rooms .rooms-list .room>.image, .bkp-home-rooms .rooms-list .room>.c-texts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vikcs-slider .slide-text {
        width: 90% !important;
    }
    .slide-text>h2 {
        font-size: 36px !important;
    }
    .bkp-topbar {
        display: none;
    }
    #header .logo {
        text-align: left;
    }
    .bkp-main-slider {
        min-height: 60px;
    }
}

.nv-social-share li.facebook {
    top: 4px;
}

.room-detail-services .s-list {
    padding-left: 20px;
    padding-right: 20px;
}

.vikcs-slider .slide-text {
    padding: 10px 0px !important;
}

.room-detail-book {
    margin-top: 10px;
}

.form-horizontal .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

@media ( max-width : 615px) {
    .ui-datepicker td span, .ui-datepicker td a {
        width: 20px !important;
        height: 20px !important;
    }
    .ui-datepicker td .ui-state-default {
        padding: 0px !important;
    }
    .ui-datepicker td {
        width: 25px !important;
        height: 25px !important;
    }
}

@media ( max-width : 376px) {
    .ui-datepicker td span, .ui-datepicker td a {
        width: 15px !important;
        height: 15px !important;
    }
    .ui-datepicker td .ui-state-default {
        padding: 0px !important;
    }
    .ui-datepicker td {
        width: 20px !important;
        height: 20px !important;
    }
}
