.main {
    margin: 64px 0 0 0;
}

.tour-search-title__name {
    text-align: center;
    font-size: 28px;
}

.filter-type .search-ft {
    margin-top: 30px;
    background: #62a6e6;
    color: white;
    border-radius: 10px;
}

.filter-type .filter-tour {
    border: 1px solid #eee;
    margin-top: 30px;
}

.lable-fiter {
    background: #62a6e6;
    color: white;
    border-radius: 10px;
}

.filter-type .link-type {
    padding: 20px;
}

.link-type .row {
    margin-bottom: 10px !important;
}

.link-type input {
    width: 15px;
    height: 15px;
}

.search-ft__button {
    border: none;
    padding: 0 15px;
    border-radius: 5px;
    position: absolute;
    height: 100%;
    right: 0;
}

.link-type .row div {
    padding: 0 10px;
}

.search-ft__button:focus {
    outline: unset;
}

.tours-hot {
    padding: 30px 0;
}

.search__title {
    text-align: center;
}


/* style css col-right */

.owl-dots {
    display: none;
}

.owl-nav {
    display: none;
}

.tour-search {
    padding: 30px 0 0 0;
}

.small_image_detailstours {
    display: flex;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    right: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.slider-detailtours .item img {
    width: 100%;
    height: 284px;
    border-radius: 10px;
}

.small_image_detailstours a img {
    width: 62px;
    height: 52px;
    border-radius: 5px;
}

.image-detailtours,
.image-detailtours-one,
.image-detailtours-two,
.image-detailtours-three {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 284px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.74);
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
    position: relative;
    overflow: hidden;
}

.small_image_detailstours .button,
.button__next-prev {
    margin: 2px;
}

.button__next-prev i {
    width: 26px;
    height: 26px;
    background-color: rgb(0, 158, 210);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.button__next-prev i:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

.button__next-prev i:nth-child(2) {
    border-radius: 0 0 5px 5px;
}

.search-top__title a {
    font-size: 23px;
}

.search-top__tag {
    margin: 0 0 7px 0;
}

.search-top__tag a {
    color: #409CD1
}

.schedule {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.schedule__left,
.schedule__right {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.schedule__left i,
.schedule__right i {
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 100%;
    padding: 3px;
    background-color: rgb(255, 126, 0);
    color: #ffffff;
}

.price-tour-search__title {
    font-size: 14px;
    text-transform: uppercase;
}

.price-tour-search__day,
.col-md-4 .price-tour-search__title {
    text-align: center;
}

.price-tour-search__icon i {
    width: 32px;
    height: 32px;
    font-size: 30px;
    padding: 15px;
}

.price-tour-search__viewtour {
    margin: 0 0 10px 0;
}

.price-tour-search__viewtour a {
    color: #ffffff;
}

.price-tour-search__viewtour a:hover {
    text-decoration: none;
}

.price-tour-search__viewtour,
.price-tour-search__download {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}


/* repair */

.list__tour--day p {
    color: #014c81;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.image-list-tour img {
    height: 100%;
	border-radius: 10px;
}

.price-tour-search__repair {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-tour-search__repair p {
    white-space: nowrap;
    margin: 0;
}

.price-tour-search__repair .btn {
    width: 110px;
    padding: 0 15px;
    font-size: 12px;
}

.price-tour-search__repair .btn:focus {
    box-shadow: unset;
}

.search-top__desc--icon i {
    margin: 0 10px 0 0;
}

.image-list-tour {
    height: 100%;
}

.btn-primary {
    background-color: rgb(1, 76, 129);
    border: none;
}
.tour-search-destinations b, 
.search-top__desc--icon b {
    color : #a7ce38;
}

/* resposive mobile */

@media screen and (max-width:768px) {
    .price-tour-search__repair p {
        white-space: unset;
    }
    .price-tour-search__repair .btn {
        width: 100px;
    }
}