.blue {
    color: #3b439a !important;
}
.orange {
    color: #f26226 !important;
}
.head_package{
    font-size: 28px;
    padding-top: 10px;
}
.box-detail .glyphicon {
    color:#a2a2a2;
}
#box_save{
    background-color: #FFF;
    padding-top: 20px;
    border: 5px solid #efefef;
}
.hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /* background-color: rgba(75,75,75,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}
.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}
.hovereffect p.info {
    position: relative;
    padding: 40px 0px;
    text-transform: uppercase;
    color: #ff4e00;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border-radius: 50px;
    height: 100px;
    width: 100px;
    background-color: #FFF;
    background-position: right bottom;
}
.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
.full-width {
	width: 100%
}
.box-blur {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 3em 0;
    background-image: linear-gradient(to bottom,transparent,#fff);
}
.padding-top-20 {
	padding-top: 20px;
}
.owl-nav {
    position: relative;
    top: 0;
    font-size: 8em;
    width: 100%;
    margin: 0.15em 0;
    color: #ccc;
}
.owl-nav .owl-prev {
    float: left;
    margin-left: -1em;
}
.owl-nav .owl-next {
    float: right;
    margin-right: -1em;
}
.owl-nav button {
    margin-top: -260px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus {
    color: #333 !important;
    outline: none;
}
.owl-carousel .item {
    margin: 10px 0 20px;
}
.owl-carousel .item .topic {
    font-size: 1.3em;
    position: relative;
    padding: 30px 30px 30px;
    border: 1px solid #DEDEDE;
    text-align: center;
    background: #fff;
    height: 200px;
}
.owl-carousel .item .topic:before {
    position: absolute;
    left: 50%;
    top: 20px;
}
.owl-carousel .item .desc {
    margin-left: 20px;
    margin-top: 0;
    z-index: 9;
    position: relative;
}
.owl-carousel .item .desc .image {
    width: 126px;
    height: 126px;
    float: left;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: -30px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel .item .desc .image img {
    display: block;
    width: 120px;
    height: 120px;
}
.owl-carousel .item .desc h5 {
    margin: 0 0 2px 140px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 18px;
}
.owl-carousel .item .desc p {
    margin: 0 0 0 140px;
}
.pageLink {
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.disabled_booking {
    pointer-events: none;
    opacity: 0.3;
}
.btn-primary.disabled_booking {
    opacity: 1;
    color: #000;
    pointer-events: none;
    background-color : #ddd;
    border-color: #ccc;
}
.disabled_booking > td{
    position: relative;
}
.disabled_booking > td:last-child:after {
    width: 95%;
}
.disabled_booking > td:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 50%;
}
.hovereffect {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 250px;
}
.program-title {
    font-size: 1.2em;
    text-align: justify;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.discount {
    color: #e72d21;
    text-decoration: line-through;
}
.tour-list {
    padding-bottom: 20px;
}
.tour-list .iconbox {
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f26226;
    color: #fff;
    text-align: center;
}
.tour-list .iconbox .glyphicon:before {
    font-size: 1em;
}
.tour-list .icontext {
    display: block;
    overflow: hidden;
    float: none;
    margin: 0;
    width: auto;
}
.tour-list .icontext span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    margin-top: 2px;
}
.tour-list blockquote {
    border-left: none;
    text-align: justify;
}
.tour-list blockquote:before, .tour-list blockquote:after {
    font-family: FontAwesome;
    font-size: 0.2em;
    vertical-align: super;
    line-height: 0;
}
.tour-list blockquote:before {
    content: "\f10d";
    margin-right: 4px;
}
.tour-list blockquote:after {
    content: "\f10e";
    margin-left: 3px;
}
.tour-list .tour-item .periods-container {
    margin: 0;
    padding: 0;
    background: none;
}
.tour-list .periods-container {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}
.tour-list .period-item.bg-grey {
    background-color: #f5f5f5;
}
/*.tour-list .period-item:nth-child(5n+2), 
.tour-list .period-item:nth-child(5n+3), 
.tour-list .period-item:nth-child(5n+4), 
.tour-list .period-item-more .period-item:nth-child(5n), 
.tour-list .period-item-more .period-item:nth-child(5n+4) {
    background-color: #f5f5f5;
}*/
.tour-list .period-item, .tour-list .period-month {
    display: inline-block;
    float: left;
    color: #676767;
    padding: 5px;
    font-size: 12px;
    line-height: 1.8em;
}
.tour-item .period-item .text-period-start {
    min-width: 60px;
}
.text-period-start, .text-period-end {
    margin-left: 5px;
}
.period-item-more {
    display: none;
}
.period-item-more.show {
    display: block;
}
.btn-tourdetail {
    background-color: #3b439a;
    border-color: #161f84;
}
.btn-tourdetail:hover, .btn-tourdetail:active, .btn-tourdetail:focus {
    background-color: #252b6f;
    border-color: #3b439a;
}
.btn-line {
    background-color: #00b900;   
    border-color: #048c04;
}
.btn-line:hover, .btn-line:active, .btn-line:focus {
    background-color: #068e06; 
    border-color: #048c04;
}
.group-btn a.btn {
    width: 100%;
    margin-bottom: 5px;
}
.bootstrap-datetimepicker-widget table td span {
    font-size: 14px;
}
@media(max-width: 480px) {
    #head_save, #head_sale, #head_popular, #head_promotion {
        font-size: 19px;
        font-weight: bold;
    }
}

@media(min-width: 480px){
    #head_save, #head_sale, #head_popular, #head_promotion {
        font-size: 30px;
    }
}