div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px transparent;
  background-color: transparent;
}
div::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background-color: transparent;
}
div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #979797;
}
body {
  font-family: 'OpenSans';
  overflow-x: hidden;
  pointer-events: none;
}
body>div {
  pointer-events: auto;
}
::-moz-selection {
  background-color: #073674;
  color: #ffffff;
}
::selection {
  background-color: #073674;
  color: #ffffff;
}
select {
  background-image: url('./../images/common/icon_lookbook_drop.png');
  background-position: calc(100% - 20px) center;
  background-size: auto 20%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  cursor: pointer;
}
.brands,
.about,
.promotes {
  margin: 30px 0;
}
.flex-grid {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.flex-grid>div {
  padding: 8px 0px;
  font-size: 17px;
  margin-right: 36px;
  border: transparent 2px solid;
}
.flex-grid>div.selection-radio {
  padding: 8px 36px;
  border-radius: 30px;
  background: #f3f3f3;
  cursor: pointer;
}
.flex-grid>div.selection-radio.active {
  background: #ffffff;
  border-color: #979797;
}
.skip-banner {
  margin-top: 115px;
}
.freeze {
  pointer-events: none !important;
}
.freeze.freeze-grey {
  background-color: #979797 !important;
}
.btn-custom {
  position: relative;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.btn-custom:after {
  content: "";
  background: rgba(255,255,255,0.3);
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -100% !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
  border-radius: 100%;
}
.btn-custom:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
  border-radius: 0;
}
.highlight {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 16px 32px;
  min-width: 300px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  border-radius: 35px;
}
.highlight.highlight-gold {
  color: #ffffff;
  background-color: #ae9144;
}
.highlight.highlight-blue {
  color: #ffffff;
  background-color: #073674;
}
.section-title {
  margin: 30px 0;
  height: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Montserrat';
  letter-spacing: 2.7px;
  white-space: nowrap;
  transition: 300ms;
}
.section-title .section-title-grey {
  color: #ae9144;
}
.section-title .section-title-black {
  color: #01204f;
}
.section-title .section-title-white {
  color: #ffffff;
}
.section-title .section-title-pink {
  color: #e90080;
}
.section-title.inactive {
  height: 0;
  margin: 0;
  overflow: hidden;
}
.checkbox {
  position: absolute;
  right: 0;
  top: 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox .tick {
  background-image: url('./../images/common/icon_filter_tick_on.png');
  opacity: 0;
  transition: 300ms;
}
.checkbox .border {
  background-image: url('./../images/common/icon_filter_tick_off.png');
}
.checkbox .tick,
.checkbox .border {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkbox span {
  pointer-events: none;
}
.checkbox span>a {
  pointer-events: auto;
}
.active>.checkbox .tick {
  opacity: 1;
}
.background-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #01204f;
  background: #ffffff;
  box-shadow: #eeeeee 0px 0px 10px 0px;
  transition: 300ms;
  z-index: 15;
}
.header a {
  color: #01204f;
  text-decoration: none;
}
.header .container {
  transition: 300ms;
}
.header ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.header ul>li,
.header ul>a>li {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 15px 0 10px;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 300ms;
  cursor: pointer;
}
.header ul>li.logo,
.header ul>a>li.logo {
  margin: 0 90px 0 0;
  padding: 0;
  transition: 300ms;
}
.header ul>li.logo img,
.header ul>a>li.logo img {
  width: auto;
  height: 49px;
  transition: 300ms;
}
.header ul>li.logo:hover,
.header ul>a>li.logo:hover {
  background-color: transparent;
}
.header ul>li.lang,
.header ul>li.login,
.header ul>a>li.lang,
.header ul>a>li.login {
  float: right;
  width: calc(19px + 20px + 20px);
  height: calc(19px + 20px + 20px);
  padding: 20px;
  background-position: center;
  background-size: auto 19px;
  background-repeat: no-repeat;
}
.header ul>li.lang,
.header ul>a>li.lang {
  background-image: url('./../images/common/icon_menu_language.png');
}
.header ul>li.lang>ol,
.header ul>a>li.lang>ol {
  left: auto;
  right: 0;
}
.header ul>li.lang>ol li,
.header ul>a>li.lang>ol li {
  width: auto;
}
.header ul>li.login,
.header ul>a>li.login {
  background-image: url('./../images/common/icon_menu_acc.png');
}
.header ul>li>ol,
.header ul>a>li>ol {
  position: absolute;
  list-style-type: none;
  padding: 20px 0 0;
  left: 0;
  top: 100%;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
}
.header ul>li>ol >a >li,
.header ul>a>li>ol >a >li {
  width: 150%;
  padding: 20px 35px;
  background: #ffffff;
  transition: 300ms;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 2px 0px;
}
.header ul>li>ol >a >li:hover,
.header ul>a>li>ol >a >li:hover {
  color: #ae9144;
}
.header ul>li>ol >a:first-child,
.header ul>a>li>ol >a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header ul>li>ol >a:last-child,
.header ul>a>li>ol >a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header ul>li>ol >li,
.header ul>a>li>ol >li {
  width: 150%;
  padding: 20px 35px;
  background: #ffffff;
  transition: 300ms;
}
.header ul>li>ol >li:hover,
.header ul>a>li>ol >li:hover {
  color: #ae9144;
}
.header ul>li:hover,
.header ul>a>li:hover {
  color: #ae9144;
}
.header ul>li:hover>ol,
.header ul>a>li:hover>ol {
  color: #01204f;
  opacity: 1;
  pointer-events: auto;
}
.header ul>li:hover>ol>li,
.header ul>a>li:hover>ol>li {
  height: auto;
}
.delay_quote {
  position: absolute;
  text-align: center;
  font-size: 12px !important;
  color: #ffffff !important;
}
.delay_quote .price-div {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 10px 0;
  padding: 8.5px 25.5px;
  border-radius: 34px;
  background-color: #ffffff;
  color: #01204f !important;
  font-weight: bold;
  font-size: 17px;
}
.delay_quote .price-from {
  color: #ffffff !important;
}
.footer {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url('./../images/common/footer/img_footer_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer hr {
  margin: 5px 0;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: color-gold;
}
.footer .sitemap>ul {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  list-style-type: none;
}
.footer .sitemap>ul>li,
.footer .sitemap>ul>a>li {
  display: inline-block;
  display: -webkit-inline-block;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  vertical-align: top;
  flex: 1;
}
.footer .sitemap>ul>li:first-child,
.footer .sitemap>ul>a>li:first-child {
  width: 150px;
  flex: 1;
}
.footer .sitemap>ul>li:last-child,
.footer .sitemap>ul>a>li:last-child {
  margin: 0;
}
.footer .sitemap>ul>li>ul,
.footer .sitemap>ul>a>li>ul {
  padding: 0;
  list-style-type: none;
}
.footer .sitemap>ul>li>ul>li,
.footer .sitemap>ul>li>ul>a>li,
.footer .sitemap>ul>a>li>ul>li,
.footer .sitemap>ul>a>li>ul>a>li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: unset;
  color: #c2b8b5;
}
.footer .sitemap>ul>li>ul>li.logo img,
.footer .sitemap>ul>li>ul>a>li.logo img,
.footer .sitemap>ul>a>li>ul>li.logo img,
.footer .sitemap>ul>a>li>ul>a>li.logo img {
  width: 150px;
}
.footer .sitemap>ul>li>ul>li.search,
.footer .sitemap>ul>li>ul>a>li.search,
.footer .sitemap>ul>a>li>ul>li.search,
.footer .sitemap>ul>a>li>ul>a>li.search {
  margin: 0px 0 0;
  padding: 0;
  height: 67px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
}
.footer .sitemap>ul>li>ul>li.search span,
.footer .sitemap>ul>li>ul>a>li.search span,
.footer .sitemap>ul>a>li>ul>li.search span,
.footer .sitemap>ul>a>li>ul>a>li.search span {
  vertical-align: top;
}
.footer .sitemap>ul>li>ul>li.search input,
.footer .sitemap>ul>li>ul>li.search .btn-search-submit,
.footer .sitemap>ul>li>ul>a>li.search input,
.footer .sitemap>ul>li>ul>a>li.search .btn-search-submit,
.footer .sitemap>ul>a>li>ul>li.search input,
.footer .sitemap>ul>a>li>ul>li.search .btn-search-submit,
.footer .sitemap>ul>a>li>ul>a>li.search input,
.footer .sitemap>ul>a>li>ul>a>li.search .btn-search-submit {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: top;
}
.footer .sitemap>ul>li>ul>li.search input,
.footer .sitemap>ul>li>ul>a>li.search input,
.footer .sitemap>ul>a>li>ul>li.search input,
.footer .sitemap>ul>a>li>ul>a>li.search input {
  padding: 20px;
  width: 333px;
  height: 67px;
  border: solid 1px #979797;
  font-size: 12px;
  color: #565656;
  background-color: #ffffff;
}
.footer .sitemap>ul>li>ul>li.search .btn-search-submit,
.footer .sitemap>ul>li>ul>a>li.search .btn-search-submit,
.footer .sitemap>ul>a>li>ul>li.search .btn-search-submit,
.footer .sitemap>ul>a>li>ul>a>li.search .btn-search-submit {
  width: 67px;
  height: 67px;
  background-color: #0d2d58;
  background-image: url('./../images/common/footer/icon_footer_search.png');
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.footer .sitemap>ul>li>ul>li.search.search_form,
.footer .sitemap>ul>li>ul>a>li.search.search_form,
.footer .sitemap>ul>a>li>ul>li.search.search_form,
.footer .sitemap>ul>a>li>ul>a>li.search.search_form {
  width: 240px;
  height: 40px;
  bottom: 20px;
}
.footer .sitemap>ul>li>ul>li.search.search_form input,
.footer .sitemap>ul>li>ul>a>li.search.search_form input,
.footer .sitemap>ul>a>li>ul>li.search.search_form input,
.footer .sitemap>ul>a>li>ul>a>li.search.search_form input {
  height: 40px;
  width: 200px;
}
.footer .sitemap>ul>li>ul>li.search.search_form .btn-search-submit,
.footer .sitemap>ul>li>ul>a>li.search.search_form .btn-search-submit,
.footer .sitemap>ul>a>li>ul>li.search.search_form .btn-search-submit,
.footer .sitemap>ul>a>li>ul>a>li.search.search_form .btn-search-submit {
  height: 40px;
  width: 40px;
  background-size: auto 16px;
}
.footer .sitemap>ul>li>ul>a:first-child>li,
.footer .sitemap>ul>li>ul>a>li.head,
.footer .sitemap>ul>a>li>ul>a:first-child>li,
.footer .sitemap>ul>a>li>ul>a>li.head {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.footer .sitemap>ul>li>ul>a:hover>li,
.footer .sitemap>ul>a>li>ul>a:hover>li {
  color: #ae9144;
}
.footer .sitemap>ul>li>ul>li:first-child,
.footer .sitemap>ul>li>ul>li.head,
.footer .sitemap>ul>a>li>ul>li:first-child,
.footer .sitemap>ul>a>li>ul>li.head {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.footer .copyright {
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}
.footer .tc {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
}
.footer .tc span:after {
  content: '';
  margin: 0 16px;
  border-left: #ffffff 1px solid;
}
.footer .tc span:last-child:after {
  display: none;
}
.banner {
  position: relative;
  width: calc(1920vw / 19.2);
  height: calc(720vw / 19.2);
}
.banner.banner-video {
  width: calc(1920vw / 19.2);
  height: calc(1080vw / 19.2);
}
.banner>div,
.banner>div>div:first-child,
.banner>div>div:first-child>div,
.banner>div>div:first-child>div>div:first-child {
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #afafaf;
}
.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}
.banner .search {
  margin: 40px auto 0;
  padding: 0;
  height: 67px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: auto;
}
.banner .search input,
.banner .search .btn-search-submit {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: top;
}
.banner .search input {
  padding: 20px;
  width: 333px;
  height: 67px;
  border: solid 1px #979797;
  font-size: 20px;
  color: #565656;
  background-color: #ffffff;
}
.banner .search .btn-search-submit {
  width: 67px;
  height: 67px;
  background-color: #0d2d58;
  background-image: url('./../images/common/footer/icon_footer_search.png');
  background-position: center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.banner[data-view=true]+.header {
  top: 30px;
  left: calc(50vw - 775px);
  right: calc(50vw - 775px);
  border-radius: 30px;
  background-color: rgba(255,255,255,0.4);
  box-shadow: none;
}
.banner[data-view=true]+.header ul {
  margin-bottom: 0;
}
.banner[data-view=true]+.header ul li {
  margin: 0;
  padding: 17.5px 40px;
}
.banner[data-view=true]+.header ul li.logo {
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.banner[data-view=true]+.header ul li.logo img {
  width: 0;
  height: 0;
}
.banner[data-view=true]+.header ul li.logo+li {
  margin-left: 40px;
}
.banner[data-view=true]+.header ul li.lang {
  margin-right: 40px;
}
.banner[data-view=true]+.header ul li ol li {
  background-color: rgba(255,255,255,0.7);
}
.banner .banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
  z-index: 1;
  pointer-events: none;
}
.banner .banner-content .description {
  color: #ffffff;
  text-align: center;
  text-shadow: rgba(0,0,0,0.3) 1px 1px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.banner .banner-content .description .title {
  font-size: 36px;
  font-weight: bold;
}
.banner .banner-content.banner-content-index .logo img {
  margin-top: calc(20vw / 19.2);
  margin-bottom: calc(60vw / 19.2);
  width: auto;
  height: calc(200vw / 19.2);
}
.banner .banner-content.banner-content-index .highlight {
  margin: calc(40vw / 19.2) calc(30vw / 19.2);
}
.about {
  position: relative;
  padding-top: 0px;
  background: #ffffff;
  transition: 300ms;
  z-index: 8;
}
.about.focus {
  padding-top: 0;
}
.about.focus .container {
  background: #ffffff;
}
.about.focus.focus-full .container {
  width: 100%;
}
.about .about-col {
  margin-top: 0px;
  min-height: auto;
  text-align: left;
  transition: 300ms;
  opacity: 1;
}
.about .about-col h3 {
  margin: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  text-align: center;
  transition: 300ms;
}
.about .about-col .circle {
  display: inline-block;
  display: -webkit-inline-block;
  width: 348px;
  height: 348px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 300ms;
}
.about .about-col .circle .border {
  position: absolute;
  width: 348px;
  height: 348px;
  border-radius: 50%;
  background: #ffffff;
  transform: scale(.9);
  transition: 300ms;
  z-index: 1;
}
.about .about-col .circle .image {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 30px 30px 0;
  width: 308px;
  height: 308px;
  border: #ffffff 10px solid;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: auto 288px;
  background-repeat: no-repeat;
  transition: 300ms;
  z-index: 2;
}
.about .about-col .bg-circle {
  position: absolute;
  left: -737.8px;
  top: 0;
  width: 750px;
  height: 750px;
  border: solid 0px #ffffff;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: 725px 725px;
  background-repeat: no-repeat;
  transition: 300ms;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.about .about-col .description {
  display: none;
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: unset;
  transition: 300ms;
  opacity: 0;
}
.about .about-col .section-title {
  margin-bottom: 30px;
  text-align: left;
}
.about .about-col .about-back {
  margin-top: 30px;
  padding-left: 21px;
  font-size: 14px;
  letter-spacing: 0.6px;
  background-image: url('./../images/common/icon_aboutus_back.png');
  background-position: left center;
  background-size: auto 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.about .about-col.style-square .circle {
  border-radius: 200%;
}
.about .about-col.style-square .description {
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.about .about-col.style-square .description * {
  display: inline-block;
  display: -webkit-inline-block;
}
.about .about-col.style-square .description .about-back {
  margin-top: 0;
  color: #ffffff;
  background-image: url('./../images/common/icon_ms_back.png');
}
.about .about-col.hover:hover h3 {
  font-size: 25.5px;
}
.about .about-col.hover:hover .circle .border {
  background: #ae9144;
  transform: scale(1);
}
.about .about-col.hover:hover .circle .image {
  margin: 10px 0 0;
  width: 328px;
  height: 328px;
  background-size: auto 324px;
}
.about .about-col.inactive {
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.about .about-col.inactive .circle .border,
.about .about-col.inactive .circle .image {
  transform: scale(0);
}
.about .about-col.inactive .circle .border .border,
.about .about-col.inactive .circle .image .border {
  transform: scale(0);
}
.about .about-col.inactive h3 {
  transform: scale(0);
}
.about .about-col.inactive.active {
  min-height: 750px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  opacity: 1;
  height: auto;
}
.about .about-col.inactive.active.style-circle .circle {
  margin-left: 250px;
  margin-top: 250px;
  cursor: default;
}
.about .about-col.inactive.active.style-circle .circle .border {
  transform: scale(0);
}
.about .about-col.inactive.active.style-circle .circle .image {
  transform: scale(1);
  width: 250px;
  height: 250px;
  box-shadow: #d8cac3 2px 2px 18px 0px;
}
.about .about-col.inactive.active.style-circle h3 {
  transform: scale(1);
  display: none;
}
.about .about-col.inactive.active.style-circle .description {
  display: inline-block;
  display: -webkit-inline-block;
  width: calc(100% - 615px);
  width: 900px;
  vertical-align: top;
  white-space: normal;
  opacity: 1;
}
.about .about-col.inactive.active.style-square {
  min-height: auto;
  height: auto;
}
.about .about-col.inactive.active.style-square .circle {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: calc(480vw / 19.2);
  cursor: default;
  overflow: hidden;
  border-radius: 0;
}
.about .about-col.inactive.active.style-square .circle .border {
  transform: scale(0);
}
.about .about-col.inactive.active.style-square .circle .image {
  margin: 0;
  width: 100%;
  height: calc(480vw / 19.2);
  border-width: 0;
  border-radius: 0%;
  background-size: auto 100%;
  transform: scale(1);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.about .about-col.inactive.active.style-square h3 {
  transform: scale(1);
  display: none;
}
.about .about-col.inactive.active.style-square .description {
  display: inline-block;
  display: -webkit-inline-block;
  width: calc(100% - 615px);
  width: 900px;
  vertical-align: top;
  white-space: normal;
  opacity: 1;
}
.about .about-col.inactive.active .bg-circle {
  left: -300px;
  border-width: 12.5px;
  border-color: #d8cac3;
  opacity: 1;
}
.about .about-col.inactive.hover:hover h3 {
  font-size: 32px;
}
.about .about-col.inactive.hover:hover .circle .border {
  background: #ffffff;
  transform: scale(.95);
}
.about .about-col.inactive.hover:hover .circle .image {
  margin: 30px;
  width: 250px;
  height: 250px;
  background-size: auto 250.5px;
}
.about-description {
  position: relative;
  height: auto;
  z-index: -1;
}
.about-description .about-content {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 0;
  overflow: hidden;
  transition: 300ms;
  opacity: 0;
}
.about-description .about-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
}
.about-description .about-content .description {
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  transition: 300ms;
  opacity: 0;
}
.about-description .about-content.active {
  margin-top: 150px;
  height: auto;
  opacity: 1;
}
.about-description .about-content.active .description {
  opacity: 1;
}
.about-description .about-back {
  margin-top: 30px;
  padding-left: 42px;
  font-size: 21px;
  letter-spacing: 0.6px;
  background-image: url('./../images/common/icon_aboutus_back.png');
  background-position: left center;
  background-size: auto 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 0;
  color: #ffffff;
  background-image: url('./../images/common/icon_ms_back.png');
  margin: 80px auto;
  display: inline-block;
  display: -webkit-inline-block;
  background-size: auto 100%;
}
.about-description .milestones {
  color: #ffffff;
}
.about-description .milestones .milestone-col {
  text-align: center;
  text-shadow: #01204f 1px 1px;
}
.about-description .milestones .milestone-col .image {
  width: 340px;
  height: 224px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-description .milestones .milestone-col .title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.5px;
}
.about-description .milestones .milestone-col .description {
  position: relative;
  width: 340px;
  height: 224px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: left;
}
.about-description .milestones .milestone-col .description>div {
  position: absolute;
}
.about-description .milestones .milestone-col .dots {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 70px -40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d8cac3;
}
.about-description .milestones .milestone-col .dots:before,
.about-description .milestones .milestone-col .dots:after {
  content: "";
  position: absolute;
  width: calc(90%);
  height: 2px;
  top: calc(50% - 3px);
  background: #d8cac3;
}
.about-description .milestones .milestone-col .dots:before {
  right: 50%;
}
.about-description .milestones .milestone-col .dots:after {
  left: 50%;
}
.about-description .milestones .milestone-col:nth-child(2n+1) .description>div {
  top: 0;
}
.about-description .milestones .milestone-col:nth-child(2n) .description>div {
  bottom: 0;
}
.about-description .milestones .milestone-col:first-child .dots:before,
.about-description .milestones .milestone-col:last-child .dots:after {
  display: none;
}
.about-description .milestones .swiper-button-prev,
.about-description .milestones .swiper-button-next {
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 300ms;
}
.about-description .milestones .swiper-button-prev {
  left: 0;
  background-image: url('./../images/common/icon_ms_previous.png');
}
.about-description .milestones .swiper-button-next {
  right: 0;
  background-image: url('./../images/common/icon_ms_next.png');
}
.about-description .milestones .swiper-button-next.swiper-button-disabled,
.about-description .milestones .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.brands {
  margin-top: 30px;
}
.brands h2 {
  margin-bottom: 30px;
}
.brands .description {
  margin: 30px 0;
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  transition: 300ms;
}
.brands .brand-col {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 20px 20px;
  width: 350px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}
.brands .brand-col:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}
.brands .brand-col:nth-child(4n) {
  margin-right: 0;
}
.brands .brand-col .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 300ms;
}
.brands .brand-col .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0);
  transform: scale(1);
  transition: 300ms;
}
.brands .brand-col .content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%,-50%) scale(0) rotate(720deg);
  transition: 300ms;
}
.brands .brand-col .content .fb,
.brands .brand-col .content .ig,
.brands .brand-col .content .yt,
.brands .brand-col .content .wc,
.brands .brand-col .content .tt,
.brands .brand-col .content .wb,
.brands .brand-col .content .wt {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.brands .brand-col .content .fb:hover,
.brands .brand-col .content .ig:hover,
.brands .brand-col .content .yt:hover,
.brands .brand-col .content .wc:hover,
.brands .brand-col .content .tt:hover,
.brands .brand-col .content .wb:hover,
.brands .brand-col .content .wt:hover {
  background-color: rgba(0,0,0,0.3);
}
.brands .brand-col .content .fb {
  background-image: url('./../images/common/icon_brand_fb.png');
}
.brands .brand-col .content .ig {
  background-image: url('./../images/common/icon_brand_ig.png');
}
.brands .brand-col .content .yt {
  background-image: url('./../images/common/icon_brand_yt.png');
}
.brands .brand-col .content .wc {
  background-image: url('./../images/common/icon_brand_wechat.png');
}
.brands .brand-col .content .tt {
  background-image: url('./../images/common/Twitter_Icon_white.png');
}
.brands .brand-col .content .wb {
  background-image: url('./../images/common/Weibo_Icon_white.png');
}
.brands .brand-col .content .wt {
  background-image: url('./../images/common/WhatsApp_Icon_white.png');
}
.brands .brand-col .content .gotoShop {
  display: inline-block;
  display: -webkit-inline-block;
  font-size: 17px;
  padding: 12px 64px 12px 30px;
  height: auto;
  color: #ffffff;
  letter-spacing: 1.1px;
  text-decoration: none;
  border-radius: 30px;
  background-image: url('./../images/common/icon_brand_next.png');
  background-position: calc(100% - 24px) center;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.brands .brand-col .content .gotoShop:hover {
  background-color: rgba(0,0,0,0.3);
}
.brands .brand-col:hover .image {
  background-size: 120% 120%;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.brands .brand-col:hover .mask {
  background: rgba(0,0,0,0.5);
  transform: scale(1);
}
.brands .brand-col:hover .content {
  transform: translate(-50%,-50%) scale(1) rotate(0deg);
}
.promotes a .promote-col {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 27.5px;
  width: 470px;
  vertical-align: top;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 10px 1px;
}
.promotes a .promote-col .image {
  width: 100%;
  height: 279px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 300ms;
}
.promotes a .promote-col .content {
  padding: 30px 18px 30px 18px;
  background-image: url('./../images/common/icon_news_next.png');
  background-position: calc(100%) center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.promotes a .promote-col .content .title {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1.1px;
  color: #01204f;
}
.promotes a .promote-col .content .date {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #666666;
}
.promotes a .promote-col:hover .image {
  background-size: 120%;
}
.promotes a:nth-child(3n+1) .promote-col {
  margin-left: 0;
  clear: both;
}
.promotes a:nth-child(3n) .promote-col {
  margin-right: 0;
}
.contact .contact-information {
  margin-bottom: 30px;
}
.contact .contact-information table {
  width: 100%;
}
.contact .contact-information td {
  padding: 0 10px;
  vertical-align: top;
}
.contact .title {
  font-size: 25.5px;
  margin: 25.5px 0;
}
.contact .title:first-child {
  margin-top: 0;
}
.contact .content {
  font-size: 12.75px;
}
.contact #map {
  position: relative;
  margin-bottom: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 385px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(0,0,0,0.3);
}
.contact .form-group {
  margin-bottom: 34px;
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  font-size: 17px;
  letter-spacing: 0.4px;
  color: #01204f;
  border: #f3f3f3 2px solid;
  outline: none !important;
  background-color: #f3f3f3;
}
.contact input {
  padding: 0 25.5px;
  height: 42.5px;
  border-radius: 40px;
}
.contact input+.input-error {
  position: absolute;
  display: none;
  margin-top: 0px;
  left: 40px;
  text-align: left;
  font-weight: 600;
  color: #d0021b;
}
.contact input.error {
  border-color: #d0021b;
  background-image: url('./../images/regist/icon_mark.png');
  background-position: calc(100% - 20px) center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.contact input.error+.input-error {
  display: block;
}
.contact select {
  padding: 0 25.5px;
  height: 42.5px;
  border-radius: 40px;
}
.contact textarea {
  padding: 8.5px 25.5px;
  height: 119px;
  border-radius: 20px;
  resize: none;
}
.contact textarea+.input-error {
  position: absolute;
  display: none;
  margin-top: 0px;
  left: 40px;
  text-align: left;
  font-weight: 600;
  color: #d0021b;
}
.contact textarea.error {
  border-color: #d0021b;
  background-image: url('./../images/regist/icon_mark.png');
  background-position: calc(100% - 20px) 10px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.contact textarea.error+.input-error {
  display: block;
}
.contact.contact-2 textarea {
  height: 195.5px;
}
.contact .btn-submit-contact-div {
  text-align: center;
}
.contact .btn-submit-contact {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 8.5px 17px;
  width: 200px;
  height: 42.5px;
  border-radius: 40px;
  background-color: #ae9144;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.news .section-title {
  font-size: 30px;
  text-align: left;
  white-space: normal;
  height: auto;
}
.news .main-img {
  width: calc(100% - 30px);
  transition: 300ms;
}
.gallerys {
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
.gallerys .description {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  transition: 300ms;
}
.gallerys .filter-div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
}
.gallerys .filter-div .filter-col {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0px 150px;
  padding: 12px 30px;
  min-width: 300px;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #01204f;
  text-align: center;
  cursor: pointer;
  min-width: auto !important;
  margin: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallerys .filter-div .filter-col:first-child {
  margin-left: 0;
}
.gallerys .filter-div .filter-col:last-child {
  margin-right: 0;
}
.gallerys .filter-div .filter-col.active {
  font-weight: bold;
}
.gallerys .filter-div .filter-col.active:hover {
  color: #ae9144;
}
.gallerys .filter-div+.magic-line {
  position: absolute;
  content: '';
  left: 0;
  min-width: 100px;
  width: 10px;
  height: 3px;
  background: #000000;
  transform: translateX(-50%);
  transition: left 1000ms, width 500ms;
}
.gallerys .gallery-grid {
  margin-top: 30px;
  z-index: 6;
}
.gallerys .gallery-grid .grid-sizer {
  width: 487px;
}
.gallerys .gallery-grid .grid-gutter {
  width: 29px;
}
.gallerys .gallery-grid .gallery-col {
  margin-bottom: 1.5px;
  cursor: pointer;
}
.gallerys .gallery-grid .gallery-col>div {
  margin: 5px;
  padding: 5px;
  border: #ffffff 0px solid;
  transition: 300ms;
  background: #ffffff;
}
.gallerys .gallery-grid .gallery-col .image {
  position: relative;
  box-shadow: 2px 2px 20px 0 rgba(145,145,145,0.5);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 300ms;
}
.gallerys .gallery-grid .gallery-col .image.image-1 {
  width: 487px;
  height: 628px;
}
.gallerys .gallery-grid .gallery-col .image.image-2 {
  width: 1003px;
  height: 628px;
}
.gallerys .gallery-grid .gallery-col .image>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  transform: scaleY(0);
  transition: 300ms;
  opacity: 0;
}
.gallerys .gallery-grid .gallery-col .image>div>div {
  position: absolute;
  display: inline-block;
  display: -webkit-inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  text-align: center;
}
.gallerys .gallery-grid .gallery-col .image>div>div p {
  margin-bottom: 40px;
  font-size: 17px;
}
.gallerys .gallery-grid .gallery-col .image>div>div .btn-custom {
  width: 280px;
  padding: 12px 30px;
  border: #ffffff 1px solid;
  font-size: 13.6px;
}
.gallerys .gallery-grid .gallery-col:hover>div {
  margin: 0px;
  border-width: 5px;
  border-radius: 0%;
}
.gallerys .gallery-grid .gallery-col:hover .image {
  background-size: 120%;
}
.gallerys .gallery-grid .gallery-col:hover .image>div {
  border-radius: 0%;
  transform: scaleY(1);
  opacity: 1;
}
.gallerys .gallery-more {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  margin: 30px 50%;
  padding: 7.5px 15px;
  min-width: 240px;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #000000;
  transform: translateX(-50%);
  transition: 300ms;
}
.gallerys .hots .section-title {
  margin-bottom: 80px;
  text-align: left;
}
.gallerys .hots .hot-items {
  margin-bottom: 40px;
  padding: 0 30px 30px;
}
.gallerys .hots .hot-items .hot-item>div {
  width: 433px;
  height: 553px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: 300ms;
  cursor: pointer;
}
.gallerys .hots .hot-items .hot-item:hover>div {
  background-size: auto 120%;
}
.gallerys .hots .hot-items .swiper-pagination-bullet {
  margin: 0 15px;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #d7d7d7;
}
.gallerys .hots .hot-items .swiper-pagination-bullet-active {
  background: #838383;
}
.gallerys .hots .hot-items .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
.gallerys .hots .hot-items .swiper-container-horizontal>.swiper-pagination-bullets,
.gallerys .hots .hot-items .swiper-pagination-custom,
.gallerys .hots .hot-items .swiper-pagination-fraction {
  bottom: 80px;
}
.gallerys .hots .hot-items .swiper-button-prev,
.gallerys .hots .hot-items .swiper-button-next {
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 300ms;
}
.gallerys .hots .hot-items .swiper-button-prev {
  left: 0;
  background-image: url('./../images/common/icon_ms_previous.png');
}
.gallerys .hots .hot-items .swiper-button-next {
  right: 0;
  background-image: url('./../images/common/icon_ms_next.png');
}
.gallerys .hots .hot-items .swiper-button-next.swiper-button-disabled,
.gallerys .hots .hot-items .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.gallerys>.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  transition: 300ms;
  opacity: 0;
  z-index: 12;
  pointer-events: none;
}
.gallerys.filting>.mask {
  opacity: 1;
  pointer-events: auto;
}
.gallerys-popup,
.brand-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 300ms;
  opacity: 0;
  z-index: -1;
}
.gallerys-popup.open,
.brand-popup.open {
  opacity: 1;
  z-index: 20;
}
.gallerys-popup.open .image,
.brand-popup.open .image {
  transform: translate(-50%,-50%) scale(1);
}
.gallerys-popup .mask,
.brand-popup .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.gallerys-popup .image,
.brand-popup .image {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  transition: 300ms;
  transform: translate(-50%,-50%) scale(0);
}
.gallerys-popup .image .brand-popup img,
.brand-popup .image .brand-popup img {
  max-width: 90vw;
  max-height: 90vh;
}
.gallerys-popup .image .btn-popup-close,
.brand-popup .image .btn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url('./../images/common/btn_close.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(50%,-50%);
  cursor: pointer;
}
.gallerys-filter,
.brands-filter {
  position: absolute;
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 0px;
  left: 0;
  right: 0;
  z-index: 14;
  transition: 300ms;
  pointer-events: none;
}
.gallerys-filter.gallerys-filter,
.brands-filter.gallerys-filter {
  margin-top: -105px;
  padding-top: 80px;
}
.gallerys-filter.gallerys-filter .checkbox,
.brands-filter.gallerys-filter .checkbox {
  top: 10px;
}
.gallerys-filter .btn-filter,
.brands-filter .btn-filter {
  position: absolute;
  margin-right: 15px;
  padding-right: 40px;
  right: 0;
  top: 35px;
  font-family: 'OpenSans';
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  transition: 300ms;
  pointer-events: auto;
  cursor: pointer;
}
.gallerys-filter .btn-filter:after,
.brands-filter .btn-filter:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url('./../images/common/icon_lookbook_drop.png');
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  transition: 300ms;
}
.gallerys-filter .content .filting-title,
.brands-filter .content .filting-title {
  width: 0%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  transition: 300ms;
}
.gallerys-filter .content .filting-grid,
.brands-filter .content .filting-grid {
  height: 0px;
  overflow: hidden;
  transition: 300ms;
}
.gallerys-filter .content .filting-grid .collecions-grid,
.brands-filter .content .filting-grid .collecions-grid {
  margin: 20px 0px;
  width: 25%;
  border-right: solid 1px #979797;
}
.gallerys-filter .content .filting-grid .categories-grid,
.brands-filter .content .filting-grid .categories-grid {
  margin: 20px 0px;
  width: 75%;
  border-left: solid 1px #979797;
  transform: translateX(-1px);
}
.gallerys-filter .content .filting-grid .collecions-grid,
.gallerys-filter .content .filting-grid .categories-grid,
.brands-filter .content .filting-grid .collecions-grid,
.brands-filter .content .filting-grid .categories-grid {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  padding-right: 40px;
  vertical-align: top;
}
.gallerys-filter .content .filting-grid .collecions-grid table,
.gallerys-filter .content .filting-grid .categories-grid table,
.brands-filter .content .filting-grid .collecions-grid table,
.brands-filter .content .filting-grid .categories-grid table {
  width: 100%;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
}
.gallerys-filter .content .filting-grid .collecions-grid table th,
.gallerys-filter .content .filting-grid .categories-grid table th,
.brands-filter .content .filting-grid .collecions-grid table th,
.brands-filter .content .filting-grid .categories-grid table th {
  padding: 20px 40px;
  font-weight: bold;
}
.gallerys-filter .content .filting-grid .collecions-grid table tr td,
.gallerys-filter .content .filting-grid .categories-grid table tr td,
.brands-filter .content .filting-grid .collecions-grid table tr td,
.brands-filter .content .filting-grid .categories-grid table tr td {
  position: relative;
  padding: 20px 40px;
  vertical-align: top;
}
.gallerys-filter .content .filting-grid .collecions-grid table tr td.active,
.gallerys-filter .content .filting-grid .categories-grid table tr td.active,
.brands-filter .content .filting-grid .collecions-grid table tr td.active,
.brands-filter .content .filting-grid .categories-grid table tr td.active {
  font-weight: bold;
}
.gallerys-filter.filting,
.brands-filter.filting {
  padding-bottom: 100px;
  background-color: #ffffff;
  pointer-events: auto;
}
.gallerys-filter.filting .btn-filter:after,
.brands-filter.filting .btn-filter:after {
  transform: rotate(180deg);
}
.gallerys-filter.filting .content .filting-title,
.brands-filter.filting .content .filting-title {
  width: 100%;
}
.gallerys-filter.brands-filter,
.brands-filter.brands-filter {
  margin: 0;
  padding: 0;
  top: 0;
}
.gallerys-filter.brands-filter .btn-filter,
.brands-filter.brands-filter .btn-filter {
  top: 0;
  font-size: 30px;
}
.gallerys-filter.brands-filter .content .filting-grid,
.brands-filter.brands-filter .content .filting-grid {
  box-shadow: rgba(175,175,175,0.5) 0px 2px 2px -2px;
  background: #ffffff;
}
.gallerys-filter.brands-filter .content .filting-grid .categories-grid,
.brands-filter.brands-filter .content .filting-grid .categories-grid {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gallerys-filter.brands-filter .content .filting-grid .categories-grid table,
.brands-filter.brands-filter .content .filting-grid .categories-grid table {
  font-size: 18px;
}
.gallerys-filter.brands-filter .content .filting-grid .categories-grid table tr td,
.brands-filter.brands-filter .content .filting-grid .categories-grid table tr td {
  width: 25%;
  padding: 12px 30px 12px 12px;
  font-size: 18px;
}
.gallerys-filter.brands-filter .checkbox,
.brands-filter.brands-filter .checkbox {
  top: 6px;
  width: 18px;
  height: 18px;
}
.gallerys-filter.brands-filter .checkbox .tick,
.gallerys-filter.brands-filter .checkbox .border,
.brands-filter.brands-filter .checkbox .tick,
.brands-filter.brands-filter .checkbox .border {
  width: 18px;
  height: 18px;
}
.socials {
  position: relative;
  margin: 30px 0;
}
.socials .section-title {
  font-size: 12px;
  height: auto;
  margin: 12px 0;
}
.socials .socials-grid {
  text-align: center;
}
.socials .fb,
.socials .ig,
.socials .yt,
.socials .wc,
.socials .tt,
.socials .wb,
.socials .wt {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0 8px;
  padding: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-color: #01204f;
  transition: 300ms;
  cursor: pointer;
}
.socials .fb {
  background-image: url('./../images/common/icon_brand_fb.png');
}
.socials .ig {
  background-image: url('./../images/common/icon_brand_ig.png');
}
.socials .yt {
  background-image: url('./../images/common/icon_brand_yt.png');
}
.socials .wc {
  background-image: url('./../images/common/icon_brand_wechat.png');
}
.socials .tt {
  background-image: url('./../images/common/Twitter_Icon_white.png');
}
.socials .wb {
  background-image: url('./../images/common/Weibo_Icon_white.png');
}
.socials .wt {
  background-image: url('./../images/common/WhatsApp_Icon_white.png');
}
.infos {
  position: relative;
}
.infos .content-left,
.infos .content-right {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  padding-top: 90px;
  min-height: 100vh;
  vertical-align: top;
}
.infos .content-left {
  width: 700px;
  transition: 300ms;
}
.infos .content-right {
  width: calc(100% - 700px);
}
.infos.directors {
  max-height: 100vh;
  background-image: url('./../images/director/img_profile_bg01.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.infos.directors .content-left {
  background: #c2b8b5;
}
.infos.directors .section-menu {
  padding: 50px;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}
.infos.directors .section-menu .active {
  padding-left: 50px;
  height: auto;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  text-align: left;
  white-space: normal;
  border-left: #ffffff 9px solid;
}
.infos.directors .section-menu ul {
  padding: 0;
  list-style-type: none;
}
.infos.directors .section-menu ul li {
  margin: 30px 0;
  padding-left: 59px;
  color: #ffffff;
  font-size: 17px;
  transition: 300ms;
  cursor: pointer;
}
.infos.directors .section-menu ul li:hover {
  color: #073674;
}
.infos.directors .section-menu ul li:first-child {
  margin-bottom: 0;
}
.infos.directors .section-menu ul li:last-child {
  margin-bottom: 0;
}
.infos.directors .content-box {
  position: absolute;
  padding: 40px 0 40px 40px;
  left: 20px;
  right: 20px;
  top: 105px;
  bottom: 20px;
  font-size: 14px;
  border-radius: 17px;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px 0 rgba(175,175,175,0.5);
  transition: 300ms;
  overflow: hidden;
  opacity: 0;
}
.infos.directors .content-box.active {
  opacity: 1;
}
.infos.directors .content-box .content-title {
  margin-bottom: 40px;
  padding: 0px 0 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #01204f;
  border-bottom: solid 1px #666666;
}
.infos.directors .content-box .content-body {
  position: relative;
  margin-right: 15px;
  height: calc(100% - 80px);
  overflow: auto;
  z-index: 8;
  -ms-scrollbar-highlight-color: bisque;
  -ms-scrollbar-face-color: red;
  -ms-scrollbar-arrow-color: red;
  border-color: red;
}
.infos.directors .content-box .content-body ul {
  margin-bottom: 25.5px;
  padding: 0;
  list-style-type: none;
}
.infos.directors .content-box .content-body ul li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
}
.infos.directors .content-box .content-body ul li:first-child {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.infos.directors .content-box .content-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px transparent;
  background-color: transparent;
}
.infos.directors .content-box .content-body::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background-color: transparent;
}
.infos.directors .content-box .content-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #979797;
}
.infos.directors .content-box .content-body .fake-scroll {
  position: absolute;
  right: 0;
  top: 0px;
  height: 50px;
  width: 10px;
}
.infos.directors .content-box .content-body .fake-scroll>div {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #979797;
  transition: 100ms;
}
.infos.directors .content-box .content-body.not-webkit {
  margin-right: -17px;
}
.infos.directors .content-box .filter-div {
  position: absolute;
  top: 80px;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
  z-index: 8;
}
.infos.directors .content-box .filter-div .filter-col {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0px 10px;
  padding: 10px 0;
  min-width: auto;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ae9144;
  text-align: center;
  cursor: pointer;
}
.infos.directors .content-box .filter-div .filter-col:first-child {
  margin-left: 0;
}
.infos.directors .content-box .filter-div .filter-col:last-child {
  margin-right: 0;
}
.infos.directors .content-box .filter-div .filter-col.active {
  font-weight: bold;
}
.infos.directors .content-box .filter-div .filter-col.active:hover {
  color: #ae9144;
}
.infos.directors .content-box .filter-div+.magic-line {
  position: absolute;
  content: '';
  left: 0;
  width: 10px;
  height: 1px;
  background: #000000;
  transition: left 1000ms, width 500ms;
}
.infos.locations #map {
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}
.infos.locations .content-left {
  width: 600px;
  padding: 100px 30px 0px;
  transition: 300ms;
}
.infos.locations .content-left.open {
  padding: 100px 0px 0px;
}
.infos.locations .content-right {
  width: calc(100% - 600px);
}
.infos.locations .brand-widget {
  min-height: 128px;
  height: 0px;
}
.infos.locations .brand-widget .brand-selected {
  position: relative;
  width: 100%;
  height: 128px;
  text-align: center;
  box-shadow: 0px 0px 0px 0 rgba(177,177,177,0);
  transition: 300ms;
  z-index: 9;
  cursor: pointer;
}
.infos.locations .brand-widget .brand-selected img {
  max-width: 100%;
  max-height: 100%;
}
.infos.locations .brand-widget .brand-selected img+.after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url('./../images/common/icon_lookbook_drop.png');
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  transition: 300ms;
}
.infos.locations .brand-widget .brand-selected[data-open="1"] {
  box-shadow: 0px 6px 6px 0 rgba(177,177,177,0.5);
}
.infos.locations .brand-widget .brand-selected[data-open="1"] img+.after {
  transform: rotate(180deg);
}
.infos.locations .brand-widget .brand-selected[data-open="1"]+.brand-grid {
  min-height: calc(100vh - 235px);
  overflow-y: auto;
}
.infos.locations .brand-widget .brand-selected[data-open="1"]+.brand-grid .brand {
  pointer-events: auto;
}
.infos.locations .brand-widget .brand-grid {
  position: relative;
  min-height: 0px;
  max-height: calc(100vh - 225px);
  height: 0px;
  background: #ffffff;
  z-index: 8;
  transition: 300ms;
  overflow-y: hidden;
}
.infos.locations .brand-widget .brand-grid .brand {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0% 8%;
  padding-top: 25%;
  width: 34%;
  height: 0;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 300ms;
  pointer-events: none;
  cursor: pointer;
}
.infos.locations .brand-widget .brand-grid .brand:hover {
  transform: scale(1.2);
}
.infos.locations .search-widget .title {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.8px;
}
.infos.locations .search-widget input[type=text] {
  padding: 0px 30px 11px 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: solid 1px #979797;
  outline: none;
  background-image: url('./../images/shops/icon_location_search.png');
  background-position: right center;
  background-size: auto 20px;
  background-repeat: no-repeat;
}
.infos.locations .search-widget input[type=text]:focus {
  color: #ae9144;
  border-bottom-color: #ae9144;
}
.infos.locations .shop-widget {
  position: relative;
}
.infos.locations .shop-widget .shop-grid {
  margin-top: 30px;
  max-height: calc(100vh - 475px);
  padding-bottom: 240px;
  overflow-y: auto;
  transition: 300ms;
}
.infos.locations .shop-widget .shop-grid .shop {
  cursor: pointer;
}
.infos.locations .shop-widget .shop-grid .shop:hover {
  background-color: rgba(245,166,35,0.15);
}
.infos.locations .shop-widget .shop-grid .shop .image,
.infos.locations .shop-widget .shop-grid .shop .content {
  display: inline-block;
  display: -webkit-inline-block;
  margin-top: 30px;
  vertical-align: top;
}
.infos.locations .shop-widget .shop-grid .shop .image {
  width: 125px;
  height: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.infos.locations .shop-widget .shop-grid .shop .content {
  margin-left: 30px;
  padding-bottom: 30px;
  width: calc(100% - 155px);
  min-height: 155px;
  border-bottom: #979797 1px solid;
}
.infos.locations .shop-widget .shop-grid .shop .content .shop-name {
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.6px;
}
.infos.locations .shop-widget .shop-grid .shop .content .shop-address,
.infos.locations .shop-widget .shop-grid .shop .content .shop-contact {
  padding-left: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  background-position: left 4px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.infos.locations .shop-widget .shop-grid .shop .content .shop-address {
  background-image: url('./../images/shops/icon_location.png');
}
.infos.locations .shop-widget .shop-grid .shop .content .shop-contact {
  background-image: url('./../images/shops/icon_phone.png');
}
.infos.locations .shop-widget .shop-grid .shop:first-child .image,
.infos.locations .shop-widget .shop-grid .shop:first-child .content {
  margin-top: 0px;
}
.infos.locations .shop-widget .shop-grid .shop:last-child .content {
  border-bottom: none;
}
.infos.locations .filter-div {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.infos.locations .filter-div .filter-col {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0px 25px;
  padding: 10px 0;
  min-width: auto;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ae9144;
  text-align: center;
  cursor: pointer;
}
.infos.locations .filter-div .filter-col:first-child {
  margin-left: 0;
}
.infos.locations .filter-div .filter-col:last-child {
  margin-right: 0;
}
.infos.locations .filter-div .filter-col.active {
  font-weight: bold;
}
.infos.locations .filter-div .filter-col.active:hover {
  color: #ae9144;
}
.infos.locations .filter-div+.magic-line {
  position: absolute;
  content: '';
  left: 0;
  width: 10px;
  height: 1px;
  background: #000000;
  transform: translateX(-50%);
  transition: left 1000ms, width 500ms;
}
.infos .snow {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: 0;
  background-image: url('./../images/shops/img_gradient_down.png');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 7;
}
.infos .btn-next-shop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-image: url('./../images/shops/icon_location_drop.png');
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  z-index: 8;
}
.signs {
  position: relative;
}
.signs .content-left,
.signs .content-right {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  padding-top: 100px;
  min-height: 100vh;
  vertical-align: top;
}
.signs .content-left {
  width: calc(100% - 1000px);
}
.signs .content-left .image {
  position: fixed;
  left: 0;
  width: calc(100% - 1000px);
  top: 90px;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 300ms;
  opacity: 0;
}
.signs .content-left .image.open {
  opacity: 1;
}
.signs .content-right {
  width: 1000px;
}
.signs .content-right .form {
  position: relative;
  padding: 80px 120px 30px 120px;
  left: calc(100% - 1000px);
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #ffffff;
  transition: 300ms;
}
.signs .content-right .form .logo-div {
  height: 0px;
  transition: 300ms;
  overflow: hidden;
}
.signs .content-right .form .logo-div img {
  max-width: 100%;
  max-height: 100%;
}
.signs .content-right .form .logo-div.open {
  height: 100px;
}
.signs .content-right .form .section-div {
  position: relative;
  margin-top: 80px;
  height: 75px;
  list-style-type: none;
  transition: 300ms;
}
.signs .content-right .form .section-div .section-col {
  position: absolute;
  display: inline-block;
  display: -webkit-inline-block;
  left: 100%;
  font-size: 36px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #ae9144;
  transition: 300ms;
  transform: translateX(-100%);
  cursor: pointer;
  background: #073674;
  color: #ffffff;
}
.signs .content-right .form .section-div .section-col.active {
  left: 0%;
  font-size: 30px;
  background: transparent;
  color: #073674;
  transform: translateX(0%);
}
.signs .content-right .form .section-div .section-col[data-type=activate],
.signs .content-right .form .section-div .section-col[data-type=forgot],
.signs .content-right .form .section-div .section-col[data-type=login],
.signs .content-right .form .section-div .section-col[data-type=registration] {
  display: none;
}
.signs .content-right .form .section-div .section-col[data-type=activate].active,
.signs .content-right .form .section-div .section-col[data-type=forgot].active,
.signs .content-right .form .section-div .section-col[data-type=login].active,
.signs .content-right .form .section-div .section-col[data-type=registration].active {
  display: block;
}
.signs .content-right .form .section-div .section-col[data-type=activate].active+.section-col,
.signs .content-right .form .section-div .section-col[data-type=forgot].active+.section-col,
.signs .content-right .form .section-div .section-col[data-type=login].active+.section-col,
.signs .content-right .form .section-div .section-col[data-type=registration].active+.section-col {
  display: none;
}
.signs .content-right .form .magic-line {
  position: absolute;
  content: '';
  left: 120px;
  width: 38px;
  height: 5px;
  background: #072a55;
  transition: left 1000ms, width 500ms;
}
.signs .content-right .form input[type=text],
.signs .content-right .form input[type=number],
.signs .content-right .form input[type=tel],
.signs .content-right .form input[type=email],
.signs .content-right .form input[type=password] {
  margin: 30px 0 0px;
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: solid 1px #979797;
  outline: none;
  background: transparent;
}
.signs .content-right .form input[type=text]:focus,
.signs .content-right .form input[type=number]:focus,
.signs .content-right .form input[type=tel]:focus,
.signs .content-right .form input[type=email]:focus,
.signs .content-right .form input[type=password]:focus {
  color: #073674;
  border-bottom-color: #073674;
}
.signs .content-right .form input[type=text]+.input-error,
.signs .content-right .form input[type=number]+.input-error,
.signs .content-right .form input[type=tel]+.input-error,
.signs .content-right .form input[type=email]+.input-error,
.signs .content-right .form input[type=password]+.input-error {
  display: none;
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  color: #d0021b;
}
.signs .content-right .form input[type=text].error,
.signs .content-right .form input[type=number].error,
.signs .content-right .form input[type=tel].error,
.signs .content-right .form input[type=email].error,
.signs .content-right .form input[type=password].error {
  border-bottom-color: #d0021b;
  background-image: url('./../images/regist/icon_mark.png');
  background-position: right center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.signs .content-right .form input[type=text].error+.input-error,
.signs .content-right .form input[type=number].error+.input-error,
.signs .content-right .form input[type=tel].error+.input-error,
.signs .content-right .form input[type=email].error+.input-error,
.signs .content-right .form input[type=password].error+.input-error {
  display: block;
}
.signs .content-right .form select {
  margin: 30px 0 0px;
  padding: 9px 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: solid 1px #979797;
  outline: none;
}
.signs .content-right .form select:focus {
  color: #073674;
  border-bottom-color: #073674;
}
.signs .content-right .form select+.input-error {
  display: none;
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  color: #d0021b;
}
.signs .content-right .form select.error {
  border-bottom-color: #d0021b;
  background-image: url('./../images/regist/icon_mark.png');
  background-position: right center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.signs .content-right .form select.error+.input-error {
  display: block;
}
.signs .content-right .form .checkbox-div {
  position: relative;
  margin: 30px 0 0px;
  padding-left: 50px;
  height: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  transition: 300ms;
}
.signs .content-right .form .checkbox-div .checkbox {
  margin: 0;
  left: 0;
  top: 0;
}
.signs .content-right .form .checkbox-div a {
  color: #073674;
  font-weight: 600;
}
.signs .content-right .form .section {
  margin: 40px 0 0px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #073674;
}
.signs .content-right .form .remark {
  margin: 30px 0 0px;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
}
.signs .content-right .form .remark >a {
  color: #073674;
  font-weight: 600;
}
.signs .content-right .form .btn-activate {
  display: inline-block;
  display: -webkit-inline-block;
  padding: 12px 30px;
  margin: 40px auto 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
  font-variant: small-caps;
}
.signs .content-right .form .btn-next {
  margin: 100px auto 30px;
  padding: 12px 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
}
.signs .content-right .form .btn-back {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 100px 10px 30px;
  padding: 12px 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
}
.signs .content-right .form .btn-back+.btn-next,
.signs .content-right .form .btn-back+.btn-submit {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 30px 10px 30px;
}
.signs .content-right .form .btn-send-code {
  margin: 100px auto 30px;
  padding: 12px 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
  font-variant: small-caps;
}
.signs .content-right .form .btn-submit {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 100px auto 30px;
  padding: 12px 30px;
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #073674;
}
.signs .content-right .form .btn-forget,
.signs .content-right .form .btn-help {
  display: inline-block;
  display: -webkit-inline-block;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  pointer-events: none;
}
.signs .content-right .form .btn-forget>a,
.signs .content-right .form .btn-help>a {
  color: #073674;
  text-decoration: underline;
  pointer-events: auto;
}
.signs .content-right .form .btn-forget>a:hover,
.signs .content-right .form .btn-help>a:hover {
  color: #ae9144;
}
.signs .content-right .form .form-sign-in {
  overflow: hidden;
}
.signs .content-right .form .form-registration,
.signs .content-right .form .form-forgot,
.signs .content-right .form .form-activate {
  display: none;
}
.signs .content-right .form .form-registration .checkbox-div,
.signs .content-right .form .form-forgot .checkbox-div,
.signs .content-right .form .form-activate .checkbox-div {
  font-size: 17px;
}
.signs .content-right .form .form-registration .btn-send-code,
.signs .content-right .form .form-forgot .btn-send-code,
.signs .content-right .form .form-activate .btn-send-code {
  margin: 25px 0 0;
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  padding: 14px 12px;
}
.signs .content-right .form .form-registration .btn-submit,
.signs .content-right .form .form-forgot .btn-submit,
.signs .content-right .form .form-activate .btn-submit {
  margin-top: 40px;
}
.signs .content-right .form[data-type=registration] {
  padding: 55px 120px 55px 120px;
}
.signs .content-right .form[data-type=registration] .section-div {
  margin-top: 0px;
}
.form-success {
  position: relative;
  margin-top: calc((100vh - 240px) * 0.185);
  text-align: center;
}
.form-success .success-circle {
  position: relative;
  display: inline-block;
  display: -webkit-inline-block;
  width: 128px;
  height: 128px;
}
.form-success .success-circle .c,
.form-success .success-circle .t {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}
.form-success .success-circle .c:after,
.form-success .success-circle .t:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  transition: 600ms;
  overflow: hidden;
}
.form-success .success-circle .c {
  border-radius: 50%;
  overflow: hidden;
  background-image: url('./../images/regist/icon_finish_c.png');
}
.form-success .success-circle .c:after {
  border-radius: 50%;
}
.form-success .success-circle .t {
  background-image: url('./../images/regist/icon_finish_t.png');
}
.form-success .success-circle .t:after {
  transform-origin: right center;
  transition: 600ms;
  transition-delay: 150ms;
}
.form-success .success-circle.start .c:after {
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  border-radius: 50%;
}
.form-success .success-circle.start .t:after {
  left: 100%;
}
.form-success .remark {
  margin-top: calc((100vh - 240px) * 0.075) !important;
  text-align: center !important;
}
.form-success .btn-submit {
  margin-top: calc((100vh - 240px) * 0.19) !important;
  width: 220px !important;
}
.profile .background-fix {
  background-image: url('./../images/profile/img_profile_bg01.png');
}
.profile .content-box {
  position: relative;
  margin-top: 130px;
  margin-bottom: 40px;
  padding: 40px;
  height: calc(100vh - 170px);
  border-radius: 17px;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 20px 0px;
  background: #ffffff;
  overflow-y: auto;
}
.profile .content-box canvas {
  pointer-events: none;
}
.profile .content-box canvas+input {
  pointer-events: none;
}
.profile .content-box.guide {
  text-align: center;
}
.profile .content-box.guide .title {
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
.profile .content-box.guide .subtitle {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}
.profile .content-box.guide .content {
  margin: 40px 0;
  text-align: left;
  font-size: 18px;
}
.profile .content-box.guide .content li {
  margin-bottom: 20px;
}
.profile .content-box.guide .point {
  margin-top: 40px;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  background-image: url('./../images/profile/icon_emerald.png');
  background-position: center top;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  color: #ae9144;
}
.profile .content-box.guide .point small {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.3px;
}
.profile .content-box.guide .spending {
  position: relative;
  margin: 20px auto;
}
.profile .content-box.guide .spending .canvas-text {
  position: absolute;
  left: 50%;
  top: 66%;
  font-size: 17px;
  font-weight: 600;
  color: #073674;
  transform: translate(-50%,-50%);
}
.profile .content-box.guide .next-level {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.11;
  letter-spacing: 0.4px;
}
.profile .content-box.guide .section-divider {
  margin: 40px 0;
  border-top: 2px solid #979797;
}
.profile .content-box.profile-content #profile,
.profile .content-box.profile-content #wallet,
.profile .content-box.profile-content #history,
.profile .content-box.profile-content #message {
  position: relative;
}
.profile .content-box.profile-content .nav-tabs>li>a {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  border: none;
  color: #ae9144;
  background: #ffffff;
  border-bottom: solid 1px #d1d1d1;
}
.profile .content-box.profile-content .nav-tabs>li.active>a {
  color: #01204f;
}
.profile .content-box.profile-content .nav-tabs>li:first-child>a {
  padding-left: 0;
}
.profile .content-box.profile-content .tab-content {
  max-height: calc(100vh - 170px - 55px - 80px);
  overflow-x: hidden;
}
.profile .content-box.profile-content .magic-line {
  position: absolute;
  content: '';
  left: 40px;
  width: 38px;
  height: 2px;
  background: #072a55;
  transition: 500ms;
  transform: translateY(-2px);
}
.profile .content-box.profile-content .title {
  margin: 20px 0 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #01204f;
}
.profile .content-box.profile-content .content {
  margin: 40px 0 40px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
}
.profile .content-box.profile-content #inbox-message {
  padding-top: 20px;
}
.profile .content-box.profile-content #inbox-message .content {
  margin: 20px 0 10px;
}
.profile .content-box.profile-content #inbox-message hr {
  border-top: solid 1px #979797;
}
.profile .content-box.profile-content .input {
  position: relative;
  margin: 20px 0;
  padding: 10px 20px;
  height: 45px;
  border: solid 1px #acacac;
}
.profile .content-box.profile-content .input .current-data {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ae9144;
  transition: 300ms;
  opacity: 1;
}
.profile .content-box.profile-content .input input,
.profile .content-box.profile-content .input select {
  position: absolute;
  padding: 10px 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  color: #01204f;
  transition: 300ms;
  pointer-events: none;
  opacity: 0;
}
.profile .content-box.profile-content .input.editable .current-data {
  background-image: url('./../images/profile/btn_edit.png');
  background-position: right center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.profile .content-box.profile-content .input.editing {
  border-color: #073674;
}
.profile .content-box.profile-content .input.editing.editable .current-data {
  opacity: 0;
  pointer-events: none;
}
.profile .content-box.profile-content .input.editing.editable input,
.profile .content-box.profile-content .input.editing.editable select {
  opacity: 1;
  pointer-events: auto;
}
.profile .content-box.profile-content .btn-submit {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 20px auto;
  padding: 12px 30px;
  left: 50%;
  width: 220px;
  height: 50px;
  background-color: #ae9144;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-align: center;
  transition: 300ms;
  transform: translateX(-50%);
  pointer-events: none;
}
.profile .content-box.profile-content .btn-submit.editing {
  background-color: #073674;
  pointer-events: auto;
}
.profile .content-box.profile-content .data-price {
  text-align: right;
}
.header-mobile,
.footer-mobile,
.brand-popup {
  display: none;
}
.signs .content-right .form .section-div .section-col {
  white-space: nowrap;
}
.btn-pp,
.btn-tc {
  cursor: pointer;
}
.cake-sql-log,
#debug-kit-toolbar {
  display: none;
}
.profile .gallerys-filter.brands-filter .content .filting-grid .categories-grid table tr td,
.profile .brands-filter.brands-filter .content .filting-grid .categories-grid table tr td {
  text-align: right;
}
.btn-logout {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  width: auto;
  padding-right: 40px;
  height: 32px;
  background-color: #073674;
  background-image: url('./../images/common/icon_logout.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: none;
  background-color: transparent;
  border-radius: 50%;
  border-radius: 16px;
}
.btn-logout>div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: #073674;
  background-image: url('./../images/common/icon_logout.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.btn-view-all-promote {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  margin: 30px 0;
  margin-right: 15px;
  line-height: 30px;
  color: #01204f;
  background-image: url('./../images/common/icon_news_next.png');
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right;
}
.btn-wallet-s,
.btn-wallet-c,
.btn-wallet-r,
.btn-history-p,
.btn-history-s {
  background-color: #ffffff;
  color: #073674;
  transition: 300ms;
  flex: 1;
  -webkit-flex: 1;
  font-size: 14px;
  border-radius: 10px;
  border: #073674 1px solid;
}
.btn-wallet-s.active,
.btn-wallet-c.active,
.btn-wallet-r.active,
.btn-history-p.active,
.btn-history-s.active {
  background-color: #073674;
  color: #ffffff;
}
.col-coupon .content-box {
  border: #d0d0d0 1px solid;
  border-radius: 10px;
  overflow: visible;
  height: auto;
  margin: 50px 0 0;
  padding: 0 0 50px !important;
  text-align: center;
}
.col-coupon .content-box .spending {
  background: #c2b8b5;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 45px;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  margin: 0 20px 0;
  max-width: calc(60%);
  transform: translateY(-50%);
}
.col-coupon .content-box .btn-info {
  background-color: transparent;
  background-image: url('./../images/common/info.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translate(calc(100% + 12px),-50%);
  cursor: pointer;
}
.col-coupon .content-box .content {
  text-align: left;
  margin: 0 0 20px !important;
}
.col-coupon .content-box .content .coupon-ic {
  width: 25%;
  padding-top: 25%;
  display: inline-block;
  display: -webkit-inline-block;
  background: #000000;
  margin-left: 5%;
  background-image: url('./../images/common/default_sq.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-coupon .content-box .content .coupon-info {
  display: inline-block;
  display: -webkit-inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
  width: 60%;
  color: #000000;
}
.col-coupon .content-box .content .coupon-info .coupon-name {
  font-size: 24px;
  font-weight: bold;
}
.col-coupon .content-box .content .coupon-info .coupon-desc {
  font-size: 18px;
  font-weight: 600;
}
.col-coupon .content-box .btn-redeem {
  background: #072a55;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.col-coupon.col-my-coupon .content-box {
  margin-top: 50px;
}
.col-coupon.col-my-coupon .content-box .spending {
  background: transparent;
  display: block;
  max-width: none;
}
.col-coupon.col-my-coupon .content-box .btn-info {
  transform: translate(50%,-50%);
}
.mobile-banner-desc .content-box {
  background-color: rgba(1,32,79,0.9);
  padding: 15px 30px;
  text-align: left;
  color: #ffffff;
}
.mobile-banner-desc .content-box .desc {
  font-size: 16px;
}
#MyAlert,
#MyQR,
#MyConfirm,
#MyConfirmGrand,
#MyShare {
  z-index: 30;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
#MyAlert .btn-popup-close,
#MyQR .btn-popup-close,
#MyConfirm .btn-popup-close,
#MyConfirmGrand .btn-popup-close,
#MyShare .btn-popup-close {
  z-index: 9;
  cursor: pointer;
}
#MyAlert .btn-popup-close:before,
#MyAlert .btn-popup-close:after,
#MyQR .btn-popup-close:before,
#MyQR .btn-popup-close:after,
#MyConfirm .btn-popup-close:before,
#MyConfirm .btn-popup-close:after,
#MyConfirmGrand .btn-popup-close:before,
#MyConfirmGrand .btn-popup-close:after,
#MyShare .btn-popup-close:before,
#MyShare .btn-popup-close:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background-color: #01204f;
  border-top: #01204f 2px solid;
  border-bottom: #01204f 2px solid;
  transition: 300ms;
}
#MyAlert .btn-popup-close:before,
#MyQR .btn-popup-close:before,
#MyConfirm .btn-popup-close:before,
#MyConfirmGrand .btn-popup-close:before,
#MyShare .btn-popup-close:before {
  top: 21px;
}
#MyAlert .btn-popup-close:after,
#MyQR .btn-popup-close:after,
#MyConfirm .btn-popup-close:after,
#MyConfirmGrand .btn-popup-close:after,
#MyShare .btn-popup-close:after {
  bottom: 21px;
}
#MyAlert .btn-popup-close.active:before,
#MyAlert .btn-popup-close.active:after,
#MyQR .btn-popup-close.active:before,
#MyQR .btn-popup-close.active:after,
#MyConfirm .btn-popup-close.active:before,
#MyConfirm .btn-popup-close.active:after,
#MyConfirmGrand .btn-popup-close.active:before,
#MyConfirmGrand .btn-popup-close.active:after,
#MyShare .btn-popup-close.active:before,
#MyShare .btn-popup-close.active:after {
  height: 2px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #01204f;
  background-color: #01204f;
}
#MyAlert .btn-popup-close.active:before,
#MyQR .btn-popup-close.active:before,
#MyConfirm .btn-popup-close.active:before,
#MyConfirmGrand .btn-popup-close.active:before,
#MyShare .btn-popup-close.active:before {
  top: 40px;
  transform: rotate(45deg) scale(.8);
}
#MyAlert .btn-popup-close.active:after,
#MyQR .btn-popup-close.active:after,
#MyConfirm .btn-popup-close.active:after,
#MyConfirmGrand .btn-popup-close.active:after,
#MyShare .btn-popup-close.active:after {
  top: 40px;
  transform: rotate(-45deg) scale(.8);
}
#MyAlert >div,
#MyQR >div,
#MyConfirm >div,
#MyConfirmGrand >div,
#MyShare >div {
  position: absolute;
  padding: 24px 24px;
  left: 50%;
  top: 50%;
  width: auto;
  min-width: 150px;
  max-width: 80vw;
  transform: translate(-50%,-50%);
  color: #000;
  background: #ffffff;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}
#MyAlert >div .title,
#MyQR >div .title,
#MyConfirm >div .title,
#MyConfirmGrand >div .title,
#MyShare >div .title {
  margin-bottom: 24px;
  color: #073674;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
}
#MyAlert >div .title span,
#MyQR >div .title span,
#MyConfirm >div .title span,
#MyConfirmGrand >div .title span,
#MyShare >div .title span {
  vertical-align: middle;
}
#MyAlert >div .content,
#MyQR >div .content,
#MyConfirm >div .content,
#MyConfirmGrand >div .content,
#MyShare >div .content {
  margin-top: 24px;
  margin-bottom: 30px;
  color: #01204f;
  font-size: 14px;
  line-height: 1.5;
  max-height: calc(90vh - 146px);
  overflow: auto;
}
#MyAlert >div .content ul li,
#MyQR >div .content ul li,
#MyConfirm >div .content ul li,
#MyConfirmGrand >div .content ul li,
#MyShare >div .content ul li {
  padding-left: 20px;
  background-image: url('./../images/draft/alert_li.jpg');
  background-size: auto 1px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
#MyAlert >div .content ul.decimal,
#MyQR >div .content ul.decimal,
#MyConfirm >div .content ul.decimal,
#MyConfirmGrand >div .content ul.decimal,
#MyShare >div .content ul.decimal {
  padding-left: 20px;
  list-style-type: decimal;
}
#MyAlert >div .content ul.decimal li,
#MyQR >div .content ul.decimal li,
#MyConfirm >div .content ul.decimal li,
#MyConfirmGrand >div .content ul.decimal li,
#MyShare >div .content ul.decimal li {
  padding: 0;
  background: none;
}
#MyAlert >div .confirm,
#MyAlert >div .cancel,
#MyQR >div .confirm,
#MyQR >div .cancel,
#MyConfirm >div .confirm,
#MyConfirm >div .cancel,
#MyConfirmGrand >div .confirm,
#MyConfirmGrand >div .cancel,
#MyShare >div .confirm,
#MyShare >div .cancel {
  display: inline-block;
  display: -webkit-inline-block;
  float: right;
  margin-left: 20px;
  color: #01204f;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
#MyAlert >div .cancel,
#MyQR >div .cancel,
#MyConfirm >div .cancel,
#MyConfirmGrand >div .cancel,
#MyShare >div .cancel {
  color: #01204f;
}
#MyAlert >div .username,
#MyQR >div .username,
#MyConfirm >div .username,
#MyConfirmGrand >div .username,
#MyShare >div .username {
  vertical-align: middle;
}
#MyAlert >div .username .user-icon-small,
#MyQR >div .username .user-icon-small,
#MyConfirm >div .username .user-icon-small,
#MyConfirmGrand >div .username .user-icon-small,
#MyShare >div .username .user-icon-small {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  float: left;
  broder-width: 2px;
  vertical-align: middle;
}
#MyAlert >div .username .user-icon-small .vip-icon,
#MyQR >div .username .user-icon-small .vip-icon,
#MyConfirm >div .username .user-icon-small .vip-icon,
#MyConfirmGrand >div .username .user-icon-small .vip-icon,
#MyShare >div .username .user-icon-small .vip-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url('./../images/output/ic_vip_club.png');
  background-size: 27px 27px;
  background-position: center center;
  background-repeat: no-repeat;
}
#MyAlert >div .username .user-name,
#MyQR >div .username .user-name,
#MyConfirm >div .username .user-name,
#MyConfirmGrand >div .username .user-name,
#MyShare >div .username .user-name {
  margin-left: 20px;
  color: #01204f;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
#MyAlert[data-size=full] div,
#MyQR[data-size=full] div,
#MyConfirm[data-size=full] div,
#MyConfirmGrand[data-size=full] div,
#MyShare[data-size=full] div {
  width: 100%;
}
#MyAlert[data-size=half]>div,
#MyQR[data-size=half]>div,
#MyConfirm[data-size=half]>div,
#MyConfirmGrand[data-size=half]>div,
#MyShare[data-size=half]>div {
  width: 50%;
}
#MyAlert.MyConfirmGrand>div,
#MyQR.MyConfirmGrand>div,
#MyConfirm.MyConfirmGrand>div,
#MyConfirmGrand.MyConfirmGrand>div,
#MyShare.MyConfirmGrand>div {
  border-radius: 15px;
  width: 100%;
  padding: 0;
}
#MyAlert.MyConfirmGrand>div .title,
#MyQR.MyConfirmGrand>div .title,
#MyConfirm.MyConfirmGrand>div .title,
#MyConfirmGrand.MyConfirmGrand>div .title,
#MyShare.MyConfirmGrand>div .title {
  margin: 15px;
  max-height: calc(90vh - 177px);
}
#MyAlert.MyConfirmGrand>div .content,
#MyQR.MyConfirmGrand>div .content,
#MyConfirm.MyConfirmGrand>div .content,
#MyConfirmGrand.MyConfirmGrand>div .content,
#MyShare.MyConfirmGrand>div .content {
  margin: 15px;
}
#MyAlert.MyConfirmGrand>div .btn-group,
#MyQR.MyConfirmGrand>div .btn-group,
#MyConfirm.MyConfirmGrand>div .btn-group,
#MyConfirmGrand.MyConfirmGrand>div .btn-group,
#MyShare.MyConfirmGrand>div .btn-group {
  width: 100%;
}
#MyAlert.MyConfirmGrand>div .cancel,
#MyAlert.MyConfirmGrand>div .confirm,
#MyQR.MyConfirmGrand>div .cancel,
#MyQR.MyConfirmGrand>div .confirm,
#MyConfirm.MyConfirmGrand>div .cancel,
#MyConfirm.MyConfirmGrand>div .confirm,
#MyConfirmGrand.MyConfirmGrand>div .cancel,
#MyConfirmGrand.MyConfirmGrand>div .confirm,
#MyShare.MyConfirmGrand>div .cancel,
#MyShare.MyConfirmGrand>div .confirm {
  float: none;
  margin: 0;
  width: 50%;
  text-align: center;
  border: none;
  border-top: #073674 1px solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#MyAlert.MyConfirmGrand>div .confirm,
#MyQR.MyConfirmGrand>div .confirm,
#MyConfirm.MyConfirmGrand>div .confirm,
#MyConfirmGrand.MyConfirmGrand>div .confirm,
#MyShare.MyConfirmGrand>div .confirm {
  background: #073674;
  color: #ffffff;
  border-bottom-left-radius: 0px;
}
#MyAlert.MyConfirmGrand>div .cancel,
#MyQR.MyConfirmGrand>div .cancel,
#MyConfirm.MyConfirmGrand>div .cancel,
#MyConfirmGrand.MyConfirmGrand>div .cancel,
#MyShare.MyConfirmGrand>div .cancel {
  border-bottom-right-radius: 0px;
}
#MyConfirmGrand .content ul,
#MyConfirmGrand .content ol {
  padding-left: 20px !important;
}
#MyConfirmGrand .content li {
  padding-left: 0 !important;
}
#MyLoading {
  z-index: 30;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
#MyLoading >div {
  position: absolute;
  padding: 24px 24px;
  left: 50%;
  top: 50%;
  width: 320px;
  transform: translate(-50%,-50%);
  color: #000;
  background: #ffffff;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}
#MyLoading >div .title {
  margin-bottom: 24px;
  color: #865b29;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#MyLoading >div .title span {
  vertical-align: middle;
}
#MyLoading >div .content {
  margin-top: 24px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  max-height: calc(-56vh);
  overflow: auto;
}
#MyLoading >div .content ul {
  padding-left: 0;
  list-style-type: none;
}
#MyLoading >div .content ul li {
  padding-left: 20px;
  background-image: url('./../images/draft/alert_li.jpg');
  background-size: auto 1px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
#MyLoading >div .content ul.decimal {
  padding-left: 20px;
  list-style-type: decimal;
}
#MyLoading >div .content ul.decimal li {
  padding: 0;
  background: none;
}
#MyLoading >div .confirm,
#MyLoading >div .cancel {
  display: inline-block;
  display: -webkit-inline-block;
  float: right;
  margin-left: 20px;
  color: #f1b56e;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
#MyLoading >div .cancel {
  color: #000000;
}
#MyLoading >div .username {
  vertical-align: middle;
}
#MyLoading >div .username .user-icon-small {
  position: relative;
  margin: 0;
  width: 70px;
  height: 70px;
  float: left;
  broder-width: 2px;
  vertical-align: middle;
}
#MyLoading >div .username .user-icon-small .vip-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url('./../images/output/ic_vip_club.png');
  background-size: 27px 27px;
  background-position: center center;
  background-repeat: no-repeat;
}
#MyLoading >div .username .user-name {
  margin-left: 20px;
  color: #865b29;
  font-size: 14px;
  line-height: 70px;
  vertical-align: middle;
}
#MyLoading .loading {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  transform-origin: center center;
  border: #ffffff 1px ridge;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 50%;
}
#MyShare .btn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  display: -webkit-inline-block;
}
#MyShare .btn-popup-close+.title {
  padding-right: 50px;
  text-align: left;
}
#MyShare .title {
  text-align: center;
  padding: 0 24px;
}
#MyShare >div {
  padding: 24px 0;
}
#MyShare >div .title,
#MyShare >div a {
  color: #01204f;
}
#MyShare .content {
  text-align: center;
}
#MyShare .content img {
  width: 100%;
  max-width: 270px;
}
#MyShare .socials {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-shadow: rgba(0,0,0,0.05) 0px 0px 5px;
  margin: 5px 0;
  padding: 24px 24px 12px;
}
#MyShare .socials>a {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0 12px;
  -webkit-flex: 1;
  flex: 1;
}
#MyShare .socials .fb,
#MyShare .socials .cl {
  width: 60px !important;
  height: 48px;
  background-color: transparent;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  display: -webkit-inline-block;
}
#MyShare .socials .fb {
  background-image: url('./../images/share/fb.png');
}
#MyShare .socials .cl {
  background-image: url('./../images/share/copylink.png');
}
#MyShare .content>*:last-child {
  margin-bottom: 0;
}
#MyShare .btn-popup-close.active {
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
}
#MyShare .btn-popup-close.active:before,
#MyShare .btn-popup-close.active:after {
  top: 20px;
  left: 0;
}
@media (max-width: 575px) {
  #MyAlert >div,
  #MyQR >div,
  #MyConfirm >div,
  #MyConfirmGrand >div,
  #MyShare >div {
    max-width: 100%;
    max-height: 100%;
  }
  #MyAlert >div .content,
  #MyQR >div .content,
  #MyConfirm >div .content,
  #MyConfirmGrand >div .content,
  #MyShare >div .content {
    max-height: calc(90% - 146px);
  }
}
#MyChoice {
  z-index: 30;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
#MyChoice .btn-popup-close {
  position: absolute;
  left: 100%;
  top: -5;
  width: 36px;
  height: 36px;
  transform: none;
  background: #000;
  cursor: pointer;
  background-image: url('./../images/200722/close-24-px.png');
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
#MyChoice>div {
  position: absolute;
  padding: 30px 30px;
  left: 50%;
  top: 50%;
  width: auto;
  min-width: 360px;
  max-width: 40vw;
  transform: translate(-50%,-50%);
  color: #000000;
  text-align: center;
  background: #ffffff;
  border-radius: 0;
  border-top: #073674 5px solid;
}
#MyChoice .title {
  margin: 40px 0;
  color: #073674;
  font-size: 24px;
  line-height: 1.25;
}
#MyChoice .content {
  margin: 40px 0;
  color: #073674;
  font-size: 16px;
  line-height: 1.25;
}
#MyChoice .btn-group {
  margin: 8px 0;
}
#MyChoice .btn-group .btn-custom {
  display: block;
  margin: 12px auto;
  padding: 16px 32px;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.43px;
  border: #073674 1px solid;
  cursor: pointer;
}
#MyChoice .confirm,
#MyChoice .cancel {
  flex: 1;
  -webkit-flex: 1;
  border: #073674 1px solid;
}
#MyChoice .cancel {
  color: #073674;
}
@media (min-width: 1600px) {
  .col-coupon {
    width: 33.3333333%;
  }
}
