html {
    min-width: 1200px;
}
body {
    background-color: #f6f6f6;
    padding-top: 72px;
    min-width: 1200px;
}
.relative {
    position: relative;
}
.w {
    width: 1168px;
    margin: 0 auto;
}
a {
    outline: none!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}

/* 鏍忕洰鏍囬 */
.col-bt {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 32px;
}
.col-bt .bt {
    font-size: 40px;
    font-family: 'Abril Fatface';
    line-height: 56px;
    /* 棰滆壊浠庡乏鍚戝彸娓愬彉 */
    background: linear-gradient(to right, #676767, #0C365A);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.col-bt a.more {
    height: 34px;
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #c6c6c6;
    border-radius: 34px;
    text-decoration: none;
}
.col-bt a.more:hover {
    background: #f1f1f1;
}
.col-bt a.more span {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}
.col-bt a.more img {
    width: 11px;
    height: 10px;
}

/* 鍚搁《澶撮儴 */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: white;
    z-index: 99;
}

header .naver {
    width: 100%;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.naver .logo-box {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.naver .logo-box .logo {
    width: 102px;
    height: 28px;
    background: url('./../img/logo.png') no-repeat center center;
    background-size: cover;
}
.naver .logo-box .logo2 {
    width: 134px;
    height: 42px;
    background: url('./../img/HKTB-logo.svg') no-repeat center center;
    background-size: cover;
}
.naver .tailor {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #2685D9;
    border-radius: 20px;
    line-height: 40px;
    text-decoration: none;
}
.naver .tailor:hover {
    background: linear-gradient(to right, #2685D9, #0C365A);
}

.naver .menu {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.naver .menu li {
    position: relative;
    padding: 6px 0;
}
.naver .menu li::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0C365A;
    transition: width 0.3s ease-in-out;
}
.naver .menu li:hover::after {
    width: 100%;
}

.naver .menu a {
    display: block;
    font-size: 16px;
    color: #0c365a;
    opacity: .8;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    white-space: nowrap;
}
.naver .menu a:hover {
    opacity: 1;
}

.naver .menu li.have-child {}
.naver .menu li.have-child a:not(.naver .menu li.have-child ul a) {
    padding-right: 18px;
    background: url('./../img/arrow_down_icon.png') no-repeat right center;
    background-size: 16px 16px;
}

.naver .menu li.have-child ul {
    position: absolute;
    top: 48px;
    left: 0;
    width: 200px;
    padding: 8px 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f6f6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naver .menu li.have-child:hover ul {
    display: block;
}
.naver .menu li.have-child ul li {
    padding: 3px 12px;
    
}
.naver .menu li.have-child ul li::after {
    display: none;
}
.naver .menu li.have-child ul a {
    font-size: 14px;
    color: #0c365a;
    line-height: 24px;
    font-weight: normal;
}

.naver .lang-box {
    position: relative;
}

.naver .lang-box a.lang {
    width: auto;
    padding-left: 20px;
    background: url('./../img/lang_icon.png') no-repeat left center;
    background-size: 16px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    line-height: 36px;
    text-decoration: none;
}
.naver .lang-box a.lang span {
    font-size: 14px;
    color: #0c365a;
    font-weight: 500;
}
.naver .lang-box a.lang img {
    width: 16px;
    height: 16px;
}
.naver .lang-box .lang-menu {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 100%;
    padding: 5px 0;
    background: #f6f6f6;
    border-radius: 6px;
}
.naver .lang-box .lang-menu li {
    text-align: center;
    display: block;
    width: 100%;
    padding: 3px 0;
}
.naver .lang-box .lang-menu a {
    font-size: 14px;
    color: #0c365a;
    line-height: 24px;
}

/* 椤电湁 */
.breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 9;
}
.breadcrumb ul {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}
.breadcrumb ul li {
    position: relative;
}
.breadcrumb ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('./../img/breadcurmb_icon.png') no-repeat center center;
    background-size: 6px 9px;
}
.breadcrumb ul li:last-child::after {
    display: none;
}
.breadcrumb ul li a {
    color: #7c7c7c;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
}
.breadcrumb ul li a:hover {
    color: #0C365A;
}
.breadcrumb ul li.cur a {
    font-size: 14px;
    color: #0C365A;
    font-weight: 500;
}


/* 椤堕儴banner */
.swiper-banner {
    position: relative;
    width: 100%;
}
.swiper-banner .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.swiper-banner .swiper-slide .w {
    height: inherit;
    position: relative;
}

.swiper-banner .swiper-slide h2 {
    position: absolute;
    width: 100%;
    bottom: 64px;
    left: 0;
    font-size: 48px;
    color: #fff;
    font-family: 'Abril Fatface';
    line-height: 62px;
}
.swiper-banner .swiper-slide p {
    position: absolute;
    width: 100%;
    bottom: 32px;
    left: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    padding-top: 32px;
}
.swiper-banner .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 160px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Popular experiences in Hong Kong */
.swiper-popular .swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
    border-radius: 12px;
    overflow: hidden;
}
.swiper-popular .swiper-slide-active,
.swiper-popular .swiper-slide-duplicate-active {
    transform: scale(1);
}
.swiper-popular a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.swiper-popular a .img {
    display: block;
    width: 100%;
}
.swiper-popular a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.swiper-popular .popular-next, 
.swiper-popular .popular-prev {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(3px);
}
.swiper-popular .popular-next:hover, 
.swiper-popular .popular-prev:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.swiper-popular .popular-next {
    right: 10px;
}
.swiper-popular .popular-next em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_next.png') no-repeat center center;
    background-size: 14px 15px;
}
.swiper-popular .popular-prev {
    left: 10px;
}
.swiper-popular .popular-prev em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_prev.png') no-repeat center center;
    background-size: 14px 15px;
}
.swiper-popular::after,
.swiper-popular::before {
    content: '';
    position: absolute;
    top: 0;
    width: 165px;
    height: 100%;
    z-index: 90;
    pointer-events: none;
}
.swiper-popular::after { 
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
.swiper-popular::before { 
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

/* 瑙嗛 */
.video {
    position: relative;
    width: 100%;
    /* height: 657px; */
    border-radius: 12px;
    overflow: hidden;
}
.video video {
    display: block;
    width: 100%;
    object-fit: cover;
}
.video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, .6);
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .video-icon:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.video .video-icon em {
    width: 18px;
    height: 18px;
    background: url('./../img/video_icon.png') no-repeat center center;
    background-size: cover;
}
.video p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    /* 鑳屾櫙鍔犳ā绯婃晥鏋� */
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 60px;
}

/* Related Tours */
.swiper-tours {}

/* 鎺掗櫎瀛愬厓绱� swiper-tours-son 涓嬬殑swiper-slide */
.swiper-tours .swiper-slide:not(.swiper-tours-son .swiper-slide) {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.swiper-tours a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
/* .swiper-tours a img {
    display: block;
    width: 100%;
} */
.swiper-tours a p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 15px 0;
    font-size: 20px;
    color: #0c365a;
    font-weight: bold;
    line-height: 28px;
}
.swiper-tours .tours-next, 
.swiper-tours .tours-prev {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(3px);
}
.swiper-tours .tours-next:hover, 
.swiper-tours .tours-prev:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.swiper-tours .tours-next {
    right: 10px;
}
.swiper-tours .tours-next em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_next.png') no-repeat center center;
    background-size: 14px 15px;
}
.swiper-tours .tours-prev {
    left: 10px;
}
.swiper-tours .tours-prev em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_prev.png') no-repeat center center;
    background-size: 14px 15px;
}

.swiper-tours::after,
.swiper-tours::before {
    content: '';
    position: absolute;
    top: 0;
    width: 165px;
    height: 100%;
    z-index: 90;
    pointer-events: none;
}
.swiper-tours::after { 
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
.swiper-tours::before { 
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}


.swiper-tours .line-2 { height: 56px; }


/* 瀛恠wiper */
.swiper-tours-son { width: 100%; }
.swiper-tours-son .swiper-slide {
    background-color: skyblue;
}

.swiper-tours-son .swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-tours-son .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5;
    border-radius: 3px;
}
.swiper-tours-son .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
}


/* Related Attractions */
.swiper-attraction {}
.swiper-attraction .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
}
.swiper-attraction a {
    width: 100%;
    height: 100%;
    text-decoration: none; 
}
.swiper-attraction a .img {
    display: block;
    width: 100%;
}

.swiper-attraction a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /* 鑳屾櫙鍔犳ā绯婃晥鏋� */
    /* backdrop-filter: blur(3px); */
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

.swiper-attraction .attraction-next, 
.swiper-attraction .attraction-prev {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(3px);
}
.swiper-attraction .attraction-next:hover, 
.swiper-attraction .attraction-prev:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
.swiper-attraction .attraction-next {
    right: 10px;
}
.swiper-attraction .attraction-next em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_next.png') no-repeat center center;
    background-size: 14px 15px;
}
.swiper-attraction .attraction-prev {
    left: 10px;
}
.swiper-attraction .attraction-prev em {
    width: 14px;
    height: 15px;
    background: url('./../img/arrow_white_prev.png') no-repeat center center;
    background-size: 14px 15px;
}
.swiper-attraction::after,
.swiper-attraction::before {
    content: '';
    position: absolute;
    top: 0;
    width: 165px;
    height: 100%;
    z-index: 90;
    pointer-events: none;
}
.swiper-attraction::after { 
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}
.swiper-attraction::before { 
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

/* 鏃呯▼ */
.journey {
    width: 100%;
    height: 458px;
    background: url('./../img/journey_bg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 96px;
}
.journey h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'Abril Fatface';
}
.journey a {
    margin-top: 40px;
    padding: 0 10px 0 30px;
    height: 60px;
    background: #2685D9;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
}
.journey a:hover {
    /* background: #0C365A; */
}
.journey a span.txt {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.journey a span.arrow {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url('./../img/arrow_blue.png') no-repeat center center #fff;
    background-size: 20px 20px;
    animation: arrowMove 1.5s ease-in-out infinite;
}
.journey p {
    margin-top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

/* 椤佃剼 */
footer {
    width: 100%;
    background: #f1f1f1;
}
footer .fmenu {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    gap: 75px;
    padding: 36px 0;
}

footer .fmenu li {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
footer .fmenu li p {
    line-height: 22px;
}
footer .fmenu li p.bt {
    font-size: 16px;
    color: #0c365a;
    font-weight: bold;
    margin-bottom: 4px;
}

footer .fmenu li p a {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 22px;
}
footer .fmenu li p a:hover {
    color: #2685D9;
}

footer .copyright {
    /* border-top: 1px solid #e2e2e2; */
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

footer .copyright p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 22px;
    word-break: break-word;
    margin-bottom: 20px;
}
footer .copyright p:last-child {
    margin-bottom: 0;
}


/* 璇︽儏椤� */
.detail { }
.detail p {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-block-end: 16px;
    margin-block-start: 16px;
}
.detail p img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.detail p:first-child {
    margin-block-start: 0;
}
.detail p:last-child {
    margin-block-end: 32px;
}



.ind-detail {
    background-color: #3b5ea2;
    padding: 32px 0;
 }
.ind-detail p {
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    margin-block-end: 16px;
    margin-block-start: 16px;
    /* text-align: center; */
    font-weight: bold;
    text-align: justify;
 }