* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}

/* container */
.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding: 18px 0;
  border-bottom: 1px solid #d1d1d1;
}
.headerTopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 30px;
}
.headerTopListItem a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  color: #938e8e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerTopListItem a:hover {
  text-decoration: underline;
}
.headerTopListItem.active a {
  color: #000000;
}
.headerMiddle {
  padding-top: 44px;
  padding-bottom: 26px;
}
.headerMiddleInner {
  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;
}
.headerMiddleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}
.headerMiddleListItem a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16.875px;
  line-height: 28px;
  text-transform: uppercase;
  color: #575757;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMiddleListItem a:hover {
  color: #efef00;
  text-decoration: underline;
}
.live {
  position: relative;
}
.live::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -20px;
  background: #cc0000;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}
.headerMiddleImg {
  text-align: center;
  margin-left: 18px;
  margin-right: 34px;
}
.headerMiddleImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.nav {
  background: #a00606;
  -webkit-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.1);
}
.navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.navListItem {
  height: 100%;
  border-right: 1px solid #680101;
  padding: 0 9px;
}
.navListItem a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 8.75px;
  line-height: 37px;
  text-transform: uppercase;
  color: #e0e0e0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navListItem a:hover {
  text-decoration: underline;
  color: #efef00;
}
.feed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #efef00;
}
.navIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 80px;
}
.navIconBlock img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerBottom {
  padding-top: 10px;
  padding-bottom: 20px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.headerBottomSub {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 66%;
}
.contentLeftTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contentLeftSub1 {
  color: #222;
  font-family: Sarabun;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-top: 30px;
}
.contentLeftSub1 a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contentLeftImg {
  margin-top: 34px;
}
.contentLeftImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  margin-top: 16px;
}
.contentLeftBoxImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.contentLeftBoxLink {
  display: block;
  color: #333;
  text-align: center;
  font-family: Open Sans;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}
.contentLeftBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.contentLeftBoxSub {
  color: #222;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contentLeftBoxSub a {
  color: #0198bd;
}
.contentLeftBoxSubMargin {
  margin-top: 30px;
}
.contentLeftBoxBtnContainer {
  margin-top: 40px;
  text-align: center;
}
.contentLeftBoxBtnContainer1 {
  margin-top: 62px;
}
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  background: #f00;
  padding: 12px 54px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.contentLeftBoxLink1 {
  color: #333;
  text-align: center;
  font-family: Open Sans;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 20px;
}
.contentLeftBoxTitle {
  color: #111;
  font-family: Open Sans;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 117.241% */
  text-transform: uppercase;
}
.contentLeftBoxTitle a {
  color: #0198bd;
}
.contentLeftSubs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  margin-top: 22px;
}
.peter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 30px;
}
.peterText {
  width: 58%;
}
.peterTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.peterTitle a {
  color: #0198bd;
}
.peterSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 27px;
}
.peterSub {
  color: #222;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.peterSub a {
  color: #0198bd;
}
.peterImg {
  width: 39%;
}
.peterImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 9.5px;
  border-bottom: 1px solid #ccc;
}
.peterImgSub {
  color: #222;
  text-align: center;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contentLeftBoxImg1 img {
  width: auto;
}
.steps {
  margin-top: 28px;
}
.stepsTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.stepsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-top: 23px;
}
.stepBlockTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.stepBlockTitle a {
  color: #0198bd;
}
.stepBlockSub {
  color: #222;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
}
.stepBlockSub a {
  color: #0198bd;
}
.stepBlockImg {
  margin-top: 28px;
}
.stepBlockImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.update {
  margin-top: 10px;
}
.updateTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.updateSub {
  color: #222;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 27px;
}
.updateSub a {
  color: #0550c8;
}
.accept {
  margin-top: 28px;
}
.acceptTitle {
  color: #000;
  font-family: Open Sans;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.64px; /* 170% */
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.acceptSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.acceptSub {
  color: #545454;
  font-family: Open Sans;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.acceptSub a {
  color: #0198bd;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.comments {
  margin-top: 15px;
  padding: 15px;
  padding-top: 60px;
  padding-bottom: 0;
}
.commentsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9a9a9a;
}
.commentsTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}
.commentsTopLink {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 151.692% */
  text-transform: uppercase;
  padding: 9px;
}
.commentsTopLink:first-child {
  border-bottom: 3px solid #007fff;
}
.commentsTopSub {
  color: #000;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  text-transform: uppercase;
}
.commentsTitle {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 130% */
  text-transform: uppercase;
  margin-top: 30px;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31px;
  margin-top: 20px;
}
.commentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}
.commentsBlock:last-child {
  border: 0;
}
.commentsBlockImg img {
  width: 40px;
  height: 40px;
  border-radius: 22.63px;
  border: 1px solid #dcdcdc;
}
.commentsBlockImgSub {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 10.01px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 181.818% */
  text-transform: lowercase;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.commentsBlockImgSub:hover {
  border-color: #007fff;
  color: #007fff;
}
.commentsBlockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Helvetica;
  font-size: 13.678px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub img {
  display: inline-block;
  margin-left: 4px;
}
.commentsBlockSub span {
  color: rgba(0, 0, 0, 0.6);
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.996px;
}
.commentsBlockSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}
.showMore {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Helvetica;
  font-size: 11.998px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 151.692% */
  text-transform: uppercase;
  margin-top: 80px;
  padding: 5.5px 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.showMore:hover {
  background: #00e;
  color: #fff;
}
.about {
  margin-top: 31px;
}
.aboutTitle {
  color: #000;
  font-family: Times New Roman;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.64px; /* 170% */
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}
.aboutImg img {
  display: block;
  width: 98px;
  height: 100px;
}
.aboutName {
  color: #00e;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.aboutSub {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}
.aboutSub1 {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-top: 6.5px;
}
.aboutLink {
  display: block;
  color: #0550c8;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 40px;
  margin-top: 16px;
}
.contentRight {
  width: 30%;
}
.contentRightBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}
.contentRightBoxTitle {
  color: #666;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  border-bottom: 2px solid #0198bd;
}
.contentRightBoxImg {
  margin-top: 15px;
}
.contentRightBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBoxSub {
  color: #222;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}
.contentRightBoxSub a {
  color: #0198bd;
}
.italic {
  font-style: italic;
}
.contentRightBoxSub1 {
  color: #222;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}
.contentRightSteps {
  margin-top: 20px;
}
.contentRightStepsTitle {
  color: #666;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 4.5px;
  border-bottom: 2px solid #0198bd;
}
.contentRightStepsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.contentRightStepBox {
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 11px;
  padding-bottom: 16px;
}
.contentRightStepBoxSub {
  color: #222;
  font-family: Verdana;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contentRightStepBoxLink {
  display: block;
  color: #0198bd;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contentRightStepBoxImg {
  margin-top: 5.5px;
  border: 1px solid #808080;
}
.contentRightStepBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* copyright */
.copyright {
  margin: 150px 0;
}
.copyrightInner {
  background: #ccc;
  padding: 18px 0;
}
.copyrightSub {
  color: #333;
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
