@charset "UTF-8";
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/jquery.scrollbar.css");
@import url("scss/plugins/plugins.css");
@import url("scss/plugins/aos.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css");
@import url("https:////vjs.zencdn.net/7.3.0/video-js.min.css");
.font-74 {
    font-size: 74px;
}

.font-72 {
    font-size: 72px;
}

.font-64 {
    font-size: 64px;
}

.font-56 {
    font-size: 56px;
}

.font-52 {
    font-size: 52px;
}

.font-50 {
    font-size: 50px;
}

.font-48 {
    font-size: 48px;
}

.font-45 {
    font-size: 45px;
}

.font-42 {
    font-size: 42px;
}

.font-40 {
    font-size: 40px;
}

.font-36 {
    font-size: 36px;
}

.font-35 {
    font-size: 35px;
}

.font-34 {
    font-size: 34px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-27 {
    font-size: 27px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18,
.font-17 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .font-72,
    .font-74 {
        font-size: 55px;
    }
    .font-64 {
        font-size: 50px;
    }
    .font-56,
    .font-52,
    .font-50 {
        font-size: 45px;
    }
    .font-45 {
        font-size: 42px;
    }
    .font-48 {
        font-size: 40px;
    }
    .font-42,
    .font-40 {
        font-size: 35px;
    }
    .font-32,
    .font-34 {
        font-size: 26px;
    }
    .font-28,
    .font-27 {
        font-size: 26px;
    }
    .font-24 {
        font-size: 22px;
    }
    .font-22,
    .font-20 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .font-74,
    .font-72,
    .font-64 {
        font-size: 45px;
    }
    .font-56,
    .font-52,
    .font-50 {
        font-size: 35px;
    }
    .font-48 {
        font-size: 32px;
    }
    .font-45,
    .font-42,
    .font-40 {
        font-size: 28px;
    }
    .font-36,
    .font-34,
    .font-32,
    .font-30,
    .font-28,
    .font-27 {
        font-size: 25px;
    }
    .font-24 {
        font-size: 20px;
    }
    .font-20 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .font-74,
    .font-72,
    .font-64 {
        font-size: 36px;
    }
    .font-56,
    .font-52,
    .font-50,
    .font-48 {
        font-size: 28px;
    }
    .font-42,
    .font-40 {
        font-size: 26px;
    }
    .font-34,
    .font-32,
    .font-28,
    .font-27 {
        font-size: 22px;
    }
    .font-24,
    .font-20 {
        font-size: 18px;
    }
    .font-18 {
        font-size: 16px;
    }
}

button {
    outline: none !important;
}

button:focus {
    outline: 0 !important;
}

.max1800 {
    width: 100%;
    max-width: 1800px;
    margin: auto;
}

.max1600 {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.max1700 {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}

.max1520 {
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.max1400 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.max1380 {
    width: 100%;
    max-width: 1380px;
    margin: auto;
}

.max1340 {
    width: 100%;
    max-width: 1340px;
    margin: auto;
}

.max1280 {
    width: 100%;
    max-width: 1280px !important;
    margin: auto;
}

.max1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.max1160 {
    width: 100%;
    max-width: 1160px;
    margin: auto;
}

.max1130 {
    width: 100%;
    max-width: 1130px;
    margin: auto;
}

.max1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.multiply {
    mix-blend-mode: multiply;
}

.z-1 {
    z-index: 1;
}

.AbrilFatface {
    font-family: "Abril Fatface";
}

.verdana {
    font-family: Verdana;
}

.Trebuchet {
    font-family: "Trebuchet MS";
}

.Mukta {
    font-family: "Mukta";
}

.Nunito {
    font-family: "Nunito";
}

.poppins {
    font-family: "poppins";
}


/****字體end*****/

.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.text-black {
    color: #000;
}

.text-red {
    color: #E5242A !important;
}

.text-gold {
    color: #AB9257;
}

.text-gold.hover {
    color: unset;
}

.text-gold.hover:hover {
    color: #AB9257;
}

.text-grayCCC {
    color: #ccc;
}

.text-gray {
    color: #808080;
}

.text-blue {
    color: #00A7CF;
}

.text-lightBlue {
    color: #96AED5;
}

.text-darkBlue {
    color: #1F427A;
}

.text-green {
    color: #58C1A7;
}

.bg-blue {
    background: #00A7CF;
}

.bg-green {
    background: #76BC21;
}

.bg-gray {
    background: #F3F6FA;
}

.bg-black {
    background: black;
}

.bg-red-header {
    background-color: #B01719;
    color: #fff;
}

.btn-gray {
    background: linear-gradient(#fff -10%, #E5E5E5 130%);
    color: #808080;
    height: 50px;
}

.btn-outline-blue {
    border: 1px solid #00A7CF;
    color: #00A7CF;
}

.dropdown-toggle.btn-gray {
    max-height: 50px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.dropdown-toggle::after {
    content: url(images/common/dropdown.svg);
    width: 10px;
    height: 8px;
    margin: 0 10px;
    top: -10px;
    position: relative;
    border: none;
}

.border-b-blue {
    border-bottom: 2px solid #2B5CAA;
    padding: 2em 0 1.2em 0;
}

::placeholder,
::-webkit-input-placeholder {
    color: #B2B2B2 !important;
}

input[type=checkbox]:focus {
    outline: none !important;
    box-shadow: none;
}

button,
.pointer {
    transition: all .3s !important;
    opacity: 1;
}

button:hover,
.pointer:hover {
    opacity: .8;
}

button {
    height: 60px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
}

.shadow {
    transition: all .3s;
}

.shadow:hover {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px;
}

.noNext {
    opacity: .5 !important;
}

.noNext:hover {
    background-color: transparent !important;
    cursor: auto;
    opacity: .5 !important;
}

.lh12 {
    line-height: 1.2em;
}

.lh14 {
    line-height: 1.4em;
}

.lh15 {
    line-height: 1.5em;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh32 {
    line-height: 32px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-grow {
    flex-grow: 1;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded20 {
    border-radius: 20px;
}

.overflow-hidden {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-align-sub {
    vertical-align: sub;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hover-color-blue:hover {
    color: #2B5CAA;
}

.fw100 {
    font-weight: 100;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.ls005 {
    letter-spacing: 0.05em;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.items {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.items .item {
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
    float: left;
    margin-bottom: 40px;
}

.items .item.big {
    width: 40%;
}

.items .item.big a {
    padding-top: 30px;
    padding-bottom: 6px;
    background: #F2F2F2;
    transition: background .5s;
}

.items .item.big a:hover {
    background: white;
}

.items .item.big a:hover h3,
.items .item.big a:hover h4 {
    transform: none;
}

.items .item.big a:hover .description {
    opacity: 1;
    transform: none;
}

.items .item.big a .img-wrapper {
    width: 270px;
    height: 270px;
    margin-bottom: 70px;
}

.items .item.big a h3,
.items .item.big a h4 {
    transform: translateY(30px);
    transition: transform .3s;
}

.items .item.big a .description {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s, transform .5s;
}

.items .item.big a .description>span {
    padding-bottom: 0;
}

.items .item.big a .description>span>span {
    padding-bottom: 0;
}

.items .item.big a .description>span>span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 50%;
}

.items .item a {
    transition: box-shadow .5s;
}

.items .item a:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.items .item a:hover .img-wrapper img:nth-child(1) {
    opacity: 0;
}

.items .item a:hover .img-wrapper img:nth-child(2) {
    opacity: 1;
}

.items .item a .img-wrapper {
    height: 158px;
    width: 158px;
}

.items .item a .img-wrapper img {
    transition: opacity .5s;
    max-width: 100%;
    max-height: 100%;
}

.items .item a .img-wrapper img:nth-child(2) {
    opacity: 0;
}

.items .item a h3,
.items .item a h4,
.items .item a span:not(.img-wrapper) {
    padding-bottom: 26px;
}

@media (max-width: 1200px) {
    .items .item {
        width: 25%;
    }
    .items .item.big {
        width: 50%;
    }
    .items .item.big a {
        padding-top: 8px;
    }
    .items .item.big a:hover {
        background: #F2F2F2;
    }
    .items .item.big a h3,
    .items .item.big a h4 {
        transform: none;
    }
    .items .item.big a .description {
        opacity: 1;
        transform: none;
    }
    .items .item a:hover {
        box-shadow: none;
    }
    .items .item a:hover .img-wrapper img:nth-child(1) {
        opacity: 1;
    }
    .items .item a:hover .img-wrapper img:nth-child(2) {
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .items .item {
        width: 33.33%;
    }
    .items .item.big {
        width: 66.66%;
    }
}

@media (max-width: 768px) {
    .items .item {
        width: 50%;
        margin-bottom: 16px;
    }
    .items .item.big {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .items .item {
        width: 100%;
    }
    .items .item.big {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .items .item.big a {
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0;
    }
    .items .item.big a:hover {
        background: transparent;
    }
    .items .item.big a .img-wrapper {
        width: 200px;
        height: 200px;
        margin-bottom: 0;
    }
    .items .item.big a .img-wrapper img {
        height: 144px;
    }
    .items .item.big a h3,
    .items .item.big a h4 {
        transform: none;
    }
    .items .item.big a .description {
        display: none;
    }
    .items .item a .img-wrapper {
        width: 200px;
        height: 200px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .items .item a .img-wrapper img:nth-child(2) {
        display: none;
    }
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #AB9257 !important;
}

.custom-control-label {
    margin-left: 10px;
    cursor: pointer;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control {
    min-height: 1.5em;
}

.select2 {
    flex: 1 1 auto;
}

.select2 .select2-selection {
    padding-left: 1em;
    padding-right: 4em;
    padding-top: 9.5px;
    padding-bottom: 10.5px;
    height: 45px;
    border: none;
    border-radius: 0;
    background: #eeebea;
}

.select2 .select2-selection__arrow {
    width: 13px !important;
    height: 7.4px !important;
    top: 45% !important;
    transform: translateY(-50%);
    transform: scaleY(-1);
    right: 5% !important;
    background: url(images/contact/up.svg) center no-repeat;
}

.select2 .select2-selection__arrow b {
    display: none !important;
}

.select2.select2-container--open .select2-selection__arrow {
    transform: scaleY(1);
}

.select2-container {
    font-size: 16px;
}

.select2-container .select2-dropdown {
    border: 2px solid #EEEBEA;
    overflow: hidden;
    color: #959595a1;
}

.select2-container .select2-dropdown .select2-search {
    display: none;
}

.select2-container .select2-dropdown .select2-results__options {
    padding: 0 1.4em;
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option {
    padding: 10px 0;
    border-bottom: 1px solid #95959540;
    transition: all .3s;
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option:last-child {
    border-bottom: none;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
    background: transparent;
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #000;
}

@media (max-width: 798px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }
    .select2 .select2-selection {
        padding-left: 8px;
    }
    .select2-container .select2-dropdown {
        border: 1px solid #EEEBEA;
    }
    .select2-container .select2-dropdown .select2-results__options {
        padding: 0 7px !important;
    }
}


/* ==========================================================================
	clear
 ========================================================================== */

button,
input,
select,
textarea {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
}

textarea {
    -webkit-appearance: none;
}

button,
input {
    line-height: normal;
    outline: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    nowhitespace: afterproperty;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

figure,
address {
    padding: 0;
    margin: 0;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ==========================================================================
    public
 ========================================================================== */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    height: 100% !important;
    overflow-x: hidden;
    font-family: "Noto Sans TC", Arial, sans-serif !important;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.safari body {
    -webkit-text-size-adjust: none;
}

body:after {
    display: block;
    content: "We're sorry! this website does not support your browser, please upgrade your browser, thank you.";
    position: fixed;
    z-index: 100000000000000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
}

:root body:after {
    display: none;
}


/* ==========================================================================
    public
 ========================================================================== */


/*不顯示外虛線*/

button,
a {
    outline: none !important;
}

a,
a:active {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a.link,
.editor a {
    color: #555555;
}

a.link:hover,
.editor a:hover {
    border-color: #00938d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    line-height: normal;
}

img {
    max-width: 100%;
    /* height: auto;
    border: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    image-rendering: -webkit-optimize-contrast; */
}

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

.hidden {
    display: none;
}

ul.noneStyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.noneList {
    padding: 0;
    list-style: none;
}

ul.noneStyle>li {
    list-style: none;
}


/*ul {
    padding-left: 1.1em;
}*/


/* form */

.form .group {
    margin-bottom: 20px;
}

.form .red {
    color: #e60012;
}

input,
select,
button,
textarea {
    font-family: Arial;
}

textarea {
    resize: none;
}

.form .form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #41af34;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    transition: border 0.5s, background 0.5s;
}

.form .form-control:hover {
    border-color: #41af34;
}

.form .form-control:focus {
    border-color: #41af34;
    outline: 0;
    background-color: #f4fff3;
}

.buttonBlock {
    margin-top: 30px;
}

.button {
    display: inline-block;
    min-width: 185px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #1bb0ad;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transition: background 0.5s, color 0.5s;
}

.button:hover {
    background-color: #139895;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-o-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

::-ms-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}


/**/

.scrollbar,
.scrollbarX {
    -webkit-overflow-scrolling: touch;
}

.scrollbarX {
    overflow-x: auto;
}

.jqimgFill,
.main {
    opacity: 0;
    transition: opacity 0s;
}

.main>.inner {
    line-height: normal;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.full {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

table {
    -webkit-backface-visibility: visible;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.msie .table {
    table-layout: fixed;
}

h3,
h4,
h5 {
    font-weight: normal;
}

.main {
    margin-top: 80px;
}

.banner h2 {
    font-weight: normal;
}

.banner::after {
    content: "";
    background-color: #AB9257;
    height: 107px;
    width: 1px;
    bottom: -53px;
    position: absolute;
}

@media (max-width: 768px) {
    .banner::after {
        content: none;
    }
}

.inner {
    overflow: hidden;
}

.fixedbg {
    margin-top: 80px;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: fixed !important;
    width: 100%;
    z-index: -2;
    top: 0;
}

@media (max-width: 1024px) {
    .fixedbg {
        margin-top: 60px;
        height: 30vw;
        min-height: 200px;
    }
    .main {
        margin-top: 60px;
    }
}

button.w280,
a.w280 {
    color: #AB9257;
    background-color: transparent;
    border: 1px solid #AB9257;
    border-radius: 0;
    max-width: 280px;
    width: 100%;
    height: 43px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button.w280:hover,
a.w280:hover {
    background-color: #AB9257 !important;
    color: #fff !important;
    opacity: 0.8 !important;
}

.breadcrumb {
    background-color: transparent;
    color: #808080;
    font-size: 16px;
    text-align: right;
    justify-content: flex-end;
    padding: 1.5em 1em;
    font-family: "Noto Sans";
}

.breadcrumb li {
    display: inline-flex;
    font-weight: 300;
    letter-spacing: 1px;
}

.breadcrumb a {
    display: inline-flex;
}

.breadcrumb a:hover {
    color: #E5242A;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 1.2em;
}

@media (max-width: 575px) {
    .breadcrumb {
        font-size: 14px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding: 0 0.5em;
    }
}

.slick-dots {
    margin: 3em 0 1em 0;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border: none;
    background-color: #ccc;
}

.slick-dots li.slick-active button {
    background-color: #E5242A;
    width: 12px;
    height: 12px;
}

.pagination {
    justify-content: center;
    color: #808080;
    font-weight: 300;
    margin: 3% auto;
}

.pagination a {
    width: 44px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.next {
    transform: scaleX(-1);
}

.pagination a a {
    padding-bottom: 2px;
    display: contents;
}

.pagination a:hover path {
    stroke: #E5242A !important;
    stroke-width: 2px !important;
}

.pagination a img,
.pagination a svg {
    height: 10px;
    width: 15px;
}

.pagination a img path,
.pagination a svg path {
    transition: all .3s;
}

.pagination .page {
    display: flex;
    padding: 0 10px;
}

.pagination .page a {
    line-height: 0;
    width: 44px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s;
}

.pagination .page a:hover,
.pagination .page a.active {
    background-color: #E5242A;
    color: #fff;
    border: none;
}

.pagination .page a:hover::before,
.pagination .page a.active::before {
    content: none;
}

.pagination .page a:hover+a::before,
.pagination .page a.active+a::before {
    content: none;
}

.pagination .page a:first-child {
    border-left: 0;
}

.pagination .page a::before {
    content: "";
    border-left: 1px solid #80808080;
    position: absolute;
    height: 18px;
    left: 0;
}

@media (max-width: 575px) {
    .pagination {
        margin: 1em auto 2em auto;
    }
    .pagination li {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1200px) {
    .hid {
        display: none !important;
    }
}

.editor {
    color: #353535;
    line-height: 1.34em;
}

.video-container {
    position: relative;
	/*
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
	*/
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Fading animation */

.fade1 {
    -webkit-animation-name: fade1;
    -webkit-animation-duration: 0.5s;
    animation-name: fade1;
    animation-duration: 0.5s;
}

@-webkit-keyframes fade1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ==========================================================================
    header
 ==========================================================================*/

header {
    /* The side navigation menu */
}

header .navbar {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 20px 0px #0000001f;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0;
    z-index: 1000;
}

header .navbar a.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

header .navbar a.logo img {
    width: 355px;
}

header .navbar a.patekphilippe-logo img {
    width: 130px;
}

header .navbar .icon {
    padding: 0 24px 0 12px;
}

header .navbar .icon a {
    margin: 0 4.5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border: 1px solid #BABABA;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: all .3s;
}

header .navbar .icon a img {
    height: 18px;
    width: 18px;
}

header .navbar .icon a svg {
    height: 18px;
    width: 18px;
}

header .navbar .icon a svg path {
    fill: #BABABA !important;
}

header .navbar .icon a:hover {
    background-color: red;
    border: 1px solid red;
}

header .navbar .icon a:hover svg path {
    fill: #fff !important;
}

header .navbar .openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: #D4191F;
    color: white;
    height: 80px;
    width: 80px;
    border-radius: 0;
}

header .navbar .openbtn:hover {
    background-color: #AB9257;
}

header .navbar .nav-toggle {
    pointer-events: all;
    /* top: 60px; */
    left: 0px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 50000;
    cursor: pointer;
    background-color: #E5242A;
    width: 80px;
    height: 80px;
    display: flex;
    cursor: pointer;
    transition: all .3s;
}

header .navbar .nav-toggle:hover {
    background-color: transparent;
}

header .navbar .nav-toggle:hover .wrapper div {
    background-color: #E5242A;
}

header .navbar .nav-toggle.active {
    background-color: transparent;
}

header .navbar .nav-toggle.active .wrapper div {
    background-color: #E5242A;
}

header .navbar .nav-toggle.active .wrapper div.bar1 {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
}

header .navbar .nav-toggle.active .wrapper div.bar2 {
    opacity: 0;
}

header .navbar .nav-toggle.active .wrapper div.bar3 {
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

header .navbar .nav-toggle .wrapper {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

header .navbar .nav-toggle .wrapper div {
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.5s ease, top .5s, -webkit-transform .5s;
    transition: width 0.5s ease, top .5s, -webkit-transform .5s;
    transition: width 0.5s ease, top .5s, transform .5s;
    transition: width 0.5s ease, top .5s, transform .5s, -webkit-transform .5s;
    right: 0;
    width: 23px;
    margin: 2.5px 0;
}

header .sidenav {
    padding: 100px 40px 0 40px;
    width: 320px;
    overflow-x: hidden;
    position: fixed;
    display: block;
    left: 0;
    top: 80px;
    height: calc(100vh - 0px);
    z-index: 400;
    pointer-events: none;
    transition: opacity 1s;
    transform: translateX(-100%);
    transition: transform .5s, background .5s;
    background: transparent;
    height: 100%;
}

header .sidenav.active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: all;
    background: #fff;
}

header .sidenav .dropdown-btn i {
    transition: all .3s;
}

header .sidenav .dropdown-btn.active {
    border-bottom: 1px solid transparent;
}

header .sidenav .dropdown-btn.active i {
    transform: scaleY(-1);
}

header .sidenav>a,
header .sidenav .dropdown-btn {
    padding: 25px 0px 25px 0px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Noto Sans';
    color: #808080;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #80808033;
    border-radius: 0;
    line-height: 1;
    text-align: left;
    height: auto;
}

header .sidenav>a:hover,
header .sidenav>a.active,
header .sidenav .dropdown-btn:hover,
header .sidenav .dropdown-btn.active {
    color: #000;
}

header .sidenav>a:hover svg path,
header .sidenav>a.active svg path,
header .sidenav .dropdown-btn:hover svg path,
header .sidenav .dropdown-btn.active svg path {
    fill: #E5242A;
    stroke: #E5242A !important;
}

header .sidenav>a.noStroke:hover svg path,
header .sidenav>a.noStroke.active svg path,
header .sidenav .dropdown-btn.noStroke:hover svg path,
header .sidenav .dropdown-btn.noStroke.active svg path {
    stroke: none !important;
}

header .sidenav>a img,
header .sidenav .dropdown-btn img {
    height: 20px;
    margin-right: 1em;
    vertical-align: top;
}

header .sidenav>a svg,
header .sidenav .dropdown-btn svg {
    height: 20px;
    width: 20px;
    margin-right: 1em;
    vertical-align: top;
    fill: #808080;
}

header .sidenav .dropdown-container {
    opacity: 0;
    height: 0;
    transition: opacity .5s, height .5s;
    padding: 0em 2em;
    z-index: -1;
    position: relative;
}

header .sidenav .dropdown-container.show {
    padding: 0em 1em 1em 2em;
    height: 270px;
    border-bottom: 1px solid #80808033;
    opacity: 1;
    transition: opacity .9s, height .5s;
}

header .sidenav .dropdown-container a {
    border-bottom: 0;
    font-size: 16px;
    padding: 10px 0 5px 0;
    font-family: verdana;
    border-bottom: 1px solid transparent;
    display: inline-block;
    margin-right: 1em;
    color: #808080;
}

header .sidenav .dropdown-container a:hover,
header .sidenav .dropdown-container a.active {
    color: #A0793E;
    border-bottom: 1px solid #A0793E;
}

header .sidenav .fa-chevron-down {
    float: right;
    padding-right: 8px;
    font-size: 10px;
    line-height: 20px;
}

header .sidenav .closebtn {
    /* Position and style the close button (top right corner) */
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media (max-width: 1024px) {
    header .navbar {
        height: 60px;
    }
    header .navbar a.logo img {
        width: 300px;
    }
    header .navbar .nav-toggle {
        height: 60px;
        width: 60px;
    }
    header .navR {
        display: none !important;
    }
    header .sidenav {
        top: 60px;
    }
}

@media (max-width: 575px) {
    header .sidenav {
        width: 100% !important;
        padding-top: 15px;
    }
    header .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-height: 800px) {
    header .sidenav {
        padding-top: 15px;
    }
}


/* ==========================================================================
    footer
 ==========================================================================*/

footer {
    background: #DCDCDC;
    font-weight: 300;
}

footer .topBox {
    background-color: #DCDCDC;
    min-height: 333px;
    color: #777;
}

footer .topBox .boxL {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    min-height: 230px;
}

footer .topBox .boxL .row {
    max-width: 900px;
}

footer .topBox a.logo img {
    width: 450px;
}

footer .topBox .follow {
    width: 68px;
    display: flex;
    justify-content: space-between;
}

footer .topBox .follow img {
    height: 25px;
    width: 25px;
}

footer .topBox .follow svg {
    height: 25px;
    width: 25px;
}

footer .topBox .follow a:hover svg path {
    fill: #AB9257 !important;
}

footer .topBox .boxR {
    justify-content: space-between;
    display: flex;
}

footer .topBox .boxR a.title {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

footer .topBox .boxR a.title:hover {
    color: #AB9257;
}

footer .topBox .boxR div a {
    display: block;
}

footer .bottonBox {
    background-color: #000;
    min-height: 75px;
    width: 100%;
    color: #fff;
}

footer #gotop {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    flex-wrap: wrap;
    max-height: 30px;
}

footer #gotop svg {
    width: 20px;
}

footer #gotop svg path {
    transition: all .3s;
}

footer #gotop b {
    transition: all .3s;
    font-weight: 700;
}

footer #gotop:hover b {
    color: #A0793E !important;
}

footer #gotop:hover svg path {
    fill: #A0793E !important;
}

footer a:hover {
    color: #AB9257;
}

@media (max-width: 991px) {
    footer .topBox a.logo img {
        width: 350px;
    }
}

@media (max-width: 767px) {
    footer .topBox .max1520 {
        max-width: 360px;
    }
}

@media (max-width: 575px) {
    footer.font-16 {
        font-size: 15px !important;
        letter-spacing: -0.1px;
    }
}

@keyframes upAndDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes rightAndLeft {
    0% {
        transform: translate(0px, -50%);
    }
    50% {
        transform: translate(5px, -50%);
    }
    100% {
        transform: translate(0px, -50%);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0px, 50px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#index .fixedbg {
    background-image: url(images/index/bg.jpg);
    background-size: cover;
    height: 100%;
    position: fixed !important;
    width: 100%;
    z-index: -2;
    top: 0;
}

#index .index-banner {
    overflow: hidden;
    background-color: #000;
    max-height: calc(100vh - 80px);
}

#index .index-banner .title {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    pointer-events: none;
}

#index .index-banner .controls {
    width: 105px;
    position: absolute;
    bottom: calc(50% - 7em);
    pointer-events: auto;
}

#index .index-banner .controls::before {
    content: "";
    left: 50%;
    position: absolute;
    background-color: #656565;
    width: 1px;
    height: 20px;
    bottom: -10px;
}

#index .index-banner .controls .carousel-control-next,
#index .index-banner .controls .carousel-control-prev {
    opacity: 0.5;
}

#index .index-banner .controls .carousel-control-next:focus,
#index .index-banner .controls .carousel-control-next:hover,
#index .index-banner .controls .carousel-control-prev:focus,
#index .index-banner .controls .carousel-control-prev:hover {
    opacity: 1;
}

#index .index-banner .controls .carousel-control-prev-icon {
    background-image: url(images/common/controls.svg);
    height: 17px;
}

#index .index-banner .controls .carousel-control-next-icon {
    background-image: url(images/common/controls.svg);
    transform: scaleX(-1);
    height: 17px;
}

#index .index-banner .arrow {
    cursor: pointer;
    bottom: 0;
    right: 1em;
    animation: upAndDown 2s ease-in-out 0s infinite both;
    writing-mode: vertical-lr;
    color: #A0793E;
    pointer-events: auto;
}

#index .index-banner .arrow::after {
    content: "";
    width: 0.5px;
    height: 150px;
    background-color: #A0793E;
    margin-top: 1em;
}

#index .section-1 {
    min-height: 100vh;
    justify-content: center;
    background-color: #fff;
}

#index .section-1 .max1520 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#index .section-1 .txtBox {
    position: absolute;
    left: 0;
    background-color: #EEEBEA;
    max-width: 712px;
    width: 90%;
    padding: 6% 10% 6% 5.5%;
    display: inline-block;
    z-index: 1;
}

#index .section-1 .txtBox h3 {
    position: relative;
}

#index .section-1 .txtBox h3::after {
    content: "";
    width: 423px;
    height: 1px;
    background-color: #8080804d;
    position: absolute;
    top: 50%;
    margin-left: 28px;
}

#index .section-1 .txtBox p {
    color: #808080;
    font-weight: 300;
}

#index .section-1 .txtBox img {
    position: absolute;
    right: -6em;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

#index .section-1 .imgBox {
    text-align: right;
    padding: 0;
    position: absolute;
    right: 0;
}

#index .section-2 {
    background-color: #00000099;
    height: 562.5px;
    color: white;
}

#index .section-2 .txtBox {
    max-width: 537px;
    text-align: center;
    margin: auto;
}

#index .section-2 .txtBox p {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
}

#index .section-3 {
    background-color: #fff;
    text-align: center;
    padding: 5% 0 7% 0;
}

#index .section-3 .txtBox {
    padding-bottom: 4%;
    position: relative;
}

#index .section-3 .txtBox::after {
    content: "";
    background-color: #AB9257;
    height: 50%;
    width: 2px;
    position: absolute;
    opacity: 0.5;
    bottom: -25%;
    z-index: 1;
}

#index .section-3 .slider {
    margin: auto;
    padding: 0 10%;
}

#index .section-3 .slider .box {
    position: relative;
}

#index .section-3 .slider .box>img {
    max-width: 450px;
}

#index .section-3 .slider .box .imgBox {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#index .section-3 .slider .box .show {
    opacity: 0;
    position: absolute;
    top: 0;
    background-color: #000000b3;
    text-align: center;
    max-width: 435px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
}

#index .section-3 .slider .box .show img.logo {
    width: 225px;
}

#index .section-3 .slider .box .show img.add {
    width: 54.3px;
    height: 54.3px;
    margin-top: 1em;
    transition: all .3s;
}

#index .section-3 .slider .box .show img.add:hover {
    opacity: 0.8;
    width: 60px;
    height: 60px;
}

#index .section-3 .slider .box.active .show {
    opacity: 1;
}

#index .section-3 .slider span {
    margin: 0 auto;
    margin-top: 1.5em;
    width: 95%;
}

#index .section-3 .slick-arrow {
    width: 15%;
    height: auto;
    max-width: 80px;
}

#index .section-3 .slick-arrow svg {
    width: 65px;
}

#index .section-3 .slick-arrow:hover {
    opacity: 0.5;
}

#index .section-4 {
    background-color: #EEEBEA;
}

#index .section-4 .imgBox {
    width: 60%;
}

#index .section-4 .imgBox img {
    max-height: 33vw;
    height: 100%;
    max-width: unset;
}

#index .section-4 .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
    padding: 3% 3% 3% 12%;
    background-color: #EEEBEA;
}

#index .section-4 .txtBox p {
    color: #808080;
    font-weight: 300;
}

#index .section-4 .txtBox img {
    position: absolute;
    left: -36.5%;
    top: 44%;
    transform: translateY(-50%);
    z-index: 5;
    width: 60%;
    max-width: 445px;
}

#index .section-5 {
    background-color: #f8f6f6;
    min-height: 1000px;
}

#index .section-5 .more {
    margin-bottom: 1em;
    text-align: right;
}

#index .section-5 .more a {
    padding: 0 4.5%;
    position: relative;
    cursor: pointer;
    color: #AB9257;
}

#index .section-5 .more a::after {
    content: "";
    background-image: url(images/index/more.svg);
    width: 7px;
    height: 13px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    margin-left: 0.5em;
    transition: all .3s;
}

#index .section-5 .more:hover a::after {
    margin-left: 0.8em;
}

#index .section-5 .box {
    position: relative;
    text-align: left;
}

#index .section-5 .box .imgBox {
    overflow: hidden;
    width: 100%;
    padding: 0 58px;
}

#index .section-5 .box .imgBox img {
    transition: all .5s;
    width: 100%;
}

#index .section-5 .box .title {
    transition: all .5s;
}

#index .section-5 .box .txtBox {
    padding: 0 58px;
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#index .section-5 .box .txtBox span {
    display: block;
}

#index .section-5 .box:hover .imgBox img {
    transform: scale(1.05);
}

#index .section-5 .box:hover .title {
    color: #AB9257;
}

#index .section-5 .slick-arrow {
    width: 58px;
    height: 58px;
    top: auto;
    bottom: 222px;
    text-align: center;
    transition: all .3s;
}

#index .section-5 .slick-arrow img {
    width: 8px;
    height: 58px;
}

#index .section-5 .slick-arrow svg {
    width: 8px;
    height: 58px;
}

#index .section-5 .slick-arrow:hover {
    background-color: #E5242A;
}

#index .section-5 .slick-prev {
    right: 58px;
    left: auto;
    background-color: #ffffff4d;
}

#index .section-5 .slick-next {
    right: 0px;
    background-color: #AB9257;
    transform: scaleX(-1);
}

#index .section-6 {
    background-color: #EEEBEA;
    max-height: 552px;
}

#index .section-6 .imgBox {
    width: 63%;
}

#index .section-6 .imgBox img {
    max-height: 40vw;
    height: 100%;
    max-width: unset;
}

#index .section-6 .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 37%;
    padding: 3% 7% 3% 7%;
    background-color: #EEEBEA;
    z-index: 1;
}

#index .section-6 .txtBox p {
    color: #808080;
    font-weight: 300;
}

@media (max-width: 1670px) {
    #index .section-5 {
        min-height: auto;
        padding: 3% 0;
    }
    #index .section-5 .more {
        margin-right: 120px;
        text-align: left;
    }
    #index .section-5 .more span {
        padding: 0 2.5%;
    }
    #index .section-5 .box .imgBox,
    #index .section-5 .box .txtBox {
        padding: 0 5%;
    }
    #index .section-5 .slick-arrow {
        top: -20px;
        width: 45px;
        height: 45px;
    }
    #index .section-5 .slick-arrow img,
    #index .section-5 .slick-arrow svg {
        height: 45px;
    }
    #index .section-5 .slick-prev {
        background-color: #ccc9;
        right: calc(1.5% + 45px);
    }
    #index .section-5 .slick-next {
        right: 1.5%;
    }
}

@media (max-width: 1200px) {
    #index .section-1 .txtBox {
        padding: 4% 10% 4% 5%;
        min-height: auto;
        max-width: 600px;
    }
    #index .section-1 .txtBox img {
        width: 25%;
        right: -10%;
    }
}

@media (max-width: 1024px) {
    #index .index-banner {
        max-height: calc(100vh - 60px);
    }
    #index .section-1 .txtBox h3::after {
        width: 280px;
    }
    #index .section-1 .txtBox p {
        line-height: 26px;
    }
    #index .section-4 .imgBox {
        width: 48%;
    }
    #index .section-4 .imgBox img {
        max-height: 300px;
        right: 35%;
        position: relative;
    }
    #index .section-4 .txtBox {
        width: 52%;
    }
    #index .section-4 .txtBox img {
        max-width: 227px;
        width: 55%;
    }
    #index .section-4 .txtBox p {
        line-height: 26px;
    }
    #index .section-5 .slick-prev {
        right: calc(2.5% + 45px);
    }
    #index .section-5 .slick-next {
        right: 2.5%;
    }
    #index .section-6 .imgBox {
        width: 53%;
    }
    #index .section-6 .imgBox img {
        right: 25%;
        position: relative;
    }
    #index .section-6 .txtBox {
        width: 47%;
        padding: 5%;
    }
    #index .section-6 .txtBox img {
        max-width: 227px;
        width: 55%;
    }
    #index .section-6 .txtBox p {
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    #index .section-1 {
        min-height: auto;
    }
    #index .section-1 .max1520 {
        display: block;
    }
    #index .section-1 .txtBox {
        max-width: 100%;
        width: 100%;
        padding: 8% 35% 8% 5%;
        position: relative;
    }
    #index .section-1 .txtBox h3.font-34::after {
        width: 70%;
    }
    #index .section-1 .txtBox img {
        position: absolute;
        right: 5%;
        width: 25%;
    }
    #index .section-1 .imgBox {
        position: relative;
        height: 43vw;
        overflow: hidden;
    }
    #index .section-1 .imgBox img {
        width: 100%;
        position: relative;
        bottom: 60%;
    }
    #index .section-3 .txtBox::after {
        content: none;
    }
}

@media (max-width: 860px) {
    #index .section-3 .slider div.box>img {
        max-width: 100%;
    }
    #index .section-3 .slick-arrow svg {
        width: 50px;
    }
}

@media (max-width: 768px) {
    #index .section-4 .imgBox,
    #index .section-6 .imgBox {
        width: 50%;
    }
    #index .section-4 .txtBox,
    #index .section-6 .txtBox {
        width: 50%;
        padding: 3% 4%;
    }
    #index .section-4 .txtBox img,
    #index .section-6 .txtBox img {
        display: none;
    }
}

@media (max-width: 658px) {
    #index .section-1 .txtBox {
        padding: 5%;
    }
    #index .section-1 .txtBox h3.font-34::after {
        width: 60%;
    }
    #index .section-1 .txtBox img {
        display: none;
    }
    #index .section-4,
    #index .section-6 {
        flex-wrap: wrap;
    }
    #index .section-4 .imgBox,
    #index .section-6 .imgBox {
        width: 100%;
        order: 1;
        height: 267px;
        overflow: hidden;
    }
    #index .section-4 .imgBox img,
    #index .section-6 .imgBox img {
        right: 0;
        max-height: none;
        min-width: 100%;
    }
    #index .section-4 .txtBox,
    #index .section-6 .txtBox {
        width: 100%;
        padding: 8% 5%;
        order: 2;
    }
    #index .section-4 .txtBox img,
    #index .section-6 .txtBox img {
        display: none;
    }
}

@media (max-width: 600px) {
    #index .section-5 .box .imgBox,
    #index .section-5 .box .txtBox {
        padding: 0;
    }
    #index .section-5 .slick-arrow {
        top: -5px;
        width: 35px;
        height: 35px;
    }
    #index .section-5 .slick-arrow img,
    #index .section-5 .slick-arrow svg {
        height: 35px;
    }
    #index .section-5 .slick-prev {
        right: calc(1em + 35px);
    }
    #index .section-5 .slick-next {
        right: 1em;
    }
}

@media (max-width: 544px) {
    #index .index-banner .arrow::after {
        height: 50px;
    }
    #index .index-banner .controls {
        bottom: calc(50% - 5em);
    }
    #index .section-1 {
        min-height: auto;
    }
    #index .section-1 .txtBox {
        padding: 8% 1em 5% 1em;
    }
    #index .section-1 .txtBox h3.font-34::after {
        content: none;
    }
    #index .section-1 .txtBox img {
        width: 60px;
        top: 5%;
    }
    #index .section-1 .imgBox {
        height: 55vw;
    }
    #index .section-1 .imgBox img {
        bottom: 35%;
    }
    #index .section-3 {
        min-height: auto;
    }
    #index .section-4 .txtBox,
    #index .section-6 .txtBox {
        padding: 8% 1em;
    }
    #index .section-4 .imgBox img,
    #index .section-6 .imgBox img {
        right: 20%;
    }
}

#about .fixedbg {
    background-image: url(images/about/banner.jpg);
}

#about .inner {
    background-color: #EEEBEA;
}

#about .inner .logo {
    width: 50%;
    max-width: 285px;
}

#about .section-1 {
    margin: 5% auto 0 auto;
    background: linear-gradient(to bottom, #EEEBEA 0%, #EEEBEA 85%, #fff 85%, #fff 100%);
}

#about .section-1 .carousel {
    display: flex;
    align-items: flex-end;
}

#about .section-1 .imgBox {
    width: 55%;
}

#about .section-1 .imgBox img {
    width: 100%;
}

#about .section-1 .txtBoxOut {
    width: 45%;
    height: 30vw;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#about .section-1 .txtBoxOut img {
    width: 65vw;
    position: relative;
    max-width: initial;
    bottom: 120px;
}

#about .section-1 .txtBoxOut:hover .aboutTXT {
    transform: translateX(-30%);
}

#about .section-1 .txtBox {
    padding: 1em;
    max-width: 576px;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}

#about .section-1 .txtBox h2 {
    position: relative;
}

#about .section-1 .txtBox h2::after {
    content: "";
    background-color: #E5242A;
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: -25px;
    left: 0;
}

#about .section-1 .txtBox p {
    color: #313131;
}

#about .section-1 .carousel-indicators {
    padding: 5% 1em;
    margin: 0 auto;
    bottom: 0;
    max-width: 576px;
    justify-content: flex-start;
}

#about .section-1 .carousel-indicators .active {
    background-color: #E5242A;
    width: 12px;
    height: 12px;
}

#about .section-1 .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CCCCCC;
    margin: auto 12px;
    cursor: pointer;
    transition: all .3s;
}

#about .section-2 {
    background-color: #fff;
    padding: 7% 1em;
}

#about .section-2 .txtBox {
    text-align: center;
}

#about .section-2 .imgBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #C0C0C0;
}

.about-logo-list-box {
    position: relative;
}

.about-logo-list-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .5s ease;
}

.about-logo-list {
    transition: all .5s ease;
    opacity: 1;
}

#about .section-2 .imgBox>a:hover .about-logo-list-hover {
    opacity: 1;
}

#about .section-2 .imgBox>a:hover .about-logo-list {
    opacity: 0;
}

#about .section-2 .imgBox a:nth-child(1) div {
    /* -webkit-mask: url("images/brand/logo_PP.png") no-repeat center center/contain;
    mask: url("images/brand/logo_PP.png") no-repeat center center/contain; */
    max-width: 160px;
    width: 100%;
}

#about .section-2 .imgBox a:nth-child(2) div {
    max-width: 190px;
    width: 100%;
}

#about .section-2 .imgBox a:nth-child(3) div {
    max-width: 175px;
    width: 100%;
}

#about .section-2 .imgBox a:nth-child(4) div {
    max-width: 165px;
    width: 100%;
}

#about .section-2 .imgBox a:nth-child(5) div {
    max-width: 185px;
    width: 100%;
}

#about .section-2 .imgBox a:nth-child(6) div {
    max-width: 223px;
    width: 100%;
}

#about .section-2 .imgBox>a {
    position: relative;
    cursor: pointer;
}

#about .section-2 .imgBox>a::after {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    transition: all .3s;
    left: 0;
}

#about .section-2 .imgBox>a div {
    margin: 70px auto;
    height: 87px;
    transition: background-color .3s;
}

#about .section-2 .imgBox>a:hover::after {
    background-color: #E5242A;
}

#about .section-2 .imgBox>a:hover:nth-child(1) div {
    background: url("images/brand/logo_PP_b.png") no-repeat center center/contain;
}

#about .section-3 {
    background-image: url("images/about/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#about .section-3 .max1520 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7% 10%;
}

#about .section-3 .txtBox {
    display: inline-block;
}

#about .section-3 .txtBox h2 {
    position: relative;
}

#about .section-3 .txtBox h2::after {
    content: "";
    background-color: #fff;
    width: 45px;
    height: 1px;
    position: absolute;
    bottom: -25px;
    left: 0;
}

#about .section-3 .imgBox {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about .section-3 .imgBox div {
    padding: 0.5em;
    text-align: right;
    margin: 3% 0;
}

#about .section-3 .imgBox div div {
    display: inline-flex;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    border: 1px #fff solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

#about .section-3 .imgBox div div img {
    width: 40px;
    margin-bottom: 0.8em;
}

#about .section-3 .imgBox div div:hover {
    background-color: #E5242A;
    border: #E5242A solid 1px;
}

@media (max-width: 1200px) {
    #about .section-1 {
        align-items: flex-start;
    }
    #about .section-1 .imgBox {
        width: 50%;
    }
    #about .section-1 .txtBoxOut {
        width: 50%;
    }
    #about .section-2 .imgBox {
        border-bottom: none;
    }
}

@media (max-width: 1180px) {
    #about .section-3 .imgBox div div {
        margin: 0.5em 0;
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 1024px) {
    #about .section-1 {
        background: #EEEBEA;
    }
    #about .section-1 .carousel {
        flex-wrap: wrap;
    }
    #about .section-1 .imgBox {
        width: 100%;
    }
    #about .section-1 .txtBox {
        order: 2;
        max-width: 100%;
        padding: 3% 10%;
        margin-bottom: 0;
    }
    #about .section-1 .carousel-indicators {
        order: 1;
        position: relative;
        padding: 4% 10% 2%;
    }
    #about .section-1 .txtBoxOut {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #about .section-1 .txtBoxOut img {
        width: 140vw;
    }
    #about .section-1 .aboutTXT {
        display: none;
    }
}

@media (max-width: 992px) {
    #about .section-3 .imgBox div div {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767px) {
    #about .section-1 .txtBox,
    #about .section-1 .carousel-indicators {
        padding: 1em 5%;
        margin: 0;
    }
    #about .section-3 {
        height: auto;
    }
    #about .section-3 .max1520 {
        padding: 7% 1em;
    }
    #about .section-3 .txtBox {
        display: flex;
        flex-direction: column;
    }
    #about .section-3 .txtBox button {
        margin: auto;
    }
    #about .section-3 .imgBox div {
        text-align: center;
    }
    #about .section-3 .imgBox div div {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 575px) {
    #about .section-2 .imgBox {
        border-bottom: none;
    }
    #about .section-2 .imgBox>a div {
        margin: 20px auto;
    }
    #about .section-3 .imgBox div div {
        width: 200px;
        height: 200px;
    }
}

#news .fixedbg {
    background-image: url(images/news/banner.jpg);
}

#news .inner {
    background-color: #fff;
}

#news .inner .logo {
    width: 50%;
    max-width: 285px;
}

#news .section-1 {
    padding-bottom: 4%;
    padding-top: 2em;
}

#news .section-1 .slider {
    background-color: #EEEBEA;
    max-width: 1150px;
    margin: auto;
}

#news .section-1 .slider .slick-dots {
    background-color: #fff;
    padding: 3% 1em;
    margin: 0;
}

#news .section-1 .slider .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em;
}

#news .section-1 .slider .imgBox {
    width: 478px;
    position: relative;
}

#news .section-1 .slider .imgBox img {
    width: 100%;
}

#news .section-1 .slider .imgBox span {
    position: absolute;
    background: #e5242a;
    color: #fff;
    padding: 0.8em 1.5em;
    bottom: 0;
    display: block;
}

#news .section-1 .slider .txtBox {
    padding-left: 2em;
    max-width: 576px;
    width: 70%;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
}

#news .section-1 .slider .txtBox .share {
    position: absolute;
    top: 0;
    right: 0;
}

#news .section-1 .slider .txtBox .share a:hover i::before {
    color: #E5242A;
}

#news .section-1 .slider .txtBox .share i {
    text-align: center;
    width: 20px;
    display: inline-block;
    margin: 0 0.5em;
}

#news .section-1 .slider .txtBox .share i::before {
    transition: all .3s;
}

#news .section-1 .slider .txtBox .share span {
    font-size: 14px;
    color: #808080;
    margin-right: 15px;
}

#news .section-1 .slider .txtBox .share img,
#news .section-1 .slider .txtBox .share svg {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    vertical-align: middle;
}

#news .section-1 .slider .txtBox .share img path,
#news .section-1 .slider .txtBox .share svg path {
    transition: all .3s;
}

#news .section-1 .slider .txtBox .share img:hover path,
#news .section-1 .slider .txtBox .share svg:hover path {
    fill: #E5242A !important;
}

#news .section-1 .slider .txtBox a {
    margin-top: 1.5em;
}

#news .section-1 .slider .txtBox a:hover {
    color: #AB9257;
}

#news .section-1 .slider .txtBox h3 {
    position: relative;
    line-height: 35px;
    font-weight: 500;
}

#news .section-1 .slider .txtBox p {
    color: #808080;
    line-height: 29px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#news .section-1 .list {
    max-width: 1150px;
    margin: auto;
    padding-top: 2%;
    justify-content: space-between;
}

#news .section-1 .list .box {
    padding: 20px;
    max-width: 360px;
    margin-bottom: 2em;
    border-bottom: 4px solid transparent;
    transition: all .3s;
}

#news .section-1 .list .box:hover {
    box-shadow: 1px 1px 20px 0px #80808042;
    border-bottom: 4px solid #E5242A;
}

#news .section-1 .list .imgBox {
    position: relative;
}

#news .section-1 .list .imgBox img {
    width: 100%;
}

#news .section-1 .list .imgBox span {
    position: absolute;
    background: #e5242a;
    color: #fff;
    padding: 0.8em 1.2em;
    bottom: -21px;
    display: block;
    font-size: 14px;
}

#news .section-1 .list .txtBox {
    margin-top: 2em;
    padding: 0 15px;
}

#news .section-1 .list .txtBox h3 {
    line-height: 23px;
    font-weight: 500;
}

#news .section-1 .list .txtBox p {
    line-height: 24px;
    color: #808080;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    #news .section-1 .list {
        justify-content: center;
    }
    #news .section-1 .list .box {
        max-width: 100%;
        padding: 1em;
        margin-bottom: 0;
    }
    #news .section-1 .list .box:hover {
        box-shadow: none;
        border-bottom: 4px solid transparent;
    }
}

@media (max-width: 992px) {
    #news .section-1 .slider .box {
        padding: 1em;
    }
}

@media (max-width: 924px) {
    #news .section-1 .slider .box {
        flex-wrap: wrap;
        padding: 2em;
    }
    #news .section-1 .slider .imgBox {
        width: 100%;
    }
    #news .section-1 .slider .txtBox {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        height: auto;
        padding-top: 5em;
    }
    #news .section-1 .slider .txtBox .share {
        padding: 2em 0;
    }
    #news .section-1 .slider .txtBox a {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    #news .section-1 .slider {
        margin-bottom: 2em;
    }
    #news .section-1 .slider .box {
        padding: 1em;
    }
    #news .section-1 .list {
        justify-content: center;
    }
    #news .section-1 .list .box {
        padding: 0;
        margin-bottom: 2em;
    }
}

#new .section-1 {
    padding: 3% 1em 4% 1em;
    background-color: #EEEBEA;
}

#new .section-1 .topBox {
    margin: auto;
}

#new .section-1 .topBox .back img {
    transition: all .3s;
}

#new .section-1 .topBox .back:hover img {
    margin: 0 -5px;
}

#new .section-1 .topBox .box {
    display: flex;
    align-items: center;
}

#new .section-1 .topBox .imgBox {
    width: 560px;
}

#new .section-1 .topBox .imgBox img {
    width: 100%;
}

#new .section-1 .topBox .txtBox {
    padding: 5% 0 5% 3em;
    max-width: 576px;
    width: 43%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#new .section-1 .topBox .txtBox .share span {
    font-size: 14px;
    color: #808080;
    margin-right: 15px;
}

#new .section-1 .topBox .txtBox .share img,
#new .section-1 .topBox .txtBox .share svg {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    vertical-align: middle;
}

#new .section-1 .topBox .txtBox .share img path,
#new .section-1 .topBox .txtBox .share svg path {
    transition: all .3s;
}

#new .section-1 .topBox .txtBox .share img:hover path,
#new .section-1 .topBox .txtBox .share svg:hover path {
    fill: #E5242A !important;
}

#new .section-1 .topBox .txtBox h2 {
    position: relative;
    line-height: 1.3;
    padding-bottom: 20px;
}

#new .section-1 .topBox .txtBox h2::after {
    content: "";
    background-color: #808080;
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#new .section-2 {
    padding: 5% 1em;
}

#new .section-2 .font-18 p {
    font-weight: 500;
}

#new .section-2 p.font-16 {
    font-weight: 300;
}

#new .section-2 h3 {
    font-weight: 400;
}

#new .section-3 {
    height: 180px;
    border-top: 1px solid #EEEBEA;
    display: flex;
    padding: 0 1em;
}

#new .section-3 .bottomBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    width: 100%;
    margin: auto;
}

#new .section-3 .bottomBox a.d-flex .title,
#new .section-3 .bottomBox a.d-flex img {
    color: #808080;
    transition: all 0.3s;
}

#new .section-3 .bottomBox a.d-flex:hover .title {
    color: #000;
    font-weight: 500;
}

#new .section-3 .bottomBox a.all {
    margin: auto 1.5em;
}

#new .section-3 .bottomBox a.all img,
#new .section-3 .bottomBox a.all svg {
    width: 26px;
    height: 26px;
}

#new .section-3 .bottomBox a.all img rect,
#new .section-3 .bottomBox a.all svg rect {
    transition: all 0.3s;
}

#new .section-3 .bottomBox a.all:hover svg rect {
    fill: #AB9257 !important;
}

@media (max-width: 992px) {
    #new .section-1 .topBox .txtBox {
        width: 80%;
        padding-left: 2em;
    }
}

@media (max-width: 680px) {
    #new .section-3 {
        height: 80px;
    }
    #new .section-3 .bottomBox {
        justify-content: space-around;
    }
    #new .section-3 .bottomBox a.d-flex div {
        display: none;
    }
}

@media (max-width: 575px) {
    #new .section-1 .topBox .box {
        flex-wrap: wrap;
    }
    #new .section-1 .topBox .txtBox {
        width: 100%;
        padding-left: 0em;
    }
}

#brand .fixedbg {
    background-position: 65%;
}

#brand .banner::after {
    content: none;
}

#brand .brandMeun {
    position: fixed;
    display: flex;
    top: 38%;
    font-size: 16px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s, left .5s;
    left: -258px;
}

#brand .brandMeun .boxR {
    background-color: #E5242A;
    width: 40px;
    height: 206px;
    color: #fff;
    z-index: 0;
    padding: 2.5em 10px;
    cursor: pointer;
}

#brand .brandMeun .boxR img,
#brand .brandMeun .boxR svg {
    width: 20px;
    height: 25px;
    fill: #fff;
}

#brand .brandMeun .boxL {
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px #0000001c;
    color: #959595;
    line-height: 1.8;
    padding: 20px 10px 20px 26px;
    height: 206px;
    overflow: auto;
}

#brand .brandMeun .boxL ul {
    padding-left: 0;
    padding-right: 1.5em;
    list-style: none;
    margin-bottom: 0;
}

#brand .brandMeun .boxL ul li {
    position: relative;
    padding-left: 18px;
}

#brand .brandMeun .boxL ul li::before {
    content: "";
    background-color: #959595;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    transition: all .3s;
}

#brand .brandMeun .boxL ul li.active,
#brand .brandMeun .boxL ul li:hover {
    color: #AB9257;
}

#brand .brandMeun .boxL ul li.active::before,
#brand .brandMeun .boxL ul li:hover::before {
    content: "";
    background-color: #AB9257;
    height: 17.4px;
    width: 5px;
    top: 6px;
    border-radius: 2.5px;
}

#brand .brandMeun:hover {
    left: 0;
}

#brand .brandMeun:hover .boxR {
    display: block;
}

#brand .brandMeun.show {
    opacity: 1;
}

#brand .inner .logo {
    margin-top: 1em;
}

#brand.PP .fixedbg {
    background-image: url(images/brand/banner_PP.jpg);
}

#brand.PP .banner .title img {
    width: 50%;
    max-width: 230px;
}

#brand.PP .inner {
    background-color: #fff;
}

#brand.PP .inner .logo {
    width: 30%;
    max-width: 230px;
}

#brand.PP .section-1 {
    max-width: 990px;
    margin: auto;
    margin-bottom: 2em;
}

#brand.PP .section-1 iframe body .footer {
    height: auto !important;
}

#brand.PP .section-2 .box:nth-of-type(1) .txtBox {
    width: 55%;
    padding-left: 4.5%;
}

#brand.PP .section-2 .box:nth-of-type(1) .imgBox {
    max-width: 500px;
}

#brand.PP .section-2 .box:nth-of-type(2) .txtBox {
    width: 69%;
}

#brand.PP .section-2 .box:nth-of-type(2) .imgBox {
    max-width: 500x;
}

#brand.PP .section-3 {
    background-image: url("images/brand/bg_pp.jpg");
}

#brand.PP .section-3 .box {
    justify-content: flex-end;
}

#brand.Chopard .fixedbg {
    background-image: url(images/brand/banner_Chopard.jpg);
    background-position: 30%;
}

#brand.Chopard .banner .title img {
    width: 50%;
    max-width: 280px;
}

#brand.Chopard .inner {
    background-color: #fff;
}

#brand.Chopard .inner .logo {
    width: 30%;
    max-width: 220px;
}

#brand.Chopard .section-2 {
    padding-bottom: 6%;
}

#brand.Chopard .section-2 .box:nth-of-type(1) .txtBox {
    width: 62%;
    padding-left: 6%;
}

#brand.Chopard .section-2 .box:nth-of-type(1) .imgBox {
    max-width: 455px;
}

#brand.Chopard .section-3 {
    background-image: url("images/brand/bg_Chopard.jpg");
}

#brand.Chopard .section-3 .box {
    justify-content: flex-start;
    color: #fff;
}

#brand.GP .fixedbg {
    background-image: url(images/brand/banner_PG.jpg);
}

#brand.GP .banner .title img {
    width: 50%;
    max-width: 360px;
}

#brand.GP .inner {
    background-color: #fff;
}

#brand.GP .inner .logo {
    width: 30%;
    max-width: 300px;
}

#brand.GP .section-2 {
    padding-bottom: 5%;
}

#brand.GP .section-2 .box:nth-of-type(1) {
    margin-bottom: 5%;
}

#brand.GP .section-2 .box:nth-of-type(1) .txtBox {
    width: 61%;
    padding-left: 5.5%;
}

#brand.GP .section-2 .box:nth-of-type(1) .imgBox {
    max-width: 500px;
}

#brand.GP .section-3 {
    background-image: url("images/brand/bg_GP.jpg");
}

#brand.GP .section-3 .box {
    justify-content: flex-end;
    color: #fff;
}

#brand.BR .fixedbg {
    background-image: url(images/brand/banner_BR.jpg);
}

#brand.BR .banner .title img {
    width: 50%;
    max-width: 300px;
}

#brand.BR .inner {
    background-color: #fff;
}

#brand.BR .inner .logo {
    width: 30%;
    max-width: 250px;
}

#brand.BR .section-2 .max1200 .box:nth-of-type(1) .txtBox {
    width: 42%;
    padding-left: 4%;
}

#brand.BR .section-2 .max1200 .box:nth-of-type(1) .imgBox {
    max-width: 700px;
}

#brand.BR .section-2 .max1200 .box:nth-of-type(2) {
    max-height: 500px;
}

#brand.BR .section-2 .max1200 .box:nth-of-type(2) .txtBox {
    width: 60%;
}

#brand.BR .section-2 .max1200 .box:nth-of-type(2) .imgBox {
    max-width: 486px;
    margin-top: 15%;
    z-index: 1;
}

#brand.BR .section-2 .box2 {
    background: url(images/brand/img7.png) no-repeat 90%, #000;
    color: #fff;
    padding: 0;
}

#brand.BR .section-2 .box2 .max1200 {
    display: flex;
    padding: 4% 0;
}

#brand.BR .section-2 .box2 .max1200 .txtBox {
    width: 59%;
}

#brand.BR .section-2 .box3 {
    padding: 0;
    height: 410px;
    display: flex;
    background-color: #000;
    position: relative;
}

#brand.BR .section-2 .box3 .imgBox {
    position: absolute;
    mix-blend-mode: difference;
    top: -47.7%;
}

#brand.BR .section-2 .box3 .max1200 {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    margin: 8.5% ​auto;
}

#brand.BR .section-2 .box3 .max1200 .txtBox {
    width: 40%;
}

#brand.BR .section-3 {
    background-image: url("images/brand/bg_BR.jpg");
}

#brand.BR .section-3 .box {
    justify-content: flex-start;
    color: #fff;
}

#brand.BR .section-3 .txtBox {
    max-width: 400px;
}

#brand.Breitling .fixedbg {
    background-image: url(images/brand/banner_Breitling.jpg);
}

#brand.Breitling .banner .title img {
    width: 50%;
    max-width: 280px;
}

#brand.Breitling .inner {
    background-color: #fff;
}

#brand.Breitling .inner .logo {
    width: 30%;
    max-width: 280px;
}

#brand.Breitling .section-2 .max1200 .box:nth-of-type(1) .txtBox {
    width: 59%;
    padding-left: 5%;
}

#brand.Breitling .section-2 .max1200 .box:nth-of-type(1) .imgBox {
    max-width: 463px;
}

#brand.Breitling .section-2 .max1200 .box:nth-of-type(2) {
    max-height: 170px;
    margin: 6% 0 0 0;
}

#brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .txtBox {
    width: 70%;
    padding-right: 4%;
}

#brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .imgBox {
    max-width: 364px;
    margin-top: 5%;
    z-index: 1;
}

#brand.Breitling .section-2 .box2 {
    background: url(images/brand/img11.jpg) no-repeat left bottom, #D9D9D9;
    background-size: contain;
    display: flex;
}

#brand.Breitling .section-2 .box2 .max1200 {
    display: flex;
    justify-content: flex-end;
    padding: 8% 0 6% 0;
}

#brand.Breitling .section-2 .box2 .txtBox {
    width: 65%;
}

#brand.Breitling .section-3 {
    background-image: url("images/brand/bg_Breitling.jpg");
}

#brand.Breitling .section-3 .box {
    justify-content: flex-end;
    color: #fff;
}

#brand.Breitling .section-3 .txtBox {
    max-width: 505px;
}

#brand.LONGINES .fixedbg {
    background-image: url("images/brand/banner_LONGINES.jpg");
}

#brand.LONGINES .banner .title img {
    width: 50%;
    max-width: 300px;
}

#brand.LONGINES .inner {
    background-color: #fff;
}

#brand.LONGINES .inner .logo {
    width: 30%;
    max-width: 250px;
}

#brand.LONGINES h3 {
    color: #fff;
}

#brand.LONGINES h3::after {
    background-color: #fff;
    opacity: 1;
}

#brand.LONGINES .section-1 {
    background-image: url("images/brand/img12.jpg");
    min-height: 560px;
    display: flex;
}

#brand.LONGINES .section-1 .max1520 {
    display: flex;
    justify-content: flex-end;
}

#brand.LONGINES .section-1 .box {
    max-width: 763px;
}

#brand.LONGINES .section-1 .box .txtBox {
    background-color: #fff;
    padding: 7.5% 9%;
}

#brand.LONGINES .section-1 .box .txtBox p {
    margin-bottom: 0;
}

#brand.LONGINES .section-2 {
    padding: 5% 1em;
}

#brand.LONGINES .section-2 .max1200 .box:nth-of-type(1) .txtBox {
    width: 58%;
    padding-left: 7%;
}

#brand.LONGINES .section-2 .max1200 .box:nth-of-type(1) .imgBox {
    max-width: 460px;
}

#brand.LONGINES .section-2 .max1200 .box:nth-of-type(2) {
    margin: 4% 0 0 0;
}

#brand.LONGINES .section-2 .max1200 .box:nth-of-type(3) .txtBox {
    width: 70%;
}

#brand.LONGINES .section-2 .max1200 .box:nth-of-type(3) .imgBox {
    max-width: 375px;
}

#brand.LONGINES .section-3 {
    background-image: url("images/brand/bg_LONGINES.jpg");
}

#brand.LONGINES .section-3 .box {
    justify-content: flex-end;
}

#brand.LONGINES .section-3 .txtBox {
    max-width: 505px;
}

#brand h3 {
    position: relative;
    padding-right: 65px;
}

#brand h3::after {
    content: "";
    background-color: #AB9257;
    width: 56px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-left: 0.5em;
    opacity: 0.3;
}

#brand h4 {
    margin-bottom: 0.7em;
    padding-left: 30px;
    position: relative;
}

#brand h4::before {
    content: "";
    background-image: url(images/brand/list_icon.svg);
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-40%);
}

#brand p {
    margin-bottom: 3em;
    line-height: 1.65;
    font-weight: 300;
}

#brand .section-2 .box {
    display: flex;
    align-items: center;
    padding: 1em 0;
}

#brand .section-2 .box p {
    margin-bottom: 0.6em;
}

#brand .section-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 445px;
}

#brand .section-3 .box {
    display: flex;
    justify-content: flex-end;
}

#brand .section-3 .txtBox {
    max-width: 580px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 7% 1em;
}

#brand .section-3 .txtBox h3 {
    position: relative;
}

#brand .section-3 .txtBox a.w280 {
    background-color: #AB9257;
    color: #fff;
    transition: all .3s;
}

#brand .section-3 .txtBox a.w280:hover {
    background-color: #E5242A !important;
    border: 1px solid transparent;
}

#brand .share {
    position: fixed;
    right: 0;
    text-align: right;
    bottom: 5%;
    opacity: 1;
    transition: all .3s;
    z-index: 5;
}

#brand .share i:hover::before {
    color: #E5242A;
}

#brand .share i {
    text-align: center;
    width: 20px;
    display: inline-block;
    margin: 0 0.5em;
}

#brand .share i::before {
    transition: all .3s;
}

#brand .share img,
#brand .share svg {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    vertical-align: middle;
}

#brand .share img path,
#brand .share svg path {
    transition: all .3s;
}

#brand .share img:hover path,
#brand .share svg:hover path {
    fill: #E5242A !important;
}

#brand .share .shareBtn {
    cursor: pointer;
    background-color: #EFECEB;
    border-radius: 25px;
    overflow: hidden;
}

#brand .share .shareBtn .icon {
    opacity: 0;
    display: none;
    transition: all .3s;
    padding-top: 1em;
    flex-direction: column;
}

#brand .share .shareBtn .icon a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

#brand .share .shareBtn .icon::after {
    content: "";
    border-bottom: 1px solid #80808033;
    width: 35px;
    margin: auto;
    margin-top: 0.5em;
}

#brand .share .shareBtn.show .icon {
    display: flex;
    opacity: 1;
    width: auto;
    transition: all .3s;
}

#brand .share .shareicon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EFECEB;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1660px) {
    #brand.BR .section-2 .box3 {
        height: 32vw;
    }
    #brand.BR .section-2 .box3 .imgBox {
        top: 0;
    }
    #brand.BR .section-2 .box3 .max1200 {
        margin: 12% auto;
    }
    #brand.BR .section-2 .box3 .max1200 .txtBox {
        margin-top: 4.5%;
    }
}

@media (max-width: 1230px) {
    #brand .brandMeun {
        display: none;
    }
    #brand.BR .section-2 .box2 .max1200 .txtBox {
        width: 100%;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        max-width: 386px;
        margin-top: 0%;
        z-index: 1;
    }
    #brand.Breitling .section-2 .box2 .max1200 {
        padding: 0;
    }
    #brand.Breitling .section-2 .box2 .max1200 .txtBox {
        padding: 5% 1em;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        width: 20%;
        margin-top: 0;
    }
    #brand.LONGINES h3 {
        text-shadow: 1px 1px 6px #000;
    }
}

@media (max-width: 1160px) {
    #brand .section-3 {
        height: auto;
    }
    #brand .section-3 .box .txtBox {
        width: 100%;
        max-width: 100%;
    }
    #brand.PP .section-3 .box .txtBox {
        background-color: #ffffffb3;
    }
    #brand.Chopard .section-3 .box .txtBox,
    #brand.Breitling .section-3 .box .txtBox,
    #brand.LONGINES .section-3 .box .txtBox {
        background-color: #00000080;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    #brand.LONGINES .section-1 .box {
        margin: auto;
    }
}

@media (max-width: 992px) {
    #brand .section-2 .box {
        flex-wrap: wrap;
        padding: 0;
    }
    #brand .section-2 .box .txtBox {
        width: 100% !important;
        padding: 1.5em 0 0 0 !important;
    }
    #brand .section-2 .box .imgBox {
        margin: auto;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(1) .imgBox {
        max-width: 100%;
        width: 100%;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(1) .imgBox img {
        width: 100%;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(2) {
        max-height: 100%;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        max-width: 200px;
        margin-right: 0;
        margin-top: 0;
    }
    #brand.BR .section-2 .max1200 .box:nth-of-type(2) .imgBox img {
        display: none;
    }
    #brand.BR .section-2 .box .txtBox {
        padding: 1em 0 0 0 !important;
    }
    #brand.BR .section-2 .box .imgBox {
        margin: 1em 0;
    }
    #brand.BR .section-2 .box2 {
        margin-top: 5%;
    }
    #brand.BR .section-2 .box2 .max1200 {
        flex-wrap: wrap;
    }
    #brand.BR .section-2 .box2 .max1200 .txtBox {
        width: 100%;
    }
    #brand.BR .section-2 .box3 {
        background-color: #fff;
        height: auto;
    }
    #brand.BR .section-2 .box3 .imgBox {
        display: none;
    }
    #brand.BR .section-2 .box3 .max1200 {
        flex-wrap: wrap;
        margin: 1em 0;
    }
    #brand.BR .section-2 .box3 .max1200 .txtBox {
        margin-top: 0;
        width: 100%;
        padding: 6% 0 10% 0;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) {
        max-height: 100%;
        margin: 0;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .txtBox {
        width: 60% !important;
        padding: 1em 0 0 0 !important;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        width: 30%;
    }
    #brand.Breitling .section-2 .box2 {
        background: #D9D9D9;
    }
    #brand.Breitling .section-2 .box2 .txtBox {
        width: 100%;
        height: 100%;
        padding: 2.5em 1em;
    }
    #brand.LONGINES .section-1 {
        min-height: 380px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #brand.LONGINES .section-1 .max1520 {
        margin-bottom: 0;
        padding: 6% 0 0 0;
    }
    #brand.LONGINES .section-2 .max1200 .box:nth-of-type(2) {
        margin: 0;
    }
    #brand p {
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    #brand.BR .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        display: none;
    }
    #brand.BR .section-2 .box2 {
        flex-wrap: wrap;
        padding: 0;
    }
    #brand.BR .section-2 .box2 .txtBox {
        width: 100% !important;
        padding: 1.5em 0 0 0 !important;
    }
    #brand.BR .section-2 .box2 .imgBox {
        margin: auto;
    }
    #brand.Breitling .section-2 .box2 {
        background-size: cover;
    }
    #brand.LONGINES .section-1 .box {
        max-width: 100%;
    }
    #brand.LONGINES .section-1 .box .txtBox {
        background-color: #fff;
        padding: 7.5% 1em;
        width: 100%;
    }
}

@media (max-width: 575px) {
    #brand h3 {
        padding-right: 0;
    }
    #brand h3::after {
        content: none;
    }
    #brand .video-container {
        padding-bottom: 100%;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .txtBox {
        width: 100% !important;
    }
    #brand.Breitling .section-2 .max1200 .box:nth-of-type(2) .imgBox {
        display: none;
    }
}

@media (max-width: 430px) {
    #brand .video-container {
        padding-bottom: 115%;
    }
}

@media (max-width: 350px) {
    #brand .video-container {
        padding-bottom: 130%;
    }
}

#FAQ .fixedbg {
    background-image: url(images/FAQ/banner.jpg);
}

#FAQ .banner::after {
    content: none;
}

#FAQ .inner {
    background-color: #fff;
}

#FAQ .tag {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #8080804d;
    margin-bottom: 0;
}

#FAQ .tag li {
    padding: 1em 0;
    margin: 0 1.5em;
    color: #ccc;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all .3s;
}

#FAQ .tag li.active,
#FAQ .tag li:hover {
    color: #000;
    border-bottom: 3px solid #E5242A;
}

#FAQ h3.title {
    margin-bottom: 1.2em;
    padding-left: 30px;
    position: relative;
    display: block;
}

#FAQ h3.title::before {
    content: "";
    background-image: url(images/brand/list_icon.svg);
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-40%);
}

#FAQ .outBox {
    font-family: "Microsoft JhengHei";
}

#FAQ .outBox .collapsible {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 18px 30px;
    margin-top: 1em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    height: auto;
    background-color: #EEEBEA;
    transition: all .3s;
    position: relative;
}

#FAQ .outBox .collapsible h4 {
    display: inline-block;
    width: 86%;
    margin: 0;
    letter-spacing: 1px;
    padding-right: 10px;
    line-height: 1.5;
}

#FAQ .outBox .collapsible::before {
    content: "Q";
    font-size: 20px;
    color: #808080;
    font-family: Verdana;
    margin-right: 30px;
    padding-right: 1.5em;
    line-height: 1;
    border-right: 1px solid #DEDEDE;
}

#FAQ .outBox .collapsible:after {
    content: "";
    background-image: url(images/FAQ/arrow-down.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 0.5em;
    right: 2em;
    position: absolute;
}

#FAQ .outBox .collapsible:hover {
    background-color: #AB9257;
    color: #fff;
}

#FAQ .outBox .collapsible:hover::before {
    color: #fff;
}

#FAQ .outBox .collapsible:hover:after {
    background-image: url(images/FAQ/arrow-down-w.svg);
}

#FAQ .outBox .collapsible[aria-expanded="true"] {
    background-color: #AB9257;
    color: #fff;
}

#FAQ .outBox .collapsible[aria-expanded="true"]::before {
    color: #fff;
}

#FAQ .outBox .collapsible[aria-expanded="true"]:after {
    content: '';
    background-image: url(images/FAQ/arrow-up.svg);
    width: 15px;
    height: 15px;
    margin-top: 8px;
}

#FAQ .outBox .card-body {
    padding: 0;
}

#FAQ .outBox .txt {
    overflow: hidden;
    transition: all 0.2s ease-out;
    border: 1px solid #41a5921a;
    line-height: 1.63;
    font-size: 16px;
    padding-left: 30px;
    color: #717171;
    letter-spacing: 0.3px;
}

#FAQ .outBox .txt div {
    padding: 2em 17px;
    width: 90%;
    max-width: 1230px;
    display: inline-block;
}

#FAQ .outBox .txt::before {
    content: "A";
    font-size: 20px;
    color: #E5242A;
    font-family: Verdana;
    margin-right: 0.5em;
    padding-right: 1.5em;
    line-height: 0.5;
    vertical-align: top;
    top: 2em;
    position: relative;
    border-right: 1px solid #DEDEDE;
}

#FAQ .infoBox {
    padding-top: 5%;
    text-align: center;
}

#FAQ .infoBox>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#FAQ .infoBox .box {
    margin-top: 3%;
    max-width: 300px;
    max-height: 300px;
    padding: 5% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#FAQ .infoBox .box:hover {
    box-shadow: 1px 1px 10px 0px #cccccc91;
}

#FAQ .infoBox .box img {
    height: 45px;
}

#FAQ .infoBox .box a:hover {
    color: #AB9257;
}

@media (max-width: 992px) {
    #FAQ .outBox .collapsible {
        padding: 1em 1.5em;
    }
    #FAQ .outBox .collapsible:after {
        right: 1.5em;
    }
    #FAQ .outBox .txt {
        padding: 0 1.5em;
    }
    #FAQ .outBox .txt::before {
        top: 1.5em;
    }
    #FAQ .outBox .txt div {
        padding: 2.5em 0 1.5em 0;
        width: auto;
    }
}

@media (max-width: 860px) {
    #FAQ .tag li {
        margin: 0 1em;
    }
    #FAQ .title {
        margin-top: 1em;
    }
}

@media (max-width: 768px) {
    #FAQ .outBox .collapsible {
        padding: 0.8em 1em;
    }
    #FAQ .outBox .collapsible::before {
        margin-right: 1em;
        padding-right: 0.5em;
    }
    #FAQ .outBox .collapsible:after {
        right: 1em;
    }
    #FAQ .outBox .txt {
        padding: 0 1em;
    }
    #FAQ .outBox .txt::before {
        top: 1.5em;
        margin-right: 1em;
        padding-right: 0.5em;
    }
    #FAQ .outBox .txt div {
        padding: 2.5em 0 1em 0;
        width: 100%;
    }
    #FAQ .infoBox .box {
        max-width: 100%;
        max-height: 100%;
        padding: 1em;
    }
}

@media (max-width: 467px) {
    #FAQ .outBox .collapsible h4 {
        width: 80%;
    }
}

#contact .fixedbg {
    background-image: url(images/contact/banner.jpg);
}

#contact .inner {
    background-color: #fff;
}

#contact .section-1 {
    background-image: url(images/contact/bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#contact .infoBox {
    padding-top: 1.5em;
    padding-bottom: 10%;
    text-align: center;
}

#contact .infoBox p {
    max-width: 510px;
    margin: auto;
}

#contact .infoBox>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .infoBox .box {
    margin-top: 5%;
    max-width: 300px;
    max-height: 300px;
    padding: 5% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: all .3s;
}

#contact .infoBox .box:hover {
    background-color: #fff;
    box-shadow: 1px 1px 10px 0px #cccccc91;
}

#contact .infoBox .box img {
    height: 45px;
}

#contact .infoBox .box a:hover {
    color: #AB9257;
}

#contact .infoBox.ok {
    padding-bottom: 5%;
}

#contact form {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
}

#contact form .input-group,
#contact form .input-group-prepend {
    background-color: #EEEBEA;
}

#contact form .input-group-text {
    border-radius: 0;
    height: 45px;
    background-color: #EEEBEA;
    border: none;
    width: 125px;
    padding: .375rem 1.5em;
    position: relative;
}

#contact form .input-group-text::after {
    content: "";
    border-right: 3px solid #afafaf38;
    position: absolute;
    height: 20px;
    right: 0;
}

#contact form .form-control {
    border-radius: 0;
    height: 45px;
    background-color: #EEEBEA;
    border: none;
    padding: .375rem 1.5em;
}

#contact form .form-control:focus {
    box-shadow: none;
}

#contact form .custom-control-label {
    margin-bottom: 5px;
}

#contact form textarea {
    background-color: #EEEBEA;
    border: none;
    flex: 1 1 auto;
    padding: 15px .75rem;
    min-height: 235px;
}

#contact form .code {
    background-color: #fff;
    padding-left: 4%;
    width: 30%;
    max-width: 150px;
    display: flex;
}

#contact form .code img {
    margin: auto;
}

#contact .btnBox {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

#contact .btnBox button {
    margin: auto 0.8em;
}

#contact .btnBox .bg-red {
    background-color: #E5242A;
    color: #fff;
    border: 0;
}

#contact .btnBox.ok {
    flex-direction: column;
    margin-top: 0;
    height: 120px;
}

@media (max-width: 768px) {
    #contact .infoBox .box {
        max-width: 100%;
        max-height: 100%;
        padding: 1em;
    }
    #contact form .input-group-text {
        padding: .375rem 1em;
        width: 105px;
    }
    #contact form .form-control {
        padding: .375rem 0.5em;
    }
    #contact form textarea {
        padding: 0 15px .75rem 15px;
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    #contact form .btnBox {
        margin-top: 2em;
        flex-wrap: wrap;
        height: 120px;
    }
    #contact form .btnBox button {
        width: 100%;
        margin: auto;
    }
}

#privacy .fixedbg {
    background-image: url(images/privacy/banner.jpg);
}

#privacy .inner {
    background-color: #fff;
}

#privacy .section-1 {
    padding: 5% 0;
}

#privacy .section-1 p {
    color: #808080;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 300;
}

#privacy .section-1 h3 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

#privacy .section-1 ul {
    list-style: none;
    padding-left: 0;
    color: #808080;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-bottom: 1em;
    margin-top: 3em;
    font-weight: 300;
}

#privacy .section-1 ul li {
    margin-bottom: 1em;
}


/* -------2021-11-24修改------- */

header .sidenav>a.rwd-patekphilippe-logo {
    display: none;
}

.fixedbg2 {
    margin-top: 80px;
    position: fixed !important;
    width: 100%;
    z-index: -2;
    top: 0;
}

.banner-info img {
    width: 100%;
}

.banner-box .banner-info {
    opacity: 0;
}

.banner-info-fixd img {
    width: 100%;
}

.carousel-item picture img {
    object-fit: cover;
    object-position: center;
}

.index-baaner-mb {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1000px) {
    header .sidenav>a.rwd-patekphilippe-logo {
        display: block;
        width: 100%;
        text-align: center;
    }
    header .sidenav>a.rwd-patekphilippe-logo img {
        height: inherit;
    }
}

@media (max-width: 500px) {
    .index-baaner-pc {
        display: block;
        opacity: 0;
        height: 100vh;
    }
    .index-baaner-mb {
        display: block;
    }
    #index .carousel picture img {
        min-height: calc(100vh - 60px);
        max-width: inherit;
        width: 100%;
    }
    #index .carousel-item .title {
        justify-content: flex-end;
        bottom: 0;
        padding-bottom: 110px;
    }
    #index .index-banner .controls {
        bottom: 50px;
    }
}

@media (min-width: 1920px) {
    #index .section-6 {
        max-height: unset;
    }
    #index .section-6 .imgBox img {
        width: 100%;
    }
    #index .carousel {
        width: 100%;
        min-height: calc(100vh - 80px);
    }
    #index .carousel img {
        width: 100%;
    }
}