@font-face {
    font-family: 'UTM Avo';
    src: url('../assets/font/UTM Avo.ttf') format('truetype'), url('../assets/font/UTM AvoBold.ttf') format('truetype'), url('../assets/font/UTM AvoBold_Italic.ttf') format('truetype'), url('../assets/font/UTM AvoItalic.ttf') format('truetype');
}

.img-logo{
    max-height:53px;
}
.font-avo {
    font-family: 'UTM Avo';
}

.book-table .table-form {
    padding: 15px;
}
.tab_menu {
    width: 100%;
    height: 100px;
}

    .tab_menu img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        border-radius: 15px;
    }
    .tab_menu span {
        position: absolute;
        top: 30px;
        left: 0px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        font-size: 26px;
        color: #fff;
        font-family: 'UTM Avo';
        font-weight: bold;
        text-shadow: 0px -1px 5px #333
    }
.tab-left {
    padding:0px;
    padding-right:10px;
}
.tab-center {
    padding: 0px 5px;
    padding-right: 5px;
}
.tab-right {
    padding: 0px;
    padding-left: 10px;
}
.category-box p {
    font-weight:400 !important
}
img.bg-img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.bg-img-200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#ListHinhanh img.bg-img {
    width: 100%;
    height: 550px !important;
    object-fit: cover;
}
.category-wrap img.img-fluid {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.row_1 {
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap !important;
}

.row_2 {
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap !important;
}
.row_3 {
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.h60{
    height:60px !important;
}
.bg-moden {
    position:absolute;
    width: calc(100% - 10px);
    height:100%;
    background:rgba(0,0,0,0.5);
    
}
.br-10 {
    border-radius: 10px;
}
.fs-10{
    font-size:10px;
}
.fs-14 {
    font-size: 14px !important;
}
.bg-moden-big {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% + 50px);
    background: rgba(0,0,0,0.5);
    top: -50px;
}
.color-while{
    color:white;
}
.full-banner .container{
    position:relative;
    z-index:1;
}
.include-sec div{
    color:#333 !important;
    font-size:13px !important;
    font-weight:600 !important;
    height:55px !important;
    line-height:15px;
    border-bottom:1px #ccc dashed
}
.category-wrap .coupon-code {
    font-family: 'UTM Avo' !important;
}

.media .row_3{
    line-height:17px;
    font-size:12px;
}
.media .img-fluid{
    object-fit:cover;
    width:90px;
    height:90px;
}
#slider_index img{
    height:680px !important;
}
/*==============================*/
@media(max-width:768px) {
    #ListHinhanh img.bg-img {
        height: 350px !important;
    }
    .bg-img-200 {
        height: 120px;
    }
}