@charset "UTF-8";

@font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/archivo-narrow-v8-latin-regular.eot');
    src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url('../../fonts/archivo-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/archivo-narrow-v8-latin-regular.woff2') format('woff2'), url('../../fonts/archivo-narrow-v8-latin-regular.woff') format('woff'), url('../../fonts/archivo-narrow-v8-latin-regular.ttf') format('truetype'), url('../../fonts/archivo-narrow-v8-latin-regular.svg#ArchivoNarrow') format('svg');
}

@font-face {
    font-family: 'Archivo Narrow';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/archivo-narrow-v8-latin-700.eot');
    src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url('../../fonts/archivo-narrow-v8-latin-700.eot?#iefix') format('embedded-opentype'), url('../../fonts/archivo-narrow-v8-latin-700.woff2') format('woff2'), url('../../fonts/archivo-narrow-v8-latin-700.woff') format('woff'), url('../../fonts/archivo-narrow-v8-latin-700.ttf') format('truetype'), url('../../fonts/archivo-narrow-v8-latin-700.svg#ArchivoNarrow') format('svg');
}

@font-face {
    font-family: 'Forum-Regular';
    src: url('../../fonts/Forum-Regular.ttf');
}

@font-face {
    font-family: 'NotoSansHK-Light';
    src: url('../../fonts/NotoSansHK-Light.ttf');
}

@font-face {
    font-family: 'NotoSansSC-Light';
    src: url('../../fonts/NotoSansSC-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/Roboto-Regular.ttf');
}


@font-face {
    font-family: 'NotoSansHK-Regular';
    src: url('../../fonts/NotoSansHK-Regular.ttf');
}

@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('../../fonts/NotoSansSC-Regular.ttf');
}


body {
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #2c2c2c;
    -webkit-text-size-adjust: none;
    background-color: #e3e3d8;
    background-color: #cbd8ed;
 background-color: #b4c7e5;
    
    /* overflow: hidden;*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;


background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
    background-image: url(../../images/bg_disclaimer.jpg);



}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
div,
table,
img,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

th {
    text-align: left;
    padding: 5px;
}

td {
    vertical-align: top;
}

#table_form td {
    vertical-align: top;
}

img {
    border: none;
}

input:focus,
textarea:focus {
    outline: none;
}

a,
a:visited {
    text-decoration: none;
    color: #24190e;
    -webkit-transition: color 500ms ease-out 0s;
    -moz-transition: color 500ms ease-out 0s;
    -o-transition: color 500ms ease-out 0s;
    transition: color 500ms ease-out 0s;
}

a:hover {
    color: #24190e;
    text-decoration: underline;
    animation: color_change 0.5s;
}

ul {
    margin-left: 18px;
    margin-top: 0px;
    padding-top: 0px;
}

a:focus {
    outline: none;
}

p {
    clear: both;
    padding-bottom: 20px;
    line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    width: 100%;
    font-weight: 500;
    color: #144378;
    font-size: 20px;
    padding-bottom: 30px;
}

#global_container {
    position: relative;
    margin: auto;
    padding: auto;
    width: 100%;
    height: 100%;
    /*
   margin-top:80px;
   
   */
    background-color: #b5d6df;
     background-color: #b4c7e5;
}

#global_container.current {
    /*
   margin-top:80px;
   
   */
}

.wrapper {
    position: relative;
    margin: auto;
    padding: auto;
    width: 100%;
    height: 100%;
    /*
   margin-top:80px;
   
   */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper.current {
    /*
   margin-top:80px;
   
   */
}

.header_top {
    clear: both;
    width: 100%;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
	background-image: url(../images/header.jpg);
	*/
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;
    border-bottom: 2px solid #d5ba8e;
}

.logo {
    position: fixed;
    left: 2%;
    top: 20px;
    width: 210px;
    width: 168px;
    width: 200px;
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;
    z-index: 9999999999999;
    z-index: 9999;
    width: 150px;
    left: 2%;
    top: 34px;
    width: 200px;
    width: 180px;
}

.logo_container {
    width: 100%;
    position: relative;
}

.logo_container img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.logo img {
    width: 100%;
}

.logo2 img {
    width: 100%;
}

.logo .img2 {
    display: none;
}

.header {
    display: none;
    clear: both;
    position: fixed;
    z-index: 99999;
    z-index: 9;
    -webkit-transition: height 500ms ease-out 0s;
    -moz-transition: height 500ms ease-out 0s;
    -o-transition: height 500ms ease-out 0s;
    transition: height 500ms ease-out 0s;
    width: 100%;
    left: 0px;
    top: 0px;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url(../../images/header.png);
    background-position: top left;
    min-height: 211px;
    /* Keep this as a minimum */
    height: auto;
    z-index: 9999999;
    height: 210px;
    height: 160px;
    min-height: 160px;
}

.header.header_showsubmenu {
    height: auto;
}

.header_current .header_top {}

.header_container {
    position: relative;
    width: 100%;
}

.header_current {}

.section_home {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
    background-image: url(../../images/bg/landing.jpg);
*/
}

.section_home_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../../images/bg/landing_overlay.png);
}

.footer_area {
    max-width: 1200px;
    margin: auto;
}

.footer_wave_area {
    width: 100%;
    background-image: url(../../images/footer.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.footer_wave {
    position: absolute;
    left: 0px;
    bottom: -12%;
    bottom: 0px;
    width: 100%;
}

.footer_wave_anim {
    width: 100%;
}

.footer_wave_anim .item {
    float: left;
    width: 320%;
}

.footer_wave img {
    width: 320%;
    margin-left: -80%;
}

.footer_back {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.global_section_home {
    margin: auto;
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.table_section_home {
    max-width: 800px;
    margin: auto;
    height: 100%;
}

.table_section_home td.main_cell {
    vertical-align: top;
    text-align: center;
    padding-top: 15%;
    padding-top: 30%;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.table_section_home .logo_home {
    max-width: 430px;
    max-width: 30%;
    max-width: 70%;
    max-width: 100%;
    margin: auto;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.table_section_home .logo_home img {
    width: 100%;
}

@media screen and (max-height: 900px) {
    .table_section_home .logo_home {
        max-width: 200px;
        max-width: 26%;
        max-width: 90%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }

    .table_section_home td.main_cell {
        vertical-align: bottom;
        text-align: center;
        vertical-align: top;
        padding-top: 25%;
        padding-bottom: 0%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
}

@media screen and (max-height: 800px) {
    .table_section_home .logo_home {
        max-width: 200px;
        max-width: 20%;
        max-width: 90%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }

    .table_section_home td.main_cell {
        vertical-align: middle;
        text-align: center;
        vertical-align: top;
        padding-top: 20%;
        padding-bottom: 0%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
}

@media screen and (max-height: 700px) {
    .table_section_home .logo_home {
        max-width: 200px;
        max-width: 15%;
        max-width: 90%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }

    .table_section_home td.main_cell {
        vertical-align: middle;
        text-align: center;
        vertical-align: top;
        padding-top: 14%;
        padding-bottom: 0%;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
}

.loading_section {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #cbd8ed;
    z-index: 999999;
    display: none;
}

.loading_page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #cbd8ed;
    z-index: 999999999;
    z-index: 1000000000009;
    background-image: url(../../images/loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.lang_nav {
    /*
clear:both;
padding-top:20px;
*/
    position: fixed;
    right: 10px;
    top: 70px;
    right: 200px;
    top: 35px;
    top: 19px;
    right: 180px;
    z-index: 999999;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.lang_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lang_nav ul li {
    float: left;
    padding: 0px 15px 0px 15px;
    background-image: url(../images/lang_line.png);
    background-image: url(../images/topmenu_line.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.lang_nav ul li.first,
.lang_nav ul li:first-child {
    background-image: none;
    padding: 0px 15px 0px 0px;
}

.lang_nav ul li.last,
.lang_nav ul li:last-child {
    padding: 0px 0px 0px 15px;
}

.lang_nav a:link,
.lang_nav a:visited {
    line-height: 30px;
    color: #e5b592;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.lang_nav a:hover,
.lang_nav a:active,
.lang_nav a.current:link,
.lang_nav a.current:visited {
    line-height: 30px;
    color: #e5b592;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.footer_right_nav {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.lastupdatedate {
    clear: both;
    padding-top: 2px;
    width: 100%;
    text-align: right;
}

.disclaimer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999999999;
    z-index: 9999;
    z-index: 99999999999;
    /*
	background-image:url(../images/disclaimer_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
    font-size: 10px;
    display: none;
    background-image: url(../../images/bg_disclaimer.jpg);
    /*
background-color:#b5d6df;
*/
    display: none;
    align-items: center;
}

.disclaimer.show {
    display: flex;
}

.disclaimer.loading {
    background: none;
    /*
    background-color: #b5d6df;
*/
}

.disclaimer_en p {
    font-size: 13px;
}

.disclaimer_en_content p {
    font-size: 13px;
    line-height: 120%;
    padding-bottom: 10px;
}

.disclaimer_en_content ul,
.disclaimer_en_content ol,
.disclaimer_en_content ul li,
.disclaimer_en_content ol li {
    font-size: 13px;
    line-height: 120%;
}

.disclaimer .title {
    font-size: 18px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #144378;
    font-weight: bold;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.disclaimer_container {
    width: 980px;
    width: 1180px;
    height: 521px;
    margin: auto;
    position: relative;
    /*
    background-image:url(../images/popup.png);
    background-position: center center;
    background-repeat: no-repeat;

*/
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: clamp(66vh, 66vh, 90vh);
}

.disclaimer_container3 {
    padding-right: 30px;
}

.disclaimer_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
    height: calc(66vh - 260px);
}

.disclaimer_en .disclaimer_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.disclaimer_en .btn_close_disclaimer {}

.disclaimer .small {
    font-size: 13px;
}

.disclaimer p {
    padding-bottom: 0px;
    text-align: justify;
    font-size: 13px;
}

.btn_close_disclaimer_loading {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
}

.btn_close_disclaimer img {
    width: 100%;
}

.btn_close_disclaimer {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
}

.btn_close_disclaimer img {
    width: 100%;
}

.btn_close_disclaimer a:link,
.btn_close_disclaimer a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_disclaimer a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_disclaimer_text_loading {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    font-family: 'DaxCondensedBold';
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_close_disclaimer_text img {
    width: 100%;
}

.btn_close_disclaimer_text {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
}

.btn_close_disclaimer_text a:link,
.btn_close_disclaimer_text a:visited {
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_close_disclaimer_text a:hover {
    background-color: #333333;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.popup_copyright {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999999999;
    z-index: 9999;
    z-index: 99999999999;
    /*
	background-image:url(../images/popup_copyright_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
    font-size: 10px;
    display: none;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    /*
background-color: #e3e3d8;
*/
    /*
background-image: url(../images/bg_popup_copyright.png);
*/
    background-image: url(../../images/bg_disclaimer.jpg);
    background-color: #cbd8ed;
    display: none;
    align-items: center;
}

.popup_copyright.show {
    display: flex;
}

.popup_copyright.loading {
    background: none;
    /*
    background-color: #cbd8ed;
*/
}

.popup_copyright_en p {
    font-size: 12px;
}

.popup_copyright_en_content p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
}

.popup_copyright .title {
    font-size: 18px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #144378;
    font-weight: bold;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.popup_copyright_container {
    width: 980px;
    width: 1180px;
    height: 521px;
    margin: auto;
    position: relative;
    /*
    background-image:url(../images/popup.png);
    background-position: center center;
    background-repeat: no-repeat;

*/
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: clamp(60vh, 60vh, 60vh);
}

.popup_copyright_container3 {
    padding-right: 30px;
}

.popup_copyright_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
    height: calc(50vh - 180px);
}

.popup_copyright_en .popup_copyright_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.popup_copyright_en .btn_close_popup_copyright {}

.popup_copyright .small {
    font-size: 13px;
}

.popup_copyright p {
    padding-bottom: 0px;
    text-align: justify;
    font-size: 13px;
}

.btn_close_popup_copyright_loading {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
}

.btn_close_popup_copyright img {
    width: 100%;
}

.btn_close_popup_copyright {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
}

.btn_close_popup_copyright img {
    width: 100%;
}

.btn_close_popup_copyright a:link,
.btn_close_popup_copyright a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_copyright a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_copyright_text_loading {
    /*
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
*/
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_close_popup_copyright_text img {
    width: 100%;
}

.btn_close_popup_copyright_text {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
}

.btn_close_popup_copyright_text a:link,
.btn_close_popup_copyright_text a:visited {
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_close_popup_copyright_text a:hover {
    background-color: #333333;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.popup_privacy {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999999999;
    z-index: 9999;
    z-index: 99999999999;
    /*
	background-image:url(../images/popup_privacy_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
    font-size: 10px;
    display: none;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    /*
background-color: #e3e3d8;
*/
    /*
background-image: url(../images/bg_popup_privacy.png);
*/
    background-color: #b5d6df;
}

.popup_privacy.loading {
    background: none;
    /*
    background-color: #b5d6df;
*/
}

.popup_privacy_en p {
    font-size: 12px;
}

.popup_privacy_en_content p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
}

.popup_privacy .title {
    font-size: 18px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #144378;
    font-weight: bold;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.popup_privacy_container {
    width: 980px;
    width: 1180px;
    height: 521px;
    margin: auto;
    position: relative;
    /*
    background-image:url(../images/popup.png);
    background-position: center center;
    background-repeat: no-repeat;

*/
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.popup_privacy_container3 {
    padding-right: 30px;
}

.popup_privacy_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.popup_privacy_en .popup_privacy_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.popup_privacy_en .btn_close_popup_privacy {}

.popup_privacy .small {
    font-size: 13px;
}

.popup_privacy p {
    padding-bottom: 0px;
    text-align: justify;
    font-size: 13px;
}

.btn_close_popup_privacy_loading {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
}

.btn_close_popup_privacy img {
    width: 100%;
}

.btn_close_popup_privacy {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
}

.btn_close_popup_privacy img {
    width: 100%;
}

.btn_close_popup_privacy a:link,
.btn_close_popup_privacy a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_privacy a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_privacy_text_loading {
    /*
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
*/
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_close_popup_privacy_text img {
    width: 100%;
}

.btn_close_popup_privacy_text {
    /*
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
*/
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_close_popup_privacy_text a:link,
.btn_close_popup_privacy_text a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_privacy_text a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.popup_disclaimer_accessibility {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999999999;
    z-index: 9999;
    z-index: 99999999999;
    /*
	background-image:url(../images/popup_disclaimer_accessibility_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
    font-size: 10px;
    display: none;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    /*
background-color: #e3e3d8;
*/
    /*
background-image: url(../images/bg_popup_disclaimer_accessibility.png);
*/
    background-image: url(../../images/bg_disclaimer.jpg);
    background-color: #cbd8ed;
    display: none;
    align-items: center;
}

.popup_disclaimer_accessibility.show {
    display: flex;
}

.popup_disclaimer_accessibility.loading {
    background: none;
/*
    background-color: #b5d6df;
*/
}

.popup_disclaimer_accessibility_en p {
    font-size: 12px;
}

.popup_disclaimer_accessibility_en_content p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
}

.popup_disclaimer_accessibility .title {
    font-size: 18px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #144378;
    font-weight: bold;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.popup_disclaimer_accessibility_container {
    width: 980px;
    width: 1180px;
    height: 521px;
    margin: auto;
    position: relative;
    /*
    background-image:url(../images/popup.png);
    background-position: center center;
    background-repeat: no-repeat;

*/
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: clamp(60vh, 60vh, 60vh);
}

.popup_disclaimer_accessibility_container3 {
    padding-right: 30px;
}

.popup_disclaimer_accessibility_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
    height: calc(50vh - 180px);
}

.popup_disclaimer_accessibility_en .popup_disclaimer_accessibility_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.popup_disclaimer_accessibility_en .btn_close_popup_disclaimer_accessibility {}

.popup_disclaimer_accessibility .small {
    font-size: 13px;
}

.popup_disclaimer_accessibility p {
    padding-bottom: 0px;
    text-align: justify;
    font-size: 13px;
}

.btn_close_popup_disclaimer_accessibility_loading {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
}

.btn_close_popup_disclaimer_accessibility img {
    width: 100%;
}

.btn_close_popup_disclaimer_accessibility {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
}

.btn_close_popup_disclaimer_accessibility img {
    width: 100%;
}

.btn_close_popup_disclaimer_accessibility a:link,
.btn_close_popup_disclaimer_accessibility a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_disclaimer_accessibility a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_disclaimer_accessibility_text_loading {
    /*
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
*/
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_close_popup_disclaimer_accessibility_text img {
    width: 100%;
}

.btn_close_popup_disclaimer_accessibility_text {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
}

.btn_close_popup_disclaimer_accessibility_text a:link,
.btn_close_popup_disclaimer_accessibility_text a:visited {
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_close_popup_disclaimer_accessibility_text a:hover {
    background-color: #333333;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.popup_weathernotice {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999999999;
    z-index: 9999;
    z-index: 99999999999;
    z-index: 999999999999999;
    /*
	background-image:url(../images/popup_weathernotice_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #545454;
    font-size: 10px;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    /*
background-color: #e3e3d8;
*/
    background-image: url(../../images/bg_disclaimer.jpg);
    background-color: #cbd8ed;
    display: flex;
    align-items: center;
}

.popup_weathernotice.loading {
    background: none;
    /*
    background-color: #b5d6df;
*/

}

.popup_weathernotice_en p {
    font-size: 12px;
}

.popup_weathernotice_en_content p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
}

.popup_weathernotice .title {
    font-size: 18px;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #144378;
    font-weight: bold;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.popup_weathernotice_container {
    width: 980px;
    width: 1180px;
    height: 521px;
    margin: auto;
    position: relative;
    /*
    background-image:url(../images/popup.png);
    background-position: center center;
    background-repeat: no-repeat;

*/
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: clamp(66vh, 66vh, 90vh);
}

.popup_weathernotice_container3 {
    padding-right: 30px;
}

.popup_weathernotice_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
    height: calc(66vh - 260px);
}

.popup_weathernotice_en .popup_weathernotice_container2 {
    max-width: 80%;
    margin: auto;
    padding-top: 20px;
}

.popup_weathernotice_en .btn_close_popup_weathernotice {}

.popup_weathernotice .small {
    font-size: 13px;
}

.popup_weathernotice p {
    padding-bottom: 10px;
    text-align: justify;
    font-size: 13px;
}

.btn_close_popup_weathernotice {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
}

.btn_close_popup_weathernotice img {
    width: 100%;
}

.btn_close_popup_weathernotice a:link,
.btn_close_popup_weathernotice a:visited {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_weathernotice a:hover {
    color: #545454;
    text-decoration: none;
    font-size: 15px;
}

.btn_close_popup_weathernotice_text {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
}

.btn_close_popup_weathernotice_text a:link,
.btn_close_popup_weathernotice_text a:visited {
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_close_popup_weathernotice_text a:hover {
    background-color: #333333;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.section {
    display: none;
}

.section_download {
    width: 100%;
    height: 100%;
    position: relative;
    /*
    background-color: #e3e3d8;*/
}

.section_other {
    width: 100%;
    height: 100%;
    position: relative;
    /* background-color: #ffffff;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    /*
	 background-attachment: fixed;
*/
    overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS */
    .section_other {
        padding-top: 0px;
    }

    .section_other_location .section_other_container {
        padding-top: 0px;
    }
}

@supports (-ms-accelerator:true) {

    /* IE Edge 12+ CSS */
    .section_other {
        padding-top: 0px;
    }

    .section_other_location .section_other_container {
        padding-top: 0px;
    }
}

@supports (-ms-ime-align:auto) {

    /* IE Edge 16+ CSS */
    .section_other {
        padding-top: 0px;
    }

    .section_other_location .section_other_container {
        padding-top: 0px;
    }
}

.topmenu_top ul li img {
    height: 18px;
}

.current_section_lang2 .topmenu_top ul li img {
    height: 25px;
}

.current_section_lang3 .topmenu_top ul li img {
    height: 25px;
}

.topmenu_top {
    /*
    width: 100%;
    padding-top: 20px;
    padding-top: 5px;
*/
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    z-index: 99999;
    z-index: 99999999;
    padding-left: 270px;
    padding-top: 70px;
    z-index: 99999999;
    padding-left: 240px;
    z-index: 999;
    padding-left: 260px;
}

.current_section_lang1 .topmenu_top {
    padding-top: 70px;
}

.topmenu_top_container2 {
    float: left;
    margin-left: 20px;
    margin-top: -60px;
    height: 100px;
    width: 340px;
    height: 50px;
    width: 440px;
    margin-top: -10px;
    position: relative;
}

.topmenu_top_container2_2 {
    margin-top: -30px;
}





.current_section_lang2 .topmenu_top_container2_2,
.current_section_lang3 .topmenu_top_container2_2 {
    width: 320px;
}

.current_section_lang1 .topmenu_top_container2_2 {
    width: 400px;
}

.topmenu_top_container2_1 {
    margin-top: -30px;
       margin-top: -35px;
    width:180px;
}

.current_section_lang1   .topmenu_top_container2 {
  
    margin-top: 4px;

}



.current_section_lang1 .topmenu_top_container2_2 {
      margin-top: -20px;
}

.current_section_lang1  .topmenu_top_container2_1 {
    margin-top: -10px;
    width:320px;
}


.current_section_lang1  .topmenu_top_container2_1_1 {
    margin-top: -26px;
    width:280px;
}




.topmenu_top_container2_inside {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
    align-items: stretch;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.topmenu_top_container2 .topmenu_other_item {
    /* Targets all direct children */
    display: flex;
    /* Makes the item a flex container */
    padding-top: 5px;
}

.topmenu_top_container2 .topmenu_other_item a:link,
.topmenu_top_container2 .topmenu_other_item a:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 4px 20px 4px 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #144378;
    font-size: 15px;
    -webkit-transition: all 1000ms ease-out 0s;
    -moz-transition: all 1000ms ease-out 0s;
    -o-transition: all 1000ms ease-out 0s;
    transition: all 1000ms ease-out 0s;
    flex-direction: column;
    /*
    box-shadow: 0 0 10px rgba(20, 67, 120, 0.8);
*/


    

    /*
    animation: glowPulse 1s infinite alternate;
       transition: all 0.3s ease;
*/
 

    /*
position: relative;
    
    overflow: visible;
    border: 2px solid #144378;
*/
}

.topmenu_top_container2 .topmenu_other_item a:hover {
    background-color: #ffffff;
    color: #144378;
    -webkit-transition: all 1000ms ease-out 0s;
    -moz-transition: all 1000ms ease-out 0s;
    -o-transition: all 1000ms ease-out 0s;
    transition: all 1000ms ease-out 0s;
}

/* Expanding border ring */
/*
.topmenu_top_container2 .topmenu_other_item a::after {
    content: "";
    position: absolute;
    inset: 0; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid rgba(94, 79, 162, 1);
    opacity: 1;
    animation: borderPulse 1.5s infinite ease-out;
}
*/
.current_section_lang1 .topmenu_top_container {
    margin-top: -8px;
}

.topmenu_top_container {
    float: left;
}

.topmenu_top ul li table {
    width: 100%;
}

.topmenu_top ul li table td {
    vertical-align: middle;
    text-align: center;
    line-height: 120%;
}

.topmenu_top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.topmenu_top2 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #1c2c5f;
}

.topmenu_top ul li {
    float: left;
    /*
    background-image: url(../images/topmenu_line.png);
    background-repeat: no-repeat;
    background-position: left center;
    */
    padding: 0px 20px 0px 0px;
    /*
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
*/
    position: relative;
}

.topmenu_top ul li.first,
.topmenu_top ul li:first-child {
    padding: 0px 20px 0px 0px;
    background-image: none;
}

.topmenu_top ul li.last,
.topmenu_top ul li:last-child {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 0px;
}

.topmenu_top li.heading {
    color: #1c2c5f;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    /*
text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
*/
}

.topmenu_top li.heading2 {
    color: #40327e;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.topmenu_top a:link,
.topmenu_top a:visited {
    /*
	 
text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
*/
    color: #144378;
    font-size: 15px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 1px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: normal;
    font-family: 'NotoSansHK-Regular';
}

.topmenu_top a:hover,
.topmenu_top a:active,
.topmenu_top a.current:link,
.topmenu_top a.current:visited {
       font-family: 'NotoSansHK-Regular';
    /*
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	*/
    color: #000000;
    font-size: 15px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    line-height: 15px;
    font-weight: normal;
}

.current_section_lang1 .topmenu_top a:link,
.current_section_lang1 .topmenu_top a:visited {
    font-size: 15px;
}

.current_section_lang1 .topmenu_top a:hover,
.current_section_lang1 .topmenu_top a:active,
.current_section_lang1 .topmenu_top a.current:link,
.current_section_lang1 .topmenu_top a.current:visited {
    font-size: 15px;
}




.current_section_lang3 .topmenu_top a:link,
.current_section_lang3 .topmenu_top a:visited {
     font-family: 'NotoSansSC-Regular';
}

.current_section_lang3 .topmenu_top a:hover,
.current_section_lang3 .topmenu_top a:active,
.current_section_lang1 .topmenu_top a.current:link,
.current_section_lang1 .topmenu_top a.current:visited {
        font-family: 'NotoSansSC-Regular';
}



.topmenu_top ul li ul {
    position: absolute;
    left: -10px;
    top: 20px;
    /*
	background:rgba(212,199,221,0.8);
*/
    padding: 20px 10px 0px 10px;
    width: 300px;
    left: -40px;
    width: 120px;
    /*
 display: flex;       
    flex-wrap: wrap;       
    justify-content: space-between; 
*/
    background: #C1DAE4;
    background: linear-gradient(180deg, rgba(193, 218, 228, 0.21) 0%, rgba(169, 227, 217, 0.49) 56%, rgba(255, 255, 255, 0) 100%);
    background: #ACDBDD;
    background: #ffffff;
    /*
background: linear-gradient(180deg, rgba(172, 219, 221, 0) 0%, rgba(172, 219, 221, 0.91) 25%, rgba(172, 219, 221, 1) 100%);
*/
    display: none;
    z-index: 9999;
    z-index: 99;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    background: #ffffff;
    width: 100px;
    left: -30px;
}

.topmenu_top ul li ul.topmenutop_submenu_floorplan {
    left: -68px;
    width: 160px;
}

.topmenu_top.topmenu_top_en ul li ul {
    left: -54px;
    width: 220px;
}

.topmenu_top.topmenu_top_en ul li ul.topmenutop_submenu_floorplan {
    left: -82px;
    width: 220px;
}

.topmenu_top ul li ul li a {
    width: 100%;
    display: block !important;
    text-align: center !important;
}

.topmenu_top ul li ul li {
    clear: both;
    width: 100%;
    display: block;
    /* Keeps content inside the list item aligned well */
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    /*
    width: calc(30% - 2px);  /* Takes half the width minus a small gap */
    box-sizing: border-box;
    padding-right: 0px;

    margin-bottom:12px !important;
}

.topmenu_top ul li ul li.topmenu_submenu {
    /*padding-left:15px;*/
    text-align: center;
    width: 100%;
}

.topmenu_top ul li ul li.topmenu_heading {
    color: #1c2c5f;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 1px;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    width: 100%;
}

.topmenu {
    clear: both;
    padding-top: 15px;
}

.topmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topmenu ul li {
    float: left;
    padding: 0px 25px 0px 25px;
    background-image: url(../images/topmenu_line.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.topmenu ul li.first,
.topmenu ul li:first-child {
    background-image: none;
    padding: 0px 25px 0px 0px;
}

.topmenu ul li.last,
.topmenu ul li:last-child {
    padding: 0px 0px 0px 25px;
}

.topmenu a:link,
.topmenu a:visited {
    line-height: 30px;
    color: #c1b8af;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

.topmenu a:hover,
.topmenu a:active,
.topmenu a.current:link,
.topmenu a.current:visited {
    line-height: 30px;
    color: #ffbd34;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

.inside_lang_nav {
    position: absolute;
    right: 0px;
    top: 18px;
}

.inside_lang_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.inside_lang_nav ul li {
    float: left;
    padding: 0px 10px 0px 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

.inside_lang_nav ul li.first,
.inside_lang_nav ul li:first-child {
    background-image: none;
    padding: 0px 10px 0px 0px;
}

.inside_lang_nav ul li.last,
.inside_lang_nav ul li:last-child {
    padding: 0px 0px 0px 10px;
}

.inside_lang_nav a:link,
.inside_lang_nav a:visited {
    line-height: 20px;
    color: #c1b8af;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}

.inside_lang_nav a:hover,
.inside_lang_nav a:active,
.inside_lang_nav a.current:link,
.inside_lang_nav a.current:visited {
    line-height: 20px;
    color: #d2ad64;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}

.inside_lang_nav img {
    height: 20px;
}

.download_area {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.download_area {
    /*
	clear:both;
	max-width:800px;
	margin:auto;
		padding-top:50px;
	padding-bottom:100px;
	*/
}

.download_area_full {
    clear: both;
    max-width: 100%;
    height: 100%;
    margin: auto;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
}

.download_area_full2 {
    clear: both;
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.download_area .heading {
    clear: both;
    width: 100%;
    border-bottom: 2px solid #24190e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.download_area .heading .title {
    float: left;
    margin-left: 10px;
    color: #24190e;
    font-size: 18px;
    padding-top: 15px;
}

.download_area .heading .icon {
    float: right;
    width: 30px;
    padding-top: 5px;
}

.download_area .heading .icon img {
    width: 100%;
}

.table_download {
    width: 100%;
}

.table_download td.download_cell {
    width: 30px;
}

.table_download td.download_cell img {
    max-width: 100%;
    max-height: 20px;
}

.table_download td {
    border-bottom: none;
    padding: 6px 0px 6px 0px;
    line-height: 120%;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #000000;
}

.table_download a:link,
.table_download a:visited {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}

.table_download a:hover {
    color: #000000;
    font-size: 15px;
    text-decoration: underline;
    font-weight: normal;
}

.btn_download {
    float: right;
    margin-right: 0px;
    line-height: 20px;
    text-align: left;
}

.btn_download img {
    height: 15px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
}

.mobile_content {
    display: none;
}

/*************************/
.inside_full_screen img {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inside_full_screen2 {
    margin-top: -5px;
}

.inside_full_screen {
    clear: both;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-color: #e3e3d8;
}

.btn_down {
    position: fixed;
    left: 0px;
    bottom: 100px;
    width: 100%;
}

.btn_down_container {
    max-width: 9%;
    margin: auto;
}

.btn_down_container img {
    width: 100%;
}

.inside_content_left {
    position: absolute;
    left: 5%;
    top: 8%;
    max-width: 700px;
    color: #352718;
}

.inside_content_left .title {
    font-size: 18px;
    font-weight: bold;
}

.inside_content_left .desc {
    font-size: 15px;
    padding-top: 20px;
    line-height: 180%;
}

.inside_content_left2 .title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.inside_content_left2 .desc {
    font-size: 15px;
    padding-top: 20px;
    line-height: 180%;
    color: #ffffff;
}

.photo_list2 {
    /*width:100%;*/
    max-width: 800px;
    margin: auto;
    padding-top: 0px;
}

.photo_list2 .item {
    float: left;
    width: 32.33%;
    margin-right: 1%;
}

.photo_list2 .item img {
    width: 100%;
}

.photo_list {
    width: 100%;
    padding-top: 30px;
}

.photo_list .item {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.photo_list .item img {
    width: 100%;
}

.photo_list .item_full {
    clear: both;
    width: 99%;
}

.photo_list .item_full img {
    width: 100%;
}

.inside_content_left_education {
    display: block;
    max-width: 320px;
    background: rgba(137, 125, 109, 0.9);
    padding: 30px 50px 30px 50px;
}

.inside_content_left_education .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.inside_content_left_education .desc {
    font-size: 15px;
    padding-top: 20px;
    color: #ffffff;
    line-height: 180%;
    padding-bottom: 20px;
}

.inside_content_right {
    position: absolute;
    right: 5%;
    top: 10%;
    max-width: 480px;
    color: #352718;
}

.inside_content_right .title {
    font-size: 18px;
    font-weight: bold;
}

.inside_content_right .desc {
    font-size: 15px;
    padding-top: 20px;
    line-height: 180%;
}

@media only screen and (max-width: 1600px) {
    .inside_content_left {
        max-width: 360px;
        top: 10%;
    }

    .inside_content_left .title {
        font-size: 18px;
    }

    .inside_content_left .desc {
        font-size: 15px;
    }

    .inside_content_right {
        max-width: 360px;
        top: 2%;
    }

    .inside_content_right .title {
        font-size: 18px;
    }

    .inside_content_right .desc {
        font-size: 15px;
    }

    .inside_content_left_education {
        top: 2%;
        display: block;
        width: 400px;
        background: rgba(137, 125, 109, 0.9);
        padding: 20px 20px 20px 20px;
    }

    .inside_content_left_education .title {
        font-size: 18px;
    }

    .inside_content_left_education .desc {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inside_content_left_percent {
        max-width: 48%;
    }

    .inside_content_right_img {
        float: right;
        width: 48%;
    }

    .inside_content_right_img img {
        max-width: 100%;
    }
}

.animate_item_right.animated {
    animation-name: animate_right;
    animation-duration: 3s;
    animation-delay: 0s;
}

.animate_item_left.animated {
    animation-name: animate_left;
    animation-duration: 3s;
    animation-delay: 0s;
}

.photo_list .item.animate_top {
    animation-name: animate_left;
    animation-duration: 3s;
    animation-delay: 0s;
}

.photo_list2 .item.animate_top {
    animation-name: animate_left;
    animation-duration: 3s;
    animation-delay: 0s;
}

.animate_item_bottom.animated {
    animation-name: animate_bottom;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animate_right {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

@keyframes animate_left {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

@keyframes animate_bottom {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

@keyframes animate_top {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_content_left_percent {
    width: 40%;
}

.inside_content_right_img {
    float: right;
    width: 50%;
}

.inside_content_right_img img {
    max-width: 100%;
}

.inside_content_right_img2 {
    float: right;
    width: 40%;
}

.inside_content_right_img2 img {
    max-width: 100%;
}

.inside_full_screen_color {
    background-color: #888074;
}

.inside_full_screen_container {
    display: block;
    padding: 80px 0px 300px 0px;
    color: #ffffff;
}

.inside_full_screen_final_height .inside_full_screen_container {
    padding-top: 40px;
}

.school_list {
    width: 100%;
}

.school_list .item {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.school_list .title {
    font-weight: bold;
    font-size: 18px;
}

.school_list .desc {
    clear: both;
    padding-top: 15px;
    font-size: 15px;
}

/**************************/
.section_other_container {
    max-width: 1000px;
    margin: auto;
    /* background-color: #e3e3d8;*/
    padding-bottom: 100px;
}

.inside_content_middle {
    max-width: 800px;
    margin: auto;
}

.inside_content_middle_container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.inside_content_middle_container2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.inside_content_middle_img {
    max-width: 90%;
    margin: auto;
}

.inside_content_middle_img img {
    max-width: 100%;
}

.inside_content_middle .title {
    font-size: 18px;
    font-weight: bold;
}

.inside_content_middle .desc {
    font-size: 15px;
    padding-top: 20px;
    line-height: 180%;
}

/**************************/
.inside_full_screen_transportation {
    background-position: center top 200px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/transportation/bg1.jpg);
    width: 100%;
    height: 1000px;
}

.inside_full_screen_transportation.current {
    background-position: center top 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

/*****************************/
.inside_content_middle2 {
    max-width: 1000px;
    margin: auto;
}

.inside_content_middle2_container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.inside_full_screen_neighborhood1 {
    background-color: #dbd2c6;
    padding-top: 20px;
    padding-bottom: 80px;
}

.inside_full_screen_neighborhood1 .inside_content_middle_container {
    padding-bottom: 0px;
}

.inside_full_screen_neighborhood2 {
    background-position: center top 150px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/neighborhood/bg2.jpg);
    height: 800px;
}

.inside_full_screen_neighborhood2.current {
    background-position: center top;
}

.photo_list3 {
    width: 100%;
    padding-top: 0px;
}

.photo_list3 .item {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}

.photo_list3 .item img {
    width: 100%;
}

.inside_full_screen_neighborhood3 {
    background-position: center bottom;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/neighborhood/bg3.jpg);
    height: 1000px;
}

.inside_full_screen_neighborhood3.current {
    background-position: center bottom -100px;
}

.section_other {}

.inside_full_screen_neighborhood0 {
    background-position: center top 230px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/neighborhood/img1.jpg);
    height: 1000px;
}

.inside_full_screen_neighborhood0.current {
    background-position: center top 0px;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    background-image: url(../../images/neighborhood/img1.jpg);
    height: 1000px;
}

@media only screen and (max-width: 1600px) {

    /*
.inside_full_screen_transportation{
	background-position:center top 220px;

}

.inside_full_screen_transportation.current{
	background-position:center top 0px;

}
*/
    .inside_full_screen_neighborhood1 .inside_content_middle_container2 {
        padding-top: 20px;
    }

    .inside_full_screen_neighborhood2 {
        height: 800px;
    }

    .inside_full_screen_neighborhood3 {
        height: 800px;
    }
}

@media only screen and (max-width: 1100px) {
    .inside_content_middle .title {
        font-size: 18px;
        font-weight: bold;
    }

    .inside_content_middle .desc {
        font-size: 15px;
        padding-top: 20px;
        line-height: 180%;
    }

    .section_other_container {
        max-width: 90%;
    }

    .inside_content_middle2 {
        max-width: 90%;
    }

    .inside_full_screen_neighborhood2 {
        height: 600px;
    }

    .inside_full_screen_neighborhood3 {
        height: 600px;
    }
}

.inside_full_screen_img {
    padding-bottom: 200px;
}








.btn_music .img1 {
    display: none;
}

.btn_music .img2 {
    display: block;
}

.btn_music.current .img2 {
    display: none;
}

.btn_music.current .img1 {
    display: block;
}

.footer_msg {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 99999999;
    display: none;
    /*
		background:rgba(58,41,25,0.8);
		
		*/
}

.footer_msg_container {
    color: #ffffff;
    font-size: 8px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
    font-size: 9px;
    text-align: left;
    width: 94%;
    margin: auto;
}

.footer_msg_container_en {
    padding-bottom: 30px;
}

.topmenu_en ul li {
    float: left;
    padding: 0px 10px 0px 10px;
    background-image: url(../images/topmenu_line.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.topmenu_en ul li.first,
.topmenu_en ul li:first-child {
    background-image: none;
    padding: 0px 10px 0px 0px;
}

.topmenu_en ul li.last,
.topmenu_en ul li:last-child {
    padding: 0px 0px 0px 10px;
}

.topmenu_en a:link,
.topmenu_en a:visited {
    font-size: 13px;
}

.topmenu_en a:hover,
.topmenu_en a:active,
.topmenu_en a.current:link,
.topmenu_en a.current:visited {
    font-size: 13px;
}

/***********************/
.topmenu_top ul li {
    position: relative;
}

.topmenu_topsubmenu {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    display: none;
    background: none;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.24);
    padding: 10px 20px 15px 20px;
    background-color: #6b594a;
}

.topmenu_top ul ul {
    width: 100%;
    background: none;
}

.topmenu_top_arrow {
    position: absolute;
    left: 0px;
    width: 160px;
    top: -15px;
    height: 23px;
    background-repeat: no-repeat;
    text-align: center;
    display: none;
}

.have_fixed_menu .topmenu_top {
    clear: both;
    /*
padding-top:28px;*/
}

.have_fixed_menu .inside_lang_nav {
    top: 28px;
}

/*********************/
@media only screen and (max-width: 1300px) {}

/*************************************/
.gallery_list {
    clear: both;
    width: 100%;
    height: 756px;
    padding: 0;
    margin: 0;
    margin: auto;
    position: relative;
}

.gallery_list .item {
    clear: both;
    width: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gallery_list .item table {
    height: 756px;
    max-width: 96%;
    margin: auto;
}

.gallery_list .item table td {
    text-align: center;
    padding-top: 0px;
    vertical-align: middle;
}

.gallery_list .item table td img {
    max-width: 100%;
    max-height: 756px;
}

.gallery_list .item img {
    max-width: 100%;
}

.gallery_list .item_container {
    clear: both;
    width: 100%;
    position: relative;
}

.gallery_list .caption {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
}

.gallery_list .caption_container {
    max-width: 560px;
    margin: auto;
    color: #352718;
    font-size: 15px;
    line-height: 120%;
}

.gallery_paging {
    display: none;
}

.btn_gallery_prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 500px;
}

.btn_gallery_prev a {
    float: left;
    width: 140px;
    height: 500px;
}

.btn_gallery_prev a:link,
.btn_gallery_prev a:visited {
    background-image: url(../../images/btn_gallery_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.btn_gallery_prev a:hover {
    background-image: url(../../images/btn_gallery_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.btn_gallery_next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 140px;
    height: 700px;
}

.btn_gallery_next a {
    float: left;
    width: 140px;
    height: 500px;
}

.btn_gallery_next a:link,
.btn_gallery_next a:visited {
    background-image: url(../../images/btn_gallery_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.btn_gallery_next a:hover {
    background-image: url(../../images/btn_gallery_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.loading_page_count {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #144378;
    font-size: 12px;
    z-index: 999999;
}

.loading_page_count table {
    width: 100%;
    height: 800px;
}

.loading_page_count table td {
    text-align: center;
    vertical-align: middle;
}

.section_masterpiece {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../../images/masterpiece/img_bg.jpg);
    padding-bottom: 0px;
}

/*****************/
.home_caption {
    position: absolute;
    right: 2%;
    top: 40%;
    width: 300px;
}

.home_caption_container {
    width: 100%;
    text-align: right;
    display: none;
}

.home_caption_container img {}

.home_caption_container .title {
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.home_caption_container .desc {
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    padding-top: 2px;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.topmenu_topsubmenu1 {
    width: 180px;
    left: -90%;
}

.topmenu_topsubmenu2 {
    width: 180px;
    left: -50%;
}

.topmenu_topsubmenu3 {
    width: 340px;
    left: -120%;
}

.topmenu_topsubmenu4 {
    width: 400px;
    left: -150%;
}

.topmenu_topsubmenu6 {
    width: 460px;
    left: -200%;
}

.topmenu_top_en .topmenu_topsubmenu1 {
    width: 300px;
    left: -90%;
}

.topmenu_top_en .topmenu_topsubmenu2 {
    width: 300px;
    left: -50%;
}

.topmenu_top_en .topmenu_topsubmenu3 {
    width: 600px;
    left: -120%;
}

.topmenu_top_en .topmenu_topsubmenu4 {
    width: 800px;
    left: -150%;
}

.topmenu_top_en .topmenu_topsubmenu6 {
    width: 900px;
    left: -700%;
}

.page_footer_msg {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    /*
		background:rgba(58,41,25,0.8);
		*/
}

.page_footer_msg_half {
    width: 38%;
}

.page_footer_msg_full {
    width: 46%;
}

.page_footer_msg_container {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #727272;
    font-size: 0.50em;
    font-weight: normal;
    line-height: 120%;
}

.page_footer_msg_half .page_footer_msg_container {
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
}

.page_footer_msg a:link,
.page_footer_msg a:visited {
    color: #727272;
    font-weight: normal;
    text-decoration: none;
}

.page_footer_msg a:hover {
    color: #727272;
    font-weight: normal;
    text-decoration: underline;
}

.section_other {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section_other_container {
    padding-top: 22px;
}

.section_other_location .section_other_container {
    max-width: 100%;
    margin: auto;
    background-color: #dfcd8;
    padding-bottom: 0px;
}

/********************/
sup {
    /*font-size: 0.5em;*/
    font-size: 70%;
}

.new_inside_content_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38%;
}

.new_inside_content_left_more {
    width: 45%;
}

.new_inside_content_left_container {
    max-width: 100%;
    margin-left: 4%;
    padding-top: 50px;
}

.new_inside_content_left2 .new_inside_content_left_container {
    max-width: 60%;
    margin-left: 4%;
    padding-top: 50px;
}

.new_inside_content_left3 .new_inside_content_left_container {
    float: right;
    max-width: 80%;
    padding-top: 50px;
}

/*
.new_inside_content_left3 .new_inside_content_left_container{
	float:right;
	max-width:60%;
	


	padding-top:50px;
}
*/
.new_inside_content_left_top .new_inside_content_left_container {
    padding-top: 50px;
}

.new_inside_content_left .title {
    font-size: 20px;
    font-weight: bold;
    color: #352718;
}

.new_inside_content_left .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #352718;
}

.inside_full_screen_bg {
    /*
	position:absolute;
	left:0px;
	top:0px;*/
    width: 100%;
}

.inside_full_screen_bg img {
    width: 100%;
}

.new_inside_content_left .photo {
    clear: both;
    max-width: 100%;
    padding-top: 20px;
}

.new_inside_content_left .photo img {
    max-width: 100%;
}

.page_footer_msg2 .page_footer_msg_container {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

/*************************************/
.gallery_top_content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gallery_top_content_container {
    max-width: 620px;
    margin: auto;
    margin-top: 50px;
}

.gallery_top_content_container .title {
    font-size: 20px;
    font-weight: bold;
    color: #352718;
    line-height: 100%;
}

.gallery_top_content_container .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #352718;
}

/*************************************/
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    /*background-size: auto 100%;*/
    color: #ffffff;
    font-size: 15px;
    display: none;
}

.popup .title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 40px;
}

.popup .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #ffffff;
}

.popup_container {
    width: 700px;
    height: 300px;
    margin: auto;
    position: relative;
    background-image: url(../images/popup_bg.png);
    background-position: center center;
    background-repeat: repeat;
}

.popup_container2 {
    width: 70%;
    margin: auto;
    padding-top: 40px;
}

.popup_en .popup_container2 {
    max-width: 90%;
    margin: auto;
    padding-top: 10px;
}

.btn_close_popup {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
}

.btn_close_popup img {
    width: 100%;
}

/*************************/
.new_inside_content_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
}

.new_inside_content_right_container {
    max-width: 100%;
    margin-right: 10%;
}

.new_inside_content_right .title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 80%;
}

.new_inside_content_right .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #ffffff;
}

/*************************/
.section_footer_msg {
    position: fixed;
    left: 0px;
    bottom: 80px;
    width: 100%;
    /*
		background:rgba(58,41,25,0.8);
		*/
}

.section_footer_msg_container {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.section_footer_msg a:link,
.section_footer_msg a:visited {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.section_footer_msg a:hover {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.section_footer_msg2 {
    position: fixed;
    left: 0px;
    bottom: 80px;
    width: 100%;
}

.section_footer_msg2 .section_footer_msg2_container {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #58595b;
    font-size: 10px;
}

.new_inside_content_middle {
    clear: both;
    max-width: 600px;
    margin: auto;
    font-size: 15px;
    padding-top: 20px;
    line-height: 180%;
    color: #352718;
    padding-bottom: 40px;
}

.new_inside_content_left_full {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 42%;
}

.new_inside_content_left_full_container {
    max-width: 80%;
    margin-left: 10%;
    padding-top: 50px;
}

.new_inside_content_left_full {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 42%;
}

.new_inside_content_left_full3 {
    width: 28%;
}

.new_inside_content_left_full2 .new_inside_content_left_full_container {
    padding-top: 50%;
}

.new_inside_content_left_full .title {
    font-size: 20px;
    font-weight: bold;
    color: #3a2919;
}

.new_inside_content_left_full .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #352718;
}

.new_inside_content_right_full {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
}

.new_inside_content_right_full_container {
    max-width: 60%;
    margin-right: 10%;
    padding-top: 50px;
}

.new_inside_content_left_full .photo {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.new_inside_content_right_full .photo img {
    width: 100%;
}

.new_inside_content_right_full .title {
    font-size: 20px;
    font-weight: bold;
    color: #3a2919;
}

.new_inside_content_right_full .desc {
    font-size: 13px;
    padding-top: 20px;
    line-height: 180%;
    color: #352718;
}

.new_inside_content_right_full .photo {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.new_inside_content_right_full .photo img {
    width: 100%;
}

.slide_photo_list {
    width: 100%;
}

.slide_photo_list img {
    width: 100%;
}

.inside_full_screen_final {
    padding-bottom: 50px;
    margin-top: -5px;
}

.inside_full_screen_final_height {
    padding-top: 0px;
    padding-bottom: 280px;
}

.new_inside_content_left_full .title_white {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.new_inside_content_left_full .desc_white {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.new_inside_content_left_full .desc_center {
    text-align: center;
}

.new_inside_content_left_full .title_center {
    text-align: center;
}

.inside_full_screen_final .section_footer_msg {
    bottom: 80px;
}

.section_scroll_top {
    position: fixed;
    bottom: 180px;
    left: 0px;
    width: 100%;
    cursor: pointer;
    display: none;
}

.section_scroll {
    position: fixed;
    bottom: 180px;
    left: 0px;
    width: 100%;
    cursor: pointer;
}

.section_scroll2 {
    bottom: 200px;
}

.section_scroll_container {
    position: relative;
    width: 88px;
    margin: auto;
}

.section_scroll_container img {
    width: 100%;
}

#section_next .section_footer_msg {
    display: none;
}

#section_next .section_footer_msg2 {
    display: none;
}

.img_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.right_photo {
    float: right;
    width: 60%;
}

.right_photo_container {
    float: left;
    max-width: 740px;
}

.right_photo img {
    width: 100%;
}

.right_photo3 {
    float: right;
    width: 60%;
}

.new_inside_content_left3 {
    padding-top: 100px;
}

.right_photo3 .right_photo_container {
    float: left;
    max-width: 100%;
    padding-top: 100px;
}

.right_photo3a .right_photo_container {
    float: left;
    max-width: 100%;
    padding-top: 70px;
}

.right_photo3b .right_photo_container {
    float: right;
    max-width: 100%;
    padding-top: 70px;
}

@media only screen and (max-width: 1600px) {
    .new_inside_content_left3 {
        padding-top: 0px;
    }

    .right_photo3 .right_photo_container {
        padding-top: 0px;
    }

    .right_photo3b .right_photo_container {
        float: right;
        max-width: 70%;
        padding-top: 0px;
    }

    .right_photo3a .right_photo_container {
        float: right;
        max-width: 70%;
        padding-top: 0px;
    }

    .right_photo {
        float: right;
        width: 60%;
    }

    .right_photo_container {
        float: left;
        max-width: 700px;
    }

    .right_photo3 .right_photo_container {
        float: left;
        max-width: 700px;
    }

    .new_inside_content_right .title {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        padding-top: 60%;
        text-align: right;
    }

    .new_inside_content_right {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40%;
    }

    .new_inside_content_left_container {
        max-width: 92%;
        margin-left: 4%;
        padding-top: 30px;
    }

    .new_inside_content_left_more .new_inside_content_left_container {
        max-width: 100%;
    }

    .new_inside_content_left .title {
        font-size: 20px;
        font-weight: bold;
        color: #352718;
    }

    .new_inside_content_left .desc {
        font-size: 13px;
        padding-top: 20px;
        line-height: 180%;
        color: #352718;
    }

    .new_inside_content_left2 .new_inside_content_left_container {
        max-width: 70%;
        margin-left: 4%;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .new_inside_content_left_full3 {
        width: 32%;
    }

    .gallery_top_content_container {
        max-width: 520px;
    }

    .page_footer_msg_half {
        width: 100%;
    }
}

@media only screen and (max-width: 1800px) {
    .new_inside_content_left_full3 {
        width: 30%;
    }

    .gallery_top_content_container {
        max-width: 480px;
    }

    .section_footer_msg {
        bottom: 90px;
    }

    .section_footer_msg2 {
        bottom: 90px;
    }

    .section_footer_msg3 .section_footer_msg_container {
        padding-bottom: 20px;
    }
}

.section_footer_msg_box {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 500px;
}

.section_footer_msg_box_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.default_color_bg {
    /*
    background-color: #e3e3d8;
    */
}

/******************/
.section_en .new_inside_content_left .title {
    font-size: 18px;
}

.section_en .new_inside_content_left .desc {
    font-size: 12px;
    text-align: justify;
}

.section_en .new_inside_content_right .title {
    font-size: 18px;
}

.section_en .new_inside_content_right .desc {
    font-size: 12px;
    text-align: justify;
}

.section_en .new_inside_content_left_full .title {
    font-size: 18px;
}

.section_en .new_inside_content_left_full .desc {
    font-size: 12px;
}

.section_en .new_inside_content_middle {
    font-size: 12px;
    text-align: justify;
}

.section_en .gallery_top_content_container .title {
    font-size: 18px;
}

.section_en .gallery_top_content_container .desc {
    font-size: 12px;
}

.gallery_top_content_en_desc {
    font-size: 12px;
    text-align: justify;
}

.section_en .popup .title {
    font-size: 18px;
}

.section_en .popup .desc {
    font-size: 12px;
    text-align: justify;
}

.section_en .gallery_list .caption_container {
    font-size: 12px;
    text-align: justify;
}

/*******************/
.home_bg {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.home_booklet {
    position: absolute;
    right: 1%;
    top: 12%;
    width: 26%;
    height: 1000px;
}

.home_booklet_container {
    position: relative;
    width: 100%;
}

.home_btn2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70%;
}

.home_btn2 img {
    width: 100%;
    float: right;
}

.home_btn2 .img2 {
    display: none;
}

.home_btn1 {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
}

.home_btn1 img {
    width: 100%;
    float: left;
    margin-top: 105%;
}

.home_btn1 .img2 {
    display: none;
}

/**************/
.home_btn1 a:hover .img1 {
    display: none;
}

.home_btn1 a:hover .img2 {
    display: inline;
}

.home_btn2 a:hover .img1 {
    display: none;
}

.home_btn2 a:hover .img2 {
    display: inline;
}

/*************************/
.inside_download_area {
    position: absolute;
    left: 2%;
    top: 240px;
    top: 280px;
    width: 96%;
    z-index: 9999;
    z-index: 99;
    top: 200px;
}

.inside_download_area .inside_download_area_container {
    max-width: 980px;
    margin: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 40px 40px 40px 40px;
    max-width: 900px;
}

.section_other8002 .inside_download_area .inside_download_area_container {
    max-width: 980px;
    margin: auto;
    position: relative;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
}

.inside_download_area .section_title {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
}

.inside_download_area .section_title img {
    height: 30px;
}

.inside_download_area_box {
    position: relative;
}

.inside_download_area_box .bg {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}

.inside_download_area_box .bg img {
    width: 100%;
}

.inside_download_area table.table_inside_download_area {
    /*
    height: 170px;
    position: absolute;
    left: 0%;
    top: 60%;
*/
}

.inside_download_area table.table_inside_download_area td {
    vertical-align: top;
}

.inside_download_area .title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000000;
}

.inside_download_area .desc {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 0px;
    text-shadow: 1px 1px 2px #000000;
}

.inside_download_area .desc p {
    line-height: 120%;
}

.inside_content_box {
    position: absolute;
    left: 2%;
    top: 240px;
    top: 280px;
    width: 96%;
    z-index: 9999;
    z-index: 99;
    top: 200px;
}

.inside_content_box .inside_content_box_container {
    max-width: 980px;
    margin: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 40px 40px 40px 40px;
    max-width: 900px;
    height: calc(80vh - 240px);
    max-width: 90%;
}

.inside_content_box .inside_content_box_container2 {
    height: calc(80vh - 240px);
    overflow: auto;
}

.inside_content_box2 {
    position: absolute;
    left: 2%;
    top: 240px;
    top: 280px;
    width: 96%;
    z-index: 9999;
    z-index: 99;
    top: 200px;
}

.inside_content_box2 .inside_content_box2_container {
    max-width: 980px;
    margin: auto;
    position: relative;
    max-width: 1200px;
    height: calc(80vh - 200px);
    max-width: 90%;
}

.inside_content_box2 .inside_content_box2_container2 {
    height: calc(80vh - 200px);
    overflow: auto;
}

.section_other400 .inside_content_box2 {
    top: 160px;
}

.section_other400 .inside_content_box2 .inside_content_box2_container {
    height: calc(80vh - 100px);
}

.section_other400 .inside_content_box2 .inside_content_box2_container2 {
    height: calc(80vh - 100px);
}

.footer2 .content_tc {
    line-height: 130%;
}

.footer2 .footer_left .content_tc .title {
    line-height: 130%;
}

.footer2 {
    /*
	position:fixed;
	left:0px;
	bottom:0px;
	
	*/
    width: 100%;
    min-height: 60px;
    /*
	background-color:#80837e;
	*/
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999999998;
    color: #ded9d4;
    background-color: #3e3833;
}

.footer {
    /*
	position:fixed;
	left:0px;
	bottom:0px;
	
	*/
    width: 100%;
    min-height: 60px;
    /*
	background-color:#80837e;
	*/
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999999998;
    color: #ded9d4;
    background-color: #3e3833;
}

.footer_container {
    max-width: 1240px;
    margin: auto;
}

.footer_other_info {
    color: #ffffff;
    font-size: 11px;
    line-height: 150%;
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    z-index: 99999;
}

.footer_other_info_container {
    max-width: 1200px;
    margin: auto;
}

.footer_left2 {
    float: left;
    width: 13%;
    margin-right: 1%;
    position: relative;
    height: 100%;
}

.footer_left {
    float: left;
    width: 20%;
    position: relative;
}

.footer_right {
    float: right;
    width: 78%;
    line-height: 150%;
    position: relative;
}

.footer_social {
    clear: both;
    width: 100%;
    padding-top: 7px;
}

.footer_social .item {
    float: left;
    width: 49%;
}

.footer_social .item2 {
    float: right;
    width: 49%;
}

.footer_social .item img {
    width: 100%;
}

.footer2 .info1 {
    clear: both;
    color: #ded9d4;
    font-size: 11px;
    line-height: 130%;
    text-align: justify;
}

.footer2 .info2 {
    clear: both;
    color: #ded9d4;
    font-size: 14px;
    padding-top: 0px;
    line-height: 130%;
    text-align: justify;
}

.footer2 .info3 {
    clear: both;
    color: #ded9d4;
    font-size: 11px;
    padding-top: 0px;
    line-height: 130%;
    text-align: justify;
}

.footer2 .footer_right_tc .info1 {
    line-height: 130%;
}

.footer2 .footer_right_tc .info2 {
    line-height: 130%;
    font-size: 14px;
}

.footer2 .footer_right_tc .info3 {
    line-height: 130%;
}

.footer_lastupdate {
    clear: both;
    padding-top: 0px;
}

.copyright {
    clear: both;
    width: 100%;
    padding-top: 0px;
    color: #545454;
}

.copyright a:link,
.copyright a:visited {
    color: #545454;
    text-decoration: none;
}

.copyright a:hover {
    color: #545454;
    text-decoration: underline;
}

.copyright_left {
    float: left;
    color: #545454;
    line-height: 120%;
}

.copyright_right {
    float: right;
    color: #545454;
}

.footer_lang_nav {
    float: right;
}

.footer_lang_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_lang_nav ul li {
    float: left;
    padding: 0px 10px 0px 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/footer_lang_nav.png);
}

.footer_lang_nav ul li.first,
.footer_lang_nav ul li:first-child {
    background-image: none;
    padding: 0px 10px 0px 0px;
}

.footer_lang_nav ul li.last,
.footer_lang_nav ul li:last-child {
    padding: 0px 0px 0px 10px;
}

.footer_lang_nav a:link,
.footer_lang_nav a:visited {
    line-height: 13px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.footer_lang_nav a:hover,
.footer_lang_nav a:active,
.footer_lang_nav a.current:link,
.footer_lang_nav a.current:visited {
    line-height: 16px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.footer_lang_nav img {
    height: 13px;
    margin-top: 3px;
}

.btn_disclaimer {
    float: left;
}

.btn_disclaimer a:link,
.btn_disclaimer a:visited {
    color: #434343;
    font-size: 16px;
    text-decoration: underline;
}

.btn_disclaimer a:hover {
    color: #434343;
    font-size: 16px;
    text-decoration: underline;
}

.btn_disclaimer_tc a:link,
.btn_disclaimer_tc a:visited {
    font-size: 14px;
}

.btn_disclaimer_tc a:hover {
    font-size: 14px;
}

.footer_logo {
    float: right;
    width: 100%;
    text-align: right;
}

.footer_logo img {
    max-width: 100%;
    max-height: 50px;
    text-align: right;
}

/**************/
.landing_box {
    width: 720px;
    padding-top: 60px;
    margin: auto;
    width: 360px;
    /*
	font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.landing1 {
    /*
	clear:both;
	width:400px;
	margin:auto;

*/
    float: left;
    width: 300px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    height: 150px;
}

.landing1 .title {
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 0px #000000;
    font-weight: bold;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.landing1 .title img {
    height: 52px;
    height: 40px;
    margin: auto;
}

.landing2 {
    float: left;
    width: 300px;
    margin-left: 30px;
    margin-right: 30px;
}

.landing2 .title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 0px #000000;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.landing2 .content {
    display: block;
    /*
	opacity:0.5;
	*/
}

.landing2 .content2 {
    display: none;
    padding-top: 20px;
}

/*
.landing2:hover .content{
	display:none;

	
}

.landing2:hover .content2{
	display:block;
}

*/
.landing2 .title2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.landing2 .desc2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

.home_footer_msg {
    position: fixed;
    left: 0px;
    bottom: 10px;
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
    line-height: 120%;
}

.home_footer_msg_container {
    width: 94%;
    margin: auto;
}

/****************/
.header_bg {
    position: fixed;
    left: 0px;
    top: -30px;
    width: 250px;
    width: 350px;
    /*
	display:none;
	*/
    z-index: 99;
}

.header_bg img {
    width: 100%;
}

/*******************/
.loading_screen_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #103035;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999998;
}

.loading_screen_bg_home {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999997;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loading_screen_bg_home1 {
    transform: scale(1);
    animation-delay: 1000ms;
    background-image: url(../../images/mask/1.png);
}

.loading_screen_bg_home1.scale {
    animation-delay: 1000ms;
    transform: scale(5);
    -webkit-transition: all 3000ms ease-out 0s;
    -moz-transition: all 3000ms ease-out 0s;
    -o-transition: all 3000ms ease-out 0s;
    transition: all 3000ms ease-out 0s;
}

.loading_screen_bg_inside {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999997;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.loading_screen_bg_inside {
    transform: scale(1);
    animation-delay: 1000ms;
    background-image: url(../../images/mask/1.png);
}

.loading_screen_bg_inside.scale {
    animation-delay: 1000ms;
    transform: scale(5);
    -webkit-transition: all 3000ms ease-out 0s;
    -moz-transition: all 3000ms ease-out 0s;
    -o-transition: all 3000ms ease-out 0s;
    transition: all 3000ms ease-out 0s;
}

.loading_screen_bg_inside.scale2 {
    transform: scale(5);
    -webkit-transition: all 3000ms ease-out 0s;
    -moz-transition: all 3000ms ease-out 0s;
    -o-transition: all 3000ms ease-out 0s;
    transition: all 3000ms ease-out 0s;
}

.loading_screen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #103035;
    background-image: url(../../images/loading_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99999999998;
    display: none;
}

.loading_screen_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading_screen table {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

.loading_screen table td {
    vertical-align: middle;
    text-align: center;
}

.loading_screen .title {
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    font-size: 70px;
    color: #ffffff;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.loading_screen .desc {
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    clear: both;
    padding-top: 30px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.animate_title {
    /*
  overflow: hidden;*/
}

.animate_title .letter {
    display: inline-block;
}

.animate_desc {
    overflow: hidden;
}

.animate_desc .letter {
    display: inline-block;
}

/*************/
@media screen and (max-height: 760px) {
    .topmenu_top {
        /*
	top:0px;
*/
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
}

.home_bottom_disclaimer1 {
    opacity: 0.5;
}

.home_bottom_disclaimer {
    font-size: 11px;
    color: #ffffff;
    padding-top: 20px;
    text-align: left;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.home_bottom_disclaimer {
    font-size: 11px;
    color: #ffffff;
    padding-top: 20px;
    text-align: left;
    font-family: 'Archivo Narrow', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.home_bottom_disclaimer_container {
    margin: auto;
    text-align: center;
}

.home_bottom_disclaimer_container2 {
    margin: auto;
    text-align: center;
}

.gallery_area {
    position: absolute;
    left: 0px;
    top: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99999;
    z-index: 99;
    top: 240px;
    top: 200px;
}

.gallery_area_container {
    max-width: 980px;
    margin: auto;
    max-width: 80%;
}

.gallery_area .title {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
    margin-left: -55px;
}

.gallery_area .gallery_desc {
    margin-left: -55px;
}

.gallery_area .title img {
    height: 30px;
}

.inside_download_area1 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 5%;
    top: 35%;
    width: 420px;
    width: 460px;
}

.inside_download_area1 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 15%;
    top: 30px;
    width: 70% !important;
    height: 100px !important;
    left: 20%;
    top: 30px;
    width: 64% !important;
    height: 200px !important;
}

.inside_download_area1 .table_inside_download_area {
    height: 100px !important;
    width: 100% !important;
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area1 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area6 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 5%;
    top: 35%;
    width: 420px;
    width: 460px;
}

.inside_download_area6 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 15%;
    top: 30px;
    width: 70% !important;
    height: 100px !important;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area6 .table_inside_download_area {
    height: 100px !important;
    width: 100% !important;
}

.inside_download_area6 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area2 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 10%;
    top: 180px;
    width: 320px;
    width: 460px;
}

.inside_download_area2 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area2 .table_inside_download_area {
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area2 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area2 .table_download a:link,
.inside_download_area2 .table_download a:visited {
    color: #2b819d;
}

.inside_download_area2 .table_download a:hover {
    color: #2b819d;
}

.inside_download_area3 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 10%;
    top: 180px;
    width: 420px;
    width: 460px;
}

.inside_download_area3 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area3 .table_inside_download_area {
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area4 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 10%;
    top: 180px;
    width: 460px;
}

.inside_download_area4 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 20%;
    top: 20px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area4 .table_inside_download_area {
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area4 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area4 .table_download a:link,
.inside_download_area4 .table_download a:visited {
    color: #ffffff;
}

.inside_download_area4 .table_download a:hover {
    color: #ffffff;
}

.inside_download_area5 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 10%;
    top: 180px;
    width: 420px;
    width: 460px;
}

.inside_download_area5 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 20%;
    top: 20px;
    width: 60% !important;
    height: 200px !important;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area5 .table_inside_download_area {
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area5 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area5 .table_download a:link,
.inside_download_area5 .table_download a:visited {
    color: #ffffff;
}

.inside_download_area5 .table_download a:hover {
    color: #ffffff;
}

.inside_download_area7 {
    position: absolute;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    right: 10%;
    top: 180px;
    width: 460px;
}

.inside_download_area7 .inside_download_area_container {
    height: inherit;
    position: absolute;
    left: 20%;
    top: 30px;
    width: 60% !important;
    height: 200px !important;
}

.inside_download_area7 .table_inside_download_area {
    height: 200px !important;
    width: 100% !important;
}

.inside_download_area7 .table_inside_download_area td {
    padding: 0px 0px 3px 0px;
}

.inside_download_area7 .table_download a:link,
.inside_download_area7 .table_download a:visited {
    color: #FFFFFF;
}

.inside_download_area7 .table_download a:hover {
    color: #FFFFFF;
}

.inside_download_area7 .download_list {
    height: 130px !important;
}

.footer_lastupdate_left {
    clear: both;
    padding-top: 2px;
    color: #434343;
}

.loading_screen_home_text {
    position: fixed;
    left: 10%;
    /*
	top:30px;
	top:10%;*/
    display: none;
    top: 45%;
}

.loading_screen_home_text img {
    max-width: 560px;
}

.footer_other_icon {
    position: fixed;
    right: 0px;
    bottom: -20px;
    z-index: 9999;
    max-width: 15%;
}

.footer_other_icon img {
    max-width: 100%;
}

.section_otherpage1 {
    background-image: url(../../images/bg/otherpage1.jpg);
    background-position: center center;
}

.section_otherpage2 {
    background-image: url(../../images/bg/otherpage2.jpg);
    background-position: center center;
}

.section_otherpage3 {
    background-image: url(../../images/bg/otherpage3.jpg);
    background-position: top 0% center;
}

.topmenu_top_tc a:link,
.topmenu_top_tc a:visited {
    font-size: 15px;
}

.topmenu_top_tc a:hover,
.topmenu_top_tc a:active,
.topmenu_top_tc a.current:link,
.topmenu_top_tc a.current:visited {
    font-size: 15px;
}

.footer2 .footer_right_tc .info1 {
    font-size: 10px;
}

.footer2 .footer_right_tc .info2 {}

.footer2 .footer_right_tc .info3 {}

.footer2 .footer_right_tc .copyright {
    font-size: 10px;
}

.current_section_lang2 .inside_download_area .title {
    font-size: 24px;
}

.current_section_lang2 .inside_download_area .desc {
    font-size: 15px;
}

.current_section_lang2 .download_list ul li a:link,
.current_section_lang2 .download_list ul li a:visited {
    font-size: 15px;
}

.current_section_lang2 .download_list ul li a:hover {
    font-size: 15px;
}

.current_section_lang2 .download_list2 ul li a:link,
.current_section_lang2 .download_list2 ul li a:visited {
    font-size: 15px;
}

.current_section_lang2 .download_list2 ul li a:hover {
    font-size: 15px;
}

.current_section_lang2 .table_download a:link,
.current_section_lang2 .table_download a:visited {
    font-size: 15px;
}

.current_section_lang2 .table_download a:hover {
    font-size: 15px;
}

.current_section_lang2 .table_download2 a:link,
.current_section_lang2 .table_download2 a:visited {
    font-size: 15px;
}

.current_section_lang2 .table_download2 a:hover {
    font-size: 15px;
}

.current_section_lang3 .inside_download_area .title {
    font-size: 24px;
}

.current_section_lang3 .inside_download_area .desc {
    font-size: 15px;
}

.current_section_lang3 .download_list ul li a:link,
.current_section_lang3 .download_list ul li a:visited {
    font-size: 15px;
}

.current_section_lang3 .download_list ul li a:hover {
    font-size: 15px;
}

.current_section_lang3 .download_list2 ul li a:link,
.current_section_lang3 .download_list2 ul li a:visited {
    font-size: 15px;
}

.current_section_lang3 .download_list2 ul li a:hover {
    font-size: 15px;
}

.current_section_lang3 .table_download a:link,
.current_section_lang3 .table_download a:visited {
    font-size: 15px;
}

.current_section_lang3 .table_download a:hover {
    font-size: 15px;
}

.current_section_lang3 .table_download2 a:link,
.current_section_lang3 .table_download2 a:visited {
    font-size: 15px;
}

.current_section_lang3 .table_download2 a:hover {
    font-size: 15px;
}

.current_section_lang1 .table_download a:link,
.current_section_lang2 .table_download a:visited {
    font-size: 13px;
}

.current_section_lang1 .table_download a:hover {
    font-size: 13px;
}

.footer_right .info2 p {
    line-height: 110%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.btn_other_phase_area {
    display: block;
    padding: 5px 10px 5px 10px;
    color: #6a6a6a;
    border: 1px solid #acacac;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.other_phase_middle {
    float: left;
    width: 4%;
    background-image: url(../images/footernav.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
}

.btn_other_phase {
    float: left;
    width: 48%;
}

.btn_other_phase2 {
    float: right;
    width: 48%;
}

.btn_other_phase a:link,
.btn_other_phase a:visited {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.btn_other_phase a:hover {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.section_other12 {
    background-image: url(../../images/bg/vrtour.jpg);
    background-position: center center;
}

.popup_3dtour_disclaminer {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 9999999;
    display: none;
    /*
    background: rgba(30, 27, 24, 0.95);

*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ffffff;
    color: #545454;
    z-index: 9;

        -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.popup_3dtour_disclaminer_area {
    position: relative;
    width: 90%;
    margin: auto;

}

.popup_3dtour_disclaminer_container {
    display: block;
    padding: 30px 0px 0px 0px;
    color: #b4afaa;
    color: #545454;
    position: relative;
}

.popup_3dtour_disclaminer_content {
    display: block;
    padding-right: 40px;
    height: 400px;
}

.popup_3dtour_disclaminer_content a:link,
.popup_3dtour_disclaminer_content a:visited {
    text-decoration: underline;
    color: #ffffff;
    color: #3e3833;
    font-weight: normal;
}

.popup_3dtour_disclaminer_content a:hover {
    text-decoration: underline;
    color: #ffffff;
    color: #3e3833;
    font-weight: normal;
}

.popup_3dtour_disclaminer_area2{
    width:100%;
    position:relative;
}

.btn_close_popup_3dtour_disclaminer {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;

    

}

.btn_close_popup_3dtour_disclaminer img {
    width: 100%;
}

.vrtour_content {
    margin: auto;
    max-width: 100%;
}

.vrtour_content_left {
    float: right;
    width: 80%;
    position: relative;
}

.vrtour_content_right {
    float: left;
    width: 18%;
    padding-top: 50px;
}

.vrtour_heading {
    font-size: 32px;
    color: #00acb7;
    font-style: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
}

.vrtour_heading img {
    max-height: 30px;
}

.vrtour_list {
    clear: both;
    width: 100%;
    text-align: left;
}

.vrtour_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vrtour_list ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
}

.vrtour_list ul li a:link,
.vrtour_list ul li a:visited {
    font-size: 20px;
    color: #ffffff;
    color: #144378;
    font-weight: normal;
    text-decoration: none;
}

.vrtour_list ul li a:hover,
.vrtour_list ul li a.current:link,
.vrtour_list ul li a.current:visited {
    font-size: 20px;
    color: #ffffff;
    color: #144378;
    font-weight: bold;
    text-decoration: none;
    font-weight: 600;
}

.iframe_vrtour {
    width: 100%;
    height: 400px;
       -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.global_section_home_phase {
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 10%;
    width: 100%;
}

.nav_phase {
    clear: both;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 0px #000000;
    text-shadow: 1px 1px 2px #000000;
    font-family: 'Forum-Regular', "Microsoft JhengHei", "Microsoft Yahei", "微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
}

.nav_phase ul li span {
    margin-left: 15px;
    font-size: 14px;
}

.nav_phase ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav_phase ul li {
    float: left;
    padding: 0px 11px 0px 30px;
}

.nav_phase ul li.first,
.nav_phase ul li:first-child {
    background-image: none;
    padding: 0px 11px 0px 0px;
}

.nav_phase ul li.last,
.nav_phase ul li:last-child {
    padding: 0px 0px 0px 30px;
}

.nav_phase a:link,
.nav_phase a:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 16px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.nav_phase a:hover,
.nav_phase a:active,
.nav_phase a.current:link,
.nav_phase a.current:visited {
    float: left;
    padding: 5px 15px 5px 15px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 16px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.btn_footer_popup_disclaimer:link,
.btn_footer_popup_disclaimer:visited {
    color: #ffffff;
    text-decoration: underline;
}

.btn_footer_popup_disclaimer:hover {
    color: #ffffff;
    text-decoration: underline;
}

.disclaimer_logo {
    margin: auto;
    max-width: 200px;
    padding-top: 30px;
    /*

    position: fixed;
    left: 2%;
    top: 20px;
    width: 210px;
    width: 168px;
    width: 240px;


*/
}

.disclaimer_logo img {
    width: 100%;
}

.table_inside_download_area .title img {
    height: 15px;
}

.table_inside_download_area .desc {}

.download_list {
    /*
    margin-left: 5px;
*/
}

.table_inside_download_area .desc4 {
    width: 110px;
    text-align: right;
}

.table_inside_download_area .desc4 img {
    height: 10px;
    margin-right: 5px;
}

@media screen and (max-height: 800px) {}

@media screen and (max-height: 700px) {}

/*********************/
.floorplan_area {
    max-width: 1240px;
    margin: auto;
    padding-top: 120px;
}

.floorplan_area_container {
    position: relative;
    width: 100%;
}

.floorplan_area_bg {
    width: 100%;
}

.floorplan_area_bg_container {
    width: 100%;
    position: relative;
}

.floorplan_bg_list {
    width: 100%;
}

.floorplan_bg_list .item {
    width: 100%;
}

.floorplan_bg_list .item img {
    width: 100%;
}

.floorplan_content_area {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 59.7%;
}

.floorplan_content_area_container {
    position: relative;
    width: 100%;
}

.floorplan_content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.floorplan_content_container {
    position: relative;
    width: 100%;
}

.floorplan_content_container2 {
    padding-top: 30px;
}

.floorplan_bg_button_list {
    width: 100%;
}

.floorplan_left_caption {
    position: absolute;
    left: 5.2730%;
    top: 95.1590%;
    width: 24.6076%;
    height: 4.1493%;
    color: #5e5853;
    font-size: 13px;
    text-align: center;
}

.floorplan_bg_button_list .item {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    text-indent: -999999px;
    width: 17.2630%;
    height: 2.6279%;
    cursor: pointer;
}

.floorplan_bg_button_list .item1 {
    left: 23.2826%;
    top: 69.7222%;
}

.floorplan_bg_button_list .item2 {
    left: 24.2301%;
    top: 67.3862%;
}

.floorplan_bg_button_list .item3 {
    left: 24.2301%;
    top: 42.60%;
    height: 23.3748%;
}

.floorplan_bg_button_list .item4 {
    left: 24.2301%;
    top: 27.9391%;
    height: 11.3416%;
}

.floorplan_bg_button_list .item5 {
    left: 24.2301%;
    top: 22.9598%;
}

.floorplan_bg_button_list .item6 {
    left: 24.2301%;
    top: 19.3637%;
}

.floorplan_bg_button_list .item7 {
    left: 24.2301%;
    top: 15.6293%;
}

.floorplan_bg_button_list .item8 {
    left: 23.2826%;
    top: 11.7565%;
}

.floorplan_content .title {
    position: absolute;
    left: 12%;
    top: 4%;
}

.floorplan_content .title img {
    height: 20px;
}

.floorplan_photo_list {
    width: 100%;
    padding-top: 30px;
}

.floorplan_photo_list .item {
    width: 100%;
}

.floorplan_photo_list .item img {
    max-width: 100%;
}

.floorplan_title {
    margin-left: 5%;
    margin-bottom: 5px;
}

.floorplan_title img {
    height: 24px;
}

.floorplan_thumb_list2 {
    width: 100%;
    clear: both;
}

.floorplan_thumb_list2 .item {
    float: left;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.floorplan_thumb_list2 .item img {
    width: 100%;
}

.floorplan_photo_list2 {
    width: 99%;
    margin: auto;
    margin-bottom: 5px;
}

/*********/
.section_other_panel {
    width: 100%;
    position: relative;
}

.inside_footer_msg ol {}

.inside_footer_msg {
    position: absolute;
    left: 2%;
    bottom: 20px;
    width: 96%;
    bottom: 80px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999999;
}

.inside_footer_msg a:link,
.inside_footer_msg a:visited {
    color: #ffffff;
}

.inside_footer_msg a:hover {
    color: #ffffff;
}

.inside_footer_msg_container {
    font-size: 12px;
    text-align: left;
    margin: auto;
    color: #ffffff;
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
    /*overflow:auto;*/
    overflow: scroll;
    max-height: 340px;
    height: 100%;
}

.inside_footer_msg_container2 {
    position: relative;
    display: block;
}

.btn_close_inside_footer_msg {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    z-index: 9999;
}

.btn_close_inside_footer_msg img {
    width: 100%;
}

/*************/
.inside_section_content_box_msg ol {
    margin: 0;
    padding: 0;
    margin-left: 18px !important;
}

.inside_section_content_box_msg_box {
    position: absolute;
    left: 2%;
    bottom: 2%;
    z-index: 9999999;
    width: 96%;
}

.inside_section_content_box_msg_box_container {
    position: relative;
}

.inside_section_content_box_msg_title {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #3e3833 !important;
    cursor: pointer;
    width: 100px;
}

.inside_section_content_box_msg_title:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: #3e3833 !important;
    cursor: pointer;
}

.inside_section_content_box_msg {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 600px;
    display: none;
    text-align: justify;
}

.inside_section_content_box_msg_box_container {
    width: 100%;
}

.section_other7 .inside_section_content_box_msg {
    width: 100%;
}

.inside_section_content_box_msg_container2 {
    max-height: 600px;
    display: block;
}

/*
.inside_section_content_box_msg_box:hover .inside_section_content_box_msg{
	display:inline;
}
*/
.inside_section_content_box_msg_container {
    display: block;
    padding: 20px 40px 20px 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}

.btn_close_inside_section_content_box_msg {
    position: absolute;
    width: 15px;
    top: 20px;
    right: 10px;
}

.btn_close_inside_section_content_box_msg img {
    width: 100%;
}

.header {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    z-index: 100000;
    z-index: 999;
    overflow: hidden;
}

.header.header_current2 {
    /*
    background-color: #3e3833;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;

*/
}

.table_inside_download_area {
    width: inherit !important;
}

/*
.table_inside_download_area td.title2{
	width:inherit !important;
	background-color:#ff0000;
}*/
.table_inside_download_area td {
    vertical-align: top !important;
}

.table_inside_download_area td.desc4 {
    vertical-align: top !important;
    width: inherit !important;
    min-width: 80px !important;
    padding-top: 4px !important;
}

.current_section_lang2 .inside_download_area2,
.current_section_lang3 .inside_download_area2 {}

.current_section_lang2 .table_inside_download_area td.desc4,
.current_section_lang2 .table_inside_download_area td.desc4 {
    width: inherit !important;
    min-width: 50px !important;
}

.section_arrow {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: none;
}

.section_arrow_container {
    max-width: 30px;
    margin: auto;
}

.section_arrow_container img {
    width: 100%;
    cursor: pointer;
}

.vrtour_area {
    max-width: 1200px;
    margin: auto;
    padding-top: 220px;
    padding-top: 190px;
    max-width: 90%;
}

.vrtour_area_container {
    position: relative;
    width: 100%;
}

.new_home_logo {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 100%;
}

.new_home_logo_container {
    position: relative;
    width: 100%;
}

.new_home_logo_container2 {
    position: relative;
    max-width: 680px;
    margin: auto;
}

.new_home_logo_container2 img {
    width: 100%;
}

.section_other {
    /*
    background-image:none !important;
    background:none !important;
    background-color:transparent !important;
    background-color:rgba(255,255,255,0) !important;

*/
}

.scrollify_section {
    /*
    background-image:none !important;
    background:none !important;
    background-color:transparent !important;
    background-color:rgba(255,255,255,0) !important;
*/
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.bubble_bg {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0.1;
}

.bubble_bg img {
    width: 100%;
}

.loading_cont {
    width: 100%;
    height: 100vh;
    position: relative;
}

#bubble_img_morph {
    width: 100%;
    overflow: visible;
}

#bubble_img_form02 {
    visibility: hidden;
}

.bubble_img_morph {
    width: 100%;
    overflow: visible;
}

.bubble_img_form02 {
    visibility: hidden;
}

.bubble2_bg {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0.1;
}

.bubble2_bg img {
    width: 100%;
}

.loading_cont {
    width: 100%;
    height: 100vh;
    position: relative;
}

#bubble2_img_morph {
    width: 100%;
    overflow: visible;
}

#bubble2_img_form02 {
    visibility: hidden;
}

.bubble2_img_morph {
    width: 100%;
    overflow: visible;
}

.bubble2_img_form02 {
    visibility: hidden;
}

.home_video {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999;
    z-index: 99999999999;
    /*
	background-image:url(../images/home_video_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #dddddd;
    font-size: 10px;
    display: none;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    /*
    background-image: url(../images/bg_home_video.png);
*/
    background-color: #cbd8ed;
    /* Hide by default */
    display: none;

	background-color: rgba(0,0, 0, 0.8);


}

/* Create a separate class for showing the video */
.home_video.show {
    display: flex;
    /* Show with flex centering */
    align-items: center;
    justify-content: center;
}

.home_video_en p {
    font-size: 12px;
}

.home_video_en_content p {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 10px;
}

.home_video .title {
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal;
    /*
font-family: 'Forum-Regular', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
*/
}

.home_video_container {
    /*
    width: 895px;

    height: 506px;
    margin: auto;
    position: relative;
    background-image:url(../images/popup_video.png);
    background-position: center center;
    background-repeat: no-repeat;
*/
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.home_video_container2,
.home_video_container3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0vh;
}

.home_video_container2.promotion_status,
.home_video_container3.promotion_status {
    margin-top: 10vh;
}

.home_video_en .home_video_container2 {}

.home_video_en .btn_close_home_video {}

.home_video .small {
    font-size: 10px;
}

.home_video p {
    padding-bottom: 10px;
    text-align: justify;
    font-size: 15px;
}

.btn_close_home_video {
    position: absolute;
    right: 0px;
    top: -60px;
    width: 40px;
    /*
    right: 20px;
    top: 20px;
    z-index:99;
*/
}

.btn_close_home_video img {
    width: 100%;
}

.home_video_player {
    width: 100% !important;
    /* Take full width of container */
    height: auto !important;
    /* Maintain aspect ratio */
    max-height: 90vh;
    /* Optional: limit height to 90% of viewport */
    display: block;
    /* Remove extra space below video */
}

.btn_play_home_video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/btn_play.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.btn_play_home_video a:link,
.btn_play_home_video a:visited {
    float: left;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    text-decoration: none;
}

.btn_play_home_video a:hover {
    float: left;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    text-decoration: none;
}

.fixed_footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #f3f8ff;
    color: #535353;
    z-index: 1000000000000;
    z-index: 999;
    display: none;
}

.fixed_footer_container {
    max-width: 98%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fixed_footer_left {
    float: left;
    width: 62%;
    width: 80%;
    font-size: 90%;
    width: 74%;
 width: 80%;
}

.fixed_footer_left p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 120%;
    font-size: 90%;
}

.fixed_footer_left .info2 {}

.fixed_footer_left .info3 {}

.fixed_footer_left_container {
    display: block;
}

.fixed_footer_right {
    float: right;
    width: 38%;
    width: 30%;
    width: 34%;
    width: 16%;
width: 24%;
     width: 20%;
}

.fixed_footer_right_container {
    display: block;
    padding-left: 15px;
    /*
    margin-left:15px;
    border-left:1px solid #535353;
    */
}

.fixed_footer_right_left {
    float: left;
    width: 74%;
    font-size: 76%;
}

.fixed_footer_right_right {
    float: left;
    width: 24%;
}

.fixed_footer_right_left table td {
    padding: 0px 2px 2px 0px;
    line-height: 110%;
}

.fixed_footer_right_left table td.sign {
    width: 5px;
}

.fixed_footer_right_left table td.title2 {
    width: 80px;
}

.fixed_footer_right_left table td.title {
    width: 70px;
}

.fixed_footer_center {
    float: left;
    width: 20%;
    text-align: center;
}

.fixed_logo_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed_logo_list ul li {
    float: left;
    margin-right: 20px;
}

.fixed_logo_list ul li img {
    max-height: 20px;
}

.fixed_footer_hotline {
    float: right;
    margin-right: 40px;
    margin-top: -5px;
}

.fixed_footer_hotline span {
    font-size: 22px;
    font-weight: bold;
}

.fixed_footer_hotline span a:link,
.fixed_footer_hotline span a:visited {
    text-decoration: none;
    color: #ffffff;
}

.fixed_footer_hotline span a:hover {
    text-decoration: none;
    color: #ffffff;
}

.btn_fixed_footer_disclaimer {
    width: 100%;
    text-align: center;
    line-height: 120%;
    margin-top: -5px;
}

.btn_fixed_footer_disclaimer a:link,
.btn_fixed_footer_disclaimer a:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.btn_fixed_footer_disclaimer a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.btn_fixed_footer_disclaimer img {
    width: 15px;
    margin: auto;
    padding-top: 5px;
}

.home_bg_group3 {
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.home_bg_group3.current {
    background-image: url(../../images/bg/home.jpg) !important;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.section_other13 {
    background-image: url(../../images/bg/announcement.jpg);
    background-position: top center;
}

.section_other8 {
    background-image: url(../../images/bg/gallery.jpg);
    background-position: top center;
}

.home_slogan {
    position: absolute;
    right: 5%;
    bottom: 15%;
    text-align: right;
    opacity: 0;
}

.home_slogan_container {
    max-width: 680px;
}

.home_slogan_container img {
    width: 100%;
}

.inside_pattern {
    position: absolute;
}

.inside_pattern img {
    width: 100%;
}

.inside_pattern_brochure {
    left: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_price {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_arrangement {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_register {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_dmc {
    left: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_aerial {
    left: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_announcement {
    left: 0px;
    bottom: 0px;
    width: 35%;
}

.inside_pattern_gallery {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.gallery_photo_list {
    width: 100%;
    margin: auto;
    max-width: 780px;
    margin: auto;
    max-width: 80%;
}

.gallery_photo_list_container {
    display: block;
}

.gallery_photo_list .bx-wrapper .bx-prev {
    position: fixed;
    left: -100px;
    /*background: url('images/controls.png') no-repeat 0 -32px;*/
    background: url('../../images/btn_gallery_prev.png') no-repeat 0 0px;
}

.gallery_photo_list .bx-wrapper .bx-next {
    position: fixed;
    left: inherit;
    right: -100px;
    /*background: url('images/controls.png') no-repeat 0 -32px;*/
    background: url('../../images/btn_gallery_next.png') no-repeat 0 0px;
}

.gallery_photo_list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    /*margin-top: -16px;*/
    outline: 0;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    z-index: 9999;
}

.section_arrow_top {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.section_arrow_top_container {
    max-width: 30px;
    margin: auto;
}

.section_arrow_top_container img {
    width: 100%;
    cursor: pointer;
}

.section_footer_disclaimer {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999999998;
    z-index: 9999999;
    /* background-color: #ffffff;*/
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
	 background-attachment: fixed;
*/
    overflow: hidden;
    display: none;
}

.footer_disclaimer_area {
    position: absolute;
    left: 0px;
    top: 180px;
    width: 100%;
}

.footer_disclaimer {
    max-width: 800px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
}

.footer_disclaimer {
    max-width: 800px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
}

.footer_disclaimer_container {
    display: block;
    position: relative;
}

.footer_disclaimer .small {
    font-size: 10px;
}

.footer_disclaimer p {
    padding-bottom: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 150%;
}

.footer_disclaimer p.small {
    font-size: 10px;
    padding-bottom: 0px;
}

.footer_disclaimer p.small2 {
    font-size: 10px;
    padding-bottom: 0px;
    padding-top: 15px;
    padding-top: 25px;
}

.footer_disclaimer_logo_list {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.footer_disclaimer_logo_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_disclaimer_logo_list ul li {
    float: left;
    margin-left: 20px;
    padding: 0;
    margin: 0;
}

.footer_disclaimer_logo_list ul li img {
    height: 26px;
}

.section_other999 .footer_disclaimer_logo_list ul li {
    float: left;
    margin-left: 20px;
    padding: 0;
    margin: 0;
}

.section_other999 .footer_disclaimer_logo_list ul li img {
    height: 26px;
}

.section_other999 .footer_disclaimer_logo_list ul li a {
    margin-left: 20px;
}

/*
.btn_top_apply {
	float: left;
	margin-right: 15px;
	margin-right: 10px;
	
}

.btn_top_apply table {
	height: 32px;
}

.btn_top_apply table td {
	vertical-align: middle;
	text-align: center;
}*/
/*
.btn_top_apply a:link,
.btn_top_apply a:visited {
	display:block;
	padding: 6px 28px 6px 28px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #144378;
	font-size: 15px;
	-webkit-transition: color 500ms ease-out 0s;
	-moz-transition: color 500ms ease-out 0s;
	-o-transition: color 500ms ease-out 0s;
	transition: color 500ms ease-out 0s;
}

.btn_top_apply a:hover {
	display:block;
	padding: 6px 28px 6px 28px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #000000;
	font-size: 15px;
	-webkit-transition: color 500ms ease-out 0s;
	-moz-transition: color 500ms ease-out 0s;
	-o-transition: color 500ms ease-out 0s;
	transition: color 500ms ease-out 0s;
}
*/
.btn_top_apply .title2 {
    padding-top: 1px;
}

.btn_top_apply a:link .title2,
.btn_top_apply a:visited .title2 {
    font-size: 11px;
}

.btn_top_apply a:hover .title2 {
    font-size: 11px;
}

.btn_top_contact table {
    height: 32px;
}

.btn_top_contact table td {
    vertical-align: middle;
    text-align: center;
}

/*
.btn_top_contact {
	float: left;
}
*/
/*
.btn_top_contact a:link,
.btn_top_contact a:visited {
	display:block;
	padding: 6px 28px 6px 28px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #144378;
	font-size: 15px;
	-webkit-transition: color 500ms ease-out 0s;
	-moz-transition: color 500ms ease-out 0s;
	-o-transition: color 500ms ease-out 0s;
	transition: color 500ms ease-out 0s;
}

.btn_top_contact a:hover {
	display:block;
	padding: 6px 28px 6px 28px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #000000;
	font-size: 15px;
	-webkit-transition: color 500ms ease-out 0s;
	-moz-transition: color 500ms ease-out 0s;
	-o-transition: color 500ms ease-out 0s;
	transition: color 500ms ease-out 0s;
}

.btn_top_contact a:link .title2,
.btn_top_contact a:visited .title2 {
	font-size: 13px;
}

.btn_top_contact a:hover .title2 {
	font-size: 13px;
}
*/
.global_nav_area {
    position: absolute;
    right: 2%;
    top: 15px;
}

.global_nav_area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.global_nav_area ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 10px 0px 10px;
    background-image: url(../images/lang_line2.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 15px;
}

.global_nav_area ul li:first-child {
    padding: 0px 10px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
}

.global_nav_area ul li:last-child {
    padding: 0px 0px 0px 10px;
}

.global_nav_area img {
    height: 15px;
}

.select_lang {
    background: none;
    color: #1c2c5f;
    font-size: 15px;
    border: none;
}

.fontsize_nav {}

.fontsize_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fontsize_nav ul li {
    float: left;
    margin-left: 2px;
    padding: 0px 0px 0px 0px;
    background-image: none;
}

.fontsize_nav ul li.first,
.fontsize_nav ul li:first-child {}

.fontsize_nav ul li.last,
.fontsize_nav ul li:last-child {}

.fontsize_nav a:link,
.fontsize_nav a:visited {
    text-decoration: none;
}

.fontsize_nav a:hover,
.fontsize_nav a:active,
.fontsize_nav a.current:link,
.fontsize_nav a.current:visited {
    text-decoration: none;
}

.home_content_area {
    position: absolute;
    left: 2%;
    top: 180px;
    width: 96%;
}

.home_content_area_container {
    position: relative;
    max-width: 1200px;
    max-width: 90%;
    margin: auto;
}

.home_content_area_left {
    float: left;
    width: 55%;
    position: relative;
}

.home_content_area_right {
    float: left;
    width: 40%;
    margin-left: 5%;
}

.home_content_area_left img {
    width: 100%;
}

.home_content_area_right .section_title {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.home_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
}

.home_content_area_right .section_content {
    text-align: justify;
}

.section_content {
    line-height: 180%;
}

.inside_pattern_home_left_bottom {
    left: 0px;
    bottom: 0px;
    width: 35%;
}

.inside_pattern_home_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.btn_inside_disclaimer {
    position: absolute;
    left: 2%;
    bottom: 20px;
    z-index: 99999;
}

.btn_inside_disclaimer2 {
    position: absolute;
    left: inherit;
    right: 2%;
    bottom: 20px;
}

.btn_inside_disclaimer a:link,
.btn_inside_disclaimer a:visited {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    background-image: url(../../images/arrow_disclaimer.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.btn_inside_disclaimer a:hover {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    background-image: url(../../images/arrow_disclaimer.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.home_content_area_left.animated img {
    animation-name: animate_home_content_area_left;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animate_home_content_area_left {
    from {
        margin-left: -100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.home_content_area_right.animated .section_title {
    animation-name: animate_home_content_area_right_title;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animate_home_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.home_content_area_right.animated .section_content {
    animation-name: animate_home_content_area_right_content;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animate_home_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.balloting_result_area {
    clear: both;
    padding-top: 30px;
}

.scrollify_section {
    background-image: url(../../images/bg/common.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.section_other8002 {
    overflow: auto !important;
    background-image: none;
    padding-top: 211px;
    padding-top: 100px;
    padding-top: 70px;
}

.section_other8002 .inside_download_area_container {
    max-width: 1200px;
    margin: auto;
}

.section_other8888 {
    overflow: auto !important;
    /*
	background-image: none;
*/
    background-image: none;
    padding-top: 211px;
    padding-top: 100px;
    padding-top: 150px;
    padding-top: 120px;
}

.section_other8888 .inside_download_area_container {
    max-width: 1200px;
    margin: auto;
}

.inside_section_applyinfo_area {
    max-width: 1100px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.inside_section_applyinfo_area_top {
    max-width: 100%;
}

.inside_section_applyinfo_area_top_left {
    float: left;
    width: 55%;
    position: relative;
    width: 66%;
}

.inside_section_applyinfo_area_top_right {
    float: right;
    width: 30%;
    position: relative;
    text-align: right;
}

.inside_section_applyinfo_area_top_right img {
    width: 100%;
}

.inside_section_applyinfo_area_top h2 {
    font-weight: bold;
    color: #144378;
}

.inside_section_applyinfo_area_bottom {
    max-width: 100%;
    clear: both;
    padding-top: 40px;
}

.inside_section_applyinfo_area_bottom_left {
    float: right;
    width: 66%;
    position: relative;
}

.inside_section_applyinfo_area_bottom_left_full {
    float: left;

}


.inside_section_applyinfo_area_bottom_right {
    float: left;
    width: 30%;
    position: relative;
}

.inside_section_applyinfo_area_bottom_right img {
    width: 100%;
}

.inside_section_applyinfo_area_bottom h2 {
    font-weight: bold;
    color: #144378;
}

.inside_section_applyinfo_area_bottom2 {
    max-width: 100%;
    clear: both;
    padding-top: 40px;
}

.inside_section_applyinfo_area_bottom2_left {
    float: left;
    width: 70%;
}

.inside_section_applyinfo_area_bottom2_right {
    float: right;
    width: 26%;
}

.inside_section_applyinfo_area_bottom2_right img {
    width: 100%;
}

.inside_section_applyinfo_area_bottom2 h2 {
    font-weight: bold;
    color: #144378;
}

.applyinfo_download_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.applyinfo_download_list ul li {
    clear: both;
    margin-bottom: 30px;
}

.applyinfo_download_list ul li a:link,
.applyinfo_download_list ul li a:visited {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #384779;
}

.applyinfo_download_list ul li a:hover {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

.table_apply_info {
    width: 100%;
    border-left: 1px solid #384779;
    border-top: 1px solid #384779;
    margin-bottom: 20px;
}

.table_apply_info th {
    border-right: 1px solid #384779;
    border-bottom: 1px solid #384779;
    background-color: #384779;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.table_apply_info td {
    border-right: 1px solid #384779;
    border-bottom: 1px solid #384779;
    text-align: center;
    background-color: #ffffff;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
}

body.body_applyinfo {
    overflow: auto !important;
    display: none;
}

.wrapper_applyinfo .fixed_footer {
    position: relative;
    left: inherit;
    bottom: inherit;
}

.wrapper_applyinfo .header {
    /*
    position:relative;
    left:inherit;
    top:inherit;
*/
}

.wrapper_applyinfo {
    background-image: url(../../images/bg/apply_info.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.wrapper_applyinfo .inside_download_area {
    position: relative;
    left: inherit;
    top: inherit;
    width: 96%;
    margin: auto;
    z-index: inherit;
    margin-top: 50px;
    margin-bottom: 100px;
}

.wrapper_apply {
    background-image: url(../../images/bg/apply_info.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.wrapper_apply .inside_download_area {
    position: relative;
    left: inherit;
    top: inherit;
    width: 96%;
    margin: auto;
    z-index: inherit;
    margin-top: 50px;
    margin-bottom: 100px;
}

.section_other8 {
    background-image: url(../../images/bg/gallery.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.section_home_index {
    background-image: url(../../images/bg/home.jpg);
    background-repeat: no-repeat;
    background-position: top center;
   background-position: center center;

}

.section_other8006 {
    background-image: url(../../images/bg/booklet.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.booklet_area {
    position: absolute;
    left: 0px;
    top: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99999;
    z-index: 99;
}

.booklet_area_container {
    max-width: 980px;
    margin: auto;
    max-width: 80%;
}

.booklet_area .title {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
}

.booklet_area .title img {
    height: 30px;
}

.booklet_photo_list {
    width: 990px;
    margin: auto;
    width: 80%;

}

.booklet_photo_list .caption {
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: normal;
    padding-top: 5px;
}

.booklet_photo_list_container {
    display: block;
}

.booklet_photo_list a:hover {
    text-decoration: none;
}

.booklet_photo_list .bx-wrapper .bx-prev {
    position: fixed;
    left: -100px;
    /*background: url('images/controls.png') no-repeat 0 -32px;*/
    background: url('../../images/btn_booklet_prev.png') no-repeat 0 0px;
}

.booklet_photo_list .bx-wrapper .bx-next {
    position: fixed;
    left: inherit;
    right: -100px;
    /*background: url('images/controls.png') no-repeat 0 -32px;*/
    background: url('../../images/btn_booklet_next.png') no-repeat 0 0px;
}

.booklet_photo_list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    /*margin-top: -16px;*/
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9999;
}



.booklet_photo_list .slide img {
    width: inherit;
    height: 300px;
    object-fit: contain;   /* fills box, crops if needed */
    object-position: center; /* centers the crop */
    margin:auto;
}






body.body_applyinfo {
    overflow: auto !important;
    display: none;
}

body.wrapper_applyinfo {
    overflow: auto !important;
}

.wrapper_applyinfo .fixed_footer {
    margin-top: 50px;
}

.inside_section_applyinfo_area_top.animated img {
    animation-name: animate_home_content_area_left;
    animation-duration: 3s;
    animation-delay: 0s;
}

@keyframes animate_home_content_area_left {
    from {
        margin-left: -100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_section_applyinfo_area_top.animated .inside_section_applyinfo_area_top_left {
    animation-name: animate_inside_section_applyinfo_area_top_left;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_section_applyinfo_area_top_left {
    from {
        margin-left: -100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_section_applyinfo_area_top.animated img {
    animation-name: animate_inside_section_applyinfo_area_top_right;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_section_applyinfo_area_top_right {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_section_applyinfo_area_bottom.animated .inside_section_applyinfo_area_bottom_left {
    animation-name: animate_inside_section_applyinfo_area_bottom_left;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_section_applyinfo_area_bottom_left {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_section_applyinfo_area_bottom.animated img {
    animation-name: animate_inside_section_applyinfo_area_bottom_right;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_section_applyinfo_area_bottom_right {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_section_area_content_list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inside_section_area_content_item {
    position: relative;
    width: 100%;
    height: 100%;
}

.inside_section_area_content_list_container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.inside_section_area_content_main {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inside_section_area_paging {
    position: absolute;
    right: 2%;
    top: 40%;
    width: 20px;
    z-index: 999;
}

.inside_section_area_paging .item {
    clear: both;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inside_section_area_paging .item a:link,
.inside_section_area_paging .item a:visited,
.inside_section_area_paging .item a:hover {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    text-indent: -999999px;
}

.inside_section_area_paging .item a.current:link,
.inside_section_area_paging .item a.current:visited,
.inside_section_area_paging .item a.current:hover {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #144378;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    text-indent: -999999px;
}

.inside_section_area_paging .item2 a:link,
.inside_section_area_paging .item2 a:visited,
.inside_section_area_paging .item2 a:hover {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    text-indent: 0px;
}

.inside_section_area_paging .item2 a.current:link,
.inside_section_area_paging .item2 a.current:visited,
.inside_section_area_paging .item2 a.current:hover {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #144378;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.36);
    text-indent: 0px;
}

.inside_section_area_paging .item2 a:link .img1,
.inside_section_area_paging .item2 a:visited .img1,
.inside_section_area_paging .item2 a:hover .img1 {
    display: inline;
}

.inside_section_area_paging .item2 a.current:link .img1,
.inside_section_area_paging .item2 a.current:visited .img1,
.inside_section_area_paging .item2 a.current:hover .img1 {
    display: none;
}

.inside_section_area_paging .item2 a:link .img2,
.inside_section_area_paging .item2 a:visited .img2,
.inside_section_area_paging .item2 a:hover .img2 {
    display: none;
}

.inside_section_area_paging .item2 a.current:link .img2,
.inside_section_area_paging .item2 a.current:visited .img2,
.inside_section_area_paging .item2 a.current:hover .img2 {
    display: inline;
}

.wrapper_location {
    background-image: none;
}

.section_other8005 {
    background-image: none;
}

.wrapper_lagom {
    background-image: none;
}

.section_other8007 {
    background-image: none;
}

.inside_section_area_content_main_location1 {
    background-image: url(../../images/bg/location1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.inside_section_area_content_main_lagom1 {
    background-image: url(../../images/bg/lagom.jpg?v=2);
    background-repeat: no-repeat;
    background-position: top center;
}

.inside_location1_content_area {
    position: absolute;
    left: 5%;
    top: 240px;
    width: 90%;
    top: 200px;
}

.inside_location1_content_area_container {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 90%;
}

.inside_location1_content_area_left {
    /*
    float: left;
    width: 30%;
	*/
    clear: both;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    max-width: 60%;
 max-width: 64%;

}

.inside_location1_content_area_right {
    /*
    float: right;
    width: 66%;

*/
    clear: both;
    width: 100%;

 width: 64%;
margin:auto;
}

.inside_location1_content_area_left img {
    width: 100%;
}

.inside_location1_content_area_right .section_title {
    /*
    text-align: right;
*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.inside_location1_content_area_right .section_title img {
    max-width: 100%;
    max-height: 60px;
    margin: auto;
    text-align: center;
}

.inside_location1_content_area_right .section_content {
    width: 70%;
    margin: auto;
    width: 80%;
}

.inside_location1_photo_list {
    /*
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    gap: 5px;
     gap: 0px;
*/

}

.inside_location1_photo_list .item {
/*

    flex: 0 0 calc(50% - 10px);
    text-align: right;
    flex: 0 0 calc(33.3% - 5px);

    flex: 0 0 calc(100% - 0px);


*/
text-align: right;
}

.inside_location1_photo_list .item .img_box,
.inside_location1_photo_list .item img {
    width: 100%;
    display: block;
}

.inside_location1_photo_list .item2 {}

.inside_location1_photo_list .item2 .img_box {
    /*
    width: 80%;
    float: right !important;
    text-align: right !important;
*/
}

.inside_location1_photo_list .item img {
    width: 100%;
    /*
    float: right !important;
    text-align: right !important;*/
}




/*

.inside_location1_content_area_left.animated .item1 img {
    animation-name: animate_inside_location1_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location1_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}




.inside_location1_content_area_left.animated .item2 img {
    animation-name: animate_inside_location1_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location1_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_location1_content_area_left.animated .item3 img {
    animation-name: animate_inside_location1_content_area_left_img3;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location1_content_area_left_img3 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_location1_content_area_right.animated .section_title {
    animation-name: animate_inside_location1_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_location1_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_location1_content_area_right.animated .section_content {
    animation-name: animate_inside_location1_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
}

@keyframes animate_inside_location1_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}
    */

.inside_section_area_content_main_location2 {
    background-image: none;
    background-color: #e0e7ec;
}

.inside_location2_content_area {
    position: absolute;
    left: 2%;
    top: 200px;
    top: 240px;
    top: 200px;
    left: 5%;
    width: 90%;
}

.inside_location2_content_area_container {
    position: relative;
    max-width: 1300px;
    margin: auto;
    max-width: 90%;
max-width: 86%;

}

.inside_location2_content_area_left {
    float: left;
    width: 63%;
     width: 60%;
}

.inside_location2_content_area_right {
    float: right;
    width: 33%;
}

.inside_location2_content_area_left img {
    width: 100%;
}

.inside_location2_content_area_right .section_title {
    text-align: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_location2_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
}

.inside_location2_content_area_right .section_content {}

.inside_location2_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
}

.inside_location2_content_area_right .section_content2 img {
    width: 100%;
}

.inside_location2_photo_list {
    width: 100%;
}

.inside_location2_photo_list .item {
    float: left;
    width: 32.33%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.inside_location2_photo_list .item img {
    width: 100%;
}

.inside_location2_content_area_left img {
    opacity: 0;
}

.inside_location2_content_area_left.animated img {
    animation-name: animate_inside_location2_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location2_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_location2_content_area_right .section_title {
    opacity: 0;
}

.inside_location2_content_area_right.animated .section_title {
    animation-name: animate_inside_location2_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location2_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_location2_content_area_right .section_content {
    opacity: 0;
}

.inside_location2_content_area_right.animated .section_content {
    animation-name: animate_inside_location2_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location2_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_location2_content_area_right .section_content2 {
    opacity: 0;
}

.inside_location2_content_area_right.animated .section_content2 {
    animation-name: animate_inside_location2_content_area_right_content2;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_location2_content_area_right_content2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom1_content_area {
    position: absolute;
    left: 10%;
    top: 140px;
    top: 220px;
    width: 80%;
}

.inside_lagom1_content_area_container {
    position: relative;
    max-width: 1300px;
    max-width: 90%;
    margin: auto;
}

.inside_lagom2_content_area_left {
    float: left;
    width: 45%;
}

.inside_lagom1_content_area_left .section_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom1_content_area_left .section_title img {
    max-width: 100%;
    max-height: 100px;
}

.inside_lagom1_content_area_left .section_content {
    max-width: 300px;
}

.inside_lagom1_content_area_left .section_title {
    opacity: 0;
}

.inside_lagom1_content_area_left.animated .section_title {
    animation-name: animate_inside_lagom1_content_area_left_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom1_content_area_left_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom1_content_area_left .section_content {
    opacity: 0;
}

.inside_lagom1_content_area_left.animated .section_content {
    animation-name: animate_inside_lagom1_content_area_left_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom1_content_area_left_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_section_area_content_main_lagom2 {
    background-image: none;
    background-color: #e0e7ec;

    background-image: url(../../images/bg/lagom_other.jpg?v=2);
    background-position: top center;
}

.inside_section_area_content_main_lagom3 {
    background-image: none;
    background-color: #b9d4db;
    background-color: #c2cde1;
       background-image: url(../../images/bg/lagom_other.jpg?v=2);
    background-position: top center;
}

.inside_section_area_content_main_lagom4 {
    background-image: none;
    background-color: #ffffff;
       background-image: url(../../images/bg/lagom_other.jpg?v=2);
    background-position: top center;
}

.inside_section_area_content_main_lagom5 {
    background-image: none;
    background-color: #b9d4db;
    background-color: #c2cde1;
       background-image: url(../../images/bg/lagom_other.jpg?v=2);
    background-position: top center;
}

.inside_section_area_content_main_lagom6 {
    background-image: none;
    background-color: #e0e7ec;
       background-image: url(../../images/bg/lagom_other.jpg?v=2);
    background-position: top center;
}

.inside_lagom2_content_area {
    position: absolute;
    left: 2%;
    top: 200px;
    width: 96%;
    top: 220px;
}

.inside_lagom2_content_area_container {
    position: relative;
    max-width: 1300px;
    max-width: 80%;
    margin: auto;

}

.inside_lagom2_content_area_left {
    float: left;
    width: 63%;
    position: relative;
    width: 56%;

}

.inside_lagom2_content_area_right {
    float: right;
    width: 35%;

    position: relative;
    padding-top: 2%;
}

.inside_lagom2_content_area_left img {
    width: 100%;
}

.inside_lagom2_content_area_right .section_title {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom2_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
    max-height: 80px;
}

.inside_lagom2_content_area_right .section_content {
    text-align: left;
    width: 100%;
}

.inside_lagom2_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
}

.inside_lagom2_content_area_right .section_content2 img {
    width: 100%;
}

.inside_lagom2_content_area_left .img1 {
    width: 48%;
}

.inside_lagom2_content_area_left .img2 {
    width: 55%;
    position: absolute;
    right: -8%;
    bottom: 0px;
}

.lagom2_title {
    width: 50%;
    position: absolute;
    left: -35%;
    bottom: -50%;

    width: 45%;
      bottom: -80%;
}

.inside_lagom2_content_area_left .img1 {
    opacity: 0;
}

.inside_lagom2_content_area_left.animated .img1 {
    animation-name: animate_inside_lagom2_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom2_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom2_content_area_left .img2 {
    opacity: 0;
}

.inside_lagom2_content_area_left.animated .img2 {
    animation-name: animate_inside_lagom2_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom2_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom2_content_area_right .section_title {
    opacity: 0;
}

.inside_lagom2_content_area_right.animated .section_title {
    animation-name: animate_inside_lagom2_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom2_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom2_content_area_right .section_content {
    opacity: 0;
}

.inside_lagom2_content_area_right.animated .section_content {
    animation-name: animate_inside_lagom2_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom2_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.lagom2_title {
    opacity: 0;
}

.inside_lagom2_content_area_right.animated .lagom2_title {
    animation-name: animate_lagom2_title;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_lagom2_title {
    from {
        margin-top: -100px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.inside_lagom3_content_area {
    position: absolute;
    left: 2%;
    top: 160px;
    width: 96%;
    top: 220px;
}

.inside_lagom3_content_area_container {
    position: relative;
    max-width: 1500px;
    max-width: 80%;
    margin: auto;
}

.inside_lagom3_content_area_left {
    float: right;
    width: 60%;
    position: relative;
}

.inside_lagom3_content_area_right {
    float: left;
    width: 35%;
    position: relative;
    padding-top: 5%;

      padding-top: 10%;


}

.inside_lagom3_content_area_left img {
    width: 100%;
}

.inside_lagom3_content_area_right .section_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom3_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
    max-height: 80px;
}

.inside_lagom3_content_area_right .section_content {}

.inside_lagom3_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
}

.inside_lagom3_content_area_right .section_content2 img {
    width: 100%;
}

.inside_lagom3_content_area_left .img1 {
    float: left;
    width: 48%;
}

.inside_lagom3_content_area_left .img2 {
    float: right;
    width: 48%;
}

.inside_lagom3_content_area_left .img2 img {
    clear: both;
    margin-bottom: 1%;
}

.lagom3_title {
    width: 27%;
    position: absolute;
    left: 0%;
    top: 35%;
    z-index: 999;

    top: 50%;
}

.inside_lagom3_content_area_left .img1 {
    opacity: 0;
}

.inside_lagom3_content_area_left.animated .img1 {
    animation-name: animate_inside_lagom3_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom3_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom3_content_area_left .img2 {
    opacity: 0;
}

.inside_lagom3_content_area_left.animated .img2 {
    animation-name: animate_inside_lagom3_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom3_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom3_content_area_right .section_title {
    opacity: 0;
}

.inside_lagom3_content_area_right.animated .section_title {
    animation-name: animate_inside_lagom3_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom3_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom3_content_area_right .section_content {
    opacity: 0;
}

.inside_lagom3_content_area_right.animated .section_content {
    animation-name: animate_inside_lagom3_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom3_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.lagom3_title {
    opacity: 0;
}

.inside_lagom3_content_area_left.animated .lagom3_title {
    animation-name: animate_lagom3_title;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_lagom3_title {
    from {
        margin-top: -100px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.inside_lagom4_content_area {
    position: absolute;
    left: 2%;
    top: 200px;
    width: 96%;
    top: 240px;
}

.inside_lagom4_content_area_container {
    position: relative;
    max-width: 1300px;
    max-width: 80%;
    margin: auto;
}

.inside_lagom4_content_area_left {
    float: right;
    width: 60%;
    position: relative;

width: 45%;

}

.inside_lagom4_content_area_right {
    float: left;
    width: 36%;
    position: relative;
    padding-top:10%;
     width: 30%;
}

.inside_lagom4_content_area_left img {
    width: 100%;
}

.inside_lagom4_content_area_right .section_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom4_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
    max-height: 80px;
}

.inside_lagom4_content_area_right .section_content {}

.inside_lagom4_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: right;
}

.inside_lagom4_content_area_right .section_content2 img {
    width: 80%;
    text-align: right;
}

.inside_lagom4_content_area_left .img1 {
    float: left;
    width: 48%;
}

.inside_lagom4_content_area_left .img2 {
    float: right;
    width: 48%;
}

.inside_lagom4_content_area_left .img2 img {
    clear: both;
    margin-bottom: 1%;
}

.lagom4_title {
    width: 30%;
    position: absolute;
    right: 5%;
    bottom: 0%;
    z-index: 999;
}

.inside_lagom4_content_area_left .img1 {
    opacity: 0;
}

.inside_lagom4_content_area_left.animated .img1 {
    animation-name: animate_inside_lagom4_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom4_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom4_content_area_left .img2 {
    opacity: 0;
}

.inside_lagom4_content_area_left.animated .img2 {
    animation-name: animate_inside_lagom4_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom4_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom4_content_area_left .img3 {
    opacity: 0;
}

.inside_lagom4_content_area_left.animated .img3 {
    animation-name: animate_inside_lagom4_content_area_left_img3;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom4_content_area_left_img3 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom4_content_area_right .section_title {
    opacity: 0;
}

.inside_lagom4_content_area_right.animated .section_title {
    animation-name: animate_inside_lagom4_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom4_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom4_content_area_right .section_content {
    opacity: 0;
}

.inside_lagom4_content_area_right.animated .section_content {
    animation-name: animate_inside_lagom4_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom4_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.lagom4_title {
    opacity: 0;
}

.inside_lagom4_content_area_left.animated .lagom4_title {
    animation-name: animate_lagom4_title;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_lagom4_title {
    from {
        margin-left: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom4_content_area_left .img3 {
    position: absolute;
    width: 48%;
    left: -52%;
    bottom: 0px;
    width: 40%;
    left: -45%;
}

.inside_lagom5_content_area {
    position: absolute;
    left: 0%;
    top: 200px;
    width: 100%;
    top: 240px;
}

.inside_lagom5_content_area_container {
    position: relative;
    max-width: 90%;
}

.inside_lagom5_content_area_left {
    float: left;
    width: 60%;
    position: relative;
}

.inside_lagom5_content_area_right {
    float: right;
    width: 33%;
    position: relative;

    padding-top:10%;
}

.inside_lagom5_content_area_left img {
    width: 100%;
}

.inside_lagom5_content_area_right .section_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom5_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
    max-height: 80px;
}

.inside_lagom5_content_area_right .section_content {}

.inside_lagom5_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: right;
}

.inside_lagom5_content_area_right .section_content2 img {
    width: 80%;
    text-align: right;
}

.inside_lagom5_content_area_left .img1 {
    float: left;
    width: 100%;
}

.inside_lagom5_content_area_left .img2 {
    float: right;
    width: 48%;
}

.inside_lagom5_content_area_left .img2 img {
    clear: both;
    margin-bottom: 1%;
}

.lagom5_title {
    width: 30%;
    position: absolute;
    left: 30%;
    bottom: -80%;
    z-index: 999;
}

.inside_lagom5_content_area_left .img1 {
    opacity: 0;
}

.inside_lagom5_content_area_left.animated .img1 {
    animation-name: animate_inside_lagom5_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.inside_lagom5_content_area_left .img2 {
    opacity: 0;
}

.inside_lagom5_content_area_left.animated .img2 {
    animation-name: animate_inside_lagom5_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom5_content_area_left .img3 {
    opacity: 0;
}

.inside_lagom5_content_area_left.animated .img3 {
    animation-name: animate_inside_lagom5_content_area_left_img3;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_left_img3 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom5_content_area_right .section_title {
    opacity: 0;
}

.inside_lagom5_content_area_right.animated .section_title {
    animation-name: animate_inside_lagom5_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom5_content_area_right .section_content {
    opacity: 0;
}

.inside_lagom5_content_area_right.animated .section_content {
    animation-name: animate_inside_lagom5_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.lagom5_title {
    opacity: 0;
}

.inside_lagom5_content_area_left.animated .lagom5_title {
    animation-name: animate_lagom5_title;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_lagom5_title {
    from {
        margin-left: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom5_content_area_left .img3 {
    position: absolute;
    width: 48%;
    left: -52%;
    bottom: 0px;
}

.inside_lagom6_content_area {
    position: absolute;
    left: 2%;
    top: 200px;
    width: 96%;
    top: 280px;
}

.inside_lagom6_content_area_container {
    position: relative;
    max-width: 1500px;
    max-width: 80%;
    margin: auto;
     max-width: 70%;
}

.inside_lagom6_content_area_left {
    float: right;
    width: 60%;
    position: relative;
    padding-top: 60px;
margin-top:-60px;
    width: 50%;

    width: 45%;
   
}

.inside_lagom6_content_area_right {
    float: left;
    width: 32%;
      width: 40%;
    position: relative;
    padding-top:8%;
}

.inside_lagom6_content_area_left img {
    width: 100%;

}

.inside_lagom6_content_area_right .section_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.inside_lagom6_content_area_right .section_title img {
    max-width: 100%;
    max-height: 160px;
    max-height: 120px;
}

.inside_lagom6_content_area_right .section_content {
    width: 80%;
}

.inside_lagom6_content_area_right .section_content2 {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: right;
}

.inside_lagom6_content_area_right .section_content2 img {
    width: 80%;
    text-align: right;
}

.inside_lagom6_content_area_left .img1 {
    float: right;
    width: 80%;
}

.inside_lagom6_content_area_left .img2 {
    width: 35%;
    position: absolute;
    left: -18%;
    bottom: 0px;

     width: 45%;
    left: -28%;

}

.inside_lagom6_content_area_left .img2 img {
    clear: both;
}

.lagom6_title {
    width: 23%;
    position: absolute;
    left: 25%;
    top: 0%;
    z-index: 999;

   width: 30%;

    left: -14%;
    top: 15%;

}

.inside_lagom6_content_area_left .img1 {
    opacity: 0;
}

.inside_lagom6_content_area_left.animated .img1 {
    animation-name: animate_inside_lagom6_content_area_left_img1;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom6_content_area_left_img1 {
    from {
        margin-top: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom6_content_area_left .img2 {
    opacity: 0;
}

.inside_lagom6_content_area_left.animated .img2 {
    animation-name: animate_inside_lagom6_content_area_left_img2;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom6_content_area_left_img2 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom6_content_area_left .img3 {
    opacity: 0;
}

.inside_lagom6_content_area_left.animated .img3 {
    animation-name: animate_inside_lagom6_content_area_left_img3;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom6_content_area_left_img3 {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.inside_lagom6_content_area_right .section_title {
    opacity: 0;
}

.inside_lagom6_content_area_right.animated .section_title {
    animation-name: animate_inside_lagom6_content_area_right_title;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom6_content_area_right_title {
    from {
        margin-left: 100px;
        opacity: 0
    }

    to {
        margin-left: 0px;
        opacity: 1
    }
}

.inside_lagom6_content_area_right .section_content {
    opacity: 0;
}

.inside_lagom6_content_area_right.animated .section_content {
    animation-name: animate_inside_lagom6_content_area_right_content;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom6_content_area_right_content {
    from {
        margin-top: 100px;
        opacity: 0
    }

    to {
        margin-top: 0px;
        opacity: 1
    }
}

.lagom6_title {
    opacity: 0;
}

.inside_lagom6_content_area_left.animated .lagom6_title {
    animation-name: animate_lagom6_title;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_lagom6_title {
    from {
        margin-left: 100px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

.inside_lagom6_content_area_left .img3 {
    position: absolute;
    width: 48%;
    left: -52%;
    bottom: 0px;
}

.wrapper_vrtour {
    background-image: none;
}

.section_other12 {
    background-image: none;
    background-color: #b9d4db;
}

.inside_pattern_left_bottom {
    left: 0px;
    bottom: 0px;
    width: 20%;
}

.inside_pattern_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_right_top {
    right: 0px;
    top: 0px;
    width: 18%;
}

.btn_down_inside_section_content {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.btn_down_inside_section_content img {
    width: 40px;
    margin: auto;
}

.inside_pattern_location2_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 30%;
    display: none;
}

.inside_pattern_lagom3_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 15%;
}

.inside_pattern_lagom3_right_bottom img {
    margin-bottom: 40%;
}

.inside_lagom4_content_area_left .img3_container {
    width: 100%;
    position: relative;
}

.inside_lagom4_content_area_left .img4 {
    width: 65%;
    position: absolute;
    left: -45%;
    top: 0px;
}

.inside_lagom5_content_area_left .img4 {
    width: 30%;
    position: absolute;
    right: -20%;
    top: 0px;
}

.inside_lagom5_content_area_left .img4 {
    opacity: 0;
}

.inside_lagom5_content_area_left.animated .img4 {
    animation-name: animate_inside_lagom5_content_area_left_img4;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

@keyframes animate_inside_lagom5_content_area_left_img4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.inside_pattern_lagom6_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 12%;
}

.wrapper_index .header {
    /*
	background-image: none;*/
}

.wrapper_location .header {
    /*
	background-image: none;
	*/
}

.wrapper_lagom .header {
    /*
	background-image: none;
	*/
}

.wrapper_vrtour .header {
    /*
	background-image: none;
	*/
}

.wrapper_gallery .header {
    /*
	background-image: none;
	*/
}

.wrapper_promotion .header {
    /*
	background-image: none;
	*/
}

@media screen and (max-height: 900px) {
    .inside_lagom2_content_area_container {
        max-width: 70%;
    }

    .inside_lagom3_content_area_container {
        max-width: 75%;
    }

    .inside_lagom4_content_area_container {
        max-width: 70%;
    }

    .inside_lagom5_content_area_container {
        max-width: 90%;
    }

    .inside_lagom6_content_area_container {
        max-width: 80%;
    }

    .gallery_photo_list {
        width: 100%;
        max-width: 50%;
    }

    .disclaimer_container {
        height: clamp(90vh, 90vh, 90vh);
    }

    .disclaimer_container2 {
        height: calc(90vh - 260px);
    }

    .popup_weathernotice_container {
        height: clamp(90vh, 90vh, 90vh);
    }

    .popup_weathernotice_container2 {
        height: calc(90vh - 260px);
    }

    .popup_disclaimer_accessibility_container {
        height: clamp(70vh, 70vh, 70vh);
    }

    .popup_disclaimer_accessibility_container2 {
        height: calc(60vh - 180px);
    }

    .popup_copyright_container {
        height: clamp(70vh, 70vh, 70vh);
    }

    .popup_copyright_container2 {
        height: calc(60vh - 180px);
    }

    .inside_content_box {
        position: absolute;
        left: 2%;
        top: 240px;
        top: 280px;
        width: 96%;
        z-index: 9999;
        z-index: 99;
        top: 200px;
    }

    .inside_content_box .inside_content_box_container {
        height: calc(75vh - 240px);
    }

    .inside_content_box .inside_content_box_container2 {
        height: calc(75vh - 240px);
    }

    .inside_content_box2 {
        position: absolute;
        left: 2%;
        top: 240px;
        top: 280px;
        width: 96%;
        z-index: 9999;
        z-index: 99;
        top: 200px;
    }

    .inside_content_box2 .inside_content_box2_container {
        height: calc(75vh - 200px);
        max-width: 80%;
    }

    .inside_content_box2 .inside_content_box2_container2 {
        height: calc(85vh - 200px);
    }
}

.img_box {
    position: relative;
}

.stock_img_title {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
}

.stock_img_title_left {
    position: absolute;
    left: 15%;
    bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
}

.stock_img_title2 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
}

.stock_img_title_top {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.inside_pattern_lagom2_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 15%;
}

.inside_pattern_lagom5_right_bottom {
    right: 0px;
    bottom: 0px;
    width: 30%;
}

.inside_pattern_no {
    position: absolute;
}

.inside_pattern_no img {
    width: 100%;
}

.balloting_enquiry_box {
    max-width: 100%;
    margin: auto;
    background-color: #6b829a;
    color: #ffffff;
}

.balloting_enquiry_box_container {
    display: block;
    padding: 30px 30px 30px 30px;
}

.balloting_enquiry_box_container {
    display: block;
    padding: 30px 30px 30px 30px;
}

.table_balloting_search_type {
    margin-bottom: 20px;
}

.table_balloting_search_type td {
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

.table_balloting_search {
    width: 80%;
    margin: auto;
    margin-bottom: 5px;
}

.table_balloting_search td {
    vertical-align: middle;
    padding: 0px 10px 10px 10px;
}

.table_balloting_search td.title2 {
    width: 120px;
}

.table_balloting_search td.sign {
    width: 10px;
}

.table_balloting_security_code {
    margin: auto;
    margin-bottom: 20px;
}

.table_balloting_security_code td {
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.table_balloting_security_code td.title2 {
    width: 50px;
}

.table_balloting_security_code td.sign {
    width: 10px;
}

.table_balloting_security_code td.content {
    width: 120px;
}

.table_balloting_security_code td.content3 {
    width: 15px;
}

.input_middle {
    width: 95%;
    padding: 5px 2% 5px 2%;
    line-height: 20px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #7890a9;
}

.input_short {
    width: 100px;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #7890a9;
}

.btn_refresh_security_code img {
    height: 20px;
}

.btn_search_balloting {}

.btn_search_balloting a:link,
.btn_search_balloting a:visited {
    background-color: #144378;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn_search_balloting a:hover {
    background-color: #144378;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.err_msg {
    color: #f31e1e;
    margin-bottom: 10px;
}

.table_balloting_info td {
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}

.dynamic_search_balloting {
    display: none;
}

.search_balloting_loading {
    width: 100%;
    height: 100px;
    z-index: 999999999;
    z-index: 1000000000009;
    background-image: url(../../images/loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.btn_search_balloting_again {}

.btn_search_balloting_again a:link,
.btn_search_balloting_again a:visited {
    background-color: #144378;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn_search_balloting_again a:hover {
    background-color: #144378;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.section_other8001 .inside_download_area {
    top: 140px !important;
    /*
	top: 200px  !important;
*/
}

.section_other8001search {
    overflow: auto !important;
    background-image: none;
    padding-top: 211px;
    padding-top: 100px;
}

.section_other8001search .inside_download_area_container {
    max-width: 1200px;
    margin: auto;
}

.wrapper_ballotingsearch .fixed_footer {
    position: relative;
    left: inherit;
    bottom: inherit;
}

.wrapper_ballotingsearch .header {
    /*
      position:relative;
      left:inherit;
      top:inherit;
  */
}

.wrapper_ballotingsearch {
    /*
      background-image:url(../../images/bg/apply_info.jpg);
*/
    background-repeat: no-repeat;
    background-position: top left;
}

.wrapper_ballotingsearch .inside_download_area {
    position: relative;
    left: inherit;
    top: inherit;
    width: 96%;
    margin: auto;
    z-index: inherit;
    margin-top: 50px;
    margin-bottom: 100px;
}

body.body_ballotingsearch {
    overflow: auto !important;
    display: none;
}

body.wrapper_ballotingsearch {
    overflow: auto !important;
}

.wrapper_ballotingsearch .fixed_footer {
    margin-top: 50px;
}

.wrapper_ballotingsearch .fixed_footer {
    position: relative;
    left: inherit;
    bottom: inherit;
}

.wrapper_ballotingsearch .header {
    /*
      position:relative;
      left:inherit;
      top:inherit;
  */
}

.wrapper_ballotingsearch {
    /*
      background-image:url(../../images/bg/apply_info.jpg);
*/
    background-repeat: no-repeat;
    background-position: top left;
}

.wrapper_ballotingsearch .inside_download_area {
    position: relative;
    left: inherit;
    top: inherit;
    width: 96%;
    margin: auto;
    z-index: inherit;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-height: 900px) {
    .header {
        /*
		background-color: #ffffff;
		height: 120px;
	*/
    }

    .inside_lagom6_content_area_right {
        padding-top: 5%;
    }

    .booklet_photo_list img {
        width: inherit;
        max-width: 100%;
        max-height: 300px;
        margin: auto;
    }

    .gallery_photo_list {
        margin-top: -70px;
    }

    .inside_location2_content_area_left {
        float: left;
        width: 56%;
        text-align: right;
    }

    .inside_location2_content_area_right .section_content2 {
        padding-top: 10px;
    }

    .booklet_area {
        top: 100px;
    }

    .home_content_area {
        top: 120px;
    }

    .inside_download_area {
        top: 140px;
        top: 220px;
        top: 190px;
    }

    .section_other8001 .inside_download_area {
        top: 140px;
        top: 220px;
        top: 190px;
    }

    .section_other8001search {
        padding-top: 0px;
        margin-top: -40px;
    }

    .section_other8002 {
        padding-top: 100px;
        padding-top: 70px;
    }

    .section_other8888 {
        padding-top: 220px;
        padding-top: 180px;
        padding-top: 120px;
    }

    .inside_location1_content_area {
        top: 120px;
        top: 220px;
        top: 180px;
        /*
        max-width: 70%;
*/
        left: 20%;
        width: 60%;
        left: 5%;
        width: 90%;
    }

    .inside_location1_content_area_right .section_content {
        width: 100%;
    }

    .inside_location1_content_area_left {
        width: 50%;
        width: 70%;
    }

    /*
	.inside_location1_content_area_left{
		width:38%;
	}
	.inside_location1_content_area_right{
		width:56%;
	}
*/
    .inside_location2_content_area {
        top: 100px;
        top: 220px;
        top: 180px;
        max-width: 80%;
        left: 10%;
        width: 80%;
    }

    . .vrtour_area {
        padding-top: 120px;
        padding-top: 180px;
    }

    .gallery_area {
        top: 120px;
        top: 220px;
        top: 180px;
    }

    .booklet_area {
        top: 120px;
        top: 220px;
        top: 180px;
    }

    .inside_lagom1_content_area {
        top: 100px;
        top: 180px;
        top: 160px;
    }

    .inside_lagom2_content_area {
        top: 120px;
        top: 200px;
        top: 180px;
    }

    .inside_lagom3_content_area {
        top: 120px;
        top: 180px;
        top: 160px;
    }

    .inside_lagom4_content_area {
        top: 120px;
        top: 200px;
        top: 180px;
    }

    .inside_lagom5_content_area {
        top: 120px;
        top: 220px;
        top: 200px;
    }

    .inside_lagom6_content_area {
        top: 120px;
        top: 180px;
        top: 160px;
    }
}

@media only screen and (max-width: 1600px) {

    /*
	.topmenu_top_container2 {
		clear: both;
		margin-left: 0px;
		margin-top: 0px;
		position: fixed;
		right: 10px;
		top: 42px;
	}
*/
    .topmenu_top ul li {
        padding: 0px 10px 0px 0px;
    }

    .topmenu_top ul li.first,
    .topmenu_top ul li:first-child {
        padding: 0px 10px 0px 0px;
    }

    .current_section_lang1 .topmenu_top a:link,
    .current_section_lang1 .topmenu_top a:visited {
        /*
     
text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
*/
        font-size: 11px;
        line-height: 11px;
        font-size: 15px;
        line-height: 15px;
    }

    .current_section_lang1 .topmenu_top a:hover,
    .current_section_lang1 .topmenu_top a:active,
    .current_section_lang1 .topmenu_top a.current:link,
    .current_section_lang1 .topmenu_top a.current:visited {
        font-size: 11px;
        line-height: 11px;
        font-size: 15px;
        line-height: 15px;
    }

    .current_section_lang1 .topmenu_top_container2 {
        /*top: 46px;*/
    }

    .current_section_lang1 .btn_top_apply a:link,
    .current_section_lang1 .btn_top_apply a:visited {
        font-size: 11px;
        font-size: 15px;
        line-height: 15px;
    }

    .current_section_lang1 .btn_top_apply a:hover {
        font-size: 11px;
        font-size: 15px;
        line-height: 15px;
    }

    .current_section_lang1 .btn_top_apply a:link .title2,
    .current_section_lang1 .btn_top_apply a:visited .title2 {
        font-size: 11px;
        font-size: 11px;
        line-height: 11px;
    }

    .current_section_lang1 .btn_top_apply a:hover .title2 {
        font-size: 11px;
        font-size: 11px;
        line-height: 11px;
    }
}

.inside_section_applyinfo_area_bottom2_left ul,
.inside_section_applyinfo_area_bottom2_left ol {
    margin-bottom: 20px;
}

.inside_section_applyinfo_area_bottom2_left ul li,
.inside_section_applyinfo_area_bottom2_left ol li {
    line-height: 180%;
}

.current_section_lang1 p {
    line-height: 130% !important;
    padding-bottom: 10px;
}

.current_section_lang1 .fixed_footer_left p {
    line-height: 105% !important;
}

.fixed_footer_left p {
    padding-bottom: 0px;
}

.current_section_lang1 .fixed_footer_right_left table td {
    line-height: 105% !important;
}

@media screen and (max-height: 900px) {
    .current_section_lang1 .section_title {
        margin-bottom: 15px;
    }

    .current_section_lang1 .inside_location1_content_area_right p {
        line-height: 110% !important;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 2000px) {
    .inside_location1_content_area {
        max-width: 80%;
    }

    .inside_location1_content_area_container {
        max-width: 80%;
        max-width: 100%;
    }

    .inside_location1_content_area_right {
        max-width: 100%;
    }

    .inside_location2_content_area {
        max-width: 80%;
    }

    .inside_location2_content_area_container {
        max-width: 80%;
    }

    .inside_lagom1_content_area_container {
        max-width: 80%;
    }

    .inside_lagom2_content_area_container {
        max-width: 80%;
    }

    .inside_lagom3_content_area_container {
        max-width: 80%;
    }

    .inside_lagom4_content_area_container {
        max-width: 80%;
    }

    .inside_lagom5_content_area_container {
        max-width: 80%;
    }

    .inside_lagom6_content_area_container {
        max-width: 80%;
    }

    .topmenu_top {
        padding-left: 240px;
    }

    .header {
        background-image: url(../../images/header_long.png);
        background-position: top center;
    }
}

@media screen and (max-width: 1400px) {
    .topmenu_top {
        padding-left: 220px;
        padding-left: 240px;
    }

    .topmenu_top_container2 {
        width: 340px;
        margin-top: -20px;
    }

    .topmenu_top_container2_inside {
        gap: 4px;
        grid-template-columns: repeat(3, auto);
        grid-auto-flow: column;
        grid-auto-columns: auto;
    }

    .topmenu_top_container2 .topmenu_other_item a:link,
    .topmenu_top_container2 .topmenu_other_item a:visited {
        padding: 4px 8px 4px 8px;
        font-size: 12px;
    }

    .btn_top_apply a:link .title2,
    .btn_top_apply a:visited .title2 {
        font-size: 70%;
    }

    .btn_top_apply a:hover .title2 {
        font-size: 70%;
    }
}

.not_allow_search {
    display: none;
}

.allow_search {
    display: none;
}

.current_section_lang1 .table_balloting_search td.title2 {
    width: 180px;
}

.current_section_lang1 .table_balloting_security_code td.title2 {
    width: 180px;
}

.current_section_lang1 .table_balloting_info2 td.title2 {
    width: 100px;
}

.balloting_highlight {
    color: #6b829a;
}

.gallery_desc {
    color: #6b829a !important;
}

.booklet_desc {
    color: #6b829a !important;
}

.vrtour_soon {
    color: #666666;
    padding-left: 10px;
}

.clear_both {
    clear: both;
}

.small_text {
    font-size: 80%;
}

.red {
    color: #e74c3c;
    font-weight: bold;
}

.inside_section_applyinfo_area h2 {
    color: #144378;
}

.highlight_applyinfo {
    color: #144378;
    font-weight: bold;
}

.tablet_content {
    display: none;
}

.scroll_list {
    overflow: auto;
    padding-right: 20px;
}

.scroll_list2 {
    overflow: auto;
    padding-right: 20px;
}

.scroll_list3 {
    overflow: auto;
    padding-right: 20px;
}

.inside_footer_msg_container {
    padding-right: 50px;
    text-align: justify;
}

.scroll_list::-webkit-scrollbar {
    width: 5px;
}

.scroll_list::-webkit-scrollbar-track {
    background: #cacaca;
    border-radius: 10px;
}

.scroll_list::-webkit-scrollbar-thumb {
    background: #383838;
    border-radius: 10px;
}

.scroll_list2::-webkit-scrollbar {
    width: 5px;
}

.scroll_list2::-webkit-scrollbar-track {
    background: #cacaca;
    border-radius: 10px;
}

.scroll_list2::-webkit-scrollbar-thumb {
    background: #383838;
    border-radius: 10px;
}

.scroll_list3::-webkit-scrollbar {
    width: 10px;
}

.scroll_list3::-webkit-scrollbar-track {
    background: #383838;
    border-radius: 10px;
}

.scroll_list3::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 10px;
}

.table_contact td {
    padding: 0px 10px 10px 0px;
    color: #2c2c2c;
    font-size: 18px;
}

.table_contact td.title2 {
    color: #2c2c2c;
    font-size: 18px;
    text-shadow: none;
    font-weight: normal;
}

.inside_footer_msg p {
    margin-bottom: 5px;
    padding-bottom: 0px;
    color: #ffffff;
    line-height: 120%;
}

.inside_footer_msg ol,
.inside_footer_msg ul {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 16px;
    padding-left: 0px;
    color: #ffffff;
    line-height: 120%;
}

.gallery_caption ol,
.gallery_caption ul {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 16px;
    padding-left: 0px;
    color: #2c2c2c;
    line-height: 120%;
}

.section_other p {
    text-align: justify;
}

h1 span {
    font-size: 80%;
}

.gallery_caption {
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.gallery_caption p {
    width: 100%;
    text-align: center !important;
    margin-bottom: 5px;
    padding-bottom: 0px;
    color: #2c2c2c;
    line-height: 120%;
}

.fixed_footer p {
    text-align: justify;
}

.popup_3dtour_disclaminer_content.scroll_list {
    margin-right: 40px !important;
}

.current_section_lang1 .section_other8002 h1 {
    font-size: 24px;
}

.current_section_lang1 .section_other8888 h1 {
    font-size: 24px;
}

@media screen and (max-height: 600px) {
    /*
    
    .fixed_footer{
       position:fixed;
       bottom:0px;
       left:0px;
   
       position:relative;
       left:inherit;
       bottom:inherit;
       width:100%;
       
     
       background-color:#ffffff;
       color:#535353;
     
       z-index: 1000000000000;
       z-index: 1000000;
       display:none;
   
   
   
    }
      */
}

.home_video_info_panel {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999;
    z-index: 999;
    z-index: 99999999999;
    /*
	background-image:url(../images/home_video_bg.jpg);
	*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #dddddd;
    font-size: 10px;
    display: none;
    /*
		background-color: rgba(128,131, 126, 0.8);
		background-color: rgba(255,255, 255, 0.9);
		*/
    /*
    background-color: #e3e3d8;
*/
    background-image: url(../../images/bg_video.jpg);
    background-color: #cbd8ed;
    /* Hide by default */
    display: none;
    overflow: hidden;
}

.home_video_info_panel.show {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home_video_info_panel_container {
    margin: auto;
    /* Let content determine width */
    width: 94%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    /* Remove margin:auto as we're using flexbox alignment */
}

.home_video_info_panel_right {
    /* Remove absolute positioning */
    position: relative;
    /* Remove right and top */
    max-width: 180px;
    float: right;
}

.home_video_info_panel_right .img {
    max-width: 180px;
    margin-bottom: 20px;
}

.home_video_info_panel_right .img img {
    width: 100%;
}

.home_video_button_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
    margin: auto;
    text-align: center;
}

.home_video_button_list ul li {
    margin-bottom: 20px;
    display: inline-block;
    /* Make li inline-block so text-align works */
    width: auto;
    /* Let it size to content */
    margin-left: 5px;
    margin-right: 5px;
    /* Optional spacing between buttons */
}

.home_video_button_list ul li a:link,
.home_video_button_list ul li a:visited {
    display: inline-block;
    ;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #8a99b4;
    color: #ffffff;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    text-align: center;
    /* Center text in buttons */
    min-width: 100px;
    /* Optional: minimum button width */
}

.home_video_button_list ul li a:hover {
    background-color: #144378;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.stock_img_title_home {
    position: absolute;
    right: 2%;
    bottom: 20px;
    z-index: 99999;
    color: #2c2c2c;
}

.topmenu_top ul li ul li:first-child {
    clear: both;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

.inside_section_apply_area ul,
.inside_section_apply_area ol {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}

.inside_section_apply_area ol ol {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-left: 14px;
    list-style-position: inside;
}

.inside_section_apply_area a:link,
.inside_section_apply_area a:visited {
    text-decoration: underline;
    font-size: 15px;
}

.inside_section_apply_area a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.inside_section_apply_area li a:link,
.inside_section_apply_area li a:visited {
    text-decoration: none !important;
    font-size: 15px;
}

.inside_section_apply_area li a:hover {
    text-decoration: none !important;
    font-size: 15px;
}

.inside_section_apply_area {
    max-width: 1100px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 20%;
    padding-top: 80px !important;
}

.inside_section_apply_area h2 {
    font-weight: bold;
    color: #144378;
}

.inside_section_apply_area h1.section_title {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
}

@media only screen and (min-height:400px) {
    .inside_section_apply_area {
        padding-top: 120px;
        padding-top: 80px;
    }
}

.inside_section_apply_area h2.section_title_bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.table_listing {
    margin-bottom: 0px;
}

.table_listing .table_listing {
    margin-bottom: 0px;
    margin-top: 3px;
}

.table_listing td {
    padding: 0px 3px 3px 0px;
    vertical-align: top;
}

.table_listing .table_listing tr:last-child td {
    padding-bottom: 0px;
}

.table_listing a:link,
.table_listing a:visited {
    text-decoration: none !important;
}

.table_listing a:hover {
    text-decoration: none !important;
}

.inside_section_apply_area p {
    padding-bottom: 10px;
}

.inside_section_apply_area h2 {
    padding-bottom: 10px;
}

.inside_section_apply_area section {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.inside_section_apply_area .table_listing p {
    padding-bottom: 0px;
}

span.arial {
    font-family: Arial, Helvetica, sans-serif;
}

span.cfont {
    /*
        font-family: Arial, Helvetica, sans-serif;
        font-family: monospace;

       /*  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;*/
    line-height: 100%;
}

.wrapper_apply .fixed_footer {
    position: relative;
    left: inherit;
    bottom: inherit;
}

body.wrapper_apply {
    overflow: auto !important;
}

.wrapper_apply .fixed_footer {
    position: relative;
    left: inherit;
    bottom: inherit;
}

.home_video_info_panel_container2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.home_video_player_full {
    position: absolute;
    /* stays fixed in viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures video fills screen without distortion */
    z-index: -1;
    /* keeps video behind your content */
}

.section_other_gallery {
    background-image: url(../../images/bg/gallery.jpg);
    background-position: top center;
}

.section_other1 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other2 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other3 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other11 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other4 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other5 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
}

.section_other6 {
    background-image: url(../../images/bg/sales.jpg?v=2);
    background-position: top center;
    background-position: top center;
}

.section_other7 {
    background-image: url(../../images/bg/floorplan.jpg);
    background-position: top center;
}

.section_other8 {
    background-image: url(../../images/bg/gallery.jpg);
}

.section_other9 {
    background-image: url(../../images/bg/sales.jpg?v=2);
}

.section_other10 {
    background-image: url(../../images/bg/sales.jpg?v=2);
}

.section_other999 {
    background-image: url(../../images/bg/disclaimer.jpg);
}

.section_other8004 {
    background-image: url(../../images/bg/sales.jpg?v=2);
}

.section_other8003 {
    background-image: url(../../images/bg/sales.jpg?v=2);
}

.section_other8001 {
    background-image: url(../../images/bg/sales.jpg?v=2);
}

.section_other12 {
    background-image: url(../../images/bg/common.jpg);
}

.section_other13 {
    background-image: url(../../images/bg/news.jpg?v=2);
}

.section_other8008 {
    background-image: url(../../images/bg/sales_news.jpg);
}

.current_section_lang2 .section_other8002 h1.section_title {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .section_other8002 h1.section_title {
    font-family: 'NotoSansSC-Light';
}

.current_section_lang2 .section_other8888 h1.section_title {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .section_other8888 h1.section_title {
    font-family: 'NotoSansSC-Light';
}

.current_section_lang2 h2.section_title {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 h2.section_title {
    font-family: 'NotoSansSC-Light';
}

.current_section_lang2 .vrtour_heading {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .vrtour_heading {
    font-family: 'NotoSansSC-Light';
}

.current_section_lang2 .gallery_area .title {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .gallery_area .title {
    font-family: 'NotoSansSC-Light';
}

/* Animation */
@keyframes borderPulse {
    0% {
        transform: scale(1, 1);   /* normal size */
        opacity: 1;
        
    }
    100% {
        transform: scale(1.4, 1.4); /* expands equally in both directions */
        opacity: 0;
    }
}


/* Glow animation keyframes */
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 5px rgba(179, 152, 99, 0.5),
            0 0 10px rgba(179, 152, 99, 0.5);
    }

    100% {
        box-shadow: 0 0 15px rgba(179, 152, 99, 0.9),
            0 0 25px rgba(179, 152, 99, 0.9);
    }
}

/* Glow animation keyframes */
@keyframes glowPulse2 {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
            0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.9),
            0 0 25px rgba(255, 255, 255, 0.9);
    }
}

/* Animation styles for aos_animate_item */
.aos_animate_item {
    opacity: 0;
    will-change: opacity, transform;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    pointer-events: none;
}

.aos_animate_item.aos-animate {
    opacity: 1;
    pointer-events: auto;
}

/* Different animation types */
[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-down"] {
    transform: translateY(-30px);
}

[data-aos="fade-down"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-left"] {
    transform: translateX(30px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-in"] {
    opacity: 0;
}

[data-aos="fade-in"].aos-animate {
    opacity: 1;
}

[data-aos="zoom-in"] {
    transform: scale(0.6);
    opacity: 0;
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
    opacity: 1;
}

/* Delay classes */
[data-aos-delay="0"] {
    transition-delay: 0s;
}

[data-aos-delay="50"] {
    transition-delay: 0.05s;
}

[data-aos-delay="100"] {
    transition-delay: 0.1s;
}

[data-aos-delay="150"] {
    transition-delay: 0.15s;
}

[data-aos-delay="200"] {
    transition-delay: 0.2s;
}

[data-aos-delay="250"] {
    transition-delay: 0.25s;
}

[data-aos-delay="300"] {
    transition-delay: 0.3s;
}

[data-aos-delay="350"] {
    transition-delay: 0.35s;
}

[data-aos-delay="400"] {
    transition-delay: 0.4s;
}

[data-aos-delay="450"] {
    transition-delay: 0.45s;
}

[data-aos-delay="500"] {
    transition-delay: 0.5s;
}

[data-aos-delay="550"] {
    transition-delay: 0.55s;
}

[data-aos-delay="600"] {
    transition-delay: 0.6s;
}

/* Duration classes */
[data-aos-duration="400"] {
    transition-duration: 0.4s;
}

[data-aos-duration="600"] {
    transition-duration: 0.6s;
}

[data-aos-duration="800"] {
    transition-duration: 0.8s;
}

[data-aos-duration="1000"] {
    transition-duration: 1s;
}

[data-aos-duration="1200"] {
    transition-duration: 1.2s;
}

.floorplan_mlp {
    max-width: 100%;
    margin: auto;
    position: relative;

    height:96%;
    

}


.floorplan_mlp img {
      width: 100%;
    height:100%;
    object-fit: contain; /* keeps aspect ratio inside the box */
    display: block;
}




.floorplan_mlp_left {
    float: left;
    width: 70%;
    height: 100%;
    position: relative;
 
}

.floorplan_mlp_left .bg {
       width: 100%;
    height: 100%; /* ensure the container has height */
    position: relative;
  background-color:#ffff00;
}

.floorplan_mlp_left .bg img {
      width: 100%;
    height:100%;
    object-fit: contain; /* keeps aspect ratio inside the box */
    display: block;
}

.floorplan_mlp_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32%;
    z-index: 9;
}

.floorplan_mlp_right_container {
    float: right;
    max-width: 90%;
}

.floorplan_mlp_right .title {
    font-family: 'NotoSansHK-Light';
    font-size: 160%;
    margin-bottom: 10px;
    color: #144378;
    text-align: center;
}

.floorplan_mlp_right h2 {
    font-family: 'NotoSansHK-Light';
    font-size: 160%;
    margin-bottom: 10px;
    color: #144378;
    text-align: center;
}

.mlp_info_box {
    /*
background: #FFFFFF;
background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 12%, rgba(255, 255, 255, 0.55) 89%, rgba(255, 255, 255, 0) 100%);

display:block;
padding:5px 10px 5px 10px;
*/
}

.table_mlp_info {
    width: 100%;
    background: #FFFFFF;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 12%, rgba(255, 255, 255, 0.55) 89%, rgba(255, 255, 255, 0) 100%);
    display: block;
    padding: 5px 10px 5px 10px;
}

.table_mlp_info th {
    border-bottom: 1px solid #666666;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 76%;
    line-height: 120%;
}

.table_mlp_info td {
    border-bottom: 1px solid #666666;
    padding: 5px 5px 5px 5px;
    font-size: 76%;
    line-height: 120%;
}

.table_mlp_info td {}

.table_mlp_info td .color_cell {
    display: flex;
    align-items: center;
}

.table_mlp_info td .colorbox {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.table_mlp_info td .colorbox1 {
    background-color: #f7eca5;
}

.table_mlp_info td .colorbox2 {
    background-color: #c7dd91;
}

.table_mlp_info td .colorbox3 {
    background-color: #dae9cb;
}

.table_mlp_info td .colorbox4 {
    background-color: #c6e7fd;
}

.btn_zoom_floorplan_mlp {
    position: absolute;
    right: 8%;
    top: 0px;
    width: 5%;
    line-height: 100%;


}

.btn_zoom_floorplan_mlp img {
    width: 96%;
    margin: auto;
}

/*
.btn_zoom_floorplan_mlp a:link,
.btn_zoom_floorplan_mlp a:visited {
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: #909fce;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_zoom_floorplan_mlp a:hover {
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: #909fce;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
*/
.floorplan_floorplan {
    max-width: 100%;
    margin: auto;
    position: relative;
  height: 100%;
}

.floorplan_floorplan_left {
    float: left;
    width: 70%;
    position: relative;
      height: 100%;
    position: relative;
  
}

/*
.floorplan_floorplan_left .bg {
    width: 100%;
}

.floorplan_floorplan_left .bg img {
    width: 100%;
}
*/

.floorplan_floorplan_left .bg {
    width: 100%;
    height: 100%; /* ensure the container has height */
    position: relative;
 
 
}

.floorplan_floorplan_left .bg img {
    width: 100%;
    height:100%;
    object-fit: contain; /* keeps aspect ratio inside the box */
    display: block;
}




.floorplan_floorplan_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    z-index: 9;
}

.floorplan_floorplan_right_container {
    float: right;
    max-width: 90%;
}

.floorplan_floorplan_right .title {
    font-family: 'NotoSansHK-Light';
    font-size: 160%;
    margin-bottom: 10px;
    color: #144378;
    text-align: center;
}

.btn_zoom_floorplan_floorplan {
    width: 30px;
    line-height: 100%;
}

.btn_zoom_floorplan_floorplan img {
    width: 96%;
    margin: auto;
}

.btn_zoom_floorplan_floorplan a:link,
.btn_zoom_floorplan_floorplan a:visited {
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: #909fce;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_zoom_floorplan_floorplan a:hover {
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: #909fce;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.table_floorplan_info {
    width: 100%;
}

.table_floorplan_info th {
    border-bottom: 1px solid #666666;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 76%;
    line-height: 120%;
    font-family: 'NotoSansHK-Light';
    font-size: 150%;
    color: #144378;
}

.table_floorplan_info td {
    padding: 5px 5px 5px 5px;
    font-size: 140%;
    line-height: 120%;
    font-weight: bold;
    color: #144378;
}

.table_floorplan_info .col1 {
    width: 30px;
    padding-right: 20px;
}

.topmenu_top_en_line {
    height: 10px;
}


.inside_location1_photo_list .item .stock_img_title {
    position: absolute;
    right:inherit;
    bottom:inherit;
    left: 10px;
    right: 10px;
    font-size: 13px;
    font-weight: bold;
}



.floorplan_mlp{
    position:relative;
}

.floorplan_mlp .btn_zoom_floorplan_mlp {
    position: absolute;
    right:inherit;
    left: 0%;
    top: 20px;
    width: 3%;
    line-height: 100%;

/*
left: inherit;
right:18%;


top: 18.5%;
right:22%;
   width: 2.5%;


   top: 13.5%;
right:22%;
   width: 2.5%;


   right:30%;
*/
left: 0px;

top:0px;
width:100%;
 height:100%;
}

.floorplan_mlp .btn_zoom_floorplan_mlp img{
        width: 100%;
    height:100%;
    object-fit: contain; /* keeps aspect ratio inside the box */
    display: block;
}

.inside_content_box .inside_content_box_container_floor {
   
    max-width: 60%;
}

.current_section_lang3 .section_content, .current_section_lang3 .section_content p{
font-family: 'NotoSansSC-Light';
}
.current_section_lang2 .section_content, .current_section_lang2 .section_content p{
  font-family: 'NotoSansHK-Light';
}


.inside_location1_photo_list .item .stock_img_title {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom:inherit;
  
}

.inside_location1_content_area_right h1.section_title{
    font-size:38px;
    font-family: 'NotoSansHK-Light';
}

.current_section_lang2 .inside_location1_content_area_right h1.section_title{
      font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .inside_location1_content_area_right h1.section_title{
    font-family: 'NotoSansSC-Light';
}


.fancybox-bg{
    background-color:#ffffff !important;
}

p span.arial{
      font-family: 'Roboto-Regular' !important;
}


.inside_section_applyinfo_area img,
.inside_location1_photo_list img,
.gallery_photo_list img ,
.booklet_photo_list img,
.section_other8007  .img_box img{
  border-radius: 20px;
}







.topmenu_top_container2 .topmenu_other_item_effect a:link,
.topmenu_top_container2 .topmenu_other_item_effect a:visited {
   
box-shadow: 0 0 15px rgba(179, 152, 99, 0.9);

position: relative;
    
    overflow: visible;
     padding: 4px 20px 4px 20px;
    border: 2px solid #144378;


    padding: 2px 18px 2px 18px;
    border: 4px solid #144378;

}

.topmenu_top_container2 .topmenu_other_item_effect a::after {
    content: "";
    position: absolute;
    
    inset: 0; 

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid rgba(20, 67, 120, 1);

  border: 2px solid rgba(179, 152, 99, 1);

    opacity: 1;
    animation: borderPulse 1.5s infinite ease-out;


     box-sizing: border-box;

         padding: 2px 18px 2px 18px;
      border: 4px solid rgba(179, 152, 99, 1);

       border-left: 4px solid rgba(179, 152, 99, 1);
border-right: 4px solid rgba(179, 152, 99, 1);
border-top: 2px solid rgba(179, 152, 99, 1);
border-bottom: 2px solid rgba(179, 152, 99, 1);




         z-index: -3; 
}








.fixed_footer_right_info{
    float:right;
    padding-top:4px;
}

.fixed_footer_right_info .fixed_footer_right_enquiry{
    float:left;
    width:40%;
    text-align:right;
}

.fixed_footer_right_info .fixed_footer_right_enquiry .title{




  margin-bottom:2px;
  font-family: 'Roboto-Regular';
  font-size:76%;
  text-align:left;

   font-size: 80%;
    line-height: 120%;

}




.current_section_lang2 .fixed_footer_right_info .fixed_footer_right_enquiry .title{
    font-family: 'NotoSansHK-Regular';

}




.current_section_lang3 .fixed_footer_right_info .fixed_footer_right_enquiry .title{
     font-family: 'NotoSansSC-Regular';

}




.fixed_footer_right_info .fixed_footer_right_enquiry .desc{
 
     font-size: 130%;
    line-height: 120%;
  text-align:left;
  font-weight:bold;

}

.fixed_footer_right_info .footer_logo{
    float:right;
     width:58%;
}





.btn_music img{
    margin-top:2px;
}



/*

.gallery_photo_list .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;   
    align-items: center;      
    height: 50vh;           
      -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}
*/



.gallery_photo_list .slide img {
    width: inherit;


    width: 100%;
    height: auto;              /* natural height */
    max-height: 60vh;          /* limit if too tall */
     max-height: 56vh;  
    object-fit: contain;
object-fit: cover;
    object-position: center;
    display: block;
    margin: auto;
      
        -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media screen and (max-height: 900px) {


.gallery_photo_list .slide img {
   
      max-height: 56vh; 
 
}

 .inside_location2_content_area_container {
        max-width: 78%;
    }




}





body.body_location ,body.body_location #global_container{
    background-color:#e0e7ec !important;
}









@media screen and (max-width: 1600px) {

.inside_lagom2_content_area_left {
 
    width: 63%;
   

}


.lagom2_title {
    width: 50%;

    bottom: -50%;

}


.inside_lagom3_content_area_right {
   
    padding-top: 10%;




}



.inside_lagom4_content_area_left {
   
    width: 60%;


}


.inside_lagom5_content_area_right {

    padding-top:10%;
}

.inside_lagom6_content_area_left {
  
    width: 50%;

   
}



.lagom6_title {


   width: 30%;

}

.inside_lagom6_content_area_left .img2 {
   

     width: 45%;
    left: -28%;

}

.inside_lagom2_content_area{
       padding-top:4%;
}

.inside_lagom3_content_area{
       padding-top:4%;
}

.inside_lagom4_content_area{
    padding-top:4%;
}

.inside_lagom5_content_area{
       padding-top:4%;
}




.inside_lagom6_content_area{
      padding-top:4%;
}

.inside_lagom4_content_area_right {

    padding-top:1%;
    width: 36%;
}




}


.floorplan_mlp_title{
position:absolute;
left:0px;
top:5%;
font-size:180%;
line-height:120%;
}


.current_section_lang1 h1.floorplan_mlp_title{
    font-family: 'NotoSansHK-Light';
}

.current_section_lang2 h1.floorplan_mlp_title{
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 h1.floorplan_mlp_title{
    font-family: 'NotoSansSC-Light';

}




.current_section_lang1 .booklet_area .title{
    font-family: 'NotoSansHK-Light';
}

.current_section_lang2 .booklet_area .title{
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .booklet_area .title{
    font-family: 'NotoSansSC-Light';

}




.btn_close_home_video .img2{
    display:none;
}


.inside_location1_photo_list .item .stock_img_title1 {
    right: inherit;
     left: calc(26% - 10px); 

}

.inside_location1_photo_list .item .stock_img_title2 {
     right: inherit;
     left: calc(60% - 10px); 
}

.current_section_lang1 .inside_location1_photo_list .item .stock_img_title1 {
    right: inherit;
     left: calc(24% - 10px); 

}

.current_section_lang1 .inside_location1_photo_list .item .stock_img_title2 {
     right: inherit;
     left: calc(58% - 10px); 
}



.contact_info_area{
    width:100%;

}

.contact_info_area_left{
    width:66%;
    float:left;
    
}
.contact_info_area_right{
    width:30%;
    float:right;
    
}
.contact_info_area_right img{
    width:100%;
   
}
    



.btn_popup_func_button {
    clear: both;
    margin-top: 10px;
    text-align: center;
    /* centers inline-block children */
}

.btn_popup_func_button a:link,
.btn_popup_func_button a:visited {
    display: inline-block;
    /* allows dynamic width */
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 25px;
    background-color: #144378;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.btn_popup_func_button a:hover {
    background-color: #333333;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}

.inside_section_applyinfo_area_normal {
    max-width: 1100px;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 40px;
   
}

.inside_section_applyinfo_area_normal .section_title {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: normal;
    color: #144378;
    text-transform: uppercase;
}
.current_section_lang2 .inside_section_applyinfo_area_normal h1.section_title {
    font-family: 'NotoSansHK-Light';
}

.current_section_lang3 .inside_section_applyinfo_area_normal h1.section_title {
    font-family: 'NotoSansSC-Light';
}