@-webkit-keyframes aoc_pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes aoc_pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    opacity: .9;
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    opacity: .9;
  }
}

@keyframes breathe {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    opacity: .9;
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    opacity: .9;
  }
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: bold;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  font-style: bold;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: bold;
  src: url("../fonts/OpenSans-Regular.ttf");
}

body {
  font-family: 'OpenSans-Regular';
  color: #091028;
  font-size: 16px;
}

input, button, select, textarea {
  outline: none;
}

.nosrcoll {
  overflow: hidden;
  height: 100%;
}

.font-sb {
  font-weight: bolder;
}

.font-semib {
  font-weight: bolder;
}

.font-light {
  font-family: 'OpenSans-Light';
}

a {
  color: #091028;
  text-decoration: none !important;
}

a.white {
  color: #fff;
}

a.active, a:hover {
  color: #0056E8;
}

a.active2 {
  color: #091028;
  text-decoration: underline !important;
}

a.active2:hover {
  color: #0056E8;
  text-decoration: underline !important;
}

a.fixed-w {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #091028;
  border: 1px solid #091028;
  border-radius: 4px;
  margin: auto;
}

a.fixed-w > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.fixed-w:hover {
  border: #0056E8 1px solid;
  background: #0056E8;
  color: #fff;
}

a.link-arrow {
  padding-right: 30px;
  background: url("/static/standard/images/arrow.svg") no-repeat center right -4px/16px;
}

a.link-arrow:hover {
  background: url("/static/standard/images/arrow_blue.svg") no-repeat center right -4px/16px;
}

.blur-dark-active .link-arrow-fsize14 {
  background: url("/static/standard/images/arrow-white.svg") no-repeat center right 6px/10px !important;
}

.blur-dark-active .link-arrow-fsize14:hover {
  background: url("/static/standard/images/arrow_blue.svg") no-repeat center right 6px/10px !important;
}

a.link-arrow-fsize14 {
  padding-right: 30px;
  background: url("/static/standard/images/arrow.svg") no-repeat center right 6px/10px;
}

a.link-arrow-fsize14:hover {
  background: url("/static/standard/images/arrow_blue.svg") no-repeat center right 6px/10px;
}

a.link-arrow-fsize20 {
  padding-right: 30px;
  background: url("/static/standard/images/arrow.svg") no-repeat top 12px right 2px/14px;
}

a.link-arrow-gray {
  padding-right: 30px;
  background: url("/static/standard/images/arrow_gray.svg") no-repeat top 12px right 2px/14px;
}

a.link-arrow-fsize20:hover, a.link-arrow-gray:hover {
  background: url("/static/standard/images/arrow_blue.svg") no-repeat top 12px right 2px/14px;
}

a.link-arrow-border {
  border: #091028 1px solid;
  padding: 10px 30px;
  border-radius: 4px;
  text-align: center;
  background: #fff url("/static/standard/images/arrow.svg") no-repeat center right -4px/16px;
}

a.link-arrow-border:hover {
  border: #0056E8 1px solid;
  color: #fff;
  background: #0056E8 url("/static/standard/images/arrow_blue.svg") no-repeat center right -4px/16px;
}

.aoc-btn {
  font-family: 'OpenSans-SemiBold';
  border: #fff 1px solid;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  padding: 8px 26px;
  text-align: center;
  color: #fff;
}

.aoc-btn-lgr {
  padding: 17px 63px !important;
}

.aoc-btn-light {
  border: #091028 1px solid;
  background: rgba(255, 255, 255, 0.3);
  color: #091028;
}

.aoc-btn:hover {
  border: #0056E8 1px solid;
  border-radius: 4px;
  background: #0056E8;
  color: #fff;
}

.aoc-btn-w {
  font-family: 'OpenSans-SemiBold';
  background: #fff;
  width: 146px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border: #091028 1px solid;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.aoc-btn-w:hover {
  border: #0056E8 1px solid;
  background: #0056E8;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.aoc-agon {
  width: 100%;
  height: 52px;
  background: #393939;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.agon-logo {
  padding-left: 0;
}

.agon-logo img {
  width: 88px;
}

.nav-pos3 img {
  width: 88px;
  max-height: 52px;
}

.agon-top-r {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agon-top-r img {
  width: 16px;
  height: 16px;
  margin: 0 16px;
}

.agon-top-r a {
  font-size: 14px;
  color: #8C8C93;
  font-weight: bold;
  line-height: 36px;
}

.agon-top-r a:hover {
  color: #fff;
}

.agon-line {
  width: 1px;
  background: #8C8C93;
  height: 20px;
  margin: 0 3px;
}

.top-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.top-gray-fixwhite {
  -webkit-filter: brightness(0.6) grayscale(100%);
          filter: brightness(0.6) grayscale(100%);
}

.aoc-header, .blurbg, .search-input {
  top: 52px;
}

.aoc-header {
  width: 100%;
  padding-bottom: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  z-index: -1;
}

.blurbg {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 1;
}

.blur-light-active {
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
          backdrop-filter: saturate(180%) blur(40px);
}

.blur-dark-active {
  background-color: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
          backdrop-filter: saturate(180%) blur(40px);
}

.blur-dark-active .nav-wall {
  border-left: rgba(255, 255, 255, 0.2) 1px solid !important;
}

.nav2-dark-border {
  border-top: rgba(255, 255, 255, 0.2) 1px solid !important;
}

.search-input {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  z-index: 3;
  display: none;
}

.bg-white {
  background: #fff;
  border-bottom: rgba(9, 16, 40, 0.2) 1px solid;
}

.bg-black {
  background: #070707;
  border-bottom: rgba(255, 255, 255, 0.8) 1px solid;
}

.bg-white input {
  color: #091028;
}

.bg-black input {
  color: #fff;
}

.input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-search {
  width: 100%;
  height: 68px;
  border: 0;
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  background-color: transparent;
}

.search-place {
  width: 90%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-close img {
  cursor: pointer;
  width: 36px;
}

.aoc-header-navbar, .aoc-header-navbar-responsive {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.navbar-responsive {
  width: 100%;
  padding-top: 16px;
}

.navbar-responsive > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar-responsive .menu-bar {
  padding-left: 16px;
}

.navbar-responsive .menu-bar img {
  width: 34px;
}

.navbar-responsive .logo-bar {
  text-align: center;
}

.navbar-responsive .search-bar {
  text-align: right;
  padding-right: 16px;
}

.aoc-header-border {
  border-bottom: rgba(9, 16, 40, 0.2) 1px solid;
}

.pop-nav-menus {
  position: fixed;
  width: 60%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: #1e1e22 1px 1px 10px;
          box-shadow: #1e1e22 1px 1px 10px;
  color: #fff;
  z-index: 999;
  display: none;
}

.pop-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 58, 0.5);
  display: none;
  z-index: 998;
}

.pop-1 {
  padding: 16px;
}

.pop-item {
  padding: 8px 32px;
}

.pop-1 a, .pop-item a {
  color: #fff;
}

.pop-3 .pop-item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.logo-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 116px;
  height: auto;
}

.r-search {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.nav1-bottom-line {
  padding-top: 10px;
  height: 9px;
}

.nav1-bottom-active {
  width: 60px;
  height: 9px;
  margin: auto;
  background-color: #0056E8;
  display: none;
}

.aoc-nav {
  font-size: 16px;
  text-align: center;
}

.aoc-nav > a {
  color: #091028;
  padding: 16px 50px !important;
}

.aoc-nav-dark, .aoc-nav-dark a {
  color: #fff !important;
}

.aoc-nav-dark a {
  color: #FEFEFE !important;
}

.aoc-nav-dark a:hover {
  color: #0056E8 !important;
}

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

.nav-a2:hover {
  color: #0056E8 !important;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.nav-sub {
  position: absolute;
  text-align: left;
  display: none;
  z-index: 999;
}

.nav-sub a:hover {
  color: #0056E8;
}

.nav2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
  border-top: rgba(9, 16, 40, 0.2) 1px solid;
  min-height: 430px;
  z-index: 900;
}

.nav2-meun-area, .nav3, .nav4 {
  position: absolute;
  width: 416px;
  margin: 0;
  list-style: none;
}

.nav2-meun-area {
  padding: 20px 45px 0 48px;
}

.nav3, .nav4 {
  padding: 20px 0px 0 0px;
}

.nav2-meun-area li {
  padding: 5px 0;
  margin: 15px 0;
}

.navli-arrow {
  background: url("/static/standard/images/arrow_blue.svg") right 13px no-repeat;
  background-size: 16px;
}

.navli-arrow a, .navli-arrow .aoc-nav-dark a {
  color: #0056E8 !important;
}

.navli-no-arrow a, .navli-no-arrow .aoc-nav-dark a {
  color: #0056E8 !important;
}

.nav-wall-cover {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.nav-wall-cover img {
  width: 100%;
  max-width: 254px;
  min-width: 254px;
  height: 190px;
}

.nav-wall {
  width: 100%;
  border-left: rgba(9, 16, 40, 0.2) 1px solid;
  margin-top: 20px;
}

.nav-wall-block {
  width: 100%;
  max-width: 257px;
  height: 300px;
  text-align: center !important;
  margin: auto;
}

.nav-wall-title {
  font-family: 'OpenSans-Bold';
  font-size: 20px;
  height: 66px;
  overflow: hidden;
  padding-top: 17px;
  line-height: 24px;
}

.nav-wall-more {
  padding-top: 25px;
}

.nav-wall-more a {
  font-size: 16px;
}

.focus-bar-process {
  width: 0;
  height: 4px;
}

.focus-bar-process-active {
  background-color: #0056E8;
  width: 100%;
  -webkit-transition: all 4s;
  transition: all 4s;
}

/**
* main
*/
.aoc-fix-header {
  padding-top: 120px;
  margin-top: 52px;
}

.aoc-back {
  width: 15px;
}

.nav-bread {
  padding-top: 50px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bread .icon {
  margin: 0 8px;
}

.thumb-box {
  background: #f6f7fc;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
}

.img-thumb {
  width: 100%;
}

.img-scale {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-pane img {
  width: 100%;
}

.index-title {
  font-weight: bolder;
  text-align: center;
  font-size: 46px;
  padding: 100px 0 50px 0;
}

.index-title span {
  font-family: 'OpenSans-Light';
  font-weight: normal;
}

/**
 * index/activity 
 */
.activity-nav {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-top: rgba(9, 16, 40, 0.2) 1px solid;
}

.activity-nav a {
  padding: 30px 54px;
  font-size: 20px;
  font-weight: 400;
}

.activity-title {
  text-align: center;
  font-size: 46px;
  padding: 30px 0 0 0;
}

.activity-title span {
  padding-left: 14px;
}

.activity-content {
  padding-bottom: 100px;
}

.activity-nav-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.activity-nav-height {
  margin-top: 80px;
}

/**
 * index/page 
 */
.page-cover-bg {
  width: 100%;
  height: 420px;
  margin-top: 52px;
}

.page-title {
  font-family: 'OpenSans-Bold';
  font-size: 40px;
  padding-top: 65px;
  padding-bottom: 10px;
  line-height: 56px;
}

.page-title2 {
  font-size: 16px;
  line-height: 24px;
}

.page-content {
  padding: 100px 0 200px 0;
}

.posts-list {
  padding-bottom: 200px;
}

.post-block {
  border-bottom: rgba(140, 140, 147, 0.38) 1px solid;
  padding: 30px 0;
  margin: -2px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.post-active {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-bottom: #fff 1px solid;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.post-title {
  font-weight: bolder;
  padding-left: 54px;
  color: #091028;
  font-size: 34px;
}

.post-tips {
  padding-left: 54px;
  color: #8c8c93;
  font-size: 14px;
}

.post-intros {
  padding-left: 54px;
  font-size: 16px;
}

/* posts for view */
.post-view-title {
  font-family: 'OpenSans-Bold';
  font-size: 40px;
  max-width: 848px;
  text-align: center;
  margin: auto;
  padding-top: 250px;
}

.post-view-content {
  padding-top: 50px;
  max-width: 848px;
  margin: auto;
  padding-bottom: 200px;
}

.post-view-intros {
  padding-top: 50px;
  width: 100%;
  text-align: center;
}

.product-details p {
  margin-bottom: 0 !important;
}

.product-details img {
  width: 100% !important;
}

.footer-tips {
  font-size: 14px;
  color: #8A8A9C;
  text-align: right;
}

.reset-area > div:first-child {
  margin-bottom: 38px;
}

.infos-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #f6f7fc;
  min-height: 338px;
}

.explore-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  border-bottom: rgba(140, 140, 147, 0.38) 1px solid;
  margin: 50px auto;
}

.explore-tab a {
  padding: 0 69px;
}

.explore-tab a.active {
  color: #0056E8;
  font-weight: bold;
}

.explore-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0 60px 0;
}

.route-item label {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.route-item p {
  width: auto;
  word-break: break-all;
}

.explore-title2 {
  font-size: 24px;
  border-bottom: rgba(140, 140, 147, 0.38) 1px solid;
  padding: 20px 0;
  margin-bottom: 38px;
}

.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-l-input {
  width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-r-select {
  width: 23%;
  text-align: right;
}

.search-r-select .aoc-dropdown {
  width: 100%;
  height: 50px;
  font-size: 20px;
  margin: auto;
}

.filter-area {
  width: 100%;
  padding: 0 20px;
}

.reset-area {
  padding-top: 20PX;
}

.no-data {
  padding-top: 16px;
}

.aoc-footer {
  background-color: #F6F7FC;
  padding-top: 60px;
  font-size: 14px;
  border-top: rgba(140, 140, 147, 0.2) 1px solid;
}

.footer-content {
  padding-bottom: 48px;
}

.foot-line {
  padding-bottom: 0px;
}

.fix-bottom {
  padding-bottom: 200px;
}

.mediums-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mediums-list > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  max-width: 56px;
}

.medium-item svg {
  width: 24px;
  height: 24px;
}

.inputs-group {
  margin-bottom: 30px;
}

.input-label {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

.input-label span {
  float: right;
  font-weight: normal;
}

.aoc-control {
  width: 100%;
  padding: 12px 17px;
  background: #F6F7FC;
  border: 0;
}

.feed-error {
  background: url("/static/standard/images/error.png") no-repeat left center;
  color: #FA2A2D;
  padding: 7px 30px;
}

.details-icon {
  text-align: center;
  cursor: pointer;
  width: 54px;
  height: 54px;
  margin: 40px auto;
}

.details-icon-on {
  background: url("/static/standard/images/details-on.svg") no-repeat center/54px;
}

.details-icon-on:hover {
  background: url("/static/standard/images/details-on_active.svg") no-repeat center/54px;
}

.details-icon-off {
  background: url("/static/standard/images/details-off.svg") no-repeat center/54px;
}

.details-icon-off:hover {
  background: url("/static/standard/images/details-off_active.svg") no-repeat center/54px;
}

.fixed-icons {
  text-align: center;
  position: fixed;
  top: 60%;
  right: 1px;
  width: 48px;
  border: 1px solid #091028;
  border-radius: 4px;
}

.fixed-icons:hover {
  border: 0;
}

.fixed-height-50 {
  height: 50px;
}

.fixed-height-100 {
  height: 100px;
}

.fixed-height-150 {
  height: 146px;
}

.r-fixed-box {
  width: 48px;
  height: 48px;
  margin: auto;
}

.r-inquiry {
  padding-top: 47px;
  background: #fff url("/static/standard/images/mail2.svg") no-repeat center/48px;
}

.r-inquiry:hover {
  background: #0056E8 url("/static/standard/images/mail2_active.svg") no-repeat center/48px;
}

.r-dialog {
  padding-top: 50px;
  background: url("/static/standard/images/dialog.svg") no-repeat center/24px;
}

.r-dialog:hover {
  background: url("/static/standard/images/dialog_active.svg") no-repeat center/24px;
}

.r-twitter {
  padding-top: 47px;
  background: url("/static/standard/images/twitter2.svg") no-repeat center/48px;
}

.r-twitter:hover {
  padding-top: 47px;
  background: url("/static/standard/images/twitter2_active.svg") no-repeat center/48px;
}

.r-facebook {
  padding-top: 47px;
  background: url("/static/standard/images/facebook2.svg") no-repeat center/48px;
}

.r-facebook:hover {
  padding-top: 47px;
  background: url("/static/standard/images/facebook2_active.svg") no-repeat center/48px;
}

.r-ins {
  padding-top: 47px;
  background: url("/static/standard/images/instagram2.svg") no-repeat center/48px;
}

.r-ins:hover {
  padding-top: 47px;
  background: url("/static/standard/images/instagram2_active.svg") no-repeat center/48px;
}

.r-linkin {
  padding-top: 47px;
  background: url("/static/standard/images/linkin.svg") no-repeat center/48px;
}

.r-linkin:hover {
  padding-top: 47px;
  background: url("/static/standard/images/linkin_active.svg") no-repeat center/48px;
}

.fixed-marktop {
  position: fixed;
  bottom: 5%;
  right: 1px;
}

.f-top-box {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.f-top-icon {
  background: url("/static/standard/images/top.svg") no-repeat center/50px;
}

.f-top-icon:hover {
  background: url("/static/standard/images/top_hover.svg") no-repeat center/50px;
}

.fixed-products {
  position: fixed;
  top: 60%;
  right: 1px;
  width: 50px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border: #091028 1px solid;
  border-radius: 3px;
}

.fixed-products:hover {
  width: 146px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.r-fixed-product-box {
  font-family: 'OpenSans-SemiBold';
  width: 146px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 54px;
  overflow: hidden;
}

.l-support {
  color: #091028;
  background: url("/static/standard/images/support.svg") #fff no-repeat 9px/32px;
}

.l-support:hover {
  color: #fff;
  background: url("/static/standard/images/support_white.svg") #000 no-repeat 9px/32px;
}

.l-compare {
  color: #091028;
  background: url("/static/standard/images/compare.svg") #fff no-repeat 9px/32px;
  border-top: #091028 1px solid;
  margin-top: -1px;
}

.l-compare:hover {
  color: #fff;
  background: url("/static/standard/images/compare_white.svg") #000 no-repeat 9px/32px;
}

.btn-close {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  background: url("/static/standard/images/close.svg") no-repeat center right/16px;
}

.btn-close:hover {
  background: url("/static/standard/images/close_active.svg") no-repeat center right/16px;
}

.compare-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #E9EAED;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compare-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border: #8C8C93 1px dashed;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.compare-confirm {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.compare-fill {
  border: #fff 1px solid;
  background: #fff;
  font-size: 20px;
  text-align: center;
}

.compare-fill div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.compare-fill span {
  margin-left: auto;
  padding-right: 16px;
}

.aoc-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}

.aoc-line {
  border-bottom: rgba(140, 140, 147, 0.38) 1px solid;
}

.flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  flex-direction: row-reverse !important;
}

.w-200 {
  width: 200px;
}

.py-20 {
  padding: 20px 0;
}

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

.pr-15 {
  padding-right: 15px;
}

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

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

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

.fsize-46 {
  font-size: 46px;
}

@media (max-width: 768px) {
  .nav-bread {
    font-size: 14px;
  }
  .activity-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
  }
  .activity-nav a {
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 400;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .explore-title {
    font-size: 34px;
  }
  .explore-title2 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=theme-default.css.map */