.destination-bn-top .slider-item img{float: right;}
.bn-top-text{font-size: 80px;}
.sec-contact{text-align: center; color: #fff;}
.sec-contact h2{color: #fff;}
.sec-contact .wpcf7{max-width: 522px; margin: 0 auto; position: relative;}
.sec-contact .wpcf7 input{background: #fff; margin-bottom: 15px;}
.sec-contact .wpcf7 input[type="submit"]{color: #000; font-size: 18px; font-weight: bold; margin-bottom: 0;}
.temp-page-destination .page-title-s2{margin-bottom: 0;}
.sec-contact .wpcf7 .wpcf7-spinner{position: absolute; bottom: 0; right: 0;}
.sec-things .vc_tta.vc_general .vc_tta-panel-body{padding: 30px !important; background: #fff !important;}
.sec-things .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab >a{background: transparent; border-color: transparent; font-weight: bold; font-size: 18px;}
.sec-things .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a{background: #fff; border-color: #fff;}
.camis-blog-destination img{margin-bottom: 20px;width: 100%;}
.destination {
    background-image: url(images/banner/myanmar.jpg);
    background-size: 100%;
    background-position-x: 100%;
    position: relative;
    z-index: 0;
}

.destination::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.destination .section-title .content_section-title {
    color: #fff;
}

.destination .owl-item img {
    padding: 15px 0px;
    transition: all .2s ;
}

.destination .owl-item.center,
.destination .owl-item.active.center {
    height: 65vh;
    perspective: 85vh;
}

.destination .owl-item.center .item img,
.destination .owl-item.active.center .item img {
    height: 50vh;
    transform: scale3d(1.1, 1.1, 1.1);
    margin-top: 0;
    opacity:.8
}
.destination .owl-dots {
    margin-top: -30px;
    z-index: 12;
}
.destination .owl-item.active {
    /*height: 40vh;*/
    perspective: 65vh;
}

.destination .owl-item.active .item img {
    /*height: 40vh;*/
    /*transform: rotateY(30deg);*/
}

.destination .owl-item.active.center .item {
    transform: translate3d(0px, 0px, 0px) rotateX(
            0deg) rotateY(
            0deg) scale(1);
}

.destination .owl-item.active .item {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(45deg) scale(1);
}

.destination .owl-item .item{
    transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-45deg) scale(1);
    padding-top: 8px;
}

.destination .owl-item {
    height: 50vh;
    perspective: 65vh;
}

.destination .owl-item .item img {
    /*transform: rotateY(-30deg);*/
    height: 42vh;
    margin-top: 18px;
    opacity: .5;
}
.owl-theme .owl-dots .owl-dot span
{
    background: transparent;
    border: 2px solid #feaf12;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background:#FEB012
}
.destination .item {
    position: relative;
}

.destination .item .desc {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -20%;
    color: #FFF;
    display: none;
    padding: 15px;
    transition: all .5s ease-in-out;
}

.destination .item .desc h3 {
    position: relative;
    font-size: 4rem;
    text-transform: uppercase;
    padding: 5px 0px 20px;
    margin: 0;
    text-align: left;
}

.destination .item .desc h3::before {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 7px;
    height: 1px;
    background: #fff;
}

.destination .item .desc .content-desc {
    height: 78px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}

.destination .item .desc .content-desc p {
    text-align: justify;
}

.destination .item .desc .more {
    text-align: left;
    padding-top: 5px;
}

.destination .item .desc .more a {
    color: #fff;
    padding: 3px 15px;
    text-transform: uppercase;
    border: 1px solid #FEB012;
}

.destination .item .desc .more a:hover {
    animation: bnt-hover linear 2s infinite;
}

.destination .owl-item.active.center .item .desc {
    display: block;
}

@keyframes bnt-hover {
    from {
        width: 0%;
        background: rgba(0, 0, 0, 0.87);
    }
    to {
        width: 100%;
        background: #FEB012;
    }
}

/*experience*/

/*.experience
{
    height:100vh;
    padding-top: 20px;

}*/

.experience a:hover {
    text-decoration: none;
    color: #000;
}

.experience .owl-item.center
{
    width:32rem!important;
}
.col-md-25.p-1 {
    width: 16%;
}
.col-md-95{
    width:84%;
    overflow:hidden;
}
.owl-ex {
    width: 60%;
}
.experience .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: inherit!important;
}
.experience .owl-item .item {
    position: relative;
}

.experience .owl-item .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff86;
    z-index: 1;
}



.experience .owl-item.active.center .item {
    position: relative;
}

.experience .owl-item.active.center .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    z-index: 1;
}

.experience .owl-item.active.center img {
    border-bottom: 3px solid #FEB012;
}



.experience .owl-item {
    transition: all .5s ease-in;
}
.experience .item .desc {
    margin-top: 15px;
}

.experience .owl-item img {
    height: 230px;
    object-fit: cover;
}

.experience .owl-item .desc h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    height: 55px;
    padding: 5px 0px 1px 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.experience .owl-item .desc h3::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    top: 15px;
    left: 0;
    transform: translate(0px, -5px);
    background: #FEB012;
}

.experience .owl-item .desc h3:hover {
    color: #FEB012;
}

.experience .owl-item .desc .content-desc {
    padding: 10px 0px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 1.6rem;
}

.experience .owl-next {
    right: -25%;
    top: 22%;
}

.experience .owl-next i {
    color: #555;
}

.experience .owl-prev {
    top: 22%;
}

.experience .owl-prev i {
    color: #555;
}

/*
tours detail*/
#tours-name{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.st-gallery {
    position: relative
}
.tour-gallery-detail{margin-bottom: 50px;}
.tour-gallery-detail .st-gallery {
    margin-top: 30px;
    clear: both;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

.st-gallery.style-masonry img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.st-gallery.style-masonry .item-gallery {
    width: 33.3333%;
    float: left;
    height: 315px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px
}

@media screen and (max-width:767px) {
    .st-gallery.style-masonry .item-gallery {
        padding: 0;
        width: 100%;
        height: auto !important
    }

    .st-gallery.style-masonry .item-gallery:not(:nth-child(1)) {
        display: none
    }
}

.st-gallery.style-masonry .item-gallery:nth-child(1) {
    height: 630px;
    padding-left: 0;
    padding-bottom: 0
}

.st-gallery.style-masonry .item-gallery:nth-child(3),
.st-gallery.style-masonry .item-gallery:nth-child(5) {
    padding-right: 0
}

.item-gallery.item-hide {
    display: none
}
.one-image-thumb img{
    width: 100%; border-radius: 20px;object-fit: cover;
    max-height: 630px;

}
.st-gallery.style-masonry .item-gallery:nth-child(1),
.st-gallery.style-masonry .item-gallery:nth-child(2),
.st-gallery.style-masonry .item-gallery:nth-child(3) {
    padding-top: 0
}

.st-gallery.style-masonry .item-gallery:nth-child(4),
.st-gallery.style-masonry .item-gallery:nth-child(5) {
    padding-bottom: 0
}

.shares.dropdown {
    top: auto !important;
    bottom: 30px;
    position: absolute;
    right: 30px;
}

@media screen and (max-width:768px) {
    .shares.dropdown {
        bottom: 20px;
        right: 20px !important
    }
}

.shares.dropdown .btn-group a {
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    border-radius: 40px !important;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 36px;
    display: inline-block;
    line-height: 34px;
}
.shares.dropdown .btn-group .sc-video-popup{width: 36px;text-align: center}
.shares.dropdown .btn-group a.btn-gallery{
    padding-left: 15px;
    padding-right: 15px;
}
.shares.dropdown .btn-group a span {
    color: #fff
}

.shares.dropdown .btn-group a.st-video-popup {
    padding: 12px;
    margin-right: 16px
}

.shares.dropdown .btn-group a.st-video-popup i {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .shares.dropdown .btn-group a.st-video-popup {
        margin-right: 10px
    }
}

.shares.dropdown .btn-group a.st-gallery-popup span {
    margin-right: 10px
}

/*
timeline-container*/
.panel-group.tour-faq .panel-heading+.panel-collapse>.panel-body{
    border: none;
}
.tour-faq .panel,
.timeline-container .panel{
    background: #fcfcfc;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}
.timeline-container .panel-heading span{
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    padding: 8px 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #1A2B48;
    margin-right: 18px;
}
.tour-faq .panel-heading a{}
.tour-faq .panel-heading a i{font-size: 20px; margin-right: 10px;vertical-align: middle;}
.tour-faq .panel-heading a,
.timeline-container .panel-heading a{display: inline-block; width: 100%; position: relative;color: #232323;}
.tour-faq .panel-heading a:after,
.timeline-container .panel-heading a:after{border: 1px solid #232323;
    content: "-";
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 20px;border-radius: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.tour-faq .panel-heading a.collapsed:after,
.timeline-container .panel-heading a.collapsed:after{
    content: "+";
}
.timeline-container .panel-heading h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: inline-block; margin: 0;
}
.tour-faq .panel-body,
.timeline-content{padding-top: 20px;}
a:focus, a:active{outline: none;}
.frm-booking-wrap{
    border: 1px solid #dedede;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 20px;    padding: 30px 15px 0px 15px;
    margin-bottom: 30px;
}

.st-service-feature {
    padding: 0;
    border: none
}
.st-service-feature .item {
    margin-bottom: 10px;
}
.st-service-feature .item .icon {
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px;
    width: 48px;
    height: 48px;    margin-right: 15px;
}

.st-service-feature .item .icon i {
    font-size: 21px;
    color: #5E6D77
}
.st-service-feature .item .info .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333
}
.st-service-feature .item .info .value {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E6D77;
    margin: 0;
}
.st-service-feature .item {
    margin-bottom: 20px
}
.frm-tours-detail p{margin: 0;}
.frm-tours-detail input[type="submit"]{width: 100%;    padding: 12px 15px; border-radius: 50px; font-size: 1.1rem}
.st-price-origin{align-items: self-end;}
.st-price-origin .price{ font-weight: bold; color: #232323; font-size: 1.1rem; margin-left: 10px;}
.list-err ul li,
.list-good ul li{margin-bottom: 10px;    line-height: 23px;}
.list-good ul li i{background: #cef2e5;
    color: #10ac58;
    border-radius: 50%;
    font-size: 10px;
    width: 20px !important;
    height: 20px;
    text-align: center;
    line-height: 1;
    padding: 5px;
    margin-right: 10px;
}
.list-err ul li i{
    background: #fad6d6;
    color: #da3838;
    border-radius: 50%;
    font-size: 10px;
    width: 20px !important;
    height: 20px;
    text-align: center;
    line-height: 1;
    padding: 5px;
    margin-right: 10px;
}
.single-tours .related-post-single{
    border-top: 1px solid #eaeef3;
    margin-top: 60px;
}
.tour-location-detail iframe{width: 100%;}
.nation__item {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    height: 35vh;
    overflow: hidden;
}
.nation__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.123);
    z-index: 1;
}
.nation__item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    content-visibility: auto;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.nation__item .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nation__name {
    margin-left: 60px;
    position: relative;
    z-index: 50;
}
.nation__info {

    background-color: rgba(0, 0, 0, 0.37);

    height: 100%;
    padding: 25px 235px 25px 40px;
}
.nation__info li {
    margin-bottom: 0px;
    height: 8vh;
}
.nation__info li a {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    color: #e2e2e2;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}
.nation__info li a:before {
    content: "\27A4";
    position: absolute;
    left: -20px;
}
.nation__name a {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s linear;
}

.service-block .inner h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 10px
}
.service-block .inner .text {
    position: relative;
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.service-block .inner {
    position: relative;
    padding-right: 10px;
}
.service-block {
    position: relative;
    margin-bottom: 12px;
}
.services-section .title-column .inner-box .text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 30px;
    display: inline-block;    
    text-align: justify; 
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}