html{
  font-size: 12px;
}
* {
  padding: 0;
  margin: 0;
}

body, html {
  font-size: 12px;
}

html {
  height: 100%;
}
.site-header {
  background-color: #cc1424;
  color: #fff;
  margin: 0 auto;
  padding: 0.25rem 0;
  margin: 0 auto;
  font-size: 1.5rem;
  border: 3px solid #4d2c22;
  border-radius: 10rem;
  box-shadow: 0 4px 0 0 #00000030;
  text-align: center;
  width: 320px;
  text-align: center;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  height: 100%;
  z-index: -1;
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  /*color: #000000;*/
}

/* checkBrowser start*/
.open-in-browser img {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  z-index: 1000;
}

.overlay {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(Opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  z-index: 100;
}
/* checkBrowser end*/

/*header start */
header {
  background-image: linear-gradient(to right,rgb(128,189,60),rgb(80,171,140),rgb(35,155,215));
  color: white;
  padding: 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 5;
  top: 0;
  font-size: 0;
}

header span {
  display: inline-block;
  vertical-align: middle;
}

header img.icon {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

header .title {
  flex: 1;
  margin-left: 0.75rem;
  font-size: 1.75rem;
  cursor: pointer;
}

header .down-triangle {
  margin: 0.65rem 2rem 0 0.25rem;
  border: 0.6rem solid rgba(255, 255, 255, 1);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

header .language-selector {
  background-color: white;
  color: black;
  border: 2px solid black;
  position: absolute;
  top: 4rem;
  right: 2rem;
  padding: 0 0.75rem;
  display: none;
}

header .language-selector .language-item {
  margin: 0.75rem 0;
}

header .language-selector .language-divider {
  border: 0;
  border-bottom: 1px dotted lightgrey;
}

#wai {
  cursor: pointer;
  font-size: 1.2rem;
}

.itema[name]::after {
  content: '✔︎';
  margin-left: .5rem;
}

.intro .step-title {
  background-color: #cc1424;
  color: #fff;
  width: 70%;
  max-width: 500px;
  margin: 0 auto 1.2rem auto;
  padding: 0.25rem;
  font-size: 1.5rem;
  border: 3px solid #4d2c22;
  border-radius: 10rem;
  box-shadow: 0 4px 0 0 #00000030;
  -webkit-box-shadow: 0 4px 0 0 #00000030;
  -moz-box-shadow: 0 4px 0 0 #00000030;
}
.intro {
  background-color: #fff;
  padding: 6rem 0 2rem 0;
  font-size: 1.2rem;
  text-align: center;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #a1eeff;
}

.site-content {
  flex-grow: 1;
  padding: 6rem 0 2rem;
}

.gh-outer {
  padding: 0;
}

.gh-canvas {
  display: block;
}

.site-main {
  overflow: hidden;
  max-width: 820px;
  width: 86%;
  margin: 22px auto 0;
  box-sizing: border-box;
  border: 3px solid #4d4d4d;
  border-radius: 2rem;
  box-shadow: inset 0 4px 0 0 #fff, 0 4px 0 0 rgb(0 0 0 / 19%);
  background: #eee;
}

.article-list {
  background: #fff;
  padding: 0 24px;
}

.article-list-item {
  padding: 24px 0;
  border-bottom: 1px dashed #ccc;
}

.article-list-link {
  color: #0044cc;
  font-size: 18px;
  padding: 0;
}
.post-main {
  border: none;
  border-radius: .5rem;
}

.post {
  background: #fff;
  padding: 36px 44px 22px;
}

.post .gh-content {
  font-size: 16px;
  font-weight: normal;
}

.post-image-link:hover {
  opacity: 1;
}

.post-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
}

.post-link:hover + .post-wrapper .post-title {
  opacity: 0.8;
}

.post-title-link {
  display: block;
}

.post-meta {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--secondary-text-color);
  letter-spacing: -0.005em;
}

.post-author {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  margin: 0 14px 0 4px;
}

.post-author-image-link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 -6px;
  overflow: hidden;
  border-radius: 50%;
}

.post-author-image-link:first-child {
  z-index: 10;
}

.post-author-image-link:nth-child(2) {
  z-index: 9;
}

.post-author-image-link:nth-child(3) {
  z-index: 8;
}

.post-author-image-link:nth-child(4) {
  z-index: 7;
}

.post-author-image-link:nth-child(5) {
  z-index: 6;
}

.post-author-image {
  height: 100%;
  border: 2px solid var(--white-color);
  border-radius: 50%;
  object-fit: cover;
}

.post-author-name {
  margin-bottom: 6px;
  font-weight: 600;
}

.post-author-name-link + .post-author-name-link::before {
  content: ", ";
}

.post-meta-bottom {
  display: flex;
}

.post-length::before {
  padding: 0 4px;
  content: "—";
}

.post-excerpt {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--secondary-text-color);
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.post-tag {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 8px 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  background-color: var(--white-color);
  border: 1px solid var(--mid-gray-color);
  border-radius: 15px;
}

.post-go-back {
  text-align: center;
  padding: 22px 0 0;
}
.gh-title {
  font-size: 2.2rem;
}
.gh-content {
  font-size: 1.2rem;
  margin-top: 1.4rem;
}
.gh-content a {
  color: #06f;
  text-decoration: underline;
}
.gh-article-image {
  grid-column: main-start / main-end;
}
.gh-border-imgs img {
  border: 1px dotted #d3d3d3;
  margin-left: 2rem;
}
.gh-border-imgs img:first-child {
  margin-left: 0;
}

footer {
  bottom: 0;
  background-color: black;
  color: white;
  padding: 15px 0 17px 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  position: static;
}

footer > div {
  width: 70%;
  margin: auto 15%;
}

.footer-text-row, .footer-text-column {
  display: flex;
  justify-content: space-between;
}

.footer-text-row > div, .footer-text-column div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.footer-text-row > div:first-child > div:first-child, .footer-text-column > div:first-child > div:first-child {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

footer div {
  line-height: 2rem;
}

.footer-text-row div, .footer-text-column div {
  font-weight: 900;
  line-height: 3.5rem;
  font-size: 1.6rem;
  color: #666;
}

footer a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.footer-text-row br {
  display: none;
}

.footer-text-column {
  display: none;
  justify-content: space-between;
}

footer hr {
  margin-top: 2.5rem;
  border-width: .5px;
  border-color: #404040;
}

footer > div:last-child, .copyright {
  margin-top: 1rem;
  text-align: center;
  line-height: 2rem;
}

.footer-text .footer-text-img a {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-text .footer-text-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-text img {
  width: 100%;
  height: 100%;
}

.footer-text .footer-text-img > a:not(:last-child) {
  margin-right: .8rem;
}

.footer-text .footer-text-img > a {
  margin-top: 1rem;
}

.space-bottom {
  margin-bottom: 1.5rem;
}

.copyright-line {
  display: none;
}


@media all and (max-width: 366px) and (min-width: 150px) {
  .footer-text-row {
      display: none;
  }

  .footer-text-column {
      display: flex;
  }

  .footer-text-row br {
      display: inherit;
  }

  .copyright-line {
      display: inline-block;
  }
}

@media all and (max-width: 530.999px) and (min-width: 366px) {
  .footer-text-row {
      display: none;
  }

  .footer-text-column {
      display: flex;
  }

  .footer-text-row br {
      display: inherit;
  }

  .copyright-line {
      display: inline-block;
  }
}

/*Tablet*/

@media all and (max-width: 800px) and (min-width: 531px) {

  .footer-text-row br {
      display: inherit;
  }

  .copyright-line {
      display: inline-block;
  }

}
.more-w {
  text-align: center;
  padding: 18px 0;
}
a.go-back,a.more {
  background: #0055ff;
  color: #fff;
  border-radius: 1000px;
  padding: 8px 26px;
  text-decoration: none;
  display: inline-flex;
}
@media (max-width: 575px) {
  a.go-back,a.more {
      padding: 6px 18px;
  }
}

.round-block {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.u-object-fit {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-permalink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  outline: none;
}

.u-placeholder {
  position: relative;
  z-index: 10;
  background-color: var(--light-gray-color);
}

.u-placeholder.same-height {
  height: 0;
}

.u-placeholder.horizontal {
  padding-bottom: 50%;
}

.u-placeholder.rectangle {
  padding-bottom: 62.5%;
}

.u-placeholder.square {
  padding-bottom: 100%;
}

.u-overlay {
  position: relative;
}


.no-image.u-overlay::before {
  background-color: var(--ghost-accent-color);
}

.u-overlay:not(.no-image).initialized::before {
  opacity: 0.4;
}

@media (max-width: 575px) {
  .hidden-xs {
      display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
      display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
      display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
      display: none !important;
  }
}
.site-content {
  flex-grow: 1;
  padding: 6rem 0 2rem;
}
.online-customer{
  position:fixed;
  width: 130px;
  height: 130px;
  right: 1rem;
  bottom: 1rem;
}
.online-customer img{
  width: 100%;
}
.myhref a{
  color: #a8a8a8;
  text-decoration: none;
}