.sc-heading.style-01 .title {
    color: #333333;
    font-size: 42px;
    margin-top: 0;
    line-height: 120%;
}

.sc-heading.style-01 .description {
    max-width: 800px;
    margin: 15px auto 0;
}
.sc-heading.style-01 {
    margin-bottom: 45px;
}

body.home .sc-heading.style-01 {
    margin-top: -10px;
}
/* Home 1 */

.group-destination {
    background-attachment: fixed;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../../images/home/h1-bg-destinations.jpg");
}
.group-destination .sc-content-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255,255,255,0.9);
}
.sc-content-overlay {
    position: relative;
}
.sc-content-overlay >.container {
    position: relative;
}
.sc-gallery.style-01 .hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}
.sc-gallery.style-01 .item .btn-gallery {
    position: relative;
    overflow: hidden;
    display: block;
}
.sc-gallery.style-01 .item:hover .btn-gallery:after {
    opacity: 1;
    transform: rotateY(180deg);
}
.sc-gallery.style-01 .item .btn-gallery:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    z-index: 10;
    opacity: 0;
    transform: rotateY(0);
    transition: all .4s ease-in-out;
}
.sc-gallery.style-01 .item:hover .btn-gallery:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    background-color: #118acb;
    opacity: .4;
    z-index: 1;
    transition: all .5s;
}
.sc-gallery.style-01 .count {
    font-size: 14px;
}
.sc-gallery.style-01 .title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.list-box-slider .owl-dots,
.sc-gallery.style-01 .owl-dots {
    margin-top: 30px !important;
}

.list-box-slider .owl-dots .owl-dot,
.sc-gallery.style-01 .owl-dots .owl-dot {
    border: 2px solid transparent;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
    display: inline-grid;
}
.list-box-slider .owl-dots .owl-dot.active,
.sc-gallery.style-01 .owl-dots .owl-dot.active,
.list-box-slider .owl-dots .owl-dot:hover,
.sc-gallery.style-01 .owl-dots .owl-dot:hover {
    border-color: #7c7a7e;

}
.list-box-slider .owl-dots .owl-dot span,
.sc-gallery.style-01 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #7c7a7e;
    margin: 0;
}
.list-box-slider .owl-dots .owl-dot.active span,
.sc-gallery.style-01 .owl-dots .owl-dot.active span,
.list-box-slider .owl-dots .owl-dot:hover span,
.sc-gallery.style-01 .owl-dots .owl-dot:hover span {
    background: none !important;
}

.sc-posts.style-01 .item, .sc-posts.style-01 .item-first {
    padding: 0;
}
.sc-posts.style-01 .post {
    float: left;
}
.sc-posts.style-01 .inner {
    position: relative;
    overflow: hidden;
}
.sc-posts.style-01 .inner:hover .thumbnail:before {
    background: rgba(2,6,21,.65);
}
.sc-posts.style-01 .thumbnail:before {
    content: '';
    /*background: rgba(2,6,21,.35);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: 1;
}
.sc-posts.style-01 .item .content {
    transform: translateY(60px);
}
.sc-posts.style-01 .content .summary {
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 10px 0 0;
    transition: all .7s;
}
.sc-posts.style-01 .category a:hover {
    background: #118acb;
}
.sc-posts.style-01 .category a {
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    height: 22px;
    padding: 0 8px;
    border-radius: 5px;
    line-height: 23px;
    background-color: #72305f;
    text-transform: uppercase;
}
.sc-posts.style-01 .date i {
    margin-right: 8px;
}
.sc-posts.style-01 .content .title a:hover {
    color: #118acb;
}
.sc-posts.style-01 .content .title {
    margin-bottom: 0;
    margin-top: 6px;
}
.sc-posts.style-01 .item .content .title a {
    font-size: 20px;
}
.sc-posts.style-01 .item .content .title {
    font-size: 20px;
    line-height: 26px;
}
.sc-posts.style-01 .content .title a {
    font-size: 26px;
    color: #fff;
}
.sc-posts.style-01 .date {
    font-size: 13px;
    color: rgba(255,255,255,.7);
    line-height: 34px;
    font-weight: 400;
    text-transform: capitalize;
}
.sc-posts.style-01 .content {
    width: 100%;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    transition: all .5s;
    transform: translateY(82px);
}
.sc-posts.style-01 .inner:hover .content .summary {
    opacity: 1;
    visibility: visible;
}
.sc-posts.style-01 .inner:hover .content {
     transform: translateY(0) !important;
}
.sc-posts.style-01 .item .post {
    margin-bottom: 30px;
}
.sc-posts.style-01 .item-first .inner {
    height: 462px;
}
.sc-posts.style-01 .item .inner {
    height: 216px;
}
.sc-posts.style-01 .thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sc-posts.style-01 .thumbnail {
    height: inherit;
}

.h1-bg-testimonial {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../../images/home/h1-bg-testimonials.jpg");
}
.h1-bg-testimonial .sc-content-overlay:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(11,16,33,0.5);
}

.sc-testimonials.style-01 {
    position: relative;
    overflow: hidden;
    z-index: 4;
}
.slides-wrapper {
    position: relative;
}
.slides-wrapper::before {
    content: ' ';
    height: 72px;
    border: 1px solid rgba(255,255,255,.15);
    position: absolute;
    bottom: 110px;
}
.rectangle-overlay::before {
    position: absolute;
    content: "";
    display: inline-block;
    border: 12px solid #fff;
    opacity: .15;
    width: 350px;
    height: 480px;
    margin-left: -175px;
    left: 50%;
    pointer-events: none;
    top: 72px;
    z-index: 10;
}

.testimonial-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 973px;
    margin: auto;
    position: relative;
    padding-top: 13px;
}
.testimonial-slider {
    max-width: 585px;
    text-align: center;
}
.testimonial-slider .slides-content .slide-content,
.testimonial-slider .slides-content .slide-content .content .image {
    display: none;
}
.testimonial-slider .slides-content .slide-content .content {
    text-align: center;
}
.testimonial-slider .slides-content .slide-content .content .image img {
    height: 100%;
    width: 100%;
}
.testimonial-slider .slides-content {
    margin-bottom: 45px;
}
.testimonial-slider .slides-content .slide-content .content .user-info .regency {
    font-size: 14px;
    opacity: .45;
    color: #fff;
    text-transform: uppercase;
}
.testimonial-slider .slides-content .slide-content .content .user-info .name {
    color: #118acb;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.testimonial-slider .slides-content .slide-content .content .description {
    color: #ffffff;
    opacity: .75;
    margin-bottom: 26px;
}
.testimonial-slider.control-nav {
    display: none;
}
.testimonial-slider ul.scrollable li.mid-item img {
    border-color: #fff;
}
.testimonial-slider .slides-content .slide-content.current {
    display: block;
}
.testimonial-slider ul.scrollable li .slide-content {
    position: relative;
}
.testimonial-slider ul.scrollable li img {
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonial-slider ul.scrollable li img {
    border: none;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonial-slider ul.scrollable li .slide-content {
    position: relative;
    width: 72px;
    height: 72px;
}
.testimonial-slider ul.scrollable li.mid-item .slide-content {
    cursor: -webkit-grabbing;
}
.testimonial-slider .slides-wrapper {
    margin-top: 90px;
}
.testimonial-slider ul.scrollable {
    list-style: none;
    position: relative;
    display: block;
    margin: 0 auto !important;
}
.testimonial-slider ul.scrollable li {
    top: 0 !important;
    position: absolute;
    overflow: visible !important;
}
.testimonial-slider ul.scrollable li:not(.mid-item) .slide-content {
    cursor: pointer;
}
.testimonial-slider ul.scrollable li.mid-item {
    z-index: 99;
}
.testimonial-slider ul.scrollable li .slide-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: .3;
    border-radius: 50%;
}
.testimonial-slider ul.scrollable li.mid-item .slide-content:before {
    opacity: 0;
    display: none;
}
.sc-testimonials.style-01 .rating-star {
    margin-bottom: 25px;
}
.sc-testimonials.style-01 {
    padding-top: 130px;
    padding-bottom: 90px;
}
.sc-testimonials.style-01 .heading {
    text-align: center;
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4em;
}

.h1-rooms {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../../images/home/h1-bg-rooms.jpg");
}
.h1-rooms .sc-content-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(255,255,255,0.9)
}
.sc-rooms.style-01 .room-item:hover .room-media a:after {
    opacity: 1;
}
.sc-rooms.style-01 .room-item:hover .room-media a:before {
    opacity: .6;
}
.sc-rooms.style-01 .room-media a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #118acb;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out;
}
.sc-rooms.style-01 .room-media a:after {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: all .5s ease-out;
    opacity: 0;
    font-size: 20px;
}
.sc-rooms.style-01 .room-media a {
    position: relative;
    display: block;
}
.sc-rooms.style-01 .rooms-content .room {
    padding-bottom: 0;
}
.h1-banner {
    background-attachment: fixed;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../../images/home/h1-banner.jpg");
}
.h1-banner .sc-content-overlay:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(11,16,33,0.5);
}
.h1-banner .sc-box.style-01 a.btn-box {
    background: #0d6a9c;
}
.h1-banner .sc-box.style-01 .button-box {
    margin-top: 50px;
    margin-bottom: 10px;
}
.h1-banner .sc-box.style-01 a.btn-box {
    font-size: 15px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    display: inline-block;
    color: #fff !important;
    background-color: #118acb;
    text-transform: uppercase;
}
.h1-banner .sc-box.style-01 .description {
    margin: 20px auto;
    color: rgba(255,255,255,.8);
}
.h1-banner .sc-box.style-01 .title {
    color: #ffffff;
    font-size: 52px;
    line-height: 1.4em;
}
.h1-banner .sc-box.style-01 {
    padding: 150px 0;
}
.h1-banner .sc-box.style-01:before {
    width: 2px;
    left: 50%;
    top: 30px;
    position: absolute;
    content: '';
    height: 110px;
    background: rgba(255,255,255,.15);
    margin-left: -1px;
    display: inline-block;
    z-index: 2;
}

.sc-posts.style-01.auto-height .item .inner {
    height: auto;
}
.sc-posts.style-01.auto-height .content {
    padding: 30px;
    transform: translateY(120px);
}
.sc-posts.style-01.auto-height .item .content .title {
    margin: 0 0 7px;
}
.sc-posts.style-01.auto-height .content .read-more:hover {
    text-decoration: underline;
}
.sc-posts.style-01.auto-height  .content .read-more {
    opacity: 0;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: #118acb;
}
.sc-posts.style-01.auto-height  .inner:hover .content .read-more {
    opacity: 1;
    visibility: visible;
}
.sc-posts.style-01.auto-height  .content .short-text,
.sc-posts.style-01.auto-height  .content .summary {
    font-size: 15px;
}
.sc-posts.style-01.auto-height {
    padding-bottom: 70px;
}

.sc-video .background-video:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0b1021;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.sc-video .background-video .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("../../images/home/h1-bg-cover-video.jpg");
}
.sc-video .background-video .content:after {
    width: 2px;
    left: 50%;
    bottom: -130px;
    position: absolute;
    content: '';
    height: 110px;
    background: rgba(255,255,255,.15);
    margin-left: -1px;
    display: inline-block;
    z-index: 2;
}
.sc-video .background-video .content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 4;
}

.h1-video {
    position: relative;
    transition: opacity .5s ease;
    overflow: hidden;
}
.sc-video video {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 1000%;
    max-width: 1000%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.sc-video .background-video .content .text-icon {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255,255,255,.75);
}
.sc-video .background-video .content .video-play.ion-ios-play {
    padding-left: 3px;
}
.sc-video .background-video .content .video-play {
    background: #72305f;
    width: 54px;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 54px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.sc-video .background-video .content .video-play:hover {
    background: #4e2141;
}
.sc-video .background-video .content .title {
    color: #fff;
    font-size: 52px;
    line-height: 62px;
    max-width: 650px;
    margin: 0 auto 50px;
}
.h1-video.rectangle-overlay::before {
    height: 408px;
    width: 330px;
    margin-left: -165px;
}
.sc-video .background-video {
    position: relative;
    padding: 150px 0 525px;
}
.sc-list-box.style-01 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    padding-bottom: 60px;
}
.sc-list-box.style-01 .box-item i {
    font-size: 38px;
    color: #118acb;
}
.sc-list-box.style-01 .box-item .btn-link:hover {
    color: #118acb;
}
.sc-list-box.style-01 .box-item .btn-link {
    color: rgba(255,255,255,.55);
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.sc-list-box.style-01 .box-item .box-title {
    margin: 13px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #118acb;
    font-family: 'Poppins';
}
.sc-list-box.style-01 .box-item .description {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    font-family: Playfair Display;
}
.sc-list-box.style-01 .box-item {
    padding-right: 25px;
    padding-top: 15px;
}

.sc-heading.style-02 .head-button a:after {
    float: right;
    content: '';
    position: relative;
    width: 60px;
    height: 2px;
    display: block;
    margin: 11px 10px 0 20px;
    background: #118acb;
}
.sc-heading.style-02 .head-button a:hover {
    color: #0d6a9c;
}
.sc-heading.style-02 .head-button a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #118acb;
}
.sc-heading.style-02 .head-button {
    margin-top: 20px;
    text-align: right;
}
.sc-heading.style-02 .description {
    font-size: 15px;
    margin: 20px auto 0;
}
.sc-heading.style-02 .title {
    color: #333333;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 20px;
}

.h1-introduce .sc-heading.style-02{
    padding: 65px 100px 0 0;
    position: relative;
    left: 100px;
    z-index: 2;
}
.h1-introduce .sc-img-box  {
    position: relative;
    right: 100px;
    z-index: 1;
}
.h1-introduce .sc-img-box img:hover {
    transform: scale(1.1);
}
.h1-introduce .sc-img-box a {
    display: block;
    position: relative;
    overflow: hidden;
}
.h1-introduce .sc-img-box img {
    transition: all 1s;
}