@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
#rating {
    border: none;
    float: left;
    margin-right:5px;
}

#rating>input {
    display: none;
}


/*ẩn input radio - vì chúng ta đã có label là GUI*/

#rating>label:before {
    margin: 3px;
    font-size: 15px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}


/*1 ngôi sao*/

#rating>.half:before {
    content: "\f089";
    position: absolute;
}

.prod_rating span p{
  margin-bottom:0 ;
}
/*0.5 ngôi sao*/

#rating>label {
    color: #FFD700;
    float: right;
}

/*float:right để lật ngược các ngôi sao lại đúng theo thứ tự trong thực tế*/


/*thêm màu cho sao đã chọn và các ngôi sao phía trước*/

#rating>input:checked~label,
#rating:not(:checked)>label:hover,
#rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* Hover vào các sao phía trước ngôi sao đã chọn*/

#rating>input:checked+label:hover,
#rating>input:checked~label:hover,
#rating>label:hover~input:checked~label,
#rating>input:checked~label:hover~label {
    color: #ddd;
}
.sldie-show{
  margin-bottom:35px;
}
.sldie-show .card {
    border: none !important;
}

.sldie-show:hover .prod_btn_left,
.sldie-show:hover .prod_btn_right {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.rating_group {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

.rating_group span {
    font-size: 14px;
    color: #333;
}

.prod_btn_left {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 40%;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    opacity: 0;
}

.prod_btn_right {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 40%;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    opacity: 0;
}

.prod_title_top {
    background: #f2f5f8;
    padding: 9px 0;
    margin-bottom: 40px;
    border-bottom: solid 1px #fff;
}

.prod_title_top span a {
    color: #666666;
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: none;
}

.prod_title_name h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom:20px;
}

.prod_right_tttour {
    border: solid 1px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 25px;
}

.prod_right_tttour p {
    font-size: 16px;
    color: #ed1b24;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.prod_right_tttour ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.prod_right_tttour ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-table;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.prod_right_tttour ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.prod_right_tttour .prod_text_tour {
    width: 150px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.prod_right_tttour .prod_text_tt {
    font-size: 14px;
    color: #333333;
}

.box_price {
    margin-bottom: 30px;
}

.box_price .price {
    background: #ed1b24;
    background: linear-gradient( 90deg, #ed1b24 0, #ed1b24 100%);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px;
}
.content strong,
.titDay span,
.the_content ul li,
.the_content p,
.textDay ul li{
  font-size:14px;
}
.listDay p,
.the_content p{
  margin:5px 0;
}
.the_content ul{
  margin:0;
}
.responsive th{
  font-size:14px;
}
.box_price .bot {
    padding: 15px;
    background: #ed1b24;
    background: linear-gradient( 90deg, #ed1b24 0, #ed1b24 100%);
}

.box_price .bot button:hover,
.box_price .bot .prod_lh:hover{
  background: #fff;
  color: #008fea;
}
.box_price .bot button ,
.box_price .bot .prod_lh{
    width: 100%;
    height: 40px;
    background: #008fea;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.boxDesign {
    background: #f3f3f3;
}

.boxDesign ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.boxDesign ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
}

.boxDesign ul li a {
    text-decoration: none;
    color: #333333;
    padding: 9px 10px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.boxDesign ul li a i {
    margin-right: 10px;
}

.boxTour {
    margin-bottom: 40px;
}

.boxTour .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}
.boxTour .content{
  overflow-x:auto;
}
.title span i {
    margin-right: 10px;
}

.content table p {
    margin-bottom: 0 !important;
}

.content table td {
    padding: 5px;
}

.listDay:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 0;
    border-left: solid 1px rgba(0, 0, 0, .05);
}

.listDay .day .titDay:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: solid 1px #ed1b24;
    top: 3px;
    left: -22px;
}

.listDay .day .titDay:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #ed1b24;
    top: 7px;
    left: -18px;
}

.listDay .day {
    margin-bottom: 15px;
}

.listDay .day .titDay {
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
}

.listDay .day .titDay {
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.listDay {
    padding-left: 30px;
    position: relative;
}

.textDay {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.textDay p {
    font-size: 14px;
}

/*.prod_bookve {*/
/*    overflow-x: scroll;*/
/*}*/

.prod_bookve td {
    font-size: 14px;
}

.whnw {
    white-space: nowrap;
}

.prod_bookve .btn-book {
    background: #ed1b24;
    background: linear-gradient( 180deg, #ed1b24 0, #ed1b24 100%);
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.prod_bookve .btn-view {
    border: solid 1px #ed1b24;
    color: #ed1b24;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.prod_bookve .btn-view:hover {
    color: #fff;
    background: #ed1b24;
    background: linear-gradient( 180deg, #ed1b24 0, #ed1b24 100%);
    color: #fff;
    transition: .3 all;
    -webkit-transition: .3 all;
    -moz-transition: .3 all;
    -ms-transition: .3 all;
    -o-transition: .3 all;
}

.mda-price-item {
    border: 1px solid #e30050;
    background-color: #f7f6f6;
    padding-bottom: 10px;
    display: none;
}

.mda-price-item,
.mda-price-item .mda-price-item-box {
    position: relative;
}

table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
}

.mda-price-item .bnt-hide-row {
    font-size: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    font-weight: 700;
    width: 30px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: #ab0404;
}

.mda-price-item p {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.mda-price-item .mda-table {
    width: 100%;
}

.bot .form_group {
    margin-bottom: 10px;
}

.bot .form_group input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
}

.mda-price-item .mda-table tr:first-child {
    background: url(images/kebang.png) repeat-x;
    text-align: right;
    font-weight: 700;
}

.mda-price-item .mda-table tr td {
    border: 1px solid #ccc;
    padding: 7px 15px;
    text-align: right;
}

.mda-price-item .mda-table tr {
    background-color: #fbfafa;
}

.mda-price-item-box {
    box-shadow: 0 1px 2px #ccc;
    position: absolute;
    z-index: 7;
    color: #111;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.activeBookVe {
    display: table-row !important;
}

.hidden_lg {
    display: none;
}

.prod_right_bottom{
  position:sticky;
  top:125px;
}

.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    height: 30px;
    width: 30px;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
}

.input-qty{
  background: transparent;
  border: 1px solid #ddd;
  height:30px;
  width:50px;
  text-align: center;
    font-size: 14px;
}

.prod_select select{
    width: 20%;
    height: 35px;
    border-radius: 5px;
    outline: none;
}
.prod_lhtour{
  float: right;
    width: 100px;
    height: 40px;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod_dattour{
  border:1px solid #ddd;
}
@media (max-width:1023px) {
    .hidden_lg {
        display: block !important;
    }
    .prod_right {
        display: none;
    }
    .prod_bookve table {
        white-space: nowrap;
    }
}

@media (max-width:600px) {
    .box_price .price{
      padding:5px;
    }
    .content table tr td{
     display:flex;
     width:100% !important;
    }
    .content table tr{
     border-bottom: 1px dotted #ed1b24;
    }