@font-face {
    font-family: 'utm_androgyneregular';
    /*src: url('../fonts/UTM Androgyne.eot');
    src: url('../fonts/UTM Androgyne.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UTM Androgyne.woff2') format('woff2'),
    url('../fonts/UTM Androgyne.woff') format('woff'),
    url('../fonts/UTM Androgyne.svg#UTM Androgyne') format('svg');*/
    src: url('../fonts/UTM ANDROGYNE.TTF');

    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'helvetica_bold';
    src: url('../fonts/helvetica-neue-bold.woff') format('woff2'), url('../fonts/helvetica-neue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_normal';
    src: url('../fonts/helvetica-neue-regular.woff') format('woff2'), url('../fonts/helvetica-neue-regular.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_normal';
    src: url('../fonts/helvetica-neue-italic.woff') format('woff2'), url('../fonts/helvetica-neue-italic.woff') format('woff');
    font-style: italic;
}
.font-utm {
    font-family: 'utm_androgyneregular';
}
.font-hel {
    font-family: 'helvetica_normal';
}
.font-bold {
    font-weight: bold !important;
}
body {
    font-family: 'utm_androgyneregular', sans-serif;
    position: relative;
    color: #2f396e;
    /*background-image: url(bg.jpg);
    background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-size: 100%;*/
    /*background-position: top center;
    height:4364px;*/
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'utm_androgyneregular', sans-serif;
    font-weight: 700;
    margin: 0 0 35px;
    /*letter-spacing: 1px;
    text-transform: uppercase;*/
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}

@media (min-width:768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #42dca3;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #1d9b6c;
    }

#mainNav {
    font-family: 'utm_androgyneregular', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color: #000;
}

    #mainNav .navbar-toggler {
        font-size: 14px;
        padding: 11px;
        color: #fff;
        border: 1px solid #fff;
    }

    #mainNav .navbar-brand {
        font-weight: 700;
        width: 200px;
    }

        #mainNav .navbar-brand img {
            width: 75%;
        }

    #mainNav a {
        color: #fff;font-family: Roboto;
    }

    #mainNav .navbar-nav .nav-item {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        #mainNav .navbar-nav .nav-item:hover {
            color: fade(white,80%);
            outline: 0;
            background-color: transparent;
        }

        #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
            outline: 0;
            background-color: transparent;
        }
#about{
    background: url(bg_02.jpg);
    /*background-size: 100% 100%;*/
    background-repeat:   no-repeat;
    background-position: bottom center;  
    /*padding-bottom: 100px;*/  
    min-height:1259px; 
}
#tour{
    /*background: url(bg_03.jpg);
    background-size: 100% 100%;
    background-repeat:   no-repeat;
    background-position: center center;  
    padding-bottom: 100px;*/
    background: url(bg_03.jpg);
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-position: top center;
    /* padding-bottom: 100px; */
    background-color: #dfd4bc; 
   padding-top: 135px;
}
#contact{
        background: url(bg_04.jpg);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    /* background-position: center center; */
    /* padding-bottom: 100px; */
    background-color: #335392;
    padding-top: 105px;
}
#about .cttrian h2 {
    color: #6f6362;
    font-weight: bold;
    font-size: 50px;
    /*text-shadow: 0 0 45px lightgrey;*/
}

#about .cttrian p {
    color: #6f6362;font-size: 18px;
}
#about .cttrian p.sotuoi {
        color: #fff;
    background: #9f6f6b;
    width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 1.3em;
    /* font-weight: bold; */
    margin-bottom: 15px;
}
#about .cttrian p.sotuoi_ {
    font-size: 17px;
}
#about .cttrian p.sotuoi_:last-child {
    margin:0 auto;
    text-align:center;
    width:405px;
}
#masthead-head{
    height: 100vh !important;
}

#tour .tour-title h2 {
    color: #6f6362;
    font-weight: bold;
    font-size: 2.4em;
    text-shadow: 0 0 45px lightgrey;
    text-transform: none;
}
#tour .tour-title p {
    color: #6f6362;
    font-size: 1em;
    margin-bottom: 70px;
}
#tour .box-tour{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 90%;
}
#tour .img-tour{
    display:inline-block;
    float:left;
    background:#fff;
    padding:8px;
}
#tour .info-tour{
    display:inline-block;
    float:right;
}
#tour .info-tour .white{
    background:#fff;
    text-align:left;
}
#tour .info-tour .white .body-info{
    position:relative;
    height: 210px;
    padding: 14px 20px 10px 20px;color:#333333;font-family: roboto;
}
#tour .info-tour .white .body-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
#tour .info-tour .white .body-info a{
    color: #6f6362;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    /* margin-bottom: 14px; */
    padding-bottom: 15px;
    display: block;
}
#tour .info-tour .white .body-info a:hover{
    color: #9f6f6b;
}
#tour .info-tour .white .body-info a.booking:hover{
    background: #9f6f6b;
}
#tour .info-tour .white .body-info a.booking{
    position: absolute;
    color: #fff;
    background: #6f6362;
    padding: 8px 20px;
    border-radius: 10px;
    right: 20px;
    text-transform: none;
    bottom: 10px;
}
.date,.price-info{
    color:#333333;    
    margin-bottom: 10px;
}
.price span{color:#a67b78;}
#tour .clear{clear:both;}
#tour .img-tour img{
    width:100%; height: 240px;
}
#tour .info-tour .white .hotline-info{
    background: #b7ab90;
    color: #fff;
    padding: 10px 20px;
    font-size: 19px;font-family: roboto;
}
#contact{
    color:#fff;font-family: roboto;
}
#contact img{
    width:180px;
}
#contact p{
    line-height:25px;
    font-size:14px;
}
#contact a{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 76%;
    padding: 1px 0px;
    font-size: 15px;
    margin-right: 5px;
    width: 30px;
    height: 29px;
    display: inline-block;
}
@media (min-width:768px) {
    #mainNav {
        padding: 20px 0;
        -webkit-transition: background .25s ease-in-out,padding .25s ease-in-out;
        -moz-transition: background .25s ease-in-out,padding .25s ease-in-out;
        transition: background .25s ease-in-out,padding .25s ease-in-out;
        letter-spacing: 1px;
        border-bottom: none;
        background: 0 0;
    }

        #mainNav.navbar-shrink {
            padding: 5px 0;
            border-bottom: 1px solid rgba(255,255,255,.3);
            background: #6f6362;
        }
        #mainNav.navbar-shrink img{
            width: 50%;
        }
        #mainNav .nav-link.active {
            outline: 0;
            color: #fff;text-decoration: underline;
            /*background-color: #9f6f6b;*/
            border-radius: 10px;
        }

            #mainNav .nav-link.active:hover {
                color: #fff;
            }
}

.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(bg_01.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top center;     
}

    .masthead .intro-body {
        display: table-cell;
        vertical-align: middle;
    }

        .masthead .intro-body .brand-heading {
            font-size: 40px;
        }

        .masthead .intro-body .intro-text {
            font-size: 18px;
        }

@media (min-width:768px) {
    .masthead,.about {
        height: 100%;
        padding: 0;
    }

        .masthead .intro-body .brand-heading {
            font-size: 100px;
        }

        .masthead .intro-body .intro-text {
            font-size: 22px;
        }
}

.btn-circle {
    font-size: 26px;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 7px 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: 0 0;
}

    .btn-circle:focus, .btn-circle:hover {
        color: #fff;
        outline: 0;
        background: rgba(255,255,255,.1);
    }

.content-section {
    /*padding-top: 50px;*/
}

.download-section {
    width: 100%;
    /*padding: 50px 0;*/
    
}
.pagination{
    text-align:center;
}
.pagination a{
    background-color: #9f6f6b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: roboto;
    font-size: 15px;
}
.pagination span{
    color: #fff;margin: 0 auto;
}
.pagination .active{
    background-color: #6f6362;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: roboto;
    font-size: 15px;
}
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media (min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        /*padding: 100px 0;*/
    }

    #map {
        height: 350px;
        margin-top: 250px;
    }
}

.btn {
    font-family: 'utm_androgyneregular', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-default {
    color: #42dca3;
    border: 1px solid #42dca3;
    background-color: transparent;
}

    .btn-default:focus, .btn-default:hover {
        color: #000;
        border: 1px solid #42dca3;
        outline: 0;
        background-color: #42dca3;
    }

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
}
/*::-moz-selection {
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
    text-shadow: none;
}

::selection {
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    -webkit-tap-highlight-color: rgba(255,255,255,.2);
}*/
