@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width:800px) {
    html {
        overflow: hidden;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #000000;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav.menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: calc(100vw - 75px);
}

nav.menu>ul>li {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    background-color: #027178;
    color: #FFF;
    font-size: 17px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

@media screen and (max-width: 549px) {
    nav.menu>ul>li {
        font-size: 14px;
        padding: 10px 4px;
    }
}

@media screen and (max-width: 400px) {
    nav.menu>ul>li {
        font-size: 10px;
    }
}

nav.menu>ul>li>ul {
    position: absolute;
    left: -100%;
    bottom: 100%;
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

nav.menu>ul>li.active>ul {
    left: 0%;
    opacity: 1;
    pointer-events: all;
}

nav.menu>ul>li>ul>li {
    background-color: #009fab;
    color: #FFF;
    padding: 15px 0px;
    margin: 5px 0;
}

nav.menu>ul>li>ul>li:hover {
    background-color: #009fab;
    color: #FFF;
}

#popup-chon-tang,
#hotline {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #fff;
    color: black;
    font-size: 20px;
    display: none;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-name: popupTang;
    animation-name: popupTang;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

#popup-chon-tang.hiddenPopup,
#hotline.hiddenPopup {
    -webkit-animation-name: hiddenPopup1;
    animation-name: hiddenPopup1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

#popup-chon-tang #close-danhsach,
#popup-chon-tang #close-hotline,
#hotline #close-danhsach,
#hotline #close-hotline {
    position: absolute;
    font-size: 24px;
    color: white;
    bottom: 50px;
    left: 20px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}

#popup-chon-tang #close-danhsach img,
#popup-chon-tang #close-hotline img,
#hotline #close-danhsach img,
#hotline #close-hotline img {
    width: 60px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 400px) {

    #popup-chon-tang #close-danhsach,
    #popup-chon-tang #close-hotline,
    #hotline #close-danhsach,
    #hotline #close-hotline {
        bottom: 90px;
    }
}

@media (max-width: 768px) {

    #popup-chon-tang #close-danhsach,
    #popup-chon-tang #close-hotline,
    #hotline #close-danhsach,
    #hotline #close-hotline {
        width: 45px;
        height: 45px;
    }

    #popup-chon-tang #close-danhsach img,
    #popup-chon-tang #close-hotline img,
    #hotline #close-danhsach img,
    #hotline #close-hotline img {
        width: 45px;
    }
}

#popup-chon-tang #logo,
#hotline #logo {
    margin: auto;
    display: block;
    width: 180px;
    max-width: 640px;
    position: unset;
}

#popup-chon-tang #logo img,
#hotline #logo img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 640px;
    max-height: 100%;
}

#popup-chon-tang #danh-sach,
#hotline #danh-sach {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 640px;
}

#popup-chon-tang #danh-sach #danh-sach-title,
#popup-chon-tang #danh-sach .item,
#hotline #danh-sach #danh-sach-title,
#hotline #danh-sach .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15px;
}

#popup-chon-tang #danh-sach #danh-sach-title .apertment,
#popup-chon-tang #danh-sach #danh-sach-title .price,
#popup-chon-tang #danh-sach .item .apertment,
#popup-chon-tang #danh-sach .item .price,
#hotline #danh-sach #danh-sach-title .apertment,
#hotline #danh-sach #danh-sach-title .price,
#hotline #danh-sach .item .apertment,
#hotline #danh-sach .item .price {
    width: 50%;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup-chon-tang #danh-sach #danh-sach-title,
#hotline #danh-sach #danh-sach-title {
    margin-bottom: 20px;
}

#popup-chon-tang #danh-sach #list,
#hotline #danh-sach #list {
    overflow-y: auto;
    height: calc(100vh - 220px);
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar,
#hotline #danh-sach #list::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar-thumb,
#hotline #danh-sach #list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cccccc;
    border-radius: 10px;
}

#popup-chon-tang #danh-sach #list::-webkit-scrollbar-track,
#hotline #danh-sach #list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}

#popup-chon-tang #danh-sach #list .item,
#hotline #danh-sach #list .item {
    padding: 10px;
    cursor: pointer;
}

#popup-chon-tang #danh-sach #list .item:nth-child(2n + 1),
#hotline #danh-sach #list .item:nth-child(2n + 1) {
    background: #cccccc;
}

#popup-chon-tang #danh-sach #list .item:hover,
#hotline #danh-sach #list .item:hover {
    background: #777777;
    color: white;
}

#popup-chon-tang #hotline_info,
#hotline #hotline_info {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 640px;
    margin-top: 15px;
}

#popup-chon-tang #hotline_info #name-project,
#hotline #hotline_info #name-project {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
}

@media (max-width: 400px) {

    #popup-chon-tang #hotline_info #name-project,
    #hotline #hotline_info #name-project {
        font-size: 20px;
    }
}

#popup-chon-tang #hotline_info #hotline_info-title,
#hotline #hotline_info #hotline_info-title {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
}

#popup-chon-tang #hotline_info ul,
#hotline #hotline_info ul {
    margin-top: 15px;
}

#popup-chon-tang #hotline_info ul li,
#hotline #hotline_info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#popup-chon-tang #hotline_info ul li:first-child,
#hotline #hotline_info ul li:first-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#popup-chon-tang #hotline_info ul li:first-child p,
#hotline #hotline_info ul li:first-child p {
    padding-left: 20px;
    line-height: 2rem;
}

#popup-chon-tang #hotline_info ul li:first-child p a,
#hotline #hotline_info ul li:first-child p a {
    color: #daab28;
    margin-top: 15px;
    display: inherit;
    max-width: 150px;
    border-bottom: 1.5px solid #daab28;
    padding-bottom: 3px;
    position: relative;
}

#popup-chon-tang #hotline_info ul li:first-child p a::after,
#hotline #hotline_info ul li:first-child p a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #daab28;
    position: absolute;
    right: 3px;
    bottom: -4px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

#popup-chon-tang #hotline_info ul li p,
#hotline #hotline_info ul li p {
    margin: 0;
}

#popup-chon-tang #hotline_info ul li img,
#hotline #hotline_info ul li img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    width: auto;
    height: 30px;
}

#popup-chon-tang #hotline_info ul li a,
#hotline #hotline_info ul li a {
    text-decoration: none;
    color: black;
    width: 90%;
    max-width: 400px;
    display: block;
}

@media (max-width: 400px) {

    #popup-chon-tang #hotline_info ul li a,
    #hotline #hotline_info ul li a {
        font-size: 16px;
    }
}

#popup-chon-tang #hotline_info ul li>a,
#hotline #hotline_info ul li>a {
    margin-left: 20px;
}

#mat-bang-tang {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000000;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-name: popupTang;
    animation-name: popupTang;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#mat-bang-tang.hiddenPopup {
    -webkit-animation-name: hiddenPopup1;
    animation-name: hiddenPopup1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

#mat-bang-tang #move-internal-utility,
#mat-bang-tang #close-mat-bang,
#mat-bang-tang #sodo,
#mat-bang-tang #open-thuvien2 {
    position: absolute;
    font-size: 24px;
    color: white;
    bottom: 50px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

#mat-bang-tang #move-internal-utility img,
#mat-bang-tang #close-mat-bang img,
#mat-bang-tang #sodo img,
#mat-bang-tang #open-thuvien2 img {
    width: 60px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {

    #mat-bang-tang #move-internal-utility,
    #mat-bang-tang #close-mat-bang,
    #mat-bang-tang #sodo,
    #mat-bang-tang #open-thuvien2 {
        width: 45px;
        height: 45px;
    }

    #mat-bang-tang #move-internal-utility img,
    #mat-bang-tang #close-mat-bang img,
    #mat-bang-tang #sodo img,
    #mat-bang-tang #open-thuvien2 img {
        width: 45px;
    }
}

#mat-bang-tang #move-internal-utility {
    color: #fff;
    bottom: 120px;
    left: 20px;
    z-index: 1;
    width: auto;
    height: auto;
    border: 1px solid;
    border-radius: unset;
    padding: 5px;
    text-align: center;
}

#mat-bang-tang #open-thuvien2 {
    right: 20px;
    bottom: 100px;
}

#mat-bang-tang #close-mat-bang {
    left: 20px;
}

#mat-bang-tang #sodo {
    right: 20px;
}

#mat-bang-tang #sodo-mb-full {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#mat-bang-tang #sodo-mb-full img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 90vw;
}

@media (max-width: 400px) {

    #mat-bang-tang #close-mat-bang,
    #mat-bang-tang #sodo {
        bottom: 10%;
    }
}

@-webkit-keyframes popupTang {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popupTang {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.list-group-thumbnail {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 110px;
    bottom: -100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.list-group-thumbnail.show {
    bottom: 70px;
    opacity: 1;
}

.list-group-thumbnail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.list-group-thumbnail ul li {
    cursor: pointer;
    width: 212px;
    height: 100px;
    border: 3px solid rgb(255, 255, 255);
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width: 790px) {
    .list-group-thumbnail ul li {
        width: 170px;
        height: 80px;
    }
}

.list-group-thumbnail ul li {
    margin: 7px;
}

.list-group-thumbnail ul li:hover,
.list-group-thumbnail ul li.active {
    border-color: rgb(255, 153, 51);
}

.list-group-thumbnail ul li img {
    width: 100%;
}

.thumbnail-info {
    position: relative;
}

.thumbnail-title {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    bottom: 4px;
    font-size: 13px;
    display: none;
}

#btn-thumb {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    cursor: pointer;
    display: none;
}

#btn-thumb.show {
    display: block;
}

#btn-thumb img {
    width: 100%;
    height: auto;
}

#thu-vien {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-name: popupTang;
    animation-name: popupTang;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

#thu-vien.thu-vien_show {
    opacity: 1;
}

#thu-vien.hiddenPopup {
    -webkit-animation-name: hiddenPopup1;
    animation-name: hiddenPopup1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

#thu-vien #close-thuvien {
    position: absolute;
    left: 20px;
    font-size: 24px;
    color: white;
    bottom: 50px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}

#thu-vien #close-thuvien img {
    width: 60px;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    #thu-vien #close-thuvien {
        width: 45px;
        height: 45px;
    }

    #thu-vien #close-thuvien img {
        width: 45px;
    }
}

#thu-vien .thu-vien_slider {
    position: absolute;
    min-width: 300px;
    max-width: 80vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#thu-vien .thu-vien_slider img {
    width: 100%;
    height: auto;
    max-width: 80vw;
}

#thu-vien .thu-vien_slider .slick-prev,
#thu-vien .thu-vien_slider .slick-next {
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    width: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 100px;
}

#thu-vien .thu-vien_slider .slick-prev {
    left: -60px;
}

#thu-vien .thu-vien_slider .slick-next {
    right: -45px;
}

#thu-vien .thu-vien_slider .slick-prev:before {
    content: url("../images/previous.svg") !important;
    height: 100px;
    display: block;
}

#thu-vien .thu-vien_slider .slick-next:before {
    content: url("../images/next.svg") !important;
    height: 100px;
    display: block;
}

#thu-vien .thu-vien_slider .slick-prev:hover,
#thu-vien .thu-vien_slider .slick-next:hover {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0.8);
    transform: translate(0, -50%) scale(0.8);
}

@keyframes neon {
    100% {

        text-shadow:
            0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 6px #fff, 0 0 8px #fff;

    }

    0% {

        text-shadow:
            0 0 1px #fff, 0 0 2px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;

    }
}