.img-banner {
    border: none;
    max-width: 100%;
    width: 100vw;
    height: 100vh;
}

img {
    border: none;
    max-width: 100%
}

.btn-default {
    color: #1490f3;
    background-color: #ffffff03;
    border-color: #01579b;
    font-weight: 600;
}

.btn-default:hover {
    color: #fff;
    background-color: #1490f3;
    border-color: #000404;
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #000000;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #01579b;
    border-color: #000000;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #01579b;
    border-color: #000404;
}

.container {
    width: 100%;
}

dl dd {
    margin-left: 0
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    color: #323232;
    padding: 15px 15px;
    border-left: 5px solid #0091ea;
    font-weight: 600
}

blockquote p {
    margin-top: 10px
}

button {
    padding: 5px 15px;
    border: none
}

button:focus {
    outline: 0;
    border: none
}

iframe {
    border: none
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

.mu-primary-btn {
    background-color: #c8e3ff26;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}

.mu-primary-btn:focus,
.mu-primary-btn:hover {
    text-decoration: dashed;
    transition: 0.2s all linear;
    color: #fff;
    font-size: 110%;
    background-color: #c8e3ff70;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mu-single-slide-content-animation {
    animation: fade-in;
    /*动画名称*/
    animation-duration: 0.5s;
    /*动画持续时间*/
    -webkit-animation: fade-in 0.5s;
    /*针对webkit内核*/
}

.mu-send-msg-btn {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 170px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase
}

.mu-send-msg-btn:focus,
.mu-send-msg-btn:hover {
    background-color: #fff
}

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 30;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    height: 55px
}

.scrollToTop:focus,
.scrollToTop:hover {
    color: #fff
}

.mu-book-now-btn,
.mu-client-quote,
.mu-clients-slider .slick-next,
.mu-clients-slider .slick-next::before,
.mu-clients-slider .slick-prev,
.mu-clients-slider .slick-prev::before,
.mu-copy-right a:focus,
.mu-copy-right a:hover,
.mu-logo,
.mu-logo:focus,
.mu-logo:hover,
.mu-send-msg-btn:focus,
.mu-send-msg-btn:hover,
.my-why-us-single-icon,
a:focus,
a:hover {
    color: #0091ea
}

#mu-callto-action,
.mu-testimonial-slide .slick-dots li.slick-active,
.scrollToTop {
    background-color: #0091ea
}

.mu-social-media a:focus,
.mu-social-media a:hover {
    border: 1px solid #0091ea;
    color: #0091ea
}

.mu-contact-form .form-control:focus,
.mu-featured-tours-single-info .mu-book-now-btn {
    border: 1px solid #0091ea
}

.mu-register-btn:focus,
.mu-register-btn:hover,
.mu-send-msg-btn,
.mu-send-msg-btn:focus {
    border: 1px solid #0091ea;
    background-color: #0091ea
}

.mu-clients-slider .slick-next,
.mu-clients-slider .slick-prev {
    border: 2px solid #0091ea
}

#mu-hero {
    background-color: #0091ea;
    display: inline;
    float: left;
    width: 100%
}

.mu-logo-area {
    display: inline;
    float: left;
    width: 50%
}

.mu-navbar .mu-logo {
    color: #fff;
    font-weight: 600;
    font-size: 36px
}

.mu-logo span {
    display: inline-block
}

.mu-logo img {
    margin-top: -5px
}

.mu-navbar .mu-logo:focus,
.mu-navbar .mu-logo:hover {
    color: #fff
}

.mu-scrolldown-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%
}

.mu-scrolldown {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 50px
}

.mu-scrolldown:focus,
.mu-scrolldown:hover {
    color: #fff
}

.mu-navbar {
    padding: 20px 0
}

.mu-navbar-nav {
    display: block;
    text-align: right;
    width: 100%
}

.mu-navbar-nav li {
    list-style: none;
    display: inline-block
}

.mu-navbar-nav li a {
    color: #fefeff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}

.mu-navbar-nav li a:focus,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li.active a {
    background-color: #fff;
    color: #0091ea
}

.mu-navbar-nav .dropdown-menu {
    left: auto;
    right: 0
}

.mu-navbar-nav li .dropdown-menu a {
    color: #444;
    padding: 6px 15px
}

.mu-navbar-nav li .dropdown-menu a:focus,
.mu-navbar-nav li .dropdown-menu a:hover {
    color: #0091ea
}

#mu-slider {
    display: inline;
    float: left;
    width: 100%
}

.mu-slide {
    display: inline;
    float: left;
    width: 100%
}

.mu-single-slide {
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

.mu-single-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 10
}

.mu-single-slide-content-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 79;
    padding: 25vh 30vw;
}

.mu-single-slide-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%
}

.mu-single-slide-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 130px
}

.mu-single-slide-content p {
    color: #ff0;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700
}

.mu-single-slide-content a {
    margin-top: 30px
}

.mu-slide .slick-next:focus,
.mu-slide .slick-next:hover,
.mu-slide .slick-prev:focus,
.mu-slide .slick-prev:hover {
    color: #0091ea
}

.mu-slide .slick-next:focus:before,
.mu-slide .slick-next:hover:before,
.mu-slide .slick-prev:focus:before,
.mu-slide .slick-prev:hover:before {
    color: #0091ea
}

#mu-about {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%
}

.mu-about-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%
}

.mu-title {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    padding: 0 25%
}

.mu-title h3 {
    color: #323232;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.mu-about-left {
    display: inline;
    float: left;
    padding-right: 15px;
    width: 100%
}

.mu-about-right {
    display: inline;
    float: left;
    padding-left: 15px;
    width: 100%
}

.mu-about-right ul li {
    list-style: none;
    float: left;
    margin-bottom: 25px
}

.mu-about-right ul li h3 {
    border-bottom: 3px solid #e5e5e5;
    color: #323232;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.mu-about-right p {
    font-size: 14px
}

.btn-group,
.btn-group-vertical {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    border: 2px solid #01579b;
    border-radius: 5px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(0 123 255 / 25%);
    background: #01579b;
    color: #fff;
}

html {
    font-size: 16px;
}

header {
    height: 15vh;
}

section {
    height: 73vh;
}



.mu-navbar {
    width: 90vw;
    margin: 0 auto;
    overflow: auto;
}

.fa-bars {
    color: #fff;
    font-size: 1rem;
}

.font-white {
    color: #fff;
}



.section-right>.col-md-4, .col-md-7 {
    padding: 0vh 2vw 2vh 2vw;
}



.col-md-2 {
  
    text-align: center;
    float: left;
}

h2,
h3 {
    line-height: 3.5vh;
}

.navbar-light {
    height: 16vh;
}

.mu-navbar .mu-logo {
    width: 25vw;
}

.org-x {
    width: 100px;
    height: 3px;
    background: #E06618;
    margin: 2vh 0 10vh 0;
}

li {
    list-style-type: none;
}

li>h3>a {
    color: #fff;
    line-height: 4rem;
}

li>h3>a:hover,
a:focus {
    color: #fff;
    text-decoration: none
}

.margintop {
    margin-top: 3vh;
}



.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.subtitle {
    color: #DB451D;
}

.subtitle>span {
    font-size: 1.5rem;
    line-height: 5vh;
}

.col-md-3 {
    width: 23vw;
    float: left;
    text-align: left;
    padding: 3vh 0;
}

.h6,
h6 {
    font-size: 1rem;
}

footer>a {
    color: #E2E2E3;
}

footer>a:hover {
    color: #fff;
    text-decoration: none;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.25rem;
}
.navbar-default {
    background-color: #f8f8f800;
    border-color: #e7e7e700;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e06618;
    background-color: #e7e7e72e;
    font-size: 16px;
    font-weight: 600;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #E06618;
}
.navbar-default .navbar-toggle {
    border-color: #e06618;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}
.navbar-brand {
   
    max-width: 75vw;
}
.navbar-default .navbar-toggle {
  
    max-width: 23vw;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.row {
    margin-right: 0; 
     margin-left: 0;
}
.map{
    width:47vw;height:30vh;border:#ccc solid 1px;
}
.active {
    background-color: transparent;
    border-left: 4px solid #e06618;
    padding: 0px 10px;
    transition: border-left .2s;
    -moz-transition: border-left .2s;
    -webkit-transition: border-left .2s;
    -o-transition: border-left .2s;
}
.navbar-brand{
    margin-top: 2vh;
}
.mu-single-slide-content-animation{
    margin-top: 5vh;
}
footer{
    left: 4vw;
    color: #E2E2E3;
    font-size: 0.9rem;
    position: absolute;
    bottom: 15px;
} 
::-webkit-scrollbar { display: none; }
@media screen and (min-width: 990px) {
    body{
        font-size: 12px;
    }
    .navbar-nav-dao{
        display: none;
    }
   
}
 
@media screen and (max-width:990px) {
    .navbar-static-top {
        z-index: 1000;
        border-width: 0 0 1px;
        padding-top: 3vh;
    }
    .navbar-nav-op {
        margin: 7.5px -15px;
        background: #ffffffad;
       
    }
    .navbar-default .navbar-nav>li>a {
        color: #fb7552;
    }
    .mu-single-slide-content-animation{
        margin-top: 0vh;
    }
    .navbar-brand{
        margin-top: 0;
    }
    .active {
        background-color: #f9f9f9ba;
        border-left: 4px solid #e06618;
        padding: 0px 10px;
        transition: border-left .2s;
        -moz-transition: border-left .2s;
        /* Firefox 4 */
        -webkit-transition: border-left .2s;
        /* Safari 和 Chrome */
        -o-transition: border-left .2s;
        /* Opera */
    }
    .navbar-toggle {
       
        margin-right: 0;
      
    }
    .row{
        margin: 0;
    }
    .col-md-2 {
        width: 20vw;
        text-align: left;
        float: left;
    }
    .mu-single-slide-content-area {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 79;
        padding: 25vh 5vw;
    }
    .section-right>.col-md-4, .col-md-7 {
        padding: 0vh 2vw 1vh 2vw;
    }
    .map{
        width: 84vw;
        height: 35vh;
    }
    header {
        height: auto;
    }
    h2, h3 {
        line-height: 3.5vh;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ac {
        width: 100vw;
        height: 100vh;
        background-image: url(../img/slider-img-6.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .index{
        width: 100vw;
        height: 100vh;
        background-image: url(../img/slider-img-5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    footer{
        left: 4vw;
        color: #E2E2E3;
        font-size: 0.9rem;
        position: inherit;
        bottom: 15px;
    } 
    section {
        height: 85vh;
    }
    .mu-navbar {
        padding: 0;
    }
}
 


@media screen and (min-width: 767px) and (max-width: 1200px) {
    .navbar-nav-dao{
    display: none;
  }
}