@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900.css');

* {
    font-family: "Roboto", sans-serif !important;
}

body {
    overflow: hidden;
    margin: 0;
}

a {
    text-decoration: none;
    color: #E23C47;
}

a:hover {
    color: #6d0007;
}

.bg-home {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/home/bg-home.webp');
}

.home-logo {
    position: absolute;
    width: 100vw;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content {
    position: relative;
    top: 35vh;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 16px;
    width: 747px;
    height: 293px;
}

.content-title {
    margin-top: 40px;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #283352;
}

.content-place {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 48px;
    height: 32px;
    margin-top: 32px;
}

.place-title {
    cursor: pointer;
    position: relative;
    color: #283352;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    margin-left: 20px;
}

.place-title a {
    color: #283352;
}

.place-title:hover a {
    color: #E23C47;
}

.home-btn-next {
    cursor: pointer;
    position: relative;
    margin-left: 32px;
}

#input_search {
    border: none;
    width: 80%;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    outline: none;
}

#search_btn {
    fill: #7988A4;
}

#input_search:focus::placeholder {
    color: transparent;
}

.search_recommend {
    display: none;
    z-index: 1;
    background-color: #FFFFFF;
    position: absolute;
    margin-left: 48px;
    width: 652px;
    max-height: 300px;
    overflow: auto;
    border-radius: 0px 0px 16px 16px;
    min-height: 100px;
    box-shadow: 0px 8px 16px rgb(130 136 160 / 10%);
}

::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #EDF1F7;;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BFC9DD;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #EDF1F7;
}

.recommend_content {
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
}

.content-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
    background: #F3F5F9;
    border-radius: 100px;
    height: 36px;
}

.content-text:hover {
    color: #E23C47;
}

.recommend_text {
    cursor: pointer;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
}

.footer-btn {
    position: relative;
    margin-left: 48px;
    margin-right: 48px;
    height: 52px;
    width: -webkit-fill-available;
}

.btn-thamquan {
    cursor: pointer;
    margin-top: 36px;
    position: relative;
    width: -webkit-fill-available;
    height: 52px;
    background: #C81E2A;
    border-radius: 8px;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}
