header .sign-in .sign-by {
    float: left;
     display: block; 
    margin-bottom: 0px;
}
header .sign-in .account {
     display: block; 
    float: left;
    margin-left: 10px;
}
header .sign-in .account p {
    /* display: inline; */
    /* float: left; */
    margin: 0px;
    height: 11px;
}
header .sign-in .account a {
    /* color: #fff; */
    font-size: 18px;
    /* height: 30px; */
    /* line-height: 30px; */
    margin-top: -11px;
    font-family: 'Roboto-Regular';
}
li.item-menu:hover ul{
	display: block;
}
.section6 .form-price button{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 44px;
}
.section3-introduce .crumb{
        padding: 10px 0px;
}
.section4-product .gr-product .item-product .content-item h2 {
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 14px 0px;
}
.item-product .img-item{
    height: 232px;
}
@media(max-width:768px){
    .item-product .img-item{
        height: auto;
    }
}

.item-product .img-item a img{
    height: 100%;
    object-fit: cover;
}
.news-page{
        float: left;
    width: 100%;
}


.item-album {
    margin: 10px 0px;
}
.cover-album {
    border: 1px solid #ebebeb;
    padding: 5px;
    height: 245px;
}
.cover-album a {
    position: relative;
    display: block;
    height: 100%;
}
.cover-album .img-hover {
    overflow: hidden;
    height: 100%;
}
.cover-album .img-hover img {
    transition: all ease 0.3s;
    object-fit: cover;
}

.cover-album .img-hover img {
    width: 100%;
}
.caption-album {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
    width: 100%;
    left: 0;
}
.cover-album .caption-album h2 {
    font-size: 16px;
    text-align: left;
    color: black;
    margin: 10px 0px;
    font-family: 'Roboto', sans-serif;
    color: white;
}
.item-album:hover .img-album img{
    transform: scale(1.1);
}
.contact-info{
        float: left;
    width: 100%;
}
.form_lienhe form input{
    width:80%;
    display: block;
    padding: 5px 10px;
    margin:10px 0px;
}
.form_lienhe form textarea{
    max-width:80%;
    min-width: 80%;
     width:80%;
    display: block;
    padding: 5px 10px;
    margin:10px 0px;
    min-height: 150px;
    height: 150px;
    max-height: 170px;
}
.form_lienhe form input,.form_lienhe form textarea,.form_lienhe form button{
    border-radius:5px;
    border:1px solid #b0b0a8;
}
.form_lienhe form button{

    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
        background-color: #18844c;
    border: none;
    margin-bottom: 34px;
    padding: 10px 44px;
}
.contact-info{
    margin:20px 0px;
}
.contact-info h3{
    text-transform: uppercase;
}
.contact-info h2{
    text-transform: uppercase;
}
.contact-info .map{
    margin-top:15px;
}
.form_lienhe .row{
    margin:0px !important;
}
.list-news{
    float: left;width: 100%;
    margin:20px 0px;
}
.img-new-trip-explore {
    height: 260px;
    overflow: hidden;
}
.img-new-trip-explore img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.img-new-trip-explore a{
    display: block;
    overflow: hidden;
    height: 100%;
}
.img-new-trip-explore a:hover img{
    transform: scale(1.1);
}
.title-new-trip-explore a{
    color: #474747;
    display: block;
    text-align: center;
}
.title-new-trip-explore h2{
   font-size:24px;
       text-transform: uppercase;
}
.item-new-trip-explore{
    margin:15px 0px;
}
a:hover{
    text-decoration: none !important;
}

.list-news .col-xs-12>h2{
     text-transform: uppercase;
     position: relative;
     padding: 7px 0px;
     font-size:24px;
}
.list-news .col-xs-12>h2:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 2px;
    background:black;
}
.items{
    padding: 10px 0px;
    border-bottom:1px dotted black;
}
.list .items .img{
    width: 120px;
    float: left;
       height: 77px;
    overflow: hidden;
}
.list .items .img img{
       width: 100%;
       object-fit: cover;
    max-height: 100%;
    transition: all .5s;
}
.list .items .img a{
    display: block;
    overflow: hidden;
    height: 100%;
}
.list .items .img a:hover img{
    transform: scale(1.1);
}
.list .items .content{
    margin-left:130px;
}
.list .items .content h3{
        font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    color: #474747;
}
.list .items .content p{
   margin:0px;
}
.pagination {
    width: 100%;
}
.pagination ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.pagination ul li{
    display: inline-block;
  
    background:#0085cb;
}
.pagination ul li a{
    color:#333;
      padding: 5px 10px;
      display: block;
}
.pagination ul li:hover{
    background:#dce1e2;
}
.pagination ul li:hover a{
   color:#0085cb;
}
.pagination ul li.active{
    background:#dce1e2;
}
.pagination ul li.active a{
    color:#0085cb;
}
.list-news .col-xs-12 >.content h2{
    text-transform: uppercase;
}
.contents{
    float: right;
}
@media(max-width: 768px){
    footer{
            margin-top: 20px;
    }
}
.text-detail {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

.text-detail p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}
.text-detail img{
    width: auto;
    max-width: 100%;
    height: auto !important;
}
.text-detail table > thead > tr > th, .text-detail table > tbody > tr > th, .text-detail table > tfoot > tr > th, .text-detail table > thead > tr > td, .text-detail table > tbody > tr > td, .text-detail table > tfoot > tr > td {
    border: 1px solid #eee;
}

.text-detail table > thead > tr > th, .text-detail table > tbody > tr > th, .text-detail table > tfoot > tr > th, .text-detail table > thead > tr > td, .text-detail table > tbody > tr > td, .text-detail table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font: 13px/18px "arial";
}

.text-detail table tr:hover {
    background-color: #F8FAFB;
}

.text-detail ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.map{
       margin-bottom: -30px;
}
.about-page .section4-introduce {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

.about-page .section4-introduce p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}
.about-page .section4-introduce img{
    width: 100%;
    height: auto !important;
}
.about-page .section4-introduce table > thead > tr > th, .about-page .section4-introduce table > tbody > tr > th, .about-page .section4-introduce table > tfoot > tr > th, .about-page .section4-introduce table > thead > tr > td, .about-page .section4-introduce table > tbody > tr > td, .about-page .section4-introduce table > tfoot > tr > td {
    border: 1px solid #eee;
}

.about-page .section4-introduce table > thead > tr > th, .about-page .section4-introduce  table > tbody > tr > th, .about-page .section4-introduce table > tfoot > tr > th, .about-page .section4-introduce table > thead > tr > td, .about-page .section4-introduce table > tbody > tr > td, .about-page .section4-introduce table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font: 13px/18px "arial";
}

.about-page .section4-introduce table tr:hover {
    background-color: #F8FAFB;
}

.about-page .section4-introduce ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.section1 .main-menu ul .dropdown {
    width: 320px;
}
/* .section1 .main-menu {
    float: right;
    margin-top: 40px;
    transition: 1s;
} */
.section1 .main-menu ul .hover {
   margin-left:0px;
   padding:0px 30px;
}
.type-product{
    position: relative;
}
.type-product h4{
    position: absolute;
    left: 81px;
    top: 11px;
        font-family: 'Roboto-Regular';
    font-size: 14px;
    display: inline;
    text-transform: uppercase;
}
.section4-DP .type-product {
        margin-top: 10px;
}
.section4-DP .type-products .box-product .head-item {
    background:#fff;
    border: 1px solid #e1e1e1;

}
.type-products .img-item{
    display: none;
}
.type-product .img-item{
    transition: all .5s;
}
.about-us p{
    text-align: justify;
}
.section3 .product-item .content {
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}
.about-page .section4-introduce img{
    max-width:100%;
    height: auto !important;
}
.news-page{
    float: left;
    width: 100%;
}
.ft-2 .main-menu{
    margin-top:0px;
}
.section4-product .right{
    float: right;
}
.product-item .image-item a{
    display: block;
    overflow: hidden;
    
}
.product-item .image-item a img{
    transition: all .5s;
}
.product-item .image-item a:hover img{
    transform: scale(1.1);
}
.section3 .product-item .image-item {
    overflow: hidden;
    
}
.section7 .item-new .image-item {
    height: 240px;
    overflow: hidden;
}
.section7 .item-new .image-item a{
    display: block;
    overflow: hidden;
    max-height: 240px;
}
.section7 .item-new .image-item a img{
    transition: all .5s;
}
.section7 .item-new .image-item a:hover img{
    transform: scale(1.1);
}
.section4-product .gr-menu .item-menu:hover {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.section4-product .gr-menu .item-menu a{
    display: block;
}
.section4-product .gr-menu .item-menu:hover a{
    font-weight: 700;
}
.section4-product .gr-product .item-product .img-item a{
    display: block;
    height: 232px;
     overflow: hidden;
}
.section4-product .gr-product .item-product .img-item img {
    width: 100%;
    max-width: none;
}
.section4-product .gr-product .item-product .img-item a img{
    transition: all .5s;
}
.section4-product .gr-product .item-product .img-item a:hover img{
    transform: scale(1.1);
}
.info a{
    color:#fff;
}
.contact a{
    color:#fff;
}
.proem .content{
    width: 480px;
}
.content-item h2 a{
    color: #00a851;
}
@media(max-width:1366px){
    .section1 .main-menu >ul .cover>li >.dropdown li a {
        font-size: 14px;
    }
    .title-new-trip-explore h2{
        font-size:20px;
    }
}
@media(max-width:768px){
    .hide_mobile{
        display: none;
    }
    .title-new-trip-explore{
            margin-top: 10px;
    }
    .ft-1 h3{
        text-align: left;
    }
    .ft-1 .branch{
        text-align: left;
    }
     .ft-1 .help-news{
        text-align: left;
     }
     
}
@media(max-width:576px){
    .pp_expand{
     display: none !important;
    }
    .section4-product .gr-product .item-product .content-item {
     width: 100%; 
    }
    .section3 .product-item .image-item {
    height: auto;
    }
   .section3 .product-item .image-item img {
    height: auto;
   }
   .proem .content{
        width: 100%;
    }

}
@media (max-width: 480px){
    footer .ft-2 .logo-ft {
        position: absolute;
        top: -59px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .ft-2{
        position: relative;
    }
    .itemSlide {
        height: auto; 
    }
}
.ft-1 .col-one{
    text-align: justify;
}
footer .ft-1 .col-one {
     padding-right: 15px; 
}
.crumb a{
    font-family: 'Roboto-Regular', sans-serif;
}
header .sign-in .sign-by {
        margin-top: 2px;
}
.logo-ft img{
    width: auto !important;
    height: auto !important;
}
footer .ft-2 .col-center {
    padding: 0px;
    text-align: center;
    margin-top: -50px;
}