/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 2020年5月31日, 下午11:09:40
    Author     : ieken
*/

@font-face {
    font-family: NotoSansHK-Regular;
    src: url("/fonts/Noto_Sans_HK/NotoSansHK-Regular.ttf")
}

body {
    font-family: NotoSansHK-Regular;
}


/* .skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
} */

.skip-to-content-link {
    /* background: #e77e23; */
    background: #ffffff;
    height: 30px;
    /* left: 50%; */
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 1021;
    color: black;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

header {
    background: #fff;
}

header .container {
    /*background: #e9ecef;*/
    background: #fff;
}
 a:active{
	border: 3px solid #000;
}
a:hover {
    text-decoration: unset;
}

.navbar {
    transition: top 0.5s ease;
}

.navbar-hide {
    top: -56px;
}

a.nav-link {
    font-size: larger;
}

li.nav-item.active {
    font-weight: bolder;
    /*text-decoration: underline;*/
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .6);
}

a.dropdown-item {
    color: rgba(0, 0, 0, .6);
}

a.dropdown-item.active {
    color: #000;
    text-decoration: underline;
    background-color: unset;
    font-weight: bolder;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.page_style {
    border: double #14838D;
    border-radius: 15px;
    padding-top: 1.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 40px;
}

.row {
    /*    margin-left: unset;
        margin-right: unset;*/
    margin-bottom: 2%;
}

.row_home {
    /*    margin-left: unset;
        margin-right: unset;*/
    margin-bottom: 10%;
}


/*carousel slider home start*/


/*div#slider_home{
    padding-bottom: 50px;
}*/


/*#slider_home .carousel-indicators li{
    background-color: #00929a;
}*/


/*#slider_home .carousel-control-prev:hover,
#slider_home .carousel-control-next:hover
.carousel-indicators:hover
{
    background: #00000080;
}

#slider_home .carousel-control-prev,
#slider_home .carousel-control-next{
    background-color: rgba(0, 0, 0, 0.1);

    background: #00000040;
    width: 7%;
    top: auto;
    bottom: 50%;
    height: 20%;
}*/


/*carousel slider home end*/


/*carousel slider so start*/

div#slider_so {
    padding-bottom: 30px;
}

#slider_so .carousel-indicators li {
    background-color: #ec3846;
    /* opacity: 1; */
}


/*#slider_so .carousel-control-prev:hover,
#slider_so .carousel-control-next:hover
.carousel-indicators:hover
{
    background: #00000080;
}*/

#slider_so .carousel-control-prev,
#slider_so .carousel-control-next {
    background-color: rgba(0, 0, 0, 0.1);
    background: #EA1048;
    width: 7%;
    top: auto;
    /* bottom: 50%;
    height: 20%; */
    /* bottom: 10%; */
    opacity: 1;
}


/*carousel slider so end*/

@media (max-width: 800px) {
    .row_home .display-3 {
        font-size: 40px;
    }
    .row_home .home_btn {
        font-size: 20px;
    }
}

.home_title {
    border-left: 10px solid #ec3846;
    /*border-bottom: 2.5px solid #44bfa7;*/
    border-bottom: 2.5px solid #ec3846;
}

.imgrow img {
    max-width: 100%;
}

.p2text p {
    text-indent: 2em;
}

.home_btn {
    text-align: center;
    font-size: xx-large;
    margin-bottom: 5%;
}

.googlemapdiv iframe {
    width: 100%;
}

@media (max-width: 1000px) {
    .googlemapdiv {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }
    .googlemapdiv iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .row-btn-mobile div {
        margin-bottom: 5%;
    }
}

.marqueep {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marqueep p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 90s linear infinite;
}

.marqueep span {
    margin-right: 50px;
    font-size: x-large;
}

.marqueep p:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

footer a {
    color: #212529;
}

footer {
    /*    background-color: #28313d; */
    background-color: #fa7c33;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

.home_start {
    margin-top: 5%;
}

.homrpic {
    /*max-width: 100%;*/
    /*margin: auto;*/
    padding-bottom: 2%;
}

.homrpic::before {
    background-image: url(/img/home/abstract-background-4675153_1920---2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    content: "";
    filter: blur(5px);
    border-radius: 50px;
    opacity: 0.36;
    /*max-width: 100%;*/
    z-index: -10;
}

@media (max-width: 767px) {
    .homrpic {
        display: -webkit-flex;
        display: flex;
    }
    .homrpic .home_left {
        -webkit-order: 2;
        order: 2;
    }
    .homrpic .home_right {
        -webkit-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .homrpic .home_right {
        right: 0;
        position: absolute;
        z-index: -1;
    }
    .homrpic a {
        display: flex;
    }
    .homrpic .zoono {
        /*margin-top: 17px;*/
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
    }
    .homrpic .food {
        /*margin-top: -30px;*/
        margin-top: -7%;
        float: left;
        /*    margin-top: -15%;
            margin-left: -10%;*/
    }
    .homrpic .hp {
        /*margin-top: 7px;*/
        margin-top: 2%;
        /*float: left;*/
        width: 100% !important;
        /*transform: scale(0.8) !important;*/
    }
    .homrpic .pc {
        /*        margin-top: 7px;*/
        margin-top: 2%;
        float: left;
    }
    .homrpic .mask {
        /*        margin-top: -170px;
                margin-left: 400px;*/
        margin-top: -35%;
        margin-left: 80%;
        width: 60% !important;
        height: 60% !important;
        /*float: left;*/
    }
    .homrpic .text {
        margin-top: 20px;
        /*margin-left: 525px;*/
    }
    .homrpic .pic {
        margin-top: 20px;
        /*margin-left: 600px;*/
        /*transform: scale(1.3);*/
        position: absolute;
        right: 0;
        top: 110%;
        max-width: 110% !important;
    }
    /*    .mobile_right{
            display: none;
        }*/
    .homrpic .home_left img {
        /*transform: scale(0.76);*/
        width: 76%;
    }
    .homrpic .home_left img:hover {
        transform: scale(1.2);
    }
}

@media (max-width: 800px) {
    /*    .home_left{
            display: none;
        }*/
}

.sitemap {
    font-size: xxx-large;
}

.foodtext a:hover {
        color: #fff;
}


.btn-outline-info{
    color: #14838D;
}

footer a:hover{
    color: black !important;
}