/** All **/
body {
  background-image: url("../img/bg/body-bg.png");
  background-repeat: repeat; }

img {
  max-width: 100%; }

a {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  a:hover {
    text-decoration: none; }

.imgbox {
  position: relative;
  display: block;
  overflow: hidden; }
  .imgbox img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  .imgbox:hover img {
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg); }

.editbox {
  word-break: break-word !important;
  font-weight: normal; }
  .editbox img,
  .editbox iframe,
  .editbox table {
    max-width: 100%; }
  .editbox img {
    display: inline-block; }

.clearfix {
  clear: both; }

/** Top **/
.top-head {
  position: relative; }
  .top-head .logo {
    padding-top: 20px;
    padding-bottom: 20px; }
    .top-head .logo .top-logo {
      display: block;
      max-width: 125px; }
  .top-head .social-icons {
    position: absolute;
    right: 20px;
    top: 30px; }

/** Navi **/
.navbar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fc5ed+0,00b4d1+100 */
  background: #1fc5ed;
  background: -moz-linear-gradient(top, #1fc5ed 0%, #00b4d1 100%);
  background: -webkit-linear-gradient(top, #1fc5ed 0%, #00b4d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1fc5ed), to(#00b4d1));
  background: -o-linear-gradient(top, #1fc5ed 0%, #00b4d1 100%);
  background: linear-gradient(to bottom, #1fc5ed 0%, #00b4d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fc5ed', endColorstr='#00b4d1',GradientType=0 );
  padding: 0;
  line-height: 20px; }
  .navbar .navbar-nav {
    width: 100%; }
    .navbar .navbar-nav .nav-item {
      width: 16.6666666%;
      text-align: center; }
      .navbar .navbar-nav .nav-item .nav-main {
        border-right: 1px solid #00b1cd;
        border-left: 1px solid #38d7fd; }
        .navbar .navbar-nav .nav-item .nav-main:hover {
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fc5ed+1,00b4d1+99 */
          background: #00b4d1;
          background: -moz-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: -webkit-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b4d1), to(#1fc5ed));
          background: -o-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: linear-gradient(to bottom, #00b4d1 1%, #1fc5ed 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4d1', endColorstr='#1fc5ed',GradientType=0 ); }
      .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item {
        color: #FFF;
        border-bottom: 1px solid #00b1cd;
        border-top: 1px solid #38d7fd; }
        .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item:hover {
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fc5ed+1,00b4d1+99 */
          background: #00b4d1;
          background: -moz-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: -webkit-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b4d1), to(#1fc5ed));
          background: -o-linear-gradient(top, #00b4d1 1%, #1fc5ed 100%);
          background: linear-gradient(to bottom, #00b4d1 1%, #1fc5ed 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4d1', endColorstr='#1fc5ed',GradientType=0 ); }
        .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item .nav-link {
          color: #FFF; }
      .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item.active > a, .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item:active > a {
        color: #FFF; }

.u-header__section--light .hamburger-inner {
  background: #FFF;
  height: 2px; }
  .u-header__section--light .hamburger-inner:before, .u-header__section--light .hamburger-inner:after {
    background: #FFF;
    height: 2px; }

.u-header__section--light .hamburger {
  border: 2px solid #FFF;
  padding: 7px 10px;
  margin: 10px 15px; }
  .u-header__section--light .hamburger .hamburger-box {
    width: 20px; }

/** Foot **/
.footer {
  background: url("../img/bg/foot-bg.jpg") repeat #05b7d6 0 -10px;
  color: #FFF;
  letter-spacing: 2px;
  text-shadow: 1px 0 1px #009eb9;
  font-size: 16px; }

.u-go-to-v0 {
  background-image: url("../img/go-top.png");
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  opacity: .8; }
  .u-go-to-v0:hover {
    opacity: 1; }

/** Index Balls **/
.ball-box {
  min-height: 730px;
  position: relative;
  background-image: url("../img/ball/big-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 0 -20px; }
  .ball-box .ball {
    position: absolute;
    width: 200px;
    height: 200px;
    font-size: 0;
    background-repeat: no-repeat; }

/** Index 6item **/
.six-item .big-left {
  margin-right: -15px;
  height: 832.5px;
  background-repeat: no-repeat;
  background-position: bottom; }
  .six-item .big-left img {
    display: none; }

.six-item .md-r {
  margin-right: 0; }

.six-item .items-box {
  position: relative;
  height: 277.5px;
  margin: 0 -15px; }
  .six-item .items-box .left-item .text-box {
    z-index: 9; }
  .six-item .items-box .left-item .img-box {
    opacity: 0;
    z-index: 99; }
  .six-item .items-box .left-item:hover .img-box {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .six-item .items-box .left-item:hover .text-box {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .six-item .items-box .right-item .img-box {
    z-index: 9; }
  .six-item .items-box .right-item .text-box {
    opacity: 0;
    z-index: 99; }
  .six-item .items-box .right-item:hover .text-box {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .six-item .items-box .right-item:hover .img-box {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .six-item .items-box .text-box {
    width: 277.5px;
    height: 277.5px;
    line-height: 277.5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px; }
  .six-item .items-box .img-box {
    position: absolute;
    top: 0;
    left: 0; }

/** Mainbox **/
.mainbox {
  background-color: #FFF;
  /** List **/
  /** Product **/ }
  .mainbox .bread {
    font-size: 14px; }
  .mainbox .list-unstyled {
    border-top: 1px dotted #ccc; }
    .mainbox .list-unstyled .active a.g-color-gray-dark-v2 {
      color: #16c5ee !important; }
    .mainbox .list-unstyled li {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0; }
      .mainbox .list-unstyled li a {
        padding-left: 20px; }
        .mainbox .list-unstyled li a:before {
          font-family: 'simple-line-icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e079";
          margin: 1px 3px 0 -17px; }
  .mainbox .page-title {
    padding: 0px 0px 3px 55px;
    border-bottom: 2px dotted #99d6e5;
    font-weight: bold;
    font-size: 24px;
    color: #555;
    margin-bottom: 20px;
    background-image: url("../img/bg/page-title.png");
    background-repeat: no-repeat;
    background-position: 8px 0px; }
  .mainbox .list-inline {
    margin-bottom: 10px;
    margin-top: 20px; }
  .mainbox .js-next, .mainbox .js-prev {
    background-color: rgba(255, 255, 255, 0.3) !important; }
    .mainbox .js-next:hover, .mainbox .js-prev:hover {
      background-color: rgba(255, 255, 255, 0.8) !important; }
  .mainbox .share-icons {
    /********** share **********/ }
    .mainbox .share-icons .a2a_kit a {
      float: right; }
    .mainbox .share-icons .a2a_default_style .a2a_count,
    .mainbox .share-icons .a2a_default_style .a2a_svg,
    .mainbox .share-icons .a2a_floating_style .a2a_svg,
    .mainbox .share-icons .a2a_menu .a2a_svg,
    .mainbox .share-icons .a2a_vertical_style .a2a_count,
    .mainbox .share-icons .a2a_vertical_style .a2a_svg {
      border-radius: 50% !important;
      background: transparent !important;
      border: 1px solid #cccccc;
      color: #cccccc;
      padding: 2px; }
    .mainbox .share-icons .a2a_svg svg path {
      fill: #cccccc !important; }
    .mainbox .share-icons .a2a_button_twitter:hover .a2a_svg {
      background: #55acee !important;
      border-color: #55acee !important; }
      .mainbox .share-icons .a2a_button_twitter:hover .a2a_svg svg path {
        fill: #FFF !important; }
    .mainbox .share-icons .a2a_button_google_plus:hover .a2a_svg {
      background: #dd4b39 !important;
      border-color: #dd4b39 !important; }
      .mainbox .share-icons .a2a_button_google_plus:hover .a2a_svg svg path {
        fill: #FFF !important; }
    .mainbox .share-icons .a2a_button_facebook:hover .a2a_svg {
      background: #3b5998 !important;
      border-color: #3b5998 !important; }
      .mainbox .share-icons .a2a_button_facebook:hover .a2a_svg svg path {
        fill: #FFF !important; }
    .mainbox .share-icons .a2a_button_line:hover .a2a_svg {
      background: #20c92f !important;
      border-color: #20c92f !important; }
      .mainbox .share-icons .a2a_button_line:hover .a2a_svg svg path {
        fill: #FFF !important; }
  .mainbox .list-box .h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    width: 100%;
    text-align: left; }
  .mainbox .price-box {
    padding: 15px;
    border: 1px dotted #ddd;
    background-color: #fbfbfb; }
  .mainbox .u-nav-v1-1 {
    border-bottom: 1px solid #16c5ee; }

/********** RWD FIX **********/
/* desktop devices */
@media (min-width: 1200px) {
  .hidden-lg {
    display: none; } }

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; }
  .ball-box {
    background-position: 0 20px; }
  .six-item .big-left {
    height: 697.5px;
    background-size: 100% auto; }
  .six-item .items-box {
    height: 232.5px; }
    .six-item .items-box .text-box {
      width: 232.5px;
      height: 232.5px;
      line-height: 232.5px; } }

/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; }
  .navbar .hs-has-sub-menu > a::after {
    content: "\e900";
    font-family: "hs-icons" !important;
    font-size: 10px;
    display: inline;
    margin-left: 7px; }
  .navbar .navbar-nav .nav-item {
    width: 100%;
    text-align: left; }
    .navbar .navbar-nav .nav-item .nav-main {
      border-bottom: 1px solid #00b1cd;
      border-top: 1px solid #38d7fd;
      border-left: 0;
      border-right: 0;
      padding-left: 20px;
      position: relative; }
      .navbar .navbar-nav .nav-item .nav-main:before {
        background-image: url("../img/bg/mobile-navi-bg.png");
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        content: '';
        display: inline-block;
        margin: 0 5px -4px 0; }
      .navbar .navbar-nav .nav-item .nav-main:after {
        position: absolute;
        right: 15px; }
    .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item {
      padding-left: 50px; }
  .ball-box {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    background-image: url("../img/ball/big-bg-sm.png");
    background-position: 0 0;
    padding-bottom: 100px;
    margin-top: 20px; }
    .ball-box .ball {
      position: relative !important;
      -webkit-animation: none !important;
      animation: none !important;
      margin: 20px auto;
      left: 0;
      right: 0;
      top: 0; }
  .six-item .big-left {
    height: 519px;
    background-size: 100% auto; }
  .six-item .items-box {
    height: 173px; }
    .six-item .items-box .text-box {
      width: 173px;
      height: 173px;
      line-height: 173px;
      font-size: 20px; } }

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .top-head .logo {
    padding-top: 10px;
    padding-bottom: 10px; }
    .top-head .logo .top-logo {
      margin: 0 auto; }
  .top-head .social-icons {
    top: auto;
    bottom: 10px;
    right: 15px;
    height: 30px; }
    .top-head .social-icons .u-icon-v1 {
      width: 25px; }
  #navBar {
    border-top: 1px solid #FFF; }
  .navbar {
    margin: 0 -15px; }
    .navbar .hs-has-sub-menu > a::after {
      content: "\e900";
      font-family: "hs-icons" !important;
      font-size: 10px;
      display: inline;
      margin-left: 7px; }
    .navbar .navbar-nav .nav-item {
      width: 100%;
      text-align: left; }
      .navbar .navbar-nav .nav-item .nav-main {
        border-bottom: 1px solid #00b1cd;
        border-top: 1px solid #38d7fd;
        border-left: 0;
        border-right: 0;
        padding-left: 20px;
        position: relative; }
        .navbar .navbar-nav .nav-item .nav-main:before {
          background-image: url("../img/bg/mobile-navi-bg.png");
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          content: '';
          display: inline-block;
          margin: 0 5px -4px 0; }
        .navbar .navbar-nav .nav-item .nav-main:after {
          position: absolute;
          right: 15px; }
      .navbar .navbar-nav .nav-item .hs-sub-menu .dropdown-item {
        padding-left: 50px; }
  .footer {
    margin: 0 -15px;
    padding: 0 15px; }
  .u-go-to-v0 {
    bottom: 100px !important;
    z-index: 999; }
  .ball-box {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    background-image: url("../img/ball/big-bg-xs.png");
    background-position: 0 0;
    padding-bottom: 100px;
    margin-top: 20px; }
    .ball-box .ball {
      position: relative !important;
      -webkit-animation: none !important;
      animation: none !important;
      margin: 20px auto;
      left: 0;
      right: 0;
      top: 0; }
  .six-item .big-left {
    margin: 0 -15px;
    height: auto;
    background: none !important; }
    .six-item .big-left img {
      display: block; }
  .six-item .md-r {
    margin-right: -15px; }
  .six-item .items-box {
    height: auto; }
    .six-item .items-box .left-item .img-box {
      opacity: 1; }
    .six-item .items-box .left-item .text-box {
      opacity: 1; }
    .six-item .items-box .left-item:hover .text-box {
      opacity: 1; }
    .six-item .items-box .left-item:hover .img-box {
      opacity: 1; }
    .six-item .items-box .right-item .text-box {
      opacity: 1; }
    .six-item .items-box .right-item .img-box {
      opacity: 1; }
    .six-item .items-box .right-item:hover .text-box {
      opacity: 1; }
    .six-item .items-box .right-item:hover .img-box {
      opacity: 1; }
    .six-item .items-box .text-box {
      position: relative;
      width: 50%;
      height: auto;
      float: left;
      line-height: 270px;
      font-size: 24px;
      letter-spacing: 0; }
    .six-item .items-box .img-box {
      position: relative;
      width: 50%;
      float: left; }
  .editbox iframe, .tab-pane iframe {
    max-height: 250px; }
  .js-tabs-mobile-control:after {
    content: "\e900";
    font-family: "hs-icons" !important;
    font-size: 10px;
    display: inline;
    margin-left: 7px;
    position: absolute;
    right: 15px;
    top: 13px; }
  [role="tablist"] .nav-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

/* Fix Mobile Background */
@media (max-width: 540px) {
  .ball-box {
    background-image: url("../img/ball/big-bg-xs-520.png"); }
  .six-item .items-box .text-box {
    line-height: 270px;
    font-size: 24px; } }

@media (max-width: 420px) {
  .ball-box {
    background-image: url("../img/ball/big-bg-xs-420.png"); }
  .six-item .items-box .text-box {
    line-height: 206px;
    font-size: 22px; } }

@media (max-width: 375px) {
  .ball-box {
    background-image: url("../img/ball/big-bg-xs-375.png"); }
  .six-item .items-box .text-box {
    line-height: 187px;
    font-size: 20px; } }

@media (max-width: 320px) {
  .ball-box {
    background-image: url("../img/ball/big-bg-xs-320.png"); }
  .six-item .items-box .text-box {
    line-height: 160px;
    font-size: 18px; } }
