.swiper {
    height: 800px;
}

.top-header {
    border-bottom: 1px solid rgba(167, 167, 167, 0.25);
    padding: 15px 0;
}

header .header-style-three .nav-left-hotline {
    display: flex;
    align-items: center;
    color: #fff;
}

header .header-style-three .nav-left-hotline .hotline-icon i {
    color: #fff;
    font-size: 33px;
    color: #0d6efd;
}

header .header-style-three .nav-left-hotline .hotline-info {
    margin-left: 10px;
}

header .header-style-three .nav-left-hotline .hotline-info span {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin-top: -3px;
    display: block;
}

header .header-style-three .nav-left-hotline .hotline-info h6 {
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    color: #fff;
}

header .header-style-three .nav-left-hotline .hotline-info h6 a {
    color: inherit;
}

header .header-social-links {
    display: flex;
    flex-wrap: wrap;

}

header .header-social-links li {
    margin-right: 20px;

}

header .header-social-links li:last-child {
    margin-right: 0;
}

header .header-social-links li a {
    display: inline-flex;
    width: 37.5px;
    height: 37.5px;
    background: #0d6efd;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    border-radius: 34px;
    border: 1px solid #0d6efd;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.35s;
}

header .header-social-links li a:hover {
    background: transparent;
    color: #0d6efd;
}

header .header-social-links li a:hover i {
    transform: scale(1.05);
}

header .header-social-links li a i {
    font-size: 17px;
    transition: 0.35s;
}

header .header-style-three .main-nav ul li.has-child-menu:after {
    content: "\F22C";
    top: 33px;
    font-size: 16px;
}

header .header-style-three .main-nav ul li:hover.has-child-menu:after {
    content: "\F238";
    top: 33px !important;
    font-size: 16px;
}

/*Regions*/
.home-destination {
    padding-top: 75px;

}

.section-heading {
    margin-bottom: 45px;
}

.section-heading .sub-title {
    color: #3A78C9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-heading .section-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-heading p {
    font-size: 16px;
    line-height: 24px;
}

.destination-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    height: 525px;
    margin-bottom: 50px;
    overflow: hidden;
    background-size: cover !important;
    position: relative;

}

.destination-item img {
    width: 100%;
    min-height: 525px;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .8s;
}

.destination-item:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.destination-item .destination-content {
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin: 20px;
    padding: 22px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.experience-item .destination-content {
    width: 65%;
}

.experience-item .destination-content p {
    padding: 10px 0px;
}

.experience-item .destination-content .btn-experience {
    font-size: 15px;
    padding: 8px 18px;
}

.experience-item .experience-badge {
    background-color: #0d6efd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
}

.breadcrumb-banner-desc {
    color: #fff;
    padding: 20px 0px;
    font-size: 18px;
    width: 50%;
}

.destination-item .cat-link {
    color: #3A78C9;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.destination-item h3 {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.destination-item p:last-child {
    margin-bottom: 0;
}

.breadcrumb-style-one {
    background-size: cover !important;
    height: 500px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 0px 20px 0px;
}

.blog-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-details .post-body {
    width: 75%;
    margin: 25px 0px 50px;
    font-size: 18px;
}

.post-thumb figure {
    width: 100%;
    text-align: center;
}

.post-thumb figure img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.post-thumb figure figcaption {
    display: inline-block;
    margin-top: 3px;
}

.blog-details .post-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.post-body figure {
    width: 100% !important;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.post-body figure img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.select-lang {
    width: auto;
    background-color: transparent !important;
    color: #fff;
    border: none;
    padding-left: 5px;
}

.select-lang option {
    font-size: 16px;
    background-color: #f7f7f7;
    color: #333;
    padding: 8px;
}

.select-lang:focus {

    border: none !important;

}

/*Regions*/