a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif;right: 0;transition: all 0.3s;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblue{color: #2d86cf;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clred{color: #d60000;}
.header-top{
	background: #2d3f4b;
	padding: 10px 0;
}
.ul-main-menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ul-main-menu > li{
	display: inline-block;
}
.ul-main-menu > li > a{
	display: inline-block;
	color: #2d86cf;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 14px;
}
.ul-main-menu > li > a:hover{
    color: #dd0015;
}
.ul-main-menu > li > a.mn-active{
    color: #dd0015;
}
.logo{
	width: 200px;
}
p.right.muli {
    text-align: center;
    color: white;
}
.header-bottom {
    padding: 20px 0;
}
.main-banner .nivo-controlNav {
    width: 100%;
    right: 0;
    bottom: 60px;
}
.main-banner .nivo-controlNav a{
	width: 15px;
	height: 15px;
	border: 2px solid #919191;
}
.main-banner .nivo-controlNav a.active{
	background-color: #fc9811;
	border: 2px solid #fc9811;
}
.find-tour {
    background: #28a6dc;
}
.find-tour .nav-tabs>li>a {
    color: #fff !important;
    /* background: #dd0015; */
    background: #9b7d7d;
    border-radius: 0;
    border: none !important;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.find-tour .nav-tabs>li>a:hover{
    color: #ff0000 !important;
}
.find-tour .nav-tabs>li>a img{
	margin-right: 7px;
}
.find-tour .nav-tabs>li.active>a, 
.find-tour .nav-tabs>li.active>a:focus, 
.find-tour .nav-tabs>li.active>a:hover{
	background: #28a6dc;
}
.find-tour .nav-tabs>li{
	margin: 0 10px;
}
.find-tour .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -44px;
    position: relative;
    z-index: 99;
}
.find-tour .nav-tabs>li:first-child>a{
	border-radius: 10px 0 0 0;
}
.find-tour .nav-tabs>li:last-child>a{
	border-radius: 0 10px 0 0;
}
.flex-end{
	display: flex;
	align-items: flex-end;
}
.timtour{
	background: #dd0015;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 4px;
}
.timtour {
    background: #dd0015;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    height: 34px;
    width: 100%;
    font-weight: 700;
}
.timtour i{
	margin-right: 10px;
}
.find-tour .tab-content {
    margin-bottom: 44px;
}
.title-pub{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.title-pub img{
	margin-right: 15px;
}
.title-pub:after{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: red;
	margin-top: 10px;
}
.title-pub span{
    position: relative;
    top: 2px;
}
.info-km{
    background: #f6f6f6;
}
.info-tour-top{
    border-bottom: 1px solid #e8e8e8;
}
.info-tour-top span{
    float: left;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.info-tour-top span:first-child{
    width: 40%;
}
.info-tour-top span:nth-child(2){
    width: 30%;
}
.info-tour-top span:last-child{
    width: 30%;
}
.info-tour-top span:nth-child(2){
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.info-tour-top span:hover {
    top: 4px;
    left: 4px;
    background-color: #ffdd00;
    transition: all 0.3s;
    z-index: 99;
}
.gia-tour{
    font-size: 24px;
    font-weight: 700;
    color: #d60000;
    margin-bottom: 20px;
    text-align: center;
}
.viewnow {
    background-color: #fc6271;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
}
.viewnow:hover{
    color: #fff;
    background-color: #007fb5;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    opacity: 1;
    visibility: visible;
}
.viewnow i{
    margin-left: 10px;
}
.info-tour-bottom {
    padding: 20px 15px;
}
.block-km{
    position: relative;
}
.prev-kms{
    position: absolute;
    top: calc(50% - 29px);
    left: -50px;
    cursor: pointer;
}
.next-kms{
    position: absolute;
    top: calc(50% - 29px);
    right: -50px;
    cursor: pointer;
}
.prev-km{
    position: absolute;
    top: calc(50% - 29px);
    left: -50px;
    cursor: pointer;
}
.next-km{
    position: absolute;
    top: calc(50% - 29px);
    right: -50px;
    cursor: pointer;
}
.main-bgrey{
    background: #f6f6f6;
}
.info-km-white{
    background: #fff;
    border: 1px solid #e8e8e8;
}
.items-km-grid{
    margin-bottom: 30px;
}
.items-km-grid:hover{
    box-shadow: 0 0 10px #ccc,0 0 10px #ccc;
}
.items-km-grid > a{
    display: block;
    overflow: hidden;
}
.items-km-grid:hover img{
    transform: scale(1.3);
    transition: all 1s;
}
.items-km > a{
    display: block;
    overflow: hidden;
}
.items-km:hover img{
    transform: scale(1.3);
    transition: all 1s;
}
.block-cns > a{
    float: left;
    width: 130px;
    margin-right: 15px;
}
.link-snc{
    float: left;
    width: calc(100% - 145px);
}
.block-cns {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.tit-cn{
    font-size: 18px;
    text-align: left;
}
.p-link-cns {
    font-size: 13px;
}
.tit-ft{
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    margin-top: 10px;
}
footer{
    background: #2d3f4b;
}
.mgbt10{
    margin-bottom: 10px;
    color: #fff;
}
.tit-bnp{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.tit-bnp:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: red;
    margin-top: 10px;
}
.banner-page{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-page .container{
    position: absolute;
    bottom: 20px;
}
.block-find-tour{
    padding: 20px 10px;
    background: #007fb5;
}
.tit-aside:after{
    content: "";
    display: block;
    width: 40%;
    margin: 10px auto 0;
    height: 5px;
    background: #ed1c24;
}
.side-block {
    background: #fff;
    margin-bottom: 10px;
}
.price-ranger {
    margin-top: 24px;
}
.side-block .ui-slider-horizontal {
    height: 3px!important;
    border: 0px!important;
    background: #d9e0e2 !important;
    border-radius: 100px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px !important;
    border-color: #ebebeb;
    background: #fff;
}
.price-ammounts {
    margin: 14px 0px 0px 0px;
}
.price-ammounts input[type='text'] {
    width: 100px;
    font-size: 12px;
    color: #666666;
    border: 0px;
    background: #fff;
}
#ammount-to {
    float: right;
    text-align: right;
}
.side-block .ui-state-default, .side-block .ui-widget-content .ui-state-default, .side-block .ui-widget-header .ui-state-default, .side-block .ui-widget-header .ui-state-focus {
    background: #ed1c24 !important;
    border-radius: 100px !important;
    border: 1px solid #c2c5c8 !important;
    cursor: pointer !important;
    top: -8px;
    width: 17px;
    height: 17px;
    outline: unset !important;
}
.side-block .ui-widget-header {
    background: #4a90a4!important;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.checkbox .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.checkbox label input[type="checkbox"]{
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
}
.block-checkbox .checkbox{
    margin-bottom: 20px;
    margin-top: 0;
}
.tit-post{
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.tit-post:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #ed1c24;
    margin-left: 20px;
}
.new-pri{
    font-size: 24px;
    font-weight: 700;
    color: #ed1c24;
}
.old-pri{
    margin-left: 30px;
    text-decoration: line-through;
}
.info-tour li{
    margin-bottom: 10px;
}
.a-opf {
    background: #ebebeb;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 700;
}
.open-full{
    margin-bottom: 20px;
}
.icon-pt{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin: 0 auto;
    margin-bottom: 10px;
}
.block-phutrach {
    background: #ebebeb;
    padding: 13px 40px;
}
.block-bg{
    border: 1px solid #ccc;
    padding: 10px;
}
.block-bg {
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
.block-bg:hover{
    box-shadow: 0 0 10px #ccc,0 0 10px #ccc;
}
.date-lichtrinh{
    width: 100px;
    float: left;
}
.date-lt{
    background: #ed1c24;;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}
.noidung-lt {
    float: left;
    width: calc(100% - 120px);
    background: #fafafa;
    padding: 30px;
    margin-left: 20px;
    position: relative;
    margin-top: 60px;
}
.block-lichtrinh {
    display: flex;
    margin-top: 40px;
}
.date-lichtrinh:after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #ccc;
    margin: 0 auto;
}
.noidung-lt:after{
    content: "";
    width: 70px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: calc(50% - 1px);
    left: -70px;
    z-index: 8;
}
.noidung-lt:before{
    content: url(../img/tron.jpg);
    width: 13px;
    height: 13px;
    position: absolute;
    top: calc(50% - 6.5px);
    left: -77px;
    z-index: 9
}
.main-lichtrinh .block-lichtrinh:last-child .date-lichtrinh:after {
    height: calc(50% - 10px);
}
.a-morong{
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    background: #ebebeb;
    padding: 7px 15px;
    align-items: center;
    color: #000;
}
.a-morong i{
    margin-right: 20px;
}
.p-morong{
    margin-bottom: 20px;
}
.main-menu{
    position: relative;
}
#boxsearch{
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    z-index: 9999;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.tit-dattour{
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #2d86cf;
}
.tit-dattour:after{
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 5px;
    background: #ed1c24;
    margin-top: 10px;
}
.news-cont{
    width: 66%;
    margin: 0 auto;
}
.info-dattour{
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #2d86cf;
    margin-bottom: 40px;
    margin-top: 10px;
}
.block-dattour{
    background: #ebebeb;
    padding: 20px;
}
.main-wrap-bd{
    border-top: 1px solid #ebebeb;
}
.block-aside {
    margin-bottom: 20px;
}
.title-aside {
    color: #0062a9;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.title-aside:after {
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    background: red;
    margin-top: 5px;
}
.p-spv {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.p-spv i {
    font-size: 10px;
    color: #0062a9;
    margin-right: 10px;
    position: relative;
    float: left;
    width: 10px;
}
.p-spv a {
    width: calc(100% - 20px);
    float: left;
}
.aside-news {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.img-asd {
    display: block;
    float: left;
    width: 70px;
    margin-right: 10px;
}
.tit-asd {
    display: block;
    float: left;
    width: calc(100% - 80px);
    color: #0062a9;
    margin-top: 5px;
    height: 65px;
    overflow: hidden;
}
.block-pro {
    margin-bottom: 30px;
}
.view-detail a i {
    color: #ff0000;
    margin-right: 10px;
}
.tit-spv {
    font-size: 26px;
}
.tit-spv:after {
    content: "";
    display: block;
    height: 2px;
    width: 200px;
    background: #000;
    margin-top: 10px;
}
.post-rela {
    margin-bottom: 7px;
    font-weight: 700;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 150%;
    left: 0;
    width: 200px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.ul-sub-menu > li{
    display: block;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 5px 14px;
    color: #fff;
    background: #0062a9;
}
.ul-sub-menu > li:hover > a{
    background: #fff;
    color: #0062a9;
}
.has-sub:hover .ul-sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    top: 100%;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #4784a1;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 105;
}
.back-to-top span {
    position: relative;
    top: 15px;
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .logo {
        width: 170px;
    }
    .ul-main-menu > li > a{
        font-size: 13px;
        padding: 15px 10px;
    }
    .header-top p{
        font-size: 13px;
    }
    .prev-kms{
        left: 0;
    }
    .next-kms{
        right: 0;
    }
    .prev-km{
        left: 0;
    }
    .next-km{
        right: 0;
    }
    .tit-ft{
        font-size: 20px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #455560;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 20px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        border-bottom: 1px solid rgba(219, 219, 219, 0.21176470588235294);
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp>a:first-child {
        border-right: 1px solid rgba(219, 219, 219, 0.21176470588235294);
    }
    .sub-menu-mb {
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb>li {
        border-top: 1px solid rgba(219, 219, 219, 0.21176470588235294);
        border-bottom: none;
        background: rgba(255, 255, 255, .08);
    }
    .sub-menu-mb>li:last-child {
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
    }
    .header-mobile {
        padding: 10px 0;
    }
    #imaginary_container_mb {
        padding: 0 15px;
    }
    .stylish-input-group .form-control {
        padding: 6px 12px;
    }
    .logo-mb {
        width: 180px;
    }
    .info-dattour{
        margin: 20px 0;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .map-container iframe{
        height: 500px;
    }
    .block-bg{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .find-tour .nav-tabs{
        top: unset;
        margin: 10px 0 30px 0;
    }
    .find-tour .nav-tabs>li>a{
        border-radius: 10px !important;
    }
    .find-tour .nav-tabs>li.active>a, 
    .find-tour .nav-tabs>li.active>a:focus, 
    .find-tour .nav-tabs>li.active>a:hover {
        background: #6da7bf;
    }
    .flex-end{
        flex-wrap: wrap;
    }
    .main-banner .nivo-controlNav{
        bottom: 20px;
    }
    .main-banner .nivoSlider{
        height: 150px;
    }
    .main-banner .nivoSlider img{
        height: 100% !important;
    }
    .find-tour .nav-tabs>li>a {
        padding: 10px;
        font-size: 11px;
    }
    footer .flex-wrap{
        display: block;
    }
    .map-container iframe{
        height: 400px;
    }
    .tit-bnp{
        font-size: 26px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    h3{font-size: 20px;}
    .info-tour-top span{
        font-size: 14px;
    }
    .prev-kms,
    .next-kms{
        width: 20px;
        top: 40%;
        background: #ebebeb;
    }
    .prev-km,
    .next-km{
        width: 20px;
        top: 40%;
        background: #ebebeb;
    }
    .news-cont{
        width: 100%;
    }
    .map-container iframe{
        height: 300px;
    }
    .tit-bnp{
        font-size: 20px;
    }
    .banner-page{
        justify-content: end;
    }
    .block-phutrach {
        background: #ebebeb;
        padding: 15px 10px;
    }
    .block-lichtrinh{
        display: block;
    }
    .date-lichtrinh{
        float: none;
    }
    .noidung-lt{
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 15px;
    }
    .date-lichtrinh:after,
    .noidung-lt:after,
    .noidung-lt:before{
        content: unset;
    }
    .a-morong{
        font-size: 16px;
    }
}