* {
  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;
}

/* container */
.container {
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px 0;
  z-index: 1000;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerLeftTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerLeftTopLink {
  color: #000;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 150% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.headerLeftSub {
  color: #696969;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 3px;
}
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(77, 77, 77, 0.1);
  box-shadow: 0px 4px 15px 0px rgba(77, 77, 77, 0.1);
}
.searchInput {
  display: block;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 16px;
  height: 40px;
  width: 494px;
}
.searchBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.1px;
  border-radius: 0px 5px 5px 0px;
  background: #feb632;
  padding: 0 32px;
  height: 40px;
}
.signIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14.5px;
  color: #6a6a6d;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.signIn img {
  display: block;
}

/* slides */
.slides {
  margin-top: 96px;
}
.slidesInner {
  position: relative;
  margin: 0 30px;
}
.slideBoxImg img {
  display: block;
  width: 189.59px;
  height: 104.41px;
}
.slideBoxLink {
  display: block;
  color: #333;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slideBoxLink:hover {
  text-decoration: underline;
}
.slick-list.draggable {
  overflow: hidden;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button.slick-prev.slick-arrow {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../assets/img/arrowLeft.png');
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
button.slick-next.slick-arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../assets/img/arrowRight.png');
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

/* content */
.content {
  margin-top: 34px;
}
.contentImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contentTitle {
  color: #212529;
  text-align: center;
  font-family: Open Sans;
  font-size: 34.863px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-top: 27px;
}
.contentDate {
  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;
  gap: 19px;
  margin-top: 29px;
}
.contentDateSub {
  color: #212529;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contentDateSub1 {
  color: #212529;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.contentLeft {
  width: 64%;
  position: relative;
}
.contentLeftSocial {
  position: absolute;
  left: -34px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.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: 30px;
}
.contentLeftBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.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: 21px;
  margin-top: 25px;
}
.contentLeftBoxSubs1 {
  margin-top: 42px;
}
.contentLeftBoxSub {
  color: #333;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contentLeftBoxSub a {
  color: #167fa0;
}
.contentLeftBoxImgLink {
  display: block;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 10px;
}
.contentLeftBoxImgLink a {
  color: #167fa0;
}
.contentLeftBoxTitle {
  color: #212529;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
}
.contentLeftBoxTitle a {
  color: #167fa0;
}
.contentLeftBoxImg1 img {
  width: auto;
  margin: 0 auto;
}
.update {
  margin-top: 18px;
}
.updateTitle {
  color: #f00;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
}
.updateLink {
  display: block;
  color: #0d6efd;
  font-family: Open Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.5px; /* 150% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 22px;
}
.contentRight {
  width: 33%;
}
.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: 42px;
}
.contentRightBoxTitle {
  color: #666;
  font-family: Open Sans;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 3px;
  border-bottom: 2px solid #0272bc;
}
.contentRightBoxImg {
  margin-top: 15px;
}
.contentRightBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBoxSub {
  color: #222;
  font-family: Open Sans;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}
.contentRightBoxSub a {
  color: #0d6efd;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.italic {
  font-style: italic;
}
.contentRightBoxSub1 {
  color: #222;
  font-family: Open Sans;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
}
.steps {
  margin-top: 42px;
}
.stepsTitle {
  color: #666;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 3px;
  border-bottom: 2px solid #0272bc;
}
.stepsBoxs {
  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: 20px;
}
.stepBox {
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 11px;
  padding-bottom: 16px;
}
.stepBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stepBoxTop img {
  display: block;
}
.stepBoxSub {
  color: #222;
  font-family: Open Sans;
  font-size: 20.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.stepBoxLink {
  display: block;
  color: #0d6efd;
  font-family: Open Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 20px;
}
.stepBoxImg {
  margin-top: 10px;
}
.stepBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* comments */
.comments {
  margin-top: 22px;
}
.commentsInner {
  width: 65%;
}
.commentsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
}
.commentsSub {
  color: #3b5998;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.commentsSub1 {
  color: #3b5998;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.commentsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
.commentsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 13.5px 0;
  border-top: 1px solid #e2e2e2;
}
.commentsBox:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.commentsBoxImg {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentsBoxImg img {
  display: block;
  max-width: 100%;
}
.commentsBoxText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentsBoxTitle {
  color: #3b5998;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 107.692% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.commentsBoxSub {
  color: #1a1a1a;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 7px;
}
.commentsBoxBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 4.5px;
}
.commentsBoxBottomSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.commentsBoxBottomSub {
  color: #1a1a1a;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.commentsBoxTime {
  color: #808080;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  border-bottom: 1px solid #808080;
}
.commentsBoxAnswer {
  margin-left: 60px;
}
.commentsBoxImg1 {
  width: 37.32px;
  height: 37.32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* footer */
.footer {
  padding: 16px 0;
  background: #222;
  margin-top: 70px;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
