html,
body {
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.dewoo_header{
    max-height: 140px;
    box-shadow: 0px 0.5px 4px 0px #00000040;
}

.header_logo{
    display: flex;
    align-items: center;
    height: 70px;
}

.header_type{
    height: 70px;
}

.dewoo_body{
    height: calc(100vh - 210px);
}

.dewoo_body .content{
    height: calc(100% - 48px);
    overflow: auto;
    padding: 20px 0;
}

.dewoo_body .page{
    display: flex;justify-content: center;
    align-items: center;
    padding: 5px;
}

.page ul.pagination{
    margin-bottom: 0;
}

.item_room{
    position: relative;
    cursor: pointer;
    margin: 15px 0;
}

.item_room .name-room{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #44444466;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    color: #ffffff;
}

.item_room img.img_thumbnail{
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1
}

.dewoo_footer{
    background: #52525b;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 70px;
}

.page_mb{
    display: none;
}

.navbar{
    padding: 0;
}

.open_iframe{
    height: calc(100% - 70px);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 70px;
}

.home-icon {
    position: absolute;
    right: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

/*---------------------*/
.zalo-icon {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fb-icon{
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
}

.browser-icon{
    position: fixed;
    right: 25px;
    bottom: 175px;
    display: flex;
    align-items: center;
}

.g_link_fb, .g_link_zalo, .g_link_browser {
    background: #1877f2;
    width: max-content;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    display: none;
    height: 60px;
}

.fb-icon:hover .g_link_fb{
    display: block;
}

.zalo-icon:hover .g_link_zalo{
    display: block;
}

.browser-icon:hover .g_link_browser{
    display: block;
}

.g_link_fb:before, .g_link_zalo:before, .g_link_browser:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #1877f2;
}

.g_link_fb a, .g_link_zalo a, .g_link_browser a {
    text-decoration: none;
}

.g_link_fb div, .g_link_zalo div, .g_link_browser div {
    color: #ffffff;
    padding: 3px 20px;
}

.g_link_fb div:hover, .g_link_zalo div:hover, .g_link_browser div:hover {
    color: #ffffff;
}

.g_link_fb a:first-child div, .g_link_zalo a:first-child div, .g_link_browser a:first-child div{
    border-bottom: 1px solid;
}

.g_link_fb a:first-child div:hover, .g_link_zalo a:first-child div:hover, .g_link_browser a:first-child div:hover {
    color: #ffffff;
    background: #93181c;
    border-radius: 10px 10px 0 0;
}

.g_link_fb a:last-child div:hover, .g_link_zalo a:last-child div:hover, .g_link_browser a:last-child div:hover {
    color: #ffffff;
    background: #93181c;
    border-radius: 0 0 10px 10px;
}

.zalo-responsive{
    bottom: 100px;
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../icons/menu.svg");
}

button:focus {
    outline: none;
}

.link {
    cursor: pointer;
}

.height-iframe {
    height: calc(100% - 60px);
}

.btn-submit {
    background: none;
    border: 0;
    padding: 0;
}

.category {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
}

.category::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 5px;
}

.category::-webkit-scrollbar-thumb {
    background: #555;
}

.category::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.category div {
    border: 1px solid rgba(249, 161, 50, 1);
    background-color: rgba(255, 248, 235, 1);
    border-radius: 45px;
}

.category div.active {
    outline: red !important;
    color: white !important;
    background-color: rgba(249, 161, 50, 1);
}

.category div.active a {
    color: white !important;
}
.category div a {
    color: rgba(82, 82, 82, 1) !important;
}

.list-store div {
    height: 200px;
}

.list-store div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -20px;
}

.height-header {
    height: 100px;
}

.height-body {
    height: calc(100% - 123px);
}

.z-9999 {
    z-index: 9999;
}

.z-999999999 {
    z-index: 999999999;
}

.detail {
    position: absolute;
    left: 0;
    width: 360px;
    height: 100%;
}

.iframe_store {
    position: absolute;
    width: calc(100% - 360px);
    left: 360px;
    height: 100%;
}

.infor {
    position: absolute;
    width: 360px;
    right: 0;
}

.list-detail {
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 5px;
}

.list-detail::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.list-detail::-webkit-scrollbar-thumb {
    background-color: rgba(145, 43, 15, 1);
}

.list-detail div {
    width: 100%;
}

.list-detail div div {
    display: none;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-10 {
    font-size: 10px;
}

.color-default {
    color: rgba(149, 3, 3, 1);
}

.color-link {
    color: rgba(250, 182, 79, 1);
}

.bg-default {
    background-color: rgba(149, 3, 3, 1);
}

.bg-orange {
    background-color: rgba(249, 161, 50, 1);
}

.background-yellow-orange {
    background-color: rgb(255, 248, 235, 1);
}

.radius-5 {
    border-radius: 5px;
}

.type {
    width: 90px;
    background: rgba(255, 248, 235, 1);
}

.type img {
    width: 20px;
    margin-top: 10px;
}

.height-100 {
    height: 100px;
}

.img-w-h {
    height: 100px;
    width: 100px;
}

#detail_filter {
    position: absolute;
    display: none;
    top: 40px;
    background: white;
    border: 1px solid;
    border-radius: 5px;
    line-height: 50px;
}

.close-custom {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0;
}

.font-weight-300 {
    font-weight: 300;
}

.gird-detail {
    overflow-y: auto;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: auto auto auto;
}

.gird-detail::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
    max-height: 50%;
    height: 50%;
}

.gird-detail::-webkit-scrollbar-thumb {
    background-color: rgba(145, 43, 15, 1);
    max-height: 50%;
    height: 50%;
}

.gird-detail div {
    width: fit-content;
    margin-right: 5px;
}

.gird-detail div div {
    display: none !important;
}

#myTab a {
    border: hidden;
}

#myTab .active {
    border-bottom: 1px solid white;
}

#myTab a img {
    width: 20px;
    height: 20px;
}

#myTab a {
    background-color: unset;
    color: white;
}

.img-dowload {
    width: 40px;
    height: 40px;
}

.bg-dowload {
    background-color: rgba(239, 239, 239, 1);
}

.color-text {
    color: rgba(82, 82, 82, 1);
}

.size-img-store {
    width: 150px;
    height: 80px;
}
#inlineFormInputGroup {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-radius-right-20 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.dewoo-header {
    background-color: rgba(255, 255, 255, 1);
}

.font-size-20 {
    font-size: 20px;
}

.container nav ul {
    margin-top: revert;
}

.z-99999 {
    z-index: 99999;
}

.z-999999 {
    z-index: 999999;
}

.dewoo-text {
    color: rgba(249, 161, 50, 1);
}

.home-icon:hover span {
    text-decoration: underline;
}

.type-room:hover {
    background-color: rgba(249, 161, 50, 1);
}

.submit-hover:hover {
    background-color: burlywood !important;
    color: rgba(119, 36, 16, 1) !important;
}

.icon-search:hover {
    color: rgba(119, 36, 16, 1) !important;
}

.thumbnail-source {
    position: relative;
    border-radius: 40px;
}

.thumbnail-source:hover {
    scale: 1.01;
}

.thumbnail-source .name-room {
    position: absolute;
    background: rgba(68, 68, 68, 0.4);
    padding: 10px;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
}

.name-room span {
    padding-left: 10px;
}
.thumbnail-source:hover .note-room {
    right: 3px;
}

.modal-dialog-custom {
    height: calc(100% - 45px) !important;
    margin: 30px 0 0 0;
}

.note-room {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 25px !important;
    color: orange;
    border-radius: 5px;
}

.note-room span {
    font-size: 14px;
}

.modal-open .modal {
    overflow-y: hidden;
}

.btn-cancel-search {
    background: none;
    border: none;
    color: orange;
}

.search-mobi {
    border-right: 0;
    border-radius: 45px;
}

#type_room_mobile {
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 999;
    padding-bottom: 10px;
}

.text-upper {
    text-transform: uppercase;
    font-size: 13px;
}

.footer{
    padding: 10px;
    background: #52525b;
    color: #ffffff;
}

.f_address {
    display: flex;
    align-items: center;
    font-size: 10px;
}

.f_address img {
    margin-right: 10px;
}

.footer_mb{
    display: none;
    height: auto !important;
    padding: 10px 0;
    background: #52525b;
    color: #ffffff;
}

.footer_mb img{
    width: 15px !important;
    height: 11px !important;
    object-fit: contain !important;
}

.footer_mb div{
    height: auto !important;
}

#icon_delete_text {
    display: none;
}
