/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
@font-face {
  font-family: "Montserrat-Regular";
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Regular.eot");
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Regular.woff") format("woff"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Light.eot");
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Light.woff") format("woff"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Medium.eot");
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Medium.woff") format("woff"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/PlayfairDisplay-Regular.eot");
  src: url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/PlayfairDisplay-Regular.woff") format("woff"), url("https://www.shangri-la.com/Templates/Corporate/assets/css/font/PlayfairDisplay-Regular.ttf") format("truetype");
}
/*
.icomoon(){
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
    font-family: HAIHC;
	display: inline-block;
}
*/
@media (min-width: 992px) {
  .container {
    max-width: 1230px;
    margin: 0 auto;
  }
  .fluid-container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .fluid-container.wide {
    max-width: none;
  }
  header .lang {
    border-right: 1px solid #d9d9d9;
    min-width: 115px;
  }
  footer .r1 .app .connect {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  header .r1 {
    padding: 0 40px;
  }
  header .r3 .container {
    padding-left: 27px;
  }
  .container {
    padding: 0 40px;
  }
  footer .r1 .part .row ul li {
    margin-right: 20px;
  }
}
@media (min-width: 1271px) {
  header .r3 .container {
    padding-left: 3px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 90px;
  }
  .container {
    padding: 0 20px;
  }
  .menu-m {
    overflow: auto;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    height: calc(100vh - 50px);
    border-top: 1px solid rgba(221, 221, 221, 0.5);
    display: none;
  }
  .menu-m::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .menu-m::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .menu-m .logged {
    background-color: #f3f3f3;
    padding-top: 20px;
    font-size: 0.75em;
    line-height: 116.6%;
    text-align: center;
  }
  .menu-m .logged .icon {
    width: 16px;
    height: 10px;
    margin-right: 7px;
  }
  .menu-m .function {
    background-color: #f3f3f3;
    padding: 20px 0;
    font-size: 0.75em;
    line-height: 116.6%;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  header .lang {
    height: auto;
    padding-left: 0;
  }
  header .buy {
    margin-right: 0;
  }
  header .register {
    border-right: 0;
  }
  header .breadcrumb-wrap {
    position: relative;
  }
  header .breadcrumb-wrap.overflow:after {
    content: "";
    height: 100%;
    width: 80px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, #ffffff 100%);
  }
  header .breadcrumb {
    background-color: #f3f3f3;
    line-height: 120%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  header .breadcrumb .container {
    margin-left: 0;
    max-width: none;
  }
  header .breadcrumb::-webkit-scrollbar {
    width: 0px;
    height: 0;
    background: transparent;
  }
  header .breadcrumb::-webkit-scrollbar-thumb {
    display: none;
  }
  header .function .row {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .r1 {
    background-color: #fff;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
  }
  header .r1 .row {
    margin: 0;
  }
  header .magnifier_g {
    width: 20px;
    height: 20px;
  }
  header .logo {
    width: 160px;
    height: 38px;
  }
  header .logo img {
    width: 100%;
  }
  header .profile .man_g {
    width: 14px;
    height: 14px;
    margin-right: 20px;
  }
  header .profile .point {
    width: 90px;
    margin-right: 20px;
    text-align: right;
  }
  header .shopping-cart {
    margin-right: 20px;
  }
  header .shopping-cart .cart {
    width: 14px;
    height: 14px;
    position: relative;
  }
  header .shopping-cart .number {
    width: 11px;
    height: 11px;
    background-color: #e19b1e;
    border-radius: 50%;
    color: #fff;
    font-size: 0.66em;
    line-height: 125%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -4px;
  }
  header .menu-button {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 14px;
    height: 14px;
  }
  header .menu-button .hamburger {
    width: 14px;
    height: 14px;
  }
  header .menu-button .hamburger .line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #876a20;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .menu-button .hamburger .line.line1 {
    top: 0;
  }
  header .menu-button .hamburger .line.line2 {
    top: 6px;
  }
  header .menu-button .hamburger .line.line3 {
    bottom: 0;
  }
  header .menu-button.active .hamburger .line {
    background-color: #000;
  }
  header .menu-button.active .hamburger .line.line2 {
    opacity: 0;
  }
  header .menu-button.active .hamburger .line.line1 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 6px;
  }
  header .menu-button.active .hamburger .line.line3 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: auto;
    top: 6px;
  }
  header .list-lang {
    right: auto;
    left: 20px;
    top: 30px;
  }
  header .navigation > ul > li {
    color: #333333;
    font-family: "Montserrat-Medium", "SimHei", "Microsoft YaHei", "sans-serif";
    position: relative;
  }
  header .navigation > ul > li a {
    display: block;
  }
  header .navigation > ul > li > a {
    padding: 20px;
    line-height: 112.5%;
    font-size: 1em;
  }
  header .navigation > ul > li > .view-all {
    padding: 0 20px 20px 40px;
    line-height: 118.7%;
    font-size: 1em;
    color: #ac8642;
  }
  header .navigation > ul > li.hv-sub a {
    padding-right: 40px;
  }
  header .navigation > ul > li.hv-sub:after {
    content: "";
    background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/arrow_up_g.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    width: 11px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .navigation > ul > li.hv-sub.active:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  header .navigation > ul > li:not(.hv-sub):after {
    content: "";
    background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/big_arrow_right_g.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  header .navigation > ul > li > ul > li {
    text-transform: initial;
    color: #4a4337;
    background-color: #fff;
    line-height: 118.7%;
    font-size: 1em;
    font-family: "Montserrat-Regular", "SimHei", "Microsoft YaHei", "sans-serif";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .navigation > ul > li > ul > li.active.hv-sub > a:after {
    content: "-";
  }
  header .navigation > ul > li > ul > li.hv-sub > a:after {
    content: "+";
    display: inline-block;
    color: #ac8642;
    margin-left: 8px;
  }
  header .navigation > ul > li > ul > li > .view-all {
    font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
    padding: 0px 20px 20px 64px;
    color: #ac8642;
  }
  header .navigation > ul > li > ul > li > .view-all:after {
    display: none !important;
  }
  header .navigation > ul > li > ul > li > a {
    padding: 0 20px 20px 40px;
  }
  header .navigation > ul > li > ul > li > ul {
    display: none;
    position: relative;
  }
  header .navigation > ul > li > ul > li > ul:before {
    content: "";
    background-color: #ddd;
    position: absolute;
    left: 44px;
    top: 0px;
    width: 1px;
    height: 100%;
  }
  header .navigation > ul > li > ul > li > ul > li {
    font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
    color: #4a4337;
  }
  header .navigation > ul > li > ul > li > ul > li > a {
    padding: 10px 20px 10px 64px;
  }
  header .navigation > ul > li > ul > li > ul > li:last-child > a {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  header .search {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 12px 20px;
  }
  header .search .form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .search .input-wrap {
    width: calc(100% - 20px);
  }
  header .search .input-wrap input {
    font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
    width: 100%;
    font-size: 0.875em;
    line-height: 164%;
  }
  header .search .input-wrap input::placeholder {
    color: #979797;
    opacity: 1;
  }
  header .search .input-wrap input:-ms-input-placeholder {
    color: #979797;
  }
  header .search .input-wrap input::-ms-input-placeholder {
    color: #979797;
  }
  header .search .icon {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
  }
  header .member {
    background-color: transparent;
    padding: 0;
    margin: 0 20px;
    border-right: 0;
  }
  header .member .wrapper {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .member .logged {
    background-color: transparent;
    padding-top: 0;
    font-size: 0.75em;
    line-height: 116.6%;
    text-align: left;
  }
  header .member .buy span {
    line-height: 180%;
    font-size: 0.625em;
    padding: 1px 20px;
  }
  header .language {
    margin: 0 20px;
  }
  header .language .wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .language span {
    width: 100px;
  }
  header .language .select {
    width: calc(100% - 100px);
    text-align: right;
  }
  header .language select {
    background: none;
    font-family: "Montserrat-Medium", "SimHei", "Microsoft YaHei", "sans-serif";
  }
  header .social {
    padding: 20px;
  }
  header .social a:not(:last-child) {
    margin-right: 20px;
  }
  header .social .fb_b {
    width: 9px;
    height: 16px;
  }
  header .social .tw_b {
    width: 16px;
    height: 13px;
  }
  header .social .ig_b {
    width: 15px;
    height: 15px;
  }
  header .social .yt_b {
    width: 16px;
    height: 12px;
  }
  header .social .gplus_b {
    width: 19px;
    height: 17px;
  }
  footer .r1 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
  }
  footer .r1 .part {
    display: block;
  }
  footer .r1 .part .row {
    display: block;
    margin-bottom: 30px;
  }
  footer .r1 .part .row .col {
    border-top: 1px solid #fff;
    padding: 17px 0;
    width: 100%;
    min-width: auto;
  }
  footer .r1 .part .row .col:not(:last-child) {
    margin-right: 0;
  }
  footer .r1 .part .row .col:last-child {
    border-bottom: 1px solid #fff;
  }
  footer .r1 .part .row .col:last-child .half {
    display: block;
  }
  footer .r1 .part .row .col:last-child .half ul {
    width: 100%;
  }
  footer .r1 .part .row .col.active .title:before {
    background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/collapse_w.svg);
  }
  footer .r1 .part .row .title {
    font-family: "Montserrat-Medium", "SimHei", "Microsoft YaHei", "sans-serif";
    margin-bottom: 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .r1 .part .row .title span {
    width: calc(100% - 30px);
  }
  footer .r1 .part .row .title:before {
    content: "";
    background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/expand_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 20px;
    background-position: center left;
    width: 30px;
    height: 30px;
  }
  footer .r1 .part .row ul {
    display: none;
    padding-left: 30px;
  }
  footer .r1 .part .row ul li {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 0.875em;
  }
  footer .r1 .app .title,
  footer .r1 .app .desc,
  footer .r1 .app .code {
    display: none;
  }
  footer .r1 .app .social a {
    margin-right: 30px;
  }
  footer .r2 {
    display: none;
  }
  footer .r3 .nav {
    font-size: 1.16em;
    line-height: 142.8%;
    color: #333333;
  }
  footer .r3 .nav a {
    margin-bottom: 0;
  }
  footer .r3 .nav a:not(:last-child):after {
    color: #333333;
    margin: 0 8px;
  }
  footer .r3 .disclaimer {
    line-height: 150%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .r1 .part ul li {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  header .breadcrumb {
    font-size: 0.625em;
  }
  header .breadcrumb a:not(:last-child):after {
    margin: 0 10px;
    top: 2px;
  }
  footer .r1 .app .desc {
    line-height: 116.6%;
  }
}
@media (max-width: 350px) {
  header .logo {
    width: 110px;
    height: 21px;
  }
}
