/* 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;
}
*/
html,
body {
  min-height: 100%;
}
html {
  font-size: 100%;
  overflow-y: scroll;
}
a {
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
body {
  font-family: "Montserrat-Regular", "SimHei", "Microsoft YaHei", "sans-serif";
  font-weight: 400;
  font-size: 100%;
  color: #000;
  background-color: #f3f3f3;
  line-height: 143.75%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  margin: 0;
}
.row:before {
  display: none;
}
.row .col {
  float: none;
}
.container {
  width: 100%;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
header {
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
header .lang {
  height: 40px;
  padding: 0 20px;
  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;
}
header .lang > span {
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
header .lang .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
header .list-lang {
  position: absolute;
  z-index: 1;
  right: 56px;
  top: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  display: none;
}
header .list-lang li a {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  height: 46px;
  line-height: 45px;
  padding: 0 30px;
  display: inline-block;
  min-width: 115px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
header .list-lang li a:hover {
  background-color: #f3f3f3;
}
header .app-layer {
  display: none;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 100;
}
header .app-layer .app-layer-wrap {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  width: 486px;
  height: 280px;
  z-index: 100;
  background-color: #fff;
  padding: 20px 35px 30px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .app-layer .app-layer-wrap .content-wrap {
  width: 250px;
  margin-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .app-layer .app-layer-wrap .content-wrap .title {
  font-size: 1.5em;
  line-height: 133.3%;
  color: #333333;
  font-family: "PlayfairDisplay-Regular", "SimHei", "Microsoft YaHei", "sans-serif";
}
header .app-layer .app-layer-wrap .content-wrap .text {
  font-size: 1.16em;
  line-height: 142%;
  margin-top: 20px;
  color: #666;
}
header .app-layer .app-layer-wrap .content-wrap .learn-more {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ac8642;
  border: 1px solid;
  cursor: pointer;
}
header .app-layer .app-layer-wrap .img-wrap {
  margin-top: 10px;
  padding-left: 30px;
  text-align: center;
  border-left: 1px solid #ddd;
}
header .app-layer .app-layer-wrap .img-wrap .qr-code {
  width: 120px;
  height: 110px;
  margin: 0 auto;
  padding: 0 5px;
}
header .app-layer .app-layer-wrap .img-wrap .qr-code-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/app_qrcode.png);
}
header .app-layer .app-layer-wrap .img-wrap .shop-container {
  position: relative;
}
header .app-layer .app-layer-wrap .img-wrap .shop-container .apple-icon {
  background-position: -10px -266px;
  top: 16px;
  right: -51px;
}
header .app-layer .app-layer-wrap .img-wrap .shop-container .google-icon {
  background-position: -354px -10px;
  top: 64px;
  right: -51px;
}
header .app-layer .app-layer-wrap .img-wrap .shop-container .apple-icon,
header .app-layer .app-layer-wrap .img-wrap .shop-container .google-icon {
  width: 222px;
  height: 60px;
  transform: scale(0.54054);
  display: block;
  position: absolute;
  background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/header_sprites.png);
}
header .buy {
  margin-right: 30px;
}
header .buy span {
  color: #333333;
  border: 1px solid #333333;
  text-transform: uppercase;
  font-size: 0.833em;
  font-family: "Montserrat-Medium", "SimHei", "Microsoft YaHei", "sans-serif";
  letter-spacing: 0.71px;
  padding: 3px 20px;
  display: inline-block;
}
header .buy span:hover {
	background-color: #f6bc19;
	border: 1px solid #f6bc19;
}
header .buy span:focus {
	background-color: #cc9a0d;
	border: 1px solid #cc9a0d;
}
header .register {
  height: 40px;
  border-right: 1px solid #d9d9d9;
  padding-right: 30px;
  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;
}
header .register .icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
header .register > a {
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
header .register > a:not(:last-child):after {
  content: "|";
  color: #d0d0d0;
  margin: 0 10px;
}
header .r1 {
  padding: 0 20px;
  background-color: #f3f3f3;
  font-size: 0.75em;
  line-height: 116.6%;
  color: #4a4337;
}
header .r1 .row {
  -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;
  margin: 0 auto;
}
header .r1 .col1 {
  color: #333333;
  text-decoration: underline;
}

header .r1 .col2 .wrapper {
  position: relative;
  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;
}
header .r1 .col2 .logged {
  height: 40px;
  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;
}
header .r1 .col2 .logged .icon {
 /* width: 16px;
  height: 10px;
  margin-right: 6px;*/
  float:left;
}
header .r2 {
  padding: 3px 0;
  background-color: #fff;
}
header .r2 .logo {
  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;
}
header .r2 .logo a {
  display: inline-block;
}
header .r2 .logo img {
  display: block;
  /*width: 200px;*/
  height: 59px;
}
header .r3 {
  background-color: #333333;
  color: #fff;
}
header .r3 .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .r3 .col1 {
  width: calc(100% - 350px);
}
header .r3 .col1 ul li {
  display: inline-block;
  position: relative;
}
header .r3 .col1 ul li a {
  display: inline-block;
}
header .r3 .col1 ul.lvl-1 {
  position: relative;
  z-index: 5;
}
header .r3 .col1 ul.lvl-1 > li > a {
  padding: 9px 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875em;
  width: 100%;
}
header .r3 .col1 ul.lvl-1 > li:first-child > a {
  background-repeat: no-repeat;
  background-position: right 10px top 16px;
}
header .r3 .col1 ul.lvl-1 > li:first-child.active > a {
  background-color: #fff;
  color: #4a4337;
  background-position: right 15px top 16px;
}
header .r3 .col1 ul.lvl-2 {
  display: none;
  position: absolute;
  left: 0px;
  color: #000;
  background-color: #fff;
  line-height: 118.7%;
  width: 245px;
  min-height: 308px;
  box-shadow: 0px 13px 14px 0 rgba(0, 0, 0, 0.14);
}
header .r3 .col1 ul.lvl-2 > li {
  display: block;
}
header .r3 .col1 ul.lvl-2 > li.active > a {
  background-color: #ac8642;
  color: #fff;
}
header .r3 .col1 ul.lvl-2 > li > a {
  padding: 13px;
  display: block;
  background-color: #fff;
  color: #4a4337;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .r3 .col1 ul.lvl-3 {
  display: none;
  width: 237px;
  min-height: 308px;
  box-shadow: 0px 13px 14px 0 rgba(0, 0, 0, 0.14);
  font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
  line-height: 118.7%;
  background-color: #fffbf5;
  position: absolute;
  left: 237px;
  top: 0;
}
header .r3 .col1 ul.lvl-3 > li {
  display: block;
}
header .r3 .col1 ul.lvl-3 > li > a {
  background-color: #fffbf5;
  color: #4a4337;
  display: block;
  padding: 9px 9px 9px 30px;
}
header .r3 .col1 ul.lvl-3 > li > a:first-child {
  padding-top: 13px;
}
header .r3 .col1 ul.lvl-3 > li > a:last-child {
  padding-bottom: 13px;
}
header .r3 .col1 ul.lvl-3 > li > a:hover {
  color: #fff;
  background-color: #ac8642;
}
header .r3 .col2 {
  width: 350px;
  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;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .r3 .col2 a {
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  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;
}
header .r3 .col2 a .icon {
  width: 27px;
  height: 27px;
}
header .r3 .col2 a .magnifier {
  position: absolute;
  right: 0;
  top: -1px;
}
header .r3 .col2 a .cart_w {
  position: relative;
  margin-left: 5px;
}
header .r3 .col2 a .cart_w .number {
  position: absolute;
  top: -4px;
  right: -4px;
  letter-spacing: 0;
  width: 14px;
  height: 14px;
  background-color: #e19b1e;
  border-radius: 50%;
  line-height: 120%;
  font-size: 0.714em;
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .r3 .col2 .form {
  display: none;
}
header .r3 .col2 .form input {
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  line-height: 110%;
}
header .r3 .col2 .form .icon {
  width: 27px;
  height: 27px;
}
header .r3 .col2 .form .wrapper {
  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;
}
header .r3 .col2 .form .submit,
header .r3 .col2 .form button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 27px;
  height: 27px;
  padding-right: 0;
}
header .breadcrumb {
  background-color: #f4f5f6;
  font-size: 0.875em;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 0;
}
header .breadcrumb:after {
  display: none;
}
header .breadcrumb a:not(:last-child) {
  color: #ac8642;
}
header .breadcrumb a:not(:last-child):after {
  content: "";
  background-image: url(https://www.shangri-la.com/Templates/Corporate/assets/img/icon/arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 11px;
  margin: 0 15px;
  position: relative;
  display: inline-block;
}
header .breadcrumb a.current {
  color: #4a4337;
}
header .app {
  padding: 0 20px;
}
header .app .phone {
  width: 16px;
  height: 16px;
}
footer .r1 {
  background-color: #333333;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
footer .r1 .row .col {
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
}
footer .r1 .row .col:not(:last-child) {
  margin-right: 60px;
}
footer .r1 .part {
  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;
}
footer .r1 .part .row .title {
  font-size: 0.875em;
  margin-bottom: 20px;
  padding-right: 10px;
}
footer .r1 .part .row .col3 .half {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .r1 .part .row .col3 .half ul {
  width: 50%;
}
footer .r1 .part .row ul li {
  font-size: 0.75em;
  margin-bottom: 15px;
  line-height: 120%;
}
footer .r1 .app {
  font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
}
footer .r1 .app .desc {
  font-size: 0.75em;
  margin-bottom: 17px;
}
footer .r1 .app .code {
  margin-bottom: 20px;
}
footer .r1 .app .code img {
  width: 222px;
}
footer .r1 .app .connect {
  font-size: 0.875em;
  font-family: "Montserrat-Medium", "SimHei", "Microsoft YaHei", "sans-serif";
  margin-bottom: 10px;
}
footer .r1 .app .social {
  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 .app .social a {
  margin-right: 40px;
}
footer .r1 .app .social .fb {
  width: 12px;
  height: 23px;
}
footer .r1 .app .social .tw {
  width: 22px;
  height: 18px;
}
footer .r1 .app .social .yt {
  width: 22px;
  height: 16px;
}
footer .r1 .app .social .ig {
  width: 20px;
  height: 20px;
}
footer .r1 .app .social .gplus {
  width: 26px;
  height: 23px;
}
footer .r2 {
  background-color: #f4f5f6;
  text-align: center;
  padding: 17px 0;
}
footer .r2 img {
  width: 511px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
footer .r3 {
  padding: 20px 0;
  font-size: 0.75em;
  font-family: "Montserrat-Light", "SimHei", "Microsoft YaHei", "sans-serif";
  color: #333333;
  background-color: #fff;
}
footer .r3 .nav {
  line-height: 116.6%;
  margin-bottom: 10px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .r3 .nav a {
  margin-bottom: 10px;
}
footer .r3 .nav a:not(:last-child):after {
  content: "|";
  color: #dddddd;
  margin: 0 10px;
}
footer .r3 .disclaimer {
  text-align: center;
  line-height: 133.3%;
}
