@font-face {
    font-family: 'Diverda Sans Com';
    src: url('../fonts/DiverdaSansCom/DiverdaSansCom-Regular.woff2') format('woff2'), url('../fonts/DiverdaSansCom/DiverdaSansCom-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Diverda Sans Com bold';
    src: url('../fonts/DiverdaSansCom/DiverdaSansCom-Medium.woff2') format('woff2'), url('../fonts/DiverdaSansCom/DiverdaSansCom-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

* {
    box-sizing: border-box
}

html {}

body,
html {}

body {
    padding: 0;
    margin: 0;
    background: #eeeeee;
    font-family: 'Diverda Sans Com', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    color: #2e4751;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    letter-spacing: 0.06em;
}

body.zh-hant {
    font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', 'NSimSun', arial, sans-serif;
}

body.zh-hans {
    font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', 'NSimSun', arial, sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

.img-fix img {
    width: 100%;
    display: block
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #2e4751;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

a:hover,
a.active {
    color: #2e4751;
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0
}

.bigf {
    font-size: 85px;
}

h1,
.h1 {
    font-size: 47px;
    line-height: 1.3em;
    letter-spacing: 0.1em
}

h2,
.h2 {
    font-size: 34px;
    line-height: 1.3em;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 1.3em;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 1.5em;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.5em;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 1.5em;
}

.h7 {
    font-size: 14px;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.animation_s {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.animation_n {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.animation_l {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

input[type=text],
input[type=password],
textarea,
select {
    border: none;
    background: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'Diverda Sans Com', sans-serif;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    border: 2px solid #DBDBDB;
    height: 6em;
}

select {
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
input:active,
input:hover,
textarea:focus,
textarea:hover textarea:focus,
select:focus,
select:hover,
select:focus {
    border-bottom: 2px solid rgba(255, 136, 0, 0.9);
}

a:focus,
a:active,
a:hover,
.btn:focus,
.btn:active,
.btn:hover,
input:focus,
input:active,
input:hover,
textarea:focus,
textarea:hover textarea:focus,
select:focus,
select:hover,
select:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}

input[type=text].error,
input[type=password].error,
textarea.error,
select.error option {
    border-bottom: 1px solid #ff0000;
}

.material-icons {
    font-size: 1em !important;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.letter-spacing {
    letter-spacing: 0.2em;
}

.en .letter-spacing {
    letter-spacing: 0.15em;
}

p {
    padding-bottom: 5px;
}

ul {}

ul li {
    list-style: none
}

.uppercase {
    text-transform: uppercase
}

.underline {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #6a909f;
}

a.hover-underline {
    border-bottom: 1px solid transparent;
}

a.hover-underline:hover,
a.hover-underline.active {
    opacity: 1;
    border-bottom: 1px solid #2e4751;
}

hr {
    border-top: 1px solid #6a909f;
}

hr.vertical {
    border-top: none;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    background: #6a909f;
}

.align-l {
    text-align: left;
}

.align-c {
    text-align: center;
}

.align-r {
    text-align: right;
}

.float-l {
    float: left
}

.float-r {
    float: right
}

b,
.bold,
.strong {
    font-family: "Diverda Sans Com bold", sans-serif;
}

.zh-hant b,
.zh-hant .bold,
.zh-hant .strong {
    font-family: 'Noto Serif SC', 'Songti TC', 'NSimSun', arial, sans-serif;
    font-weight: 600;
}

.zh-hans b,
.zh-hans .bold,
.zh-hans .strong {
    font-family: 'Noto Serif SC', 'Songti TC', 'NSimSun', arial, sans-serif;
    font-weight: 600;
}

.font-en {
    font-family: "Diverda Sans Com bold", sans-serif;
}

.font-zh {
    font-family: 'Noto Serif SC', 'Songti TC', 'NSimSun', arial, sans-serif;
}

.font-sc {
    font-family: 'Noto Serif SC', 'Songti TC', 'NSimSun', arial, sans-serif;
}

.relative {
    position: relative;
}

.m-hidden {}

.m-show {
    display: none !important;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden
}

.clearfix {}

.clearfix:after {
    content: '';
    clear: both;
    display: table
}

.imgfix {}

.imgfix img {
    width: 100%;
    display: block;
}

.valign-wrap {
    width: 100%;
    height: 100%;
    display: table
}

.valign-cell {
    display: table-cell;
    vertical-align: center;
    vertical-align: middle
}

.vcenter_wrap {
    width: 100%;
    text-align: center;
}

.vcenter_wrap:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.vcenter_item {
    vertical-align: middle;
    display: inline-block;
}

.inline {
    display: inline-block
}

.editor-content ul,
.editor-content ol {
    padding-left: 20px;
}

.editor-content table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

.editor-content p {
    margin-bottom: 10px;
}

.editor-content h5 {
    color: #FF9600;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 80px;
}

.mt-7 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 80px;
}

.mb-7 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 80px;
}

.pt-7 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 80px;
}

.pb-7 {
    padding-bottom: 100px;
}

.color-black {
    color: #2d4859;
}

.color-grey {
    color: #cccccc;
}

.color-dgrey {
    color: #828282;
}

.color-orange {
    color: #FF9600;
}

.color-red {
    color: #bd5444;
}

.color-white {
    color: #ffffff;
}

.color-blue {
    color: #2d4859
}

.bg-grey {
    background-color: #D4D2CF;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background: #FF9600
}

.bg-blue {
    background: #3f5259
}

.bg-blue2 {
    background: #7296a9
}

a.color-black:hover {
    color: #bd5444
}

a.bg-grey:hover {
    color: #888
}

a.color-white:hover {
    color: #fff
}

a.round-btn {
    border-radius: 200px
}

.white-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    display: inline-block
}

a.white-btn:hover {
    color: #fff;
}

a.black-btn {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: #2f4751;
}

a.black-btn:hover {
    background: rgba(0, 0, 0, .9);
}

a.max-width {
    min-width: 250px;
}

a.max-width2 {
    min-width: 200px;
}

a.block-btn {
    width: 100%;
}

.border-radius {
    border-radius: 5px;
    overflow: hidden;
}

.circle-wrap {
    border-radius: 50%
}

.block {
    display: block;
    width: 100%;
}

.center-btn-wrap {
    text-align: center;
}

.center-btn-wrap a {
    margin: 0 10px;
}

.web-container {
    opacity: 1;
    filter: alpha(opacity=100)\9;
    -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
    -moz-transition: all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
    -o-transition: all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
    transition: all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
}

body.loading .web-container {
    opacity: 0;
    filter: alpha(opacity=0)\9;
}

.loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    visibility: hidden;
    opacity: 0;
}

.loading-wrap.active {
    opacity: 1;
    visibility: visible;
}

.loading-wrap .loader {
    border: 6px solid #ccc;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.web-padding {
    padding-right: 50px;
    padding-left: 50px;
}

.web-content {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.centent-padding {
    padding-right: 50px;
    padding-left: 50px;
}

.temp-content {}

.main-content {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.main-content2 {
    width: 100%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.sub-content {
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.cms-content p {
    margin-bottom: 10px;
}

.cms-content ul,
.cms-content ol {
    margin-left: 30px;
}

.cms-content ul,
.cms-content ul li {
    margin-bottom: 10px;
}

.cms-content ol,
.cms-content ol li {
    margin-bottom: 10px;
}

.slideLeft,
.slideUp,
.slideRight,
.slideIn {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    opacity: 0;
}

.slideLeft {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
}

.slideRight {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.slideUp {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.slideIn {}

.slideLeft.on {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.slideRight.on {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.slideUp.on {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.slideIn {
    opacity: 1;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 30;
    width: 100%;
    background: rgb(61, 80, 87);
    background: -moz-linear-gradient(180deg, rgb(61, 80, 87) 0%, rgba(61, 80, 87, 0.5) 50%, rgba(61, 80, 87, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(61, 80, 87, 1) 0%, rgba(61, 80, 87, 0.5) 50%, rgba(61, 80, 87, 0) 100%);
    background: linear-gradient(180deg, rgba(61, 80, 87, 1) 0%, rgba(61, 80, 87, 0.5) 50%, rgba(61, 80, 87, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3d5057", endColorstr="#3d5057", GradientType=1);
    transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -ms-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -moz-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
}

.header-wrap::after {
    background: #3d5057;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    content: " ";
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.down.header-wrap::after {
    height: 100%;
}

.header-wrap.has-dropdown {
    padding-bottom: 220px;
}

.header-wrap .logo-wrap {
    width: 250px;
    display: flex;
    align-items: center;
    left: calc((100vw - 1286px)/2);
    z-index: 28;
    transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -ms-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -moz-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
}

.header-wrap .logo-wrap a {
    display: block;
}

.header-align {
    display: flex;
    justify-content: space-between;
}

.header-wrap .menu-wrap {
    display: flex;
    align-items: center;
}

.header-wrap .menu-wrap>ul>li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

.header-wrap .menu-wrap ul li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-wrap .menu-wrap ul li>a {
    text-transform: uppercase;
}

.header-wrap .menu-wrap ul li.active>a,
.header-wrap .menu-wrap ul li:hover>a {
    opacity: 1;
    border-bottom: 1px solid #fff;
}

.header-wrap .menu-wrap ul li .header-menu-dropdown {
    position: absolute;
    top: 100%;
    display: none;
    padding-top: 20px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.header-wrap .menu-wrap ul li .header-menu-dropdown .header-menu-bg {
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7)
}

.down.header-wrap .menu-wrap ul li .header-menu-dropdown .header-menu-bg {
    background: #3d5057;
}

.header-wrap .menu-wrap ul li .header-menu-dropdown a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 1px 0;
}

.header-wrap .menu-wrap ul li:hover .header-menu-dropdown {
    display: block;
}

.header-wrap .lang-wrap {
    display: inline-block;
}

.header-wrap .lang-wrap,
.header-wrap .lang-wrap a {
    color: #fff
}

.header-wrap.active {
    padding-top: 20px;
    padding-bottom: 50px;
}

.header-wrap.active .logo-wrap {
    width: 200px;
}

.mobile-lang,
.mobile-contact {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.mobile-lang {
    padding-bottom: 15px;
}

.back2top-wrap {
    display: none;
    position: fixed;
    bottom: 52px;
    right: 30px;
    text-align: center;
    z-index: 8;
    transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -ms-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -moz-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
}

.back2top-wrap .back2top {
    width: 20px;
    height: 20px;
    background-image: url(../images/demo/backtotop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.menu-toggle {
    width: 25px;
    height: 14px;
    position: relative;
    text-align: center;
    opacity: 1;
    margin-top: 0px;
    display: none;
}

.menu-toggle i {
    display: block;
    line-height: 20px;
}

.menu-toggle span {
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background: #ffffff
}

.menu-toggle span:nth-child(1) {
    top: 0%;
}

.menu-toggle span:nth-child(2) {
    top: 50%;
}

.menu-toggle span:nth-child(3) {
    top: 100%;
}

.img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/************* index *************/

.top-banner {
    position: relative;
    height: calc(100vh);
}

.top-banner .banner-page-title {
    position: absolute;
    left: 0px;
    bottom: 80px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 40px;
    line-height: 1.3em;
    right: 0px;
    text-transform: uppercase;
}

.top-banner .banner-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-banner .banner-img-wrap:after {
    height: 120px;
}

.top-banner .banner-img-wrap .banner-img {
    width: 100%;
    height: 100%;
}

.top-banner .banner-img-wrap::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: " ";
    background: rgba(61, 80, 87, 0);
    background: -moz-linear-gradient(top, rgba(61, 80, 87, 0) 0%, rgba(61, 80, 87, 6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61, 80, 87, 0)), color-stop(100%, rgba(61, 80, 87, 0.6)));
    background: -webkit-linear-gradient(top, rgba(61, 80, 87, 0) 0%, rgba(61, 80, 87, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(61, 80, 87, 0) 0%, rgba(61, 80, 87, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(61, 80, 87, 0) 0%, rgba(61, 80, 87, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(61, 80, 87, 0) 0%, rgba(61, 80, 87, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d5057', endColorstr='#3d5057', GradientType=0);
}

.top-banner .banner-img-wrap .banner-slider {
    width: 100%;
    height: 100%;
}

.banner-img-wrap .bx-wrapper {
    height: 100% !important;
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.banner-img-wrap .bx-viewport,
.banner-img-wrap .bxslider li {
    height: 100% !important;
}

.banner-img-wrap .bx-wrapper .bx-pager {
    z-index: 20;
    bottom: 40px;
    right: 50px;
    width: auto;
}

.banner-img-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.slider-title {
    position: absolute;
    right: 55px;
    bottom: 60px;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
}

.scroll-down {
    position: absolute;
    display: block;
    width: 36px;
    height: 21px;
    background-image: url(../images/demo/scroll_down.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.corporate-info .row {
    padding-bottom: 1.5em;
}


/************ affiliate **************/

.affiliate-list {}

.affiliate-list ul li {
    position: relative;
}

.affiliate-list ul li .affiliate-bg {
    height: calc(100vw * 0.28);
    max-height: 450px;
}

.affiliate-list ul li .affiliate-bg::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(46, 71, 81, 0.2);
    content: " ";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.affiliate-list ul li:hover .affiliate-bg::after {
    background: rgba(46, 71, 81, 0);
}

.affiliate-list ul li .affiliate-content {
    position: absolute;
    bottom: 40px;
    color: #fff;
}

.affiliate-list ul li:nth-child(2n+1) .affiliate-content {
    right: 130px;
    text-align: right;
}

.affiliate-list ul li:nth-child(2n) .affiliate-content {
    left: 130px;
    text-align: left
}

.affiliate-list ul li .affiliate-content .h4 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.affiliate-list ul li .affiliate-content a {
    color: #fff
}

.affiliate-list ul li .affiliate-content a:hover {}


/************* milestone ************/

.milestone-list li {}

.milestone-list li .milestone-year {
    margin-top: 5px;
    margin-bottom: 5px;
}

.milestone-list li .milestone-detail {
    padding-left: 300px;
    margin-left: 22px;
    border-left: 1px solid #7296a9;
    padding-top: 5px;
    padding-bottom: 5px;
}

.milestone-list li:last-child .milestone-detail {
    border-left: 0px
}

.milestone-list li .milestone-detail p {
    position: relative;
    padding-left: 20px;
    margin-top: -35px;
    padding-bottom: 35px;
    margin-bottom: 10px;
}

.milestone-list li .milestone-detail p::before {
    position: absolute;
    content: "·";
    left: 0px;
}


/************ Management *************/

.management-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.management-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
}

.management-list .management-title {
    width: 300px;
}

.management-list .management-img {
    width: 21%;
    padding-right: 20px;
    padding-left: 20px;
}

.management-list .management-img img {
    display: block;
    width: 100%;
}

.management-list .management-img span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(46, 71, 81, 0.25);
}

.management-list .management-detail {
    width: 420px;
}


/************* Property **************/

.property-list {}

.property-list ul {
    display: flex;
    flex-wrap: wrap;
}

.property-list ul li {
    width: 25%;
    position: relative;
    cursor: pointer;
    display: none;
}

.property-list ul li.active {
    display: block;
}

.property-list ul li a {
    display: block;
}

.property-list ul li .img-bg {
    padding-bottom: 134%;
    position: relative;
}

.property-list ul li .img-bg:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(150, 154, 171, 0.2);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.property-list ul li:hover .img-bg:after {
    background: rgba(150, 154, 171, 0);
}

.property-list ul li .property-title {
    background: rgba(46, 71, 81, 0.8);
    padding: 15px 10px 20px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    min-height: 72px;
    display: flex;
    align-items: center;
}

.property-list ul li .property-title>div {
    width: 100%;
}

.property-list ul li .property-title .main-title {
    font-size: 16px;
    line-height: 1.2em;
}

.property-list ul li .property-title .sub-title {
    font-size: 13px;
    line-height: 1em;
    margin-top: 5px;
    text-transform: uppercase;
}

.property-info-wrap p {
    position: relative;
    /* padding-left: 10px; */
    display: inline-block;
}


/* .property-info-wrap p::before {
    position: absolute;
    content: "·";
    left: 0px;
} */

.property-type-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.property-type-wrap a {
    font-weight: bold;
    margin: 0 5px;
}

.property-location {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.property-location a {
    font-weight: bold;
}

.property-type-wrap .web-padding,
.property-location .web-padding,
.property-type-detail .web-padding {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.property-type-wrap .web-padding,
.property-location .web-padding {
    display: flex;
    justify-content: space-around;
}

.property-type-detail {
    display: none;
}

.property-type-detail.active {
    display: block;
}

.property-image {
    display: flex;
}

.property-detail-wrap {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 100%;
    z-index: 11;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.property-detail-wrap.active {
    left: 50%;
}

.property-detail-scroll {
    height: 100%;
    overflow: auto;
}

.property-detail {
    max-width: 683px;
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    min-height: 100%;
}

.property-detail-wrap .property-detail-btn {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
}

.property-detail-wrap .property-detail-btn i {
    line-height: 30px;
    display: block;
}

.property-detail-wrap.active .property-detail-btn i {
    transform: rotate(180deg);
}

.property-image-slider ul {}

.property-image-slider ul li {}

.property-image-slider ul li span {
    display: block;
    padding-bottom: 55%;
    background-size: contain;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: auto;
}

.property-image-slider .bx-wrapper {
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.property-image-slider .bx-wrapper .bx-pager {
    z-index: 20;
    bottom: 40px;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
}

.property-image-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #fff;
}

.property-image-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.property-image-slider .bx-wrapper .bx-next {
    opacity: 0.8;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.property-image-slider .bx-wrapper .bx-prev {
    opacity: 0.8;
    background-image: url(../images/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


/*********** report ************/

.latest-report-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.latest-report {
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #7296aa
}

.latest-report ul {
    display: flex;
    flex-wrap: wrap;
}

.latest-report ul li {
    width: 28%;
    margin-right: 4%;
}

.latest-report ul li a {
    display: block;
}

.latest-report ul li .report-img {
    padding-bottom: 140%;
}

.past-report {
    padding-left: 20%;
}

.past-report ul {
    display: flex;
    flex-wrap: wrap;
}

.past-report ul li {
    width: 33.3%;
    margin-top: 30px;
    padding-right: 30px;
}

.past-report ul li.hide {
    display: none;
}

.past-report ul li a {
    display: inline-block;
}

.page-template-index .past-report ul li a {
    display: inline;
}

.report-year-list a {
    margin-right: 15px;
}

.report-read-more-wrap {}

#report-read-more-btn.hidden {
    display: none;
}

.corporategovernance .past-report {
    padding-left: 0px;
}

.corporategovernance .past-report ul li {
    width: 100%;
}

.announcements-list {
    padding-left: 28%;
    margin-top: 40px;
}

.announcements-list li {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.announcements-list li .list-hr {
    position: absolute;
    font-size: 20px;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #6a909f;
    width: 45px;
}

.announcements-list li a {
    display: inline-block;
}

.download-icon-wrap {
    position: relative;
    padding-left: 25px;
}

.download-icon-wrap i {
    position: absolute;
    left: 0;
    top: 3px;
}

.dropdown-list {
    border: 1px solid #000;
    position: relative;
    max-width: 300px;
    background: #3d5057;
    color: #fff;
    cursor: pointer;
}

.dropdown-list i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.dropdown-list select {
    width: 100%;
    padding: 7px 15px 7px 15px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    z-index: 2;
    display: block;
    font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', 'NSimSun', arial, sans-serif;
    position: relative;
}

.dropdown-list select option {
    color: #3d5057
}

.en .dropdown-list select {
    font-family: 'Diverda Sans Com', sans-serif;
}


/* .dropdown-list .dropdown-area a {
    display: block;
} */


/************* Contact **************/

.contact-wrap {
    display: flex;
}

.contact-wrap .contact-left,
.contact-wrap .contact-right {
    width: 50%;
}

.contact-wrap .contact-left {
    padding-right: 20px;
}

.contact-wrap .office-list li {
    margin-bottom: 20px;
}

.contact-wrap .office-list li .h6 span {
    display: inline-block;
    width: 40px;
}

.animation-input {
    position: relative;
}

.animation-input input,
.animation-input select,
.animation-input textarea {
    width: 100%;
    padding: 12px 15px 7px 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 2;
    position: relative;
    display: block;
    font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', 'NSimSun', arial, sans-serif;
}

.en .animation-input input,
.en .animation-input select,
.en .animation-input textarea {
    font-family: 'Diverda Sans Com', sans-serif;
}

.animation-input .dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 1;
}

.animation-input input.error,
.animation-input select.error,
.animation-input textarea.error {
    border: 1px solid #ff0000;
}

.animation-input label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 3;
    color: #777;
    cursor: text;
}

.animation-input input:focus~label,
.animation-input input:valid~label,
.animation-input select:focus~label,
.animation-input select:valid~label,
.animation-input textarea:focus~label,
.animation-input textarea:valid~label {
    top: -5px;
    padding: 0px 10px;
    left: 10px;
    font-size: 14px;
    color: 000;
    line-height: 1em;
    background: #eeeeee;
}

.animation-input input.error~label,
.animation-input select.error~label,
.animation-input textarea.error~label {
    color: #ff0000
}

.animation-input textarea {
    height: 180px;
}

.error-msg {
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.error-msg.active {
    opacity: 1;
    color: red;
    visibility: visible;
}

.success-message {
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

.success-message.active {
    display: block;
}


/************ sitemap **************/

.sitemap-wrap {
    display: flex;
}

.sitemap-wrap .sitemap-col {
    width: 300px;
}

.sitemap-wrap .sitemap-col div {
    margin-bottom: 5px;
}

.sitemap-wrap .sitemap-col div.sitemap-title {
    margin-top: 20px
}

.sitemap-wrap .sitemap-col a {
    display: inline;
    padding-bottom: 0;
}


/************** footer ***************/

.footer-wrap {
    padding: 30px 0px;
    background: #fff;
}

.footer-wrap .right-col,
.footer-wrap .left-col {
    width: 50%;
}

.footer-wrap .right-col {
    float: right;
    text-align: right
}

.footer-wrap .right-col a {
    margin-left: 20px;
    display: inline-block;
    color: #2e4751;
}

.footer-wrap .left-col {
    float: left;
}

.footer-modal .modal-content {
    border-radius: 0;
    border: 3px solid #bd5444;
    background: #fffdf7;
}

.footer-modal .modal-content .h5 {
    line-height: 1.9em;
}

.modal-backdrop {
    background-color: transparent
}

.footer-modal .modal-body {
    padding: 80px 60px 60px;
}

.footer-modal .close-btn {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 auto;
    background-image: url(../images/demo/close.png);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1366px) {}


/*   mobile   */

@media (max-width: 1000px) {
    .mt-0 {
        margin-top: 0px;
    }
    .mt-1 {
        margin-top: 5px;
    }
    .mt-2 {
        margin-top: 10px;
    }
    .mt-3 {
        margin-top: 15px;
    }
    .mt-4 {
        margin-top: 20px;
    }
    .mt-5 {
        margin-top: 25px;
    }
    .mt-6 {
        margin-top: 40px;
    }
    .mt-7 {
        margin-top: 50px;
    }
    .mb-0 {
        margin-bottom: 0px;
    }
    .mb-1 {
        margin-bottom: 5px;
    }
    .mb-2 {
        margin-bottom: 10px;
    }
    .mb-3 {
        margin-bottom: 15px;
    }
    .mb-4 {
        margin-bottom: 20px;
    }
    .mb-5 {
        margin-bottom: 25px;
    }
    .mb-6 {
        margin-bottom: 40px;
    }
    .mb-7 {
        margin-bottom: 50px;
    }
    .pt-0 {
        padding-top: 0px;
    }
    .pt-1 {
        padding-top: 5px;
    }
    .pt-2 {
        padding-top: 10px;
    }
    .pt-3 {
        padding-top: 15px;
    }
    .pt-4 {
        padding-top: 20px;
    }
    .pt-5 {
        padding-top: 25px;
    }
    .pt-6 {
        padding-top: 40px;
    }
    .pt-7 {
        padding-top: 50px;
    }
    .pb-0 {
        padding-bottom: 0px;
    }
    .pb-1 {
        padding-bottom: 5px;
    }
    .pb-2 {
        padding-bottom: 10px;
    }
    .pb-3 {
        padding-bottom: 15px;
    }
    .pb-4 {
        padding-bottom: 20px;
    }
    .pb-5 {
        padding-bottom: 25px;
    }
    .pb-6 {
        padding-bottom: 40px;
    }
    .pb-7 {
        padding-bottom: 50px;
    }
    .m-hidden {
        display: none !important;
    }
    .m-show {
        display: block !important;
    }
    .mobile-lang,
    .mobile-contact {
        display: block;
    }
    .header-wrap {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .header-wrap.active {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-wrap .logo-wrap {
        width: 180px;
        height: 22px;
        left: 30px;
        top: 30px;
    }
    .header-wrap .lang-wrap {
        right: 30px;
        top: 70%;
        height: 22px;
        position: absolute;
    }
    .header-wrap .logo-wrap a {}
    .header-wrap .logo-wrap.scroll-down {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
    }
    .header-wrap .menu-wrap ul li .header-menu-dropdown a {
        font-size: 16px;
        line-height: 1.5em;
        padding: 2px;
    }
    .header-wrap .menu-wrap ul li.active .header-menu-dropdown {}
    /* mobile menu */
    .menu-toggle {
        display: block;
    }
    /* main */
    .web-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-content {
        padding-left: 0;
    }
    .temp-content {}
    .header-wrap .menu-wrap {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 100px 30px 0px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 800ms ease;
        -moz-transition: all 800ms ease;
        -o-transition: all 800ms ease;
        transition: all 800ms ease;
        background: rgba(45, 63, 72, 1);
        background: -moz-linear-gradient(top, rgba(45, 63, 72, 1) 0%, rgba(45, 63, 72, 1) 66%, rgba(124, 136, 142, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45, 63, 72, 1)), color-stop(66%, rgba(45, 63, 72, 1)), color-stop(100%, rgba(124, 136, 142, 1)));
        background: -webkit-linear-gradient(top, rgba(45, 63, 72, 1) 0%, rgba(45, 63, 72, 1) 66%, rgba(124, 136, 142, 1) 100%);
        background: -o-linear-gradient(top, rgba(45, 63, 72, 1) 0%, rgba(45, 63, 72, 1) 66%, rgba(124, 136, 142, 1) 100%);
        background: -ms-linear-gradient(top, rgba(45, 63, 72, 1) 0%, rgba(45, 63, 72, 1) 66%, rgba(124, 136, 142, 1) 100%);
        background: linear-gradient(to bottom, rgba(45, 63, 72, 1) 0%, rgba(45, 63, 72, 1) 66%, rgba(124, 136, 142, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2d3f48', endColorstr='#7c888e', GradientType=0);
    }
    .header-wrap .menu-wrap.active {
        visibility: visible;
        opacity: 1;
    }
    .header-wrap .menu-wrap>ul>li {
        display: block;
        margin-right: 0;
    }
    .header-wrap .menu-wrap ul li .header-menu-dropdown {
        position: static;
        background: transparent;
        padding-top: 0;
        transform: translateX(0%);
    }
    .header-wrap .menu-wrap ul li .header-menu-dropdown .header-menu-bg {
        background: transparent !important;
        padding-left: 0;
        padding-right: 0;
    }
    .header-wrap .menu-wrap ul li a {
        font-size: 24px;
        line-height: 1.7em;
    }
    /******* index *****/
    .top-banner .banner-img-wrap:after {
        height: 60px
    }
    .top-banner .banner-page-title {
        font-size: 26px;
        bottom: 20px;
    }
    .banner-img-wrap .bx-wrapper .bx-pager,
    .slider-title {
        right: 20px;
    }
    .slider-title {
        bottom: 37px;
    }
    .banner-img-wrap .bx-wrapper .bx-pager {
        bottom: 20px;
    }
    .scroll-down {
        display: none;
    }
    /******** Affiliate ********/
    .affiliate-list ul li .affiliate-bg {
        height: calc(100vw * 0.93);
    }
    .affiliate-list ul li:nth-child(2n) .affiliate-content,
    .affiliate-list ul li:nth-child(2n+1) .affiliate-content {
        right: none;
        left: 20px;
        bottom: 30px;
        text-align: left;
    }
    /********* milestone ********/
    .milestone-list li .milestone-year {
        font-size: 17px;
    }
    .milestone-list li .milestone-detail {
        padding-left: 20px;
        border-left: none;
    }
    .milestone-list li .milestone-detail p {
        padding-left: 15px;
        font-size: 14px;
    }
    /******** management ********/
    .management-list {
        display: block;
        margin-bottom: 100px;
    }
    .management-list .management-title {
        position: absolute;
        left: 0;
        width: calc(100vw - 150px);
    }
    .management-list .management-title.relative {
        position: relative;
    }
    .management-list .management-title .h4 {
        font-size: 17px;
        padding-bottom: 0;
    }
    .management-list .management-img {
        width: 90px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: auto;
    }
    .management-list .management-detail {
        width: 100%;
        margin-top: 20px;
    }
    .management-list.no-img .management-title {
        position: static;
    }
    /* footer */
    .footer-wrap {
        padding: 0px 0px 20px;
        position: static;
    }
    .footer-wrap .web-padding {}
    .footer-wrap .footer-contact {
        position: static;
        width: 100%;
        padding-bottom: 15px;
        display: none;
    }
    .footer-wrap .footer-contact.active {
        display: block;
    }
    .footer-wrap .right-col,
    .footer-wrap .left-col {
        width: 100%;
    }
    .footer-wrap .right-col {
        float: none;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .footer-wrap .right-col a {
        margin-left: 0;
        margin-right: 0px;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
    }
    .footer-wrap .right-col a.active {
        color: #000;
    }
    .footer-modal .modal-body {
        padding: 50px 30px 40px;
    }
    .footer-modal .modal-body .mb-5 {
        margin-bottom: 2rem!important;
    }
    .footer-modal .modal-dialog {
        margin: 30px;
    }
    #footer-contact-btn {
        display: inline-block !important;
    }
    .back2top-wrap {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .back2top-wrap.active {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1,
    .h1 {
        font-size: 28px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    .top-banner,
    .top-banner.m-property-banner {
        height: calc(100vw * 0.72);
    }
    .mobile-align-left {
        text-align: left;
    }
    .top-banner .banner-page-title {
        font-size: 28px;
    }
    .property-type-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: auto;
    }
    .property-type-detail .web-padding {
        text-align: left;
    }
    .property-list ul li {
        width: 50%;
    }
    .property-list ul li .property-title {
        min-height: 90px;
    }
    .property-image {
        display: block;
    }
    .property-image .w-50 {
        width: 100% !important;
    }
    .latest-report {
        padding-bottom: 20px;
    }
    .latest-report ul li {
        width: 80%;
        margin: auto;
        display: block;
        padding: 0 0 30px;
    }
    .latest-report ul li .report-img {
        padding-bottom: 112%;
        margin: 0 10%;
    }
    .past-report {
        padding-left: 0%;
    }
    .past-report ul li {
        width: 100%;
        margin-top: 20px;
    }
    .past-report ul li:first-child {
        margin-top: 0px;
    }
    .contact-wrap {
        display: block;
    }
    .contact-wrap .contact-left,
    .contact-wrap .contact-right {
        width: 100%;
    }
    .contact-wrap .contact-left {
        padding-bottom: 20px;
    }
    .announcements-list {
        padding-left: 10%;
        margin-top: 40px;
    }
    .announcements-list li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sitemap-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .sitemap-wrap .sitemap-col:last-child {
        padding-left: 20px;
    }
    .property-info-wrap {
        text-align: left !important
    }
}

@media (max-width: 480px) {
    body {
        font-size: ;
    }
    .dropdown-list {
        max-width: 100%;
    }
    .property-image-slider .bx-wrapper .bx-pager {
        bottom: 20px;
    }
    .report-read-more-wrap {
        text-align: center;
    }
    .property-type-wrap .web-padding,
    .property-location .web-padding {
        display: block;
    }
}