
.title-page{
    margin-bottom: 20px;
    color: #1a3863;
}
.title-page h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}


.promotion{
    width: 100%;
	margin-top: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.promotion a{
    text-decoration: none;
}
.promotion .row-street{
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
}
.promotion .col{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom:10px;
}
.promotion .hot-news{
    width: 100%;
    position: relative;
}
.promotion .hot-news:hover .news-content{
    width: 90%;
    top: 50% !important;
    left: 50%;
    transform:translate(-50%, -50%);
}

.promotion .hot-news:hover a.title-news{
    -webkit-line-clamp: 10;
}
.promotion .hot-news img{
    width: 100%;
    object-fit: cover
}

.news-content{
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,.45);
    padding: 15px;
    transition:.4s ease-in-out;
}
 p.times-pots{
    color: rgb(168, 164, 159);
    margin-bottom: 15px !important;
}
.news-content a.title-news{
    font-size:16px;
    font-weight: 600;
    display: block;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    transition: .8s ease-in-out;
}

.box-post{
    width:100%;
    height: 100%;
    
    border:1px solid #ddd;
}

.post-img img{
    width: 100%;
    object-fit: cover
}
.post-body{
    padding: 20px 15px ;
}
.post-body h5.title{
 
    font-size: 18px;
    transition: .3s;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    min-height: 38px;
}
.post-body h5.title a{
    color: #1a3863;
    font-weight: 600;
   
}

.post-body p.text{
   
}

.line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-2
{
    -webkit-line-clamp: 2;
}
.line-3
{
    -webkit-line-clamp: 3;
}


.button-readmore{
    margin: 15px 0;
    text-align: center;
}
.button-readmore a{ 
    padding: 8px 17px;
    border:2px solid #1a3863;
    color: #1a3863;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
}

.button-readmore a:hover{ 
    color: #fff;
    background: #1a3863;
}

.promotion .panigation{
    margin-top: 30px;
}
.promotion .panigation ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.promotion .panigation ul li{
    margin: 0 5px;
}

.promotion .panigation ul li a{
    padding: 5px 10px;
    color: #1a3863;
    border:1px solid currentColor;
    border-radius: 5px; 
	outline:none;
}
.promotion .panigation ul li.active a,
.promotion .panigation ul li a:hover{
    background: #1a3863;  
    color: #fff; 
	border:1px solid #1a3863;
}
.travel_tag {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    
}
.travel_tag ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
.travel_tag li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.travel_tag li a {
    padding: 6px 15px;
    background : #1a3863;
    color: #fff;
    border-radius: 10px;
}


.deal{
    margin-bottom: 30px;
}
.deal h5.name-tour{
    font-weight: bold;
    font-size: 16px;
}
.deal h5.name-tour span{
    color: #e64c4c;
}

.deal table thead th{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


td span.price{
    white-space: nowrap;
}

@media (max-width:575px)
{
    .deal table thead {
       display: none;
    }
    .deal table tbody tr {
        border:1px solid #ddd;
        margin-bottom: 10px;
        text-align: center;
     }
    .deal table tr,
    .deal table td,
    .deal table th{
        display: block;
        border-collapse: collapse;
    }
}