/*style toure trong nước*/
.product {
    margin-bottom: 20px;
}

.product_list_left {
    width: 20%;
    float: left;
    background-color: #d8d5d559;
    height: 580px;
}
.product_list_right {
    float: left;
    width: 80%;
}
.box_sp {
    display: inline-block;
    width: 100%;
}
.box_sp {
    padding: 25px 0px;
}
.product-tittle {
    text-align: center;
    background: #fcca24;
}

    .product-tittle h3 {
        font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 10px;
    }
.list_dmc2 {
    padding: 5px;
}
.list_dmc2 ul {
    list-style-type: none;
}
.list_dmc2 ul li {
    border-bottom: 1px dashed;
}
.list_dmc2 ul li a {
    line-height: 35px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 14px;
}
.list_dmc2 ul li a  i {
    color: #e5322c;
    padding-right: 5px;
}
.list_dmc2 ul li:hover a {
    text-decoration: none;
    color: #3c3c3c;
} 

.products-item {
    width: 23%;
    float: left;
    margin: 5px 10px;
    background: white;
    box-shadow: 0px 0px 14px #000;
}
.item-2
{
    width: 30.5%;
}
.item-1
{
    width: 98%;
}
.product-img {
    position: relative;
    height: 200px;
}

.products-item .product-img img {
    width: 100%;
    height: 100%;
}

.prduct-hover {
    font-size: 15px;
    color: #fff;
    width: 100%;
    bottom: 0px;
    position: absolute;
    display: none;
}

.products-item:hover .prduct-hover {
    display: block;
}

.bt-product {
    width: 50%;
    float: left;
}

    .bt-product a {
        margin: 0px;
        font-size: 14px;
        display: inline-block;
        padding: 5px 22px;
        background: #ff2636;
        color: white;
        text-decoration: none;
    }

        .bt-product a:hover {
            text-decoration: none;
            color: white;
        }

.bt-booking {
    text-align: right;
}

.product-info {
    padding: 0 15px;
    text-align: center;
}
.product-info h3  {
        min-height: 75px;
    }
    .product-info h3 a {
        color: red;
        text-decoration: none;
        font-size: 17px;
    }

.icon-dichvu {
    margin: 0 25px;
    border-top: 1px solid #ff2636;
    margin-top: 5px;
}
.icon-dichvu ul{
    list-style: none;
    text-align: center;
}
.icon-dichvu ul li{

  display: inline-block;  
  width: 31%;
}
.icon-dichvu ul li:first-child{
   
}

    .icon-dichvu a {
        
        text-align: center
    }

.show-all {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

    .show-all a {
        text-decoration: none;
        color: #3c3c3c;
        background: #fcca24;
        border-radius: 0px;
        padding: 10px 30px;
        text-transform: uppercase;
        border-radius: 5px;
        font-weight: 600;
        font-size: 11px;
    }
        .show-all a:hover {
            background: #ff2636;
            color: white;
            text-decoration: none;
        }
/*end tour trong nước*/
.quangcao
{
    padding: 10px 0px;
}
@media screen and (max-width: 960px) { 
.products-item {
    margin: 1px 4px;
    width: 47%;
    margin-bottom: 3%;
}
.icon-dichvu a {
    width: 31%;
}
}
@media screen and (max-width: 800px) { 
   .products-item {
    margin: 1px 4px;
    width: 47%;
    margin-bottom: 3%;
   }
    .bt-product a{
            padding: 2px 14px;
    }
    .product-info {
        padding: 0 4px;
    }
    .product-info h3{
        margin-top: 1%;
    }
    .product-info h3 a {
            font-size: 15px;
    }
    .product-img {
        height: auto;
    }

}
@media screen and (max-width: 700px) { 
    .products-item {
        margin: 1px 4px;
        width: 47%;
        margin-bottom: 3%;
}
.bt-product a {
    padding: 4px 25px;
    font-size: 17px;
} 
}
@media screen and (max-width: 600px) {
.products-item {
    margin: 1px 4px;
    width: 47%;
    margin-bottom: 3%;;
}
}
@media screen and (max-width: 480px) { 
.products-item {
    margin: 1px 4px;
    width: 47%;
    margin-bottom: 3%;    
}
}
@media screen and (max-width: 400px) { 
.products-item {
    margin: 1px 4px;
    width: 47%;
    margin-bottom: 3%;  
}
}

