﻿@charset "UTF-8";body .full-bleed{position:relative;left:50%;transform:translateX(-50%);width:101vw;}body .h2{margin-bottom:2rem;}@media(max-width:767px){body .h2.h1_tit{margin-left:0;}}@media(max-width:767px){body .h2 .txt-tw{clip-path:initial;margin-right:0;width:98%;}}body .h2 .txt-en{display:none!important;}body .p-name{position:absolute;top:-80px;left:180px;z-index:2;color:#393939;padding:7px 15px;font-size:20px;font-weight:500;}@media(max-width:991px){body .p-name{position:initial;z-index:-1;font-weight:700;}}body .location-detail{position:relative;}body .location-detail .p-button{position:absolute;right:15px;top:-70px;}@media(max-width:991px){body .location-detail .p-button{right:25px;top:-67px;}}body .location-detail .p-button button{background:#60629b;color:#fff;border:0;padding:6px 25px 7.5px;border-radius:7px;position:relative;overflow:hidden;transition:background-color .4s ease;will-change:background-color;backface-visibility:hidden;transform:translateZ(0);}@media(max-width:767px){body .location-detail .p-button button{background:rgba(34,35,68,.5490196078);}}body .location-detail .p-button button::before{content:"";position:absolute;inset:0 auto 0 0;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);transform:translate3d(-150%,0,0) skewX(-25deg);opacity:.3;pointer-events:none;}body .location-detail .p-button button:hover::before{animation:shineX .6s linear both;}body .location-detail .location-top .location-grid{display:grid;gap:16px;grid-template-columns:1fr;}@media(max-width:991px){body .location-detail .location-top .location-grid{width:95%;margin:0 auto;grid-template-columns:auto!important;}}body .location-detail .location-top .location-grid .location-photo,body .location-detail .location-top .location-grid .location-info{width:100%;}body .location-detail .location-top .location-grid .location-photo{position:relative;}body .location-detail .location-top .location-grid .photo-wrap{position:relative;width:100%;aspect-ratio:16/12;border-radius:16px;overflow:hidden;background:#f4f5f7;}body .location-detail .location-top .location-grid .photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;}body .location-detail .location-top .location-grid .location-info{display:grid;gap:8px;}body .location-detail .location-top .location-grid .location-info .info-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;}body .location-detail .location-top .location-grid.layout-1 .location-photo .photo-wrap{aspect-ratio:16/9;}body .location-detail .location-top .location-grid.layout-1 .location-info{display:none;}body .location-detail .location-top .location-grid.layout-2{grid-template-columns:1fr 1fr;}body .location-detail .location-top .location-grid.layout-2 .location-info{grid-template-columns:1fr;grid-template-rows:1fr;align-content:stretch;}body .location-detail .location-top .location-grid.layout-2 .location-info .info-img{aspect-ratio:16/12;width:100%;height:auto;object-fit:cover;border-radius:16px;}body .location-detail .location-top .location-grid.layout-3{grid-template-columns:2fr 1fr;align-items:stretch;}body .location-detail .location-top .location-grid.layout-3 .location-photo .photo-wrap{aspect-ratio:16/12;width:100%;border-radius:16px;overflow:hidden;background:#f4f5f7;}body .location-detail .location-top .location-grid.layout-3 .location-photo .photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;}body .location-detail .location-top .location-grid.layout-3 .location-info{display:grid;grid-template-rows:1fr 1fr;gap:12px;height:100%;}body .location-detail .location-top .location-grid.layout-3 .location-info .info-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px;}@media(max-width:991px){body .location-detail .location-top .location-grid.layout-3{grid-template-columns:repeat(2,1fr)!important;}body .location-detail .location-top .location-grid.layout-3 .location-photo{grid-column:1/-1;}body .location-detail .location-top .location-grid.layout-3 .location-info{grid-column:1/-1;height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-auto-rows:auto;}body .location-detail .location-top .location-grid.layout-3 .location-info .info-img{height:100%;}}body .location-detail .location-top .location-grid.layout-4{grid-template-columns:2fr 1fr;}body .location-detail .location-top .location-grid.layout-4 .location-info{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"top  top" "b1   b2";}body .location-detail .location-top .location-grid.layout-4 .location-info .info-img:nth-child(1){grid-area:top;height:100%;}body .location-detail .location-top .location-grid.layout-4 .location-info .info-img:nth-child(2){grid-area:b1;}body .location-detail .location-top .location-grid.layout-4 .location-info .info-img:nth-child(3){grid-area:b2;}body .location-detail .location-top .location-grid.layout-5{grid-template-columns:1fr 1fr;}body .location-detail .location-top .location-grid.layout-5 .location-photo .location-wrap{aspect-ratio:16/12;}body .location-detail .location-top .location-grid.layout-5 .location-info{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;}@media(max-width:991px){body .location-detail .location-top .location-grid .location-info{grid-template-columns:1fr;grid-auto-rows:160px;}}body .location-detail .editor-sections{background:#fff;padding:50px 0 20px;}body .location-detail .editor-sections li{margin-bottom:5px;}@media(max-width:767px){body .location-detail .editor-sections{padding:20px 0 0;}}@media(max-width:991px){body .location-detail .editor-sections .editor-block:last-child{margin-bottom:0;padding-bottom:2rem;}}body .location-detail .editor-sections .editor-block{margin-bottom:2rem;}@media(max-width:991px){body .location-detail .editor-sections .editor-block{margin-bottom:2.2rem;border-bottom:1px dashed rgba(102,102,102,.1803921569);padding-bottom:2.2rem;}}body .location-detail .editor-sections .editor-block .loc-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}body .location-detail .editor-sections .editor-block .loc-inline .addr{font-size:16px;color:#333;}body .location-detail .editor-sections .editor-block .loc-inline .howto-btn{background:#24254d;color:#fff;border:0;padding:5px 10px;border-radius:5px;font-weight:700;cursor:pointer;transition:filter .2s ease;font-size:14px;}body .location-detail .editor-sections .editor-block .loc-inline .howto-btn.h-2{background:#21485b;}body .location-detail .editor-sections .editor-block .loc-inline .howto-btn:hover{filter:brightness(1.05);}body .location-detail .editor-sections .editor-block:last-child{border-bottom:0;}body .location-detail .editor-sections .table-responsive{margin-top:1.2rem;}body .location-detail .editor-sections .sec-title{display:flex;align-items:center;gap:12px;margin:0 0 10px;}body .location-detail .editor-sections .sec-title .badge{display:inline-block;padding:8px 18px 9px;border-radius:999px;color:#fff;font-size:17px;font-weight:700;}body .location-detail .editor-sections .sec-title .badge.badge-blue{background:#60629b;}body .location-detail .editor-sections .sec-title .badge.badge-cyan{background:#79afc5;}body .location-detail .editor-sections .sec-title .badge.badge-gray{background:#9aa3b2;}body .location-detail .editor-sections .sec-title .sec-en{color:#b85c5c;font-weight:700;letter-spacing:.5px;}body .location-detail .editor-sections .editor-content2{margin-top:1rem;}body .location-detail .editor-sections .ed-text{display:flex;gap:1px 12px;flex-wrap:wrap;}body .location-detail .editor-sections .editor-content{position:relative;padding-left:21px;line-height:1.9;color:#333;font-size:16px;}body .location-detail .editor-sections .editor-content::before{content:"";position:absolute;left:0;top:8px;width:16px;height:16px;background-image:url("../../../../Images/Templates/LocationTemplates/TS001/tick.svg");background-repeat:no-repeat;background-position:center;background-size:contain;}body .location-detail .map-sections{padding:0;background:#f5f2ed;}body .location-detail .map-sections .map-embed .map-ratio{position:relative;width:100%;aspect-ratio:16/4.5;overflow:hidden;}body .location-detail .map-sections .map-embed .map-ratio iframe{position:absolute;inset:0;width:100%;height:100%;border:0!important;display:block;}@media(max-width:991px){body .location-detail .map-sections .map-embed .map-ratio{aspect-ratio:16/12;}}body .location-detail .contact-sections .contact-hero{position:relative;min-height:460px;display:grid;place-items:center;isolation:isolate;}body .location-detail .contact-sections .contact-hero::before{content:"";position:absolute;inset:0;background-image:var(--hero-bg,url("../../../../Images/banners/office-hero-default.jpg"));background-size:cover;background-repeat:no-repeat;background-position:center calc(var(--p-offset,0px));z-index:-2;will-change:background-position;}@media(max-width:991px){body .location-detail .contact-sections .contact-hero::before{background-image:url("../../../../Images/Templates/LocationTemplates/TS001/mb.jpg");}}body .location-detail .contact-sections .contact-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(34,35,68,.2901960784) 0%,rgba(34,35,68,.5215686275) 55%,rgba(34,35,68,.7215686275) 100%);z-index:-1;}body .location-detail .contact-sections .contact-hero__inner{text-align:center;color:#fff;padding:24px;max-width:920px;transform:translateY(-20px);}body .location-detail .contact-sections .contact-hero__icon{display:inline-block;width:56px;height:56px;margin-bottom:14px;background:url("../../../../Images/icons/meet.svg") no-repeat center/contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));}body .location-detail .contact-sections .contact-hero__title{font-size:26px;line-height:1.6;letter-spacing:.06em;font-weight:800;margin:0 0 18px;text-shadow:0 2px 16px rgba(0,0,0,.45);}@media(max-width:820px){body .location-detail .contact-sections .contact-hero__title{font-size:22px;font-weight:700;}}body .location-detail .contact-sections .contact-hero__cta{color:#fff;font-size:20px;font-weight:bold;border-radius:30px;display:table;padding:14px 10px;background-color:#cdad7d;margin:40px auto;width:163px;text-align:center;position:relative;overflow:hidden;transition:all .4s ease!important;}body .location-detail .contact-sections .contact-hero__cta::before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);transform:skewX(-25deg);opacity:.5;}body .location-detail .contact-sections .contact-hero__cta:hover{transform:translateY(-2px);}body .location-detail .contact-sections .contact-hero__cta:hover:before{animation:shine .8s forwards;}body .location-detail .contact-sections .contact-hero__cta:active{transform:translateY(0);}body .location-detail .contact-sections .contact-steps{position:relative;transform:translateY(-50px);display:grid;place-items:center;padding:0 16px 0;}@media(max-width:820px){body .location-detail .contact-sections .contact-steps{padding:0 20px;}}body .location-detail .contact-sections .contact-steps__list{list-style:none;margin:0;padding:0;width:min(1120px,95vw);background:#222344;color:#fff;border-radius:26px;box-shadow:0 16px 40px rgba(0,0,0,.25);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;}@media(max-width:820px){body .location-detail .contact-sections .contact-steps__list{padding:1rem 0;width:95%;}}body .location-detail .contact-sections .contact-steps__item{padding:clamp(18px,2.8vw,40px) clamp(16px,3.2vw,40px);text-align:center;position:relative;}body .location-detail .contact-sections .contact-steps__item::after{content:"";position:absolute;top:18%;bottom:18%;right:0;width:1px;background:rgba(255,255,255,.18);}@media(max-width:820px){body .location-detail .contact-sections .contact-steps__item::before{content:"↓";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);font-size:15px;}}body .location-detail .contact-sections .contact-steps__item:last-child::before{display:none;}body .location-detail .contact-sections .contact-steps__item:last-child::after{display:none;}body .location-detail .contact-sections .contact-steps__item .step{display:block;font-weight:800;letter-spacing:.06em;margin-bottom:3px;}@media(max-width:820px){body .location-detail .contact-sections .contact-steps__item .step{margin-bottom:0;}}body .location-detail .contact-sections .contact-steps__item .desc{margin:0;font-weight:700;letter-spacing:.02em;font-size:19px;}@media(max-width:820px){body .location-detail .contact-sections .contact-steps__list{grid-template-columns:1fr;border-radius:18px;}body .location-detail .contact-sections .contact-steps__item::after{display:none;}body .location-detail .contact-sections .contact-steps__item+body .location-detail .contact-sections .contact-steps__item{border-top:1px solid rgba(255,255,255,.18);}}body .location-detail .other-locations{margin-top:1rem;margin-bottom:5rem;}body .location-detail .other-locations .other-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}body .location-detail .other-locations .other-header .other-title{font-weight:600;font-size:16px;position:relative;padding-left:45px;margin-bottom:.3rem;}body .location-detail .other-locations .other-header .other-title::before{content:"";position:absolute;left:5px;top:-7px;width:40px;height:40px;background-image:url(../../../../Images/Templates/LocationTemplates/T001/01.png);background-repeat:no-repeat;background-position:center;background-size:contain;}body .location-detail .other-locations .other-header .other-title .sep{margin:0 6px;color:#999;}body .location-detail .other-locations .other-header .other-title .label{margin-left:10px;font-weight:400;background:#191a1a;color:#e9c794;font-size:13px;padding:5px 10px;border-radius:30px;}body .location-detail .other-locations .other-header .other-arrows{display:flex;gap:8px;}body .location-detail .other-locations .other-header .other-arrows .ol-prev,body .location-detail .other-locations .other-header .other-arrows .ol-next{width:36px;height:36px;border-radius:50%;border:1px solid #dcdcdc;background:#fff;position:relative;}body .location-detail .other-locations .other-header .other-arrows .ol-prev::before,body .location-detail .other-locations .other-header .other-arrows .ol-next::before{content:"";position:absolute;inset:0;margin:auto;width:8px;height:8px;border:2px solid #333;border-top:0;border-left:0;transform:rotate(225deg);}body .location-detail .other-locations .other-header .other-arrows .ol-next::before{transform:rotate(45deg);}body .location-detail .other-locations .wid-Location{position:relative;overflow:visible;}body .location-detail .other-locations .wid-Location .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #dcdcdc;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:5;cursor:pointer;pointer-events:auto;}body .location-detail .other-locations .wid-Location .slick-arrow::before{content:"";display:block;width:10px;height:10px;border:2px solid #333;border-top:0;border-left:0;position:absolute;top:50%;left:45%;margin:-5px 0 0 -5px;transform:rotate(315deg);}body .location-detail .other-locations .wid-Location .slick-prev{left:-10px;}body .location-detail .other-locations .wid-Location .slick-prev::before{transform:rotate(135deg);left:55%;}body .location-detail .other-locations .wid-Location .slick-next{right:-10px;}body .location-detail .other-locations .wid-Location .slide{padding:8px 22px;}body .location-detail .other-locations .wid-Location .loc-card{height:100%;min-height:195px;}body .location-detail .other-locations .slick-prev,body .location-detail .other-locations .slick-next{z-index:2;}body .location-detail .loc-card{position:relative;border-radius:30px;padding:45px 30px;color:#fff;min-height:140px;background-color:transparent;transition:transform .38s ease,box-shadow .28s ease;}body .location-detail .loc-card .cover-link{position:absolute;inset:0;z-index:5;background:none;text-decoration:none;}body .location-detail .loc-card:hover{transform:translateY(-2px);cursor:pointer;}body .location-detail .loc-card:hover .title a:after{transform:scaleX(1);}body .location-detail .loc-card .badge{position:absolute;top:22px;left:-12px;background-color:#a9362e;color:#fff;font-weight:600;font-size:14px;padding:6px 13px 7px;border-radius:0;line-height:1;}body .location-detail .loc-card .badge::before{content:" ";display:block;position:absolute;width:0;height:0;border-style:solid;border-width:0 12px 8px 0;border-color:transparent #732823 transparent transparent;left:0;bottom:-8px;}body .location-detail .loc-card .title{margin:28px 0 5px;font-weight:700;font-size:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}body .location-detail .loc-card .title a{position:relative;color:#fff;text-decoration:none;outline:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}body .location-detail .loc-card .title a::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:rgba(255,255,255,.95);transform:scaleX(0);transform-origin:left center;transition:transform .28s ease;}body .location-detail .loc-card .title a:hover::after,body .location-detail .loc-card .title a:focus-visible::after{transform:scaleX(1);}body .location-detail .loc-card .area{display:inline-flex;align-items:center;gap:2px;margin:0;font-size:15px;}body .location-detail .loc-card .area img{width:18px;height:18px;display:inline-block;filter:invert(1);}body .location-detail .loc-card .area .pin-ico{width:18px;height:18px;display:inline-block;background-color:#f9c3c9;-webkit-mask:url("../../../../images/Templates/LocationTemplates/T001/add.png") no-repeat center/contain;mask:url("../../../../images/Templates/LocationTemplates/T001/add.png") no-repeat center/contain;}body .location-detail .loc-card .decor{position:absolute;right:5px;bottom:5px;width:62px;height:62px;background-repeat:no-repeat;background-size:contain;opacity:.4;pointer-events:none;}body .location-detail .loc-card.card--s1{background-color:#7e81c0;}body .location-detail .loc-card.card--s1 .decor{background-image:url("../../../../Images/Templates/LocationTemplates/T001/01.png");}body .location-detail .loc-card.card--s2{background-color:#4160b4;}body .location-detail .loc-card.card--s2 .decor{background-image:url("../../../../Images/Templates/LocationTemplates/T001/02.png");}body .location-detail .loc-card.card--s3{background-color:#5eb9db;}body .location-detail .loc-card.card--s3 .decor{background-image:url("../../../../Images/Templates/LocationTemplates/T001/03.png");}body .location-detail .loc-card.card--s4{background-color:#3b8285;}body .location-detail .loc-card.card--s4 .decor{background-image:url("../../../../Images/Templates/LocationTemplates/T001/04.png");}.modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .18s ease;}.modal[data-open=true],.modal[aria-hidden=false]{opacity:1;pointer-events:auto;}.modal .modal__overlay{position:absolute;inset:0;background:rgba(6,0,26,.7019607843);backdrop-filter:blur(10px);}.modal .modal__dialog{position:relative;max-width:550px;width:min(92vw,720px);max-height:85vh;overflow:auto;background:rgba(34,35,68,.64);border-radius:20px;box-shadow:-3px -2px 20px 6px rgba(96,98,155,.43);padding:3rem;backdrop-filter:blur(5px);color:#fff;border:1px solid rgba(96,98,155,.6);min-height:300px;display:flex;flex-direction:column;justify-content:center;}@media(max-width:575px){.modal .modal__dialog{width:auto;padding:1.5rem 2rem;}}.modal .modal__title{text-align:center;margin:0 0 1rem 0;font-size:23px;color:#9a9bc5;}.modal .modal__title::before{content:"";display:block;width:48px;height:48px;margin:0 auto 0;background:url("../../../../Images/Templates/LocationTemplates/Default/h_icon05.svg") no-repeat center/contain;}.modal .modal__content{font-weight:300;font-size:16px;}.modal .modal__content li{margin-bottom:7px;}.modal .modal__close{position:absolute;top:15px;right:15px;width:32px;height:32px;border:0;border-radius:50%;background:#121212;color:#fff;font-size:15px;line-height:1;cursor:pointer;}.p-button-mobile{display:none;}.p-button-mobile button{background:#60629b;color:#fff;border:0;padding:5px 20px 6px;border-radius:7px;position:relative;overflow:hidden;transition:background-color .4s ease;will-change:background-color;backface-visibility:hidden;transform:translateZ(0);}@media(max-width:991px){.p-two{display:flex;align-items:center;margin-top:1rem;}.p-button-mobile{display:block;}}.location-detail .location-top .location-grid.is-default-hero{grid-template-columns:1fr!important;row-gap:12px;}.location-detail .location-top .location-grid.is-default-hero .location-photo .photo-wrap.is-default-hero{aspect-ratio:auto!important;height:auto;max-height:350px;display:flex;align-items:center;justify-content:center;background:transparent;}.location-detail .location-top .location-grid.is-default-hero .hero-img.is-default{object-fit:contain!important;width:100%;height:100%;padding:12px;border-radius:40px;}@media(max-width:767px){.location-detail .location-top .location-grid.is-default-hero .hero-img.is-default{object-fit:cover!important;}}@media(max-width:991px){.location-detail .location-top .location-grid.is-default-hero .location-photo .photo-wrap.is-default-hero{max-height:220px;}.location-detail .location-top .location-grid.is-default-hero .hero-img.is-default{padding:8px;}}.location-detail .location-top .location-grid.layout-1 .location-photo .photo-wrap.is-default-hero{aspect-ratio:auto!important;max-height:320px;}@media(max-width:767px){.location-detail .location-top .location-grid.layout-1 .location-photo .photo-wrap.is-default-hero{aspect-ratio:16/9!important;}}.map-anchor{scroll-margin-top:88px;}@media(max-width:1320px){.map-anchor{scroll-margin-top:0;}}@media(max-width:575px){.map-anchor{scroll-margin-top:57px;}}