.icon-size{
    width: 50px;
}

.icon-size-II{
    width: 25%;
}

.icon-size-III{
    width: 100%;
}

.icon-header{
    width: 80%;
}

.header-text{
    font-family: arial;
    font-size: 20px;
}

.font-title-user{
    font-family: arial;
}

.font-title{
    font-family: arial;
    font-size: 30px;
}

.img-margin{
    margin-left: 10px;
    margin-right: 10px;
}

.vl {
    border-left: 1px solid #888;
    height: 100%;
}

.margin{
    margin-left: 25px;
}

.a-hover{
    color: #888;
}

.img-thumbnails{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 240px;
}

.img-thumbnails-tiket{
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 350px;
}

.img-thumbnails2{
    border-radius: 5px;
    width: 100%;
    height: 300px;
}

.img-thumbnails-detail{
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 500px;
}

.img-thumbn-detail{
    width: 20%;
}

.pd-thumb{
    padding: 10px;
}

.cover-thumb{
    border: 1px solid; border-radius: 6px
}

.font-title-thumb{
    color: #888; font-size: 14px;
}

.font-desc-thumb{
    color: #888; font-size: 12px;
}

.font-footer-thumb{
    color: #888; font-size: 10px;
}

.font-title-tiket{
    color: #888; font-size: 18px;
}

.card-content{
    display: flex;
    flex-wrap: wrap;
}

.img-lang{
    height: 20px;
    width: 20px;
}

.first-topbar{
    height: 2.5rem;
    font-size: 13px;
}

.second-topbar{
    height: 5.5rem;
}

.img-slide-detail{
    height: 450px;
}

@media only screen and (max-width: 600px) {
    .font-title{
        font-family: arial;
        font-size: 20px;
    }
    .icon-size-II{
        width: 100%;
    }
    .icon-size{
        width: 35px;
    }
    .icon-header{
        padding: 5%;
    }
    .header-text{
        font-family: arial;
        font-size: 20px;
    }
    .text-search{
        width: 35%;
    }
    .text-margin{
        margin-left: 10px;
        margin-right: 10px;
    }
    .vl {
        border-left: 1px solid #888;
        height: 100%;
    }
    .mb-header-content{
        margin-bottom: 20px;
    }
    .img-thumbnails-detail{
        border-radius: 5px 5px 5px 5px;
        width: 100%;
        height: 350px;
    }
    .img-thumbn-detail{
        width: 20%;
    }
    .img-slide-detail{
        height: 280px;
    }
}