html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Roboto', Arial, Microsoft JhengHei, Heiti TC !important;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

header .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

header .container-fluid .logo {
    display: inline-block;
    margin: 10px 30px 5px;
}

header .container-fluid .logo img {
    display: block;
    width: 200px;
    height: 100%;
}

.handle {
    width: 65px;
    height: 8px;
    margin: 4px auto;
    background: #57758e;
    background: #485865;
    transform: scale(0.6);
    transition: all 350ms cubic-bezier(0.280, 0.550, 0.385, 1.650);
    transition-timing-function: cubic-bezier(0.280, 0.550, 0.385, 1.650);
}

.handle.menu-close {
    width: 45px;
    height: 5px;
    background: #fff;
}

.menu-close {
    transform: rotate(45deg);
}

.menu-close:nth-of-type(2) {
    transform: rotate(-45deg);
    margin: -.5rem .5rem;
}

.menu-close:nth-of-type(3) {
    display: none;
}

.menu-container {
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -125px;
    right: -120px;
    transition: all 0.3s;
}

.menu-container.full-menu {
    background-color: #148cd1;
    border-radius: 0;
    padding: 0 !important;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.full-menu .menu {
    top: 40px;
    right: 30px;
}

.menu {
    position: absolute;
    top: 150px;
    right: 150px;
    transition: all 0.3s;
}

.menu i {
    opacity: 0.6;
    transform: scale(1);
    transition: all 0.3s;
}

.menu i:hover {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 140px;
    opacity: 0;
    z-index: 10;
}

.overlay.open {
    display: block;
    opacity: 0.9;
    visibility: visible;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.overlay nav {
    position: relative;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
}

.overlay.open .menu-list li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open .menu-list li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open .menu-list li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay.open .menu-list li:nth-of-type(5) {
    animation-delay: 0.55s;
}

.overlay.open .menu-list li:nth-of-type(6) {
    animation-delay: 0.6s;
}

.overlay.open .menu-list li:nth-of-type(7) {
    animation-delay: 0.65s;
}

.overlay.open .menu-list li:nth-of-type(8) {
    animation-delay: 0.7s;
}

.overlay.open .menu-list li:nth-of-type(9) {
    animation-delay: 0.75s;
}

.overlay .menu-list {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto 130px;
}

.overlay .menu-list li a {
    position: relative;
    display: block;
    font-size: 34px;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    transform: scale(1);
    transition: all 0.3s;
}

.overlay .menu-list li a:hover,
.overlay .menu-list li a:focus,
.overlay .menu-list li a:active {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.3s;
}

.overlay .menu-list + ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.overlay .menu-list + ul li {
    margin-bottom: 0;
    animation-delay: 0.8s;
}

.overlay .address-info li {
    animation-delay: 0.95s;
}

.overlay .address-info li:nth-of-type(2) {
    animation-delay: 1s;
}

.overlay .address-info li:nth-of-type(3) {
    animation-delay: 1.05s;
}

.overlay .address-info li:nth-of-type(4) {
    animation-delay: 1.1s;
}

.overlay .address-info li:nth-of-type(5) {
    animation-delay: 1.15s;
}

.overlay .about-info li {
    animation-delay: 0.85s;
}

.overlay .about-info li:nth-of-type(2) {
    animation-delay: 0.9s;
}

.overlay .left-side,
.overlay .right-side {
    padding: 0;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media (min-width: 1580px) {
    .container {
        max-width: 1480px;
    }
}

.container .left-side {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ouo {
    color: #ff9e00 !important;
}

.overlay .copyright {
    color: #fff;
    font-size: 19px;
}

.overlay .service-info,
.overlay .copyright {
    padding-right: 35px;
}

.overlay .service-info ul {
    display: block;
    text-align: center;
    padding: 7px 15px 4px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
}

.overlay .service-info ul a {
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    transform: scale(1);
    opacity: 1;
}

.overlay .service-info ul a:hover {
    transform: scale(1);
}

.overlay .service-info ul .border {
    border: 1px solid rgba(255, 255, 255, .5);
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.overlay .service-info ul li {
    display: inline-block;
    margin-bottom: 0;
    opacity: 1;
}

.address-info i {
    width: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-right: 20px;
}

.address-info span {
    position: relative;
    display: inline-flex;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 4px;
    overflow: hidden;
    transition: color .5s ease-in-out;
}

.address-info a:hover {
    text-decoration: none;
}

.address-info a:hover span {
    color: #fff;
}

.address-info span:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    display: inline-block;
    background: #ffc449;
    width: 100%;
    height: 2px;
}

.address-info a:hover span:before {
    animation: underline 1s 1;
    right: 0;
}

@keyframes underline {
    0% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

.about-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.about-info p {
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #fff;
}

.about-info .logo img {
    width: 250px;
}

.social {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.overlay .social li {
    display: inline-block;
    padding-right: 6px;
    animation-delay: 1.2s;
}

.social a {
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.3s;
}

.social a:hover {
    opacity: 0.8;
}

.social a.facebook {
    background-color: #3b5998;
    color: #fff;
    margin-bottom: 5px !important;
}

section.container-fluid {
    margin-top: 92px;
}

.masonry > div {
    padding: 0;
    overflow: hidden;
}

.masonry .item {
    position: relative;
    display: block;
    transition: .3s ease-in-out;
}

.masonry img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 2.5s ease-out;
}

.masonry .item:hover img {
    width: 100%;
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
}

.masonry .item .item-overlay::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(14, 14, 14, 0);
    z-index: 0;
    transform: translateY(101%);
    -ms-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -o-transform: translateY(101%);
    transition: all 0.5s ease;
}

.masonry .item:hover .item-overlay::before {
    background: rgba(14, 14, 14, 0.8);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.item .info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item .author {
    position: relative;
    padding: 8px 0;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ddd;
}

.item .author:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}

.item .title {
    position: relative;
    margin: 10px 20px 60px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #fff;
}

.item .links {
    position: absolute;
    bottom: 10%;
    display: flex;
}

.item .link-block {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    pointer-events: none;
}

.item .link-block:last-child {
    margin-right: 0;
}

.item .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 17px;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: all .2s linear 0s;
}

.item .link:hover {
    color: #fff;
    background-color: rgba(14, 14, 14, .9);
}

.item .author,
.item .title {
    top: -10px;
    opacity: 0;
}

.item .author:after,
.item .title:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.item .link-block {
    top: 20px;
    opacity: 0;
}

.item:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear 0s;
}

.item:hover .author {
    top: 0;
    opacity: 1;
    transition: all .2s linear .45s;
}

.item:hover .title {
    opacity: 1;
    transition: all .2s linear .25s;
}

.item:hover .author:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .3s cubic-bezier(0.63, 0.01, 0, 1.39) .65s;
}

.item:hover .link-block {
    top: 0;
    opacity: 1;
    transition: all .2s linear .65s;
    pointer-events: all;
}

.page-load-status {
    display: none;
    margin: 30px -15px 0;
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.page-load-status p {
    margin: 0;
}

.btn-float {
    position: fixed;
    right: 28px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

#toTop {
    bottom: 125px;
    background-color: #148cd1;
}

.goBack {
    bottom: 50px;
    font-size: 20px;
    background-color: #fdc248;
}

.goBack i,
#toTop i {
    color: #fff;
    line-height: 60px;
}

#toTop:hover,
#toTop:focus,
.goBack:hover,
.goBack:focus {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1480px) and (min-width: 992px) {
    .masonry > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1240px) {
    .overlay .menu-list + ul {
        flex-direction: column-reverse;
    }

    .copyright {
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    header .container-fluid .logo img {
        width: 130px;
    }

    .handle {
        width: 47px;
        height: 5px;
    }

    section.container-fluid {
        margin-top: 68px;
    }

    .btn-float {
        right: 15px;
    }

    .container .left-side {
        border-right: none;
    }

    .menu-container {
        right: -140px;
        top: -131px;
    }

    header .container-fluid .logo {
        margin: 10px 5px 5px;
    }

    .full-menu .menu {
        right: 10px;
    }

    .overlay {
        top: 90px;
        padding-bottom: 55px;
    }

    .overlay .left-side,
    .overlay .right-side {
        padding: 0 20px;
    }

    .overlay .menu-list {
        margin: 0 auto 25px;
    }

    .overlay .menu-list li a {
        font-size: 28px;
    }

    .overlay .service-info,
    .overlay .copyright {
        padding-right: 0;
        text-align: left;
    }

    .overlay .service-info ul {
        display: inline-block;
    }

    .about-info,
    .address-info {
        padding: 0;
    }

    .about-info {
        margin-bottom: 25px;
    }

    .about-info .logo img {
        width: 200px;
        margin: 60px auto 0;
    }

    .about-info p {
        padding: 15px 0 10px;
    }

    .social {
        position: relative;
        padding: 10px 0;
        bottom: 0;
    }
}

@media (max-width: 480px) {
    .item .author {
        font-size: 15px;
    }

    .item .title {
        font-size: 19px;
    }

    .item .link-block {
        width: 35px;
        height: 35px;
    }

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

    .btn-float {
        width: 50px;
        height: 50px;
    }

    .goBack i,
    #toTop i {
        line-height: 50px;
    }

    #toTop {
        bottom: 80px;
    }

    .goBack {
        bottom: 15px;
    }
}

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

.fancybox-caption__body b {
    font-size: 16px;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.icon-home {
    background: url('../../../img/header-icon/home-white.svg') no-repeat;
}

.icon-new {
    background: url('../../../img/header-icon/new-white.svg') no-repeat;
}

.icon-shop {
    background: url('../../../img/header-icon/shop-white.svg') no-repeat;
}

.icon-travel {
    background: url('../../../img/header-icon/travel-white.svg') no-repeat;
}

.icon-experience {
    background: url('../../../img/header-icon/experience-white.svg') no-repeat;
}

.icon-story {
    background: url('../../../img/header-icon/story-white.svg') no-repeat;
}

.icon-hotel {
    background: url('../../../img/header-icon/hotel-white.svg') no-repeat;
}

.icon-transport {
    background: url('../../../img/header-icon/transport-white.svg') no-repeat;
}

.icon-heart {
    background: url('../../../img/header-icon/heart-white.svg') no-repeat;
}

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

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb:vertical {
    margin: 5px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:horizontal {
    margin: 5px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 0px;
    display: block;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}