#menu-bar{
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 3px;
    /*border-bottom: 1px solid #26bdf7;*/
}
#menu-bar.scroll{
	background: #fff;
    border-bottom: 1px solid #ddd;
}

#menu-bar .navbar-right{
    /*border-bottom: 1px solid #fff;*/
    /*margin-top: 10px;*/
}
#menu-bar .navbar-right li{
    position: relative;
    top: 1px;
}
#menu-bar .navbar-right li a{
    color: #fff;
    color: #000;
    /*border-bottom: 3px solid transparent;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-family: 'tahoma';
    font-size: 15px;
    font-weight: bold;
}
#menu-bar .navbar-right li a:hover{
	/*border-color: #004483;*/
}
#menu-bar .navbar-right li a.active{
	/*border-color: #004483;*/
}
.menu-top{
    display: table;
    width: 100%;
}
.ul-menu-top{
    float: right;
    margin: 0;
}

.ul-menu-top li{
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.ul-menu-top li.line{
    
}
.ul-menu-top li.lined{
    color: #afafaf;
    padding: 0;
}
.ul-menu-top li.soc{
    
}
.ul-menu-top li.soc:last-child{
    padding-right: 0
}
.ul-menu-top li i{
    
}
.ul-menu-top li.line i{
    color: #e00000;
}
.ul-menu-top li.soc i{
    
}
.ul-menu-top li a{
    
}
.ul-menu-top li.line a{
    font-weight: 500;
    font-family: "Roboto",SANS-SERIF;
    font-size: 13px;
    text-decoration: none;
    color: #1c87e2;
}
.ul-menu-top li.soc a{
    font-size: 18px;
    position: relative;
    top: 3px;
    line-height: 0;
}


#logo-main{
    padding: 0;
    /*padding-top: 10px;*/
    margin-left: 5px;
}
#logo-main img{
    max-width: 150px;
    max-height: 100%;

    max-width: 150px;
    max-height: 55px;
    position: relative;
    top: -15px;
}
#banner img{
	width: 100%
}

.full-screen{
	width: 100%;
}

table.full-screen{
	width: 100% !important;
	border: 1px solid #ddd;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
table.full-screen>tbody>tr>td, table.full-screen>tbody>tr>th, table.full-screen>tfoot>tr>td, table.full-screen>tfoot>tr>th, table.full-screen>thead>tr>td, table.full-screen>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#footer{
    /*background-image: url(../image/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 0;
    height: 400px;*/
        background: #eaeaea;
    padding-top: 20px;
}
#footer-bottom{
    padding: 5px;
    background: #101a33;
    color: #fff;
    border-top: 1px solid #e01e1e;
}
.owl-style{

}
.owl-style .item{
    margin: 0 12px;
    
    position: relative;
    display: table;
}
.owl-style .item .box-tour{
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
        position: relative;
}
.owl-style .item:hover{
    border-color: #004483;
}

.owl-style .item a{
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.owl-style .item img{
    width: 100%;
    transition: all 0.8s ease-in-out;
}
.owl-style .item .box-tour a img:hover,.owl-style .item .box-tour:hover img {
    transform: scale(1.1) rotate(3deg);
    transition: all 0.8s ease-in-out;
}
.owl-style .item .title{
    display: table;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    color: #004483;
    background: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
}
.owl-style .item .des{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
    color: #787878;
    font-size: 13px;
    font-weight: 400;
}
.owl-style .item .des .time-date{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
}
.owl-style .item .des .price{
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    display: block;
    font-size: 19px;
    color: #ca0000;
}
.owl-style .item .note{
    position: absolute;
    top: 7px;
    left: -10px;
    background: #e52822;
    color: #fff;
    padding: 5px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 0 2px rgba(0,0,0,.24);
    z-index: 9;
}
.owl-style .item .note::before {
    content: '';    
    border-width: 0 10px 10px 0;
    border-right-color: #9c0000;
    left: 0;
    position: absolute;
    border-style: solid;
    bottom: -10px;
}
.owl-style .item .note::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.heading {
    position: relative;
}
.heading h2 ,.heading h1 {
    margin: 0 auto;
    font-weight: 300;
    color: #004483;
    position: relative;
    z-index: 2;
    background: #fff;
    display: table;
    padding: 0 20px;
    font-size: 24px;
}
.heading h2 a,.heading h1 a{
    text-decoration: none;
    color: inherit;
}
.heading:after {
    content: '';
    border-bottom: 1px solid #004483;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 50%;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}
.heading-feedback{
    cursor: default;
}
.heading-feedback:after {
    content: '';
    border: none;
}
.margin_bottom_60{
    margin-bottom: 60px;
}
.margin_bottom_50{
    margin-bottom: 50px;
}
.margin_bottom_40{
    margin-bottom: 40px;
}
.margin_bottom_35{
    margin-bottom: 35px;
}
.margin_bottom_30{
    margin-bottom: 30px;
}
.margin_bottom_25{
    margin-bottom: 25px;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.margin_bottom_15{
    margin-bottom: 15px;
}
.margin_bottom_10{
    margin-bottom: 10px;
}

#feedback-owl .owl-item {
    padding: 0 10px;
}
.relative {
    position: relative;
}
#feedback-owl .item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
    float: left;
}
#feedback-owl .item>div {
    padding-left: 90px;
}
#feedback-owl .item .name {
    display: block;
    color: #974a00;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
#feedback-owl .item .title {
    padding: 5px;
    border: 1px dashed #b9b9b9;
    position: relative;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: justify;
}
#feedback .control{
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    background: rgba(179, 179, 179, 0.64);
    z-index: 9;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
}
#feedback .control:hover{
    background: rgba(97, 97, 97, 0.64)
}
#feedback .btn-next i{
    margin-left: 5px;
}
#feedback .btn-prev i{
    margin-right: 5px;
}
#feedback .btn-next {        
    right: -5px;
}
#feedback .btn-prev {    
    left: -5px;
}

.new-home{

}
.new-home .item{
    margin: 0 10px;
}
.new-home .item img{
    width: 300px;
    float: left;
}
.new-home .item>div{
    padding-left: 320px;
    font-family: "Roboto", sans-serif;
}
.new-home .item .title{
    font-weight: 500;
}
.new-home .item .description{
        text-align: justify;
}
#box-new-home .control{
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    background: rgba(179, 179, 179, 0.64);
    z-index: 9;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
}
#box-new-home .control:hover{
    background: rgba(97, 97, 97, 0.64)
}
#box-new-home .btn-next i{
    margin-left: 5px;
}
#box-new-home .btn-prev i{
    margin-right: 5px;
}
#box-new-home .btn-next {        
    right: -5px;
}
#box-new-home .btn-prev {    
    left: -5px;
}

#footer .title h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
#footer .title h2:after {
    content: "";
    width: 134px;
    max-width: 100%;
    border-top: 1px dotted #a5a5a5;
    left: 0;
    bottom: -5px;
    position: absolute;
}
.ul_contact {
    padding-left: 20px;
}

.ul_contact li {
    list-style: none;
}
.ul_contact li:nth-child(1) {
    padding-bottom: 5px;
    /*margin-bottom: 5px;*/
}
.ul_contact li:nth-child(1):before {
    margin-left: -20px;
    margin-right: 12px;
    content: "\f041";
    color: #e04545;
    font-family: fontawesome;
}
.ul_contact li:nth-child(2):before {
    margin-left: -20px;
    margin-right: 11px;
    content: "\f095";
    color: #4646e8;
    font-family: fontawesome;
}
.ul_contact li:nth-child(3):before {
    margin-left: -20px;
    margin-right: 11px;
    content: "\f1ac";
    color: #5f5fbb;
    font-family: fontawesome;
}
.ul_contact li:nth-child(4):before {
    margin-left: -20px;
    margin-right: 11px;
    content: "\f0e0";
    color: #e00000;
    font-family: fontawesome;
}
.ul_contact li:nth-child(5):before {
    margin-left: -20px;
    margin-right: 11px;
    content: "\f26b";
    color: #0087ff;
    font-family: fontawesome;
}
.ul_time {
    padding-left: 20px;
}
.sp-page-title {
    padding: 170px 0 120px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}
.breadcrumb{
    background: none;
    padding: 0;
    margin-top: 10px;
    /* font-size: 13px; */
    font-family: "Roboto",sans-serif;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour-left{
    width: calc(100% - 300px);
    float: left;
}

.tour-right{
    width: 270px;
    float: right;
}
.box-tour-related{
    border: 1px solid #ddd;
    /*padding: 10px;*/
    min-height: 100px;
    margin-bottom: 20px;
    /*box-shadow: 1px 1px 3px rgba(38, 189, 247, 0.2);*/
}

.box-tour-related header{
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 0 #FCFAFA;
    height: auto;
    margin-bottom: 0;
    padding: 8px 10px 0;
    background: #fff;
    display: table;
    width: 100%;
}
.box-tour-related header h2{
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #004483;
}

.color-text{
    color: #26bdf7;
}

.box-tour-related .ul-list-tour{
    padding: 10px 0;
}
.box-tour-related .ul-list-tour li{
    list-style: none;
    border-bottom: 1px dashed #d0d0d0;
    padding: 10px;
    font-family: "Roboto",sans-serif;
}
.box-tour-related .ul-list-tour li:last-child{
    border-bottom: none;
}
.box-tour-related .ul-list-tour li a{
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.box-tour-related .ul-list-tour li .time{
    font-weight: 500;
}
.box-tour-related .ul-list-tour li .price{
    font-family: 'Varela Round', sans-serif;
    /*text-align: center;*/
    /*display: block;*/
    font-size: 15px;
    color: #ca0000;
        font-weight: 600
}
.image-tour img{
    width: 100%;
}
.image-tour{
    width: 400px;
    float: left;
    padding-right: 30px;
}
.info-tour{
    width: calc(100% - 400px);
    float: left;
}
.description-tour{
    margin-top: 40px;
}

.info-tour .title{
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #004483;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.info-tour .description{
    font-family: "Roboto",sans-serif;
    font-style: italic;
    /*margin: 10px 0;*/
    color: #c76200;
    text-align: justify;
    font-weight: 400;
}

.info-tour .list-info{
    border: 1px solid #ddd;
    padding: 10px;
}

.info-tour .pricing{
    
}
.info-tour .pricing span{
    font-size: 15px;
    font-family: "Roboto",sans-serif;
}
.info-tour .pricing label{
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    font-size: 19px;
    color: #ca0000;
}
.info-tour .share-social-detail{
    
}
.info-tour .check-order-tour{
    
}
.info-tour .check-order-tour a,.info-tour .check-order-tour button{
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    border-radius: 0;
}

.cover {
    width: 75px;
    height: 60px;
    object-fit: cover;
    object-position: 50% 50%;
    float: left;
}   
.ul-list-new li .title {
    padding-left: 85px;
}
.ul-list-new li .title .clock {
    color: #ababab;
    font-size: 13px;
}

.title-news{
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #004483;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.datetime-news {
    margin-bottom: 10px;
    color: #969696;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}
.box-news {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
        font-family: "Roboto",sans-serif;
}   
.box-news:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.box-news img {
    width: 250px;
    /*height: 170px;*/
    object-fit: cover;
    object-position: center;
    float: left;
}

.box-news .content {
    padding-left: 270px;
}
.box-news .content .title {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #974a00;
}
.box-news .content .datetime {
    color: #999999;
    font-style: italic;
}
.display-table {
    display: table;
    width: 100%;
}
.content-news img{
    max-width: 100% !important;
}


.box-tour {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
        font-family: "Roboto",sans-serif;
}   
.box-tour:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.box-tour img {
    width: 250px;
    /*height: 170px;*/
    object-fit: cover;
    object-position: center;
    float: left;
}

.box-tour .content {
    padding-left: 270px;
}
.box-tour .content .title {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #004483;
    font-weight: 500
}
.box-tour .content .datetime {
    color: #999999;
    font-style: italic;
}
.box-tour .content .price{
    display: inline-block;
    margin-right: 5px;
}
.box-tour .content .sale{
    display: inline-block;
    background: #da0000;
    color: #fff;
    padding: 1px 5px;
    position: relative;
    top: -3px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;

}
.box-tour .content .price b{
    font-weight: 500;
    margin-right: 5px;
}
.box-tour .content .price span{
    font-family: 'Varela Round', sans-serif;
    /*text-align: center;*/
    /*display: block;*/
    font-size: 19px;
    color: #ca0000;
} 

.banner-box{
    position: relative;
}
.banner-box .banner-title{
    position: absolute;
    margin: 0 auto;
    top: 30%;
    z-index: 99;
    color: white;    
    display: block;
    left: 10%;
    right: 10%;
    text-align: center;
    font-family: "Roboto",sans-serif;
    
}
.banner-box .banner-title h2{
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
.banner-box .banner-title p{
    margin: 0;
    font-size: 15px;
    padding: 0 5%;
}

.img-foot img{
	max-width: 100%;
	width: 200px;
}
.name-foot{
    font-weight: 500;
    margin: 10px 0;
    font-family: "Roboto",sans-serif;
}
.desc-foot{
	    font-family: "Roboto",sans-serif;
    text-align: justify;
    color: #565656;
    font-style: italic;
}
.content-description{
    text-align: justify;
}
@media (max-width: 600px){
    .box-news img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px;
    }
    .box-news .content {
        padding-left: 0;
    }
    .box-news .content .datetime{
        display: none
    }

    .box-tour .content .title{
        margin-bottom: 0
    }
    .box-tour img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 10px;
    }
    .box-tour .content {
        padding-left: 0;
    }
    .box-tour .description {
        display: none
    }
}

@media (max-width: 768px){
    #logo-main img{
        max-width: 150px;
        max-height: 100%;
        position: relative;
        top: unset;
    }

    .image-tour{
        width: 200px;
        float: left;
        padding-right: 30px;

    }
    .info-tour{
        width: calc(100% - 200px);
        float: left;
    }


    
   

}
@media (max-width: 991px){    
	.new-home .item img{
	    width: 100%;
   		margin-bottom: 5px;
    }
    .new-home .item>div{
	    padding: 0;
    }
}
@media (max-width: 450px){
    .image-tour{
        /*display: none;*/
            width: 100%;
    padding: 0;
    margin-bottom: 10px;
    }
    .info-tour{
        width: 100%;
    }
}











@media (max-width: 991px) and (min-width: 768px){
    .tour-left{
        width: 100%
    }
}

@media (max-width: 768px){
    .tour-left{
        width: 100%
    }
}
.tab-content img{
    max-width: 100%;
}