@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
* {
  
  font-family: "Inter", "Noto Sans TC", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
  font-size: 18px;
  color: #202020;
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #202020;
  cursor: pointer !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
select,
textarea,
button {
  outline: none;
  background-color: transparent;
  border: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/triangle-down.svg);
  background-size: 13px;
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pic-cover {
  position: relative;
}

.pic-cover_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.main {
  overflow: hidden;
}

.main-inner {
  padding-top: 156px;
}

.main_content {
  padding: 0 0 230px;
}

.main_content.inner-content {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.main_content.blog-content {
  margin-top: -15px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1530px){
  .main_content.inner-content{
    padding-right: 80px;
  }
  .kv .searchbar{
    padding-right: 80px;
  }
  .home-card .community-sec{
    padding-right: 80px;
  }
}
@media screen and (max-width: 991px) {
  .main_content {
    padding-bottom: 125px;
  }
  .main_content.inner-content {
    margin-top: 0;
    padding-top: 6px;
  }
  .main_content.blog-content {
    margin-top: 0;
    padding-top: 5px;
  }
  .main_content.inner-content{
    padding-right: 0px;
  }
  .kv .searchbar{
    padding-right: 0px;
  }
  .home-card .community-sec{
    padding-right: 0px;
  }
}

@media screen and (max-width: 575px) {
  .main-inner {
    padding-top: 90px;
  }
}

.header {
  height: 126px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ff6100;
}

.header > .container {
  max-width: 1400px;
  height: 100%;
  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;
}

.header_logo {
  width: 150px;
}

.header_logo > img {
  width: 100%;
}

.header_nav {
  position: relative;
}

.header_nav_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.header_nav_first > li:hover .header_nav_second {
  /* -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_first > li:hover > a span.header_nav_default {
  -webkit-transform: translateY(calc(-100% - 10px));
          transform: translateY(calc(-100% - 10px));
}

.header_nav_first > li:hover > a span.header_nav_hover {
  top: 4px;
}

.header_nav_first > li:hover > a::after {
  width: 100%;
}

.header_nav_first > li > a {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 0;
}

.header_nav_first > li > a span {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.header_nav_first > li > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 8px;
  left: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_second {
  position: fixed;
  top: calc(100% - 40px);
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
  max-width: 1790px;
  background-color: #fff;
  padding: 38px 0 80px;
  width: calc(100% - 40px);
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.header_nav_second > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header_nav_second_item {
  width: 100%;
}

.header_nav_second_title {
  margin-bottom: 20px;
  position: relative;
  padding-top: 20px;
}

.header_nav_second_title h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #ff8033;
  padding-bottom: 10px;
}
.header_nav_second_title h3 a{
  display: block;
  width: 100%;
}
.header_nav_second_title h3 a:hover {
  color: #ff6100;
}

.header_nav_second ul li {
  /* margin-bottom: 10px; */
}

.header_nav_second ul li:last-child {
  margin-bottom: 0;
}

.header_nav_second ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #212121;
  padding-bottom: 10px;
  display: block;
}

.header_nav_second ul a:hover {
  color: #ff6100;
}

.header_nav_second .searchbar {
  max-width: 685px;
  width: 100%;
  margin: 57px auto 0;
  height: 68px;
  outline: 1px solid #202020;
}

.header_nav_second .searchbar input {
  width: 60%;
  padding: 0 35px;
  font-size: 18px;
}

.header_nav_second .searchbar_func {
  width: 40%;
}

.header_nav_second .searchbar_func::before {
  height: 50px;
}

.header_nav_second .searchbar_func select {
  width: calc(100% - 68px);
  background-size: 25px;
  background-position: calc(100% - 40px) center;
  font-size: 18px;
  height: 68px;
}

.header_nav_second .searchbar_func button {
  width: 68px;
  height: 68px;
}

.header_nav_second .searchbar_func button img {
  width: 32px;
}

.header_nav_default {
  position: relative;
  left: 0;
  top: 0;
}

.header_nav_hover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.header_nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: absolute;
  padding: 8px;
  bottom: 100%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_link a {
  color: #fff;
  font-size: 16px;
}

.header_nav > .searchbar {
  padding-top: 20px;
  padding-bottom: 50px;
  display: none;
}

.header_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  display: none;
}

.header_icon a {
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  color: #ff6100;
  background-color: #fff;
  text-align: center;
}

.header_icon a svg {
  width: 12px;
  height: 12px;
}

.header_icon a svg path {
  stroke: #fff;
}

.header_icon_btn {
  display: none;
  z-index: 10;
}

.header_icon_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header_icon_search {
  background-color: #202020 !important;
}

.header_icon_search.active {
  background-color: #fff !important;
}

.header_icon_search.active svg path {
  stroke: #202020;
}

.header_menu {
  position: relative;
  width: 28px;
  height: 19px;
}

.header_menu .bar {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_menu .bar-top {
  top: 0;
}

.header_menu .bar-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_menu .bar-bottom {
  top: calc(100% - 3px);
}

.header_menu.active .bar {
  top: 50%;
  left: 50%;
  border-radius: 3px;
}

.header_menu.active .bar-top, .header_menu.active .bar-middle {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header_menu.active .bar-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header.scrolldown {
  height: 70px;
  max-width: 1790px;
  width: calc(100% - 40px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-color: #ff6100;
  top: 20px;
  box-shadow: 0px 2px 20px -9px rgba(0, 0, 0, 0.2);
}

.header.scrolldown .header_nav_link {
  opacity: 0;
  visibility: hidden;
  bottom: 70px;
}

.header.scrolldown .header_nav_second {
  top: calc(100% - 10px);
}

@media screen and (max-width: 1360px) {
  .header_nav_first {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .header_nav_first {
    gap: 13px;
  }
  .header_nav_first > li > a{
    font-size: 18px;
  }
}
@media screen and (max-width: 1030px) {
  .header_nav_first {
    gap: 10px;
  }
  .header_nav_first > li > a{
    font-size: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .header_nav_first {
    gap: 8px;
  }
  .header_nav_first > li > a{
    font-size: 15px;
  }
}
/* add */
.header_nav_second_title .header_nav_collapse {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header_nav_second_title .header_nav_collapse .bar {
  background-color: #ffae80;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_second_title .header_nav_collapse .bar-horizontal {
  width: 100%;
  height: 3px;
}

.header_nav_second_title .header_nav_collapse .bar-vertical {
  width: 3px;
  height: 100%;
}

.header_nav_second_title .header_nav_collapse.active .bar-vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.header_nav_second>.container .header_nav_second_title .header_nav_collapse {
  /* right: 0; */
  left: 0px;
}
.header_nav_second_title.has-child h3 {
  padding-left: 20px;
}
.header_nav_second>.container .header_nav_second_title .header_nav_collapse .bar {
  background-color: #ff6100;
}
/* end */
@media screen and (max-width: 991px) {
  .header {
    height: 70px;
  }
  .header_menu {
    display: block;
  }
  .header_logo {
    width: 100px;
  }
  .header_nav {
    position: fixed;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    max-width: 375px;
    background-color: #ff6100;
    padding: 18px 40px 20px;
    overflow-y: auto;
    right: -400px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_nav_first {
    display: block;
  }
  .header_nav_first > li {
    padding: 12px 0;
  }
  .header_nav_first > li > a span {
    color: #fff;
    font-size: 20px;
  }
  .header_nav_first > li > a::after {
    display: none;
  }
  .header_nav_first > li.has-child > a {
    padding-right: 30px;
  }
  .header_nav_first > li.has-child > a::before, .header_nav_first > li.has-child > a::after {
    position: absolute;
    content: "";
  }
  .header_nav_first > li.has-child > a::before {
    width: 16px;
    height: 3px;
  }
  .header_nav_first > li:hover > a span.header_nav_default {
    -webkit-transform: none;
            transform: none;
  }
  .header_nav_first > li:hover > a span.header_nav_hover {
    top: calc(100% + 10px);
  }
  .header_nav_second_title .header_nav_collapse{
    top: 73%;
  }
  .header_nav_collapse {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_nav_collapse .bar {
    background-color: #ffae80;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header_nav_collapse .bar-horizontal {
    width: 100%;
    height: 3px;
  }
  .header_nav_collapse .bar-vertical {
    width: 3px;
    height: 100%;
  }
  .header_nav_collapse.active .bar-vertical {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .header_nav_second {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
    padding: 24px 20px;
    border-radius: 15px;
    width: 100%;
    margin-top: 14px;
  }
  .header_nav_second ul {
    padding: 0 0 25px 20px;
    display: none;
  }
  .header_nav_second ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .header_nav_second ul li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #202020;
    top: 11px;
    left: 0;
  }
  .header_nav_second ul a {
    font-weight: 400;
    font-size: 16px;
  }
  .header_nav_second > .container {
    display: block;
    padding: 0;
  }
  .header_nav_second > .container .header_nav_collapse {
    right: 0;
  }
  .header_nav_second > .container .header_nav_collapse .bar {
    background-color: #ff6100;
  }
  .header_nav_second_title h3 {
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0px dotted #ffceb3;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .header_nav_second_title:not(.has-child) .header_nav_collapse {
    display: none;
  }
  .header_nav_second_title.active h3 {
    color: #ff6100;
  }
  .header_nav_second_item:last-child .header_nav_second_title {
    /* margin-bottom: 0; */
  }
  .header_nav_second .searchbar {
    display: none;
  }
  .header_nav.active {
    right: 0;
  }
  .header_nav_link {
    position: static;
    padding: 0 0 16px;
    border-bottom: 1px solid #ffae80;
    gap: 20px;
  }
  .header_nav_en {
    display: none;
  }
  .header_icon {
    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;
  }
  .header.scrolldown {
    height: 50px;
  }
  .header.scrolldown .header_logo {
    width: 82px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    height: 60px;
  }
  .header_nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

.searchbar {
  border-radius: 100px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchbar input {
  width: 70%;
  font-size: 22px;
  height: 100%;
  padding: 0 20px 0 50px;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
}

.searchbar input::-webkit-input-placeholder {
  color: #989898;
}

.searchbar input:-ms-input-placeholder {
  color: #989898;
}

.searchbar input::-ms-input-placeholder {
  color: #989898;
}

.searchbar input::placeholder {
  color: #989898;
}

.searchbar_func {
  width: 38%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  height: 100%;
}

.searchbar_func select {
  width: calc(100% - 95px);
  height: 100%;
  font-size: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-size: 30px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  padding: 0 8px;
}

.searchbar_func button {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #202020;
  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;
}

.searchbar_func button img {
  width: 44px;
}

.searchbar_func::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: #e0e0e0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
  .searchbar input {
    width: 62%;
    font-size: 22px;
    padding: 0 15px 0 30px;
}
.searchbar_func select{
  background-size: 25px;
  background-position: calc(100% - 10px) center;
}
}
@media screen and (max-width: 1070px) {
  .searchbar input{
    width: 65%;
    font-size: 20px;
  }
  .searchbar_func select{
    font-size: 20px;
  }
}
@media screen and (max-width: 1020px){
  .searchbar_func select{
    font-size: 19px;
  }
  .searchbar_func select{
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .searchbar {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .searchbar input {
    height: 70px;
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 20px;
  }
  .searchbar_func {
    height: 70px;
    width: 100%;
    background-color: #fff;
    border-radius: 100px;
  }
  .searchbar_func select {
    width: calc(100% - 70px);
    padding: 0 20px;
    font-size: 20px;
    background-size: 28px;
    background-position: calc(100% - 20px) center;
  }
  .searchbar_func button {
    width: 70px;
    height: 70px;
  }
  .searchbar_func::before {
    display: none;
  }
}

.banner {
  position: relative;
}

.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 76px;
  border-radius: 75px 75px 0 0;
  background-color: #f0f0f0;
  left: 0;
  bottom: -1px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .banner::before {
    height: 31px;
    border-radius: 30px 30px 0 0;
  }
}

.btn-hover-dot {
  position: relative;
}

.btn-hover-dot * {
  z-index: 1;
}

.btn-hover-dot::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background-color: #ff6100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.btn-hover-dot:hover::after {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .title {
    font-size: 36px;
  }
}

.subtitle {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text {
  line-height: 1.8;
}

.text-lg {
  font-size: 20px;
}

.text .highlight {
  font-weight: 700;
  color: #ff6100;
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.switch_main {
  width: 80px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switch_main_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #999999;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.switch_main.active {
  background-color: #ffffff;
  border: 1px solid #ff6100;
}

.switch_main.active .switch_main_circle {
  left: calc(100% - 34px);
  background-color: #ff6100;
}

.btn-rect-border {
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid #989898;
  font-size: 16px;
}

.btn-rect-border:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-rect-dark {
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #202020;
  color: #fff;
  font-size: 20px;
}

.btn-rect-dark:hover {
  background-color: #ff6100;
}

.btn-rect-gray {
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #e0e0e0;
  font-size: 20px;
  color: #202020;
}

.btn-rect-gray:hover {
  background-color: #bbdaac;
}

.btn-rect-orange {
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #ff8033;
  border: 1px solid #ff8033;
  font-size: 20px;
  color: #fff;
}

.btn-rect-orange:hover {
  background-color: #ffefe6;
  color: #ff6100;
}

.btn-onlyicon {
  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;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-onlyicon:hover {
  border-color: #ff6100;
}

.btn-circle-white {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  color: #989898;
  font-size: 16px;
}

.btn-circle-white span {
  color: #989898;
  font-size: 16px;
}

.btn-circle-white svg {
  width: 24px;
  height: 24px;
}

.btn-circle-white:hover {
  background-color: #ff6100;
  color: #fff;
}

.btn-circle-white:hover svg path {
  fill: #fff;
}

.btn-circle-white:hover span {
  color: #fff;
}

.btn-circle-dark {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #202020;
  color: #fff;
  font-size: 18px;
}

.btn-circle-dark svg {
  width: 25px;
  height: 25px;
}

.btn-circle-dark:hover {
  background-color: #ff6100;
}

.btn-circle-dark:hover svg path {
  fill: #fff;
}

.btn-circle-gray {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #fff;
}

.btn-circle-gray svg {
  width: 25px;
  height: 25px;
}

.btn-circle-gray:hover {
  background-color: #ff6100;
}

.btn-circle-gray:hover svg path {
  fill: #fff;
}

.btn-more {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 54px;
}

.btn-expand-all.disabled {
  cursor: default !important;
  opacity: 0.3;
}

.btn-expand-all.disabled:hover {
  background-color: transparent;
  border-color: #989898;
}

.btn-cta {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  background-color: #202020;
  height: 54px;
}

.btn-cta span {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: calc(100% - 54px);
  font-size: 16px;
}

.btn-cta_arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ff6100;
  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;
}

.btn-cta_arrow svg {
  width: 26px;
  height: 17px;
}

.btn-cta_arrow svg path {
  fill: #fff;
}

.btn-cta:hover {
  background-color: #ff6100;
}

@media screen and (max-width: 767px) {
  .btn-rect-border {
    padding: 15px;
  }
  .btn-more {
    padding: 15px 54px;
  }
}

.footer {
  position: relative;
}

.footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #ff6100;
  color: #fff;
  padding: 13px 25px;
  gap: 45px;
  position: absolute;
  bottom: 100%;
  left: calc((100% - 1400px) / 2);
  cursor: pointer;
  z-index: 10;
}

.footer_btn span {
  color: #fff;
}

.footer_btn_icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.footer_btn_icon .bar {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_btn_icon .bar-horizontal {
  width: 100%;
  height: 1px;
}

.footer_btn_icon .bar-vertical {
  width: 1px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.footer_btn.active .footer_btn_icon .bar-vertical {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer_btn:hover {
  background-color: #202020;
}

.footer_map {
  background-color: #fff;
  border-top: 1px solid #ff6100;
  padding: 52px 0 132px;
}

.footer_map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.footer_map_item h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer_map_item h3 a:hover {
  color: #ff6100;
  text-decoration: underline;
}

.footer_map_item ul li {
  margin-bottom: 10px;
}

.footer_map_item ul li a {
  font-size: 16px;
}

.footer_map_item ul li a:hover {
  color: #ff6100;
  text-decoration: underline;
}

.footer_link {
  padding: 18px 0;
  background-color: #ff6100;
}

.footer_link ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.footer_link ul a {
  color: #fff;
  font-size: 16px;
}

.footer_link ul a:hover {
  text-decoration: underline;
}

.footer_info {
  background-color: #202020;
}

.footer_info .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 46px;
}

.footer_info_head {
  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;
  margin-bottom: 36px;
}

.footer_info_head img {
  width: 200px;
}

.footer_info_address {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.footer_info_phone {
  margin-bottom: 32px;
}

.footer_info_phone li {
  color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
}

.footer_info_copyright {
  font-size: 14px;
  color: #e0e0e0;
}

.footer_info_bg {
  position: absolute;
  width: 42%;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 1400px) {
  .footer_btn {
    left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer_map {
    padding-bottom: 60px;
  }
  .footer_map .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* gap: 0; */
  }
  .footer_map_item {
    margin-bottom: 30px;
    width: 25%;
  }
  .footer_link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_info_head {
    display: block;
  }
  .footer_info_head img {
    margin-bottom: 34px;
  }
  .footer_info_bg {
    position: static;
    width: 90%;
    margin-top: 44px;
  }
}

@media screen and (max-width: 575px) {
  .footer_map_item {
    width: 50%;
  }
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.breadcrumb {
  padding-bottom: 60px;
}

.breadcrumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
}

.breadcrumb .container li {
  padding: 0 15px;
  position: relative;
}

.breadcrumb .container li svg {
  width: 12px;
  height: 12px;
}

.breadcrumb .container li svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb .container li:first-child {
  padding-left: 0;
}

.breadcrumb .container li:last-child {
  padding-right: 0;
}

.breadcrumb .container li:last-child::after {
  display: none;
}

.breadcrumb .container li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .container li a:hover {
  color: #ff6100;
}

.breadcrumb .container li a:hover svg path {
  fill: #ff6100;
}

.breadcrumb .container li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #202020;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 40px;
  }
  .breadcrumb .container li {
    padding: 0 10px;
    font-size: 16px;
  }
  .breadcrumb .container li a {
    font-size: 16px;
  }
}

.inner-banner {
  padding-top: 126px;
  padding-bottom: 119px;
  background-color: #ff6100;
}

.inner-banner .row {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-banner .row > div {
  padding: 0;
}

.inner-banner_pic {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
  width: 100%;
  height: 280px;
  border-radius: 0 1000px 1000px 0;
  position: relative;
}

.inner-banner_pic::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
}

.inner-banner_pic .pic-cover {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: calc((100vw - 1400px) / 2 + 20px);
  top: 0;
  z-index: 1;
  -webkit-animation: move-right 1s ease-in-out forwards;
          animation: move-right 1s ease-in-out forwards;
}

.inner-banner_text {
  padding-left: 30px;
  padding-right: 30px;
}

.inner-banner_text h1 {
  margin-bottom: 10px;
  font-size: 74px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;/* add */
}

.inner-banner_text p {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .inner-banner_pic .pic-cover {
    left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .inner-banner {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .inner-banner_text {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-banner_pic {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inner-banner_pic {
    height: 120px;
  }
  .inner-banner_pic .pic-cover {
    width: 120px;
    height: 120px;
  }
  .inner-banner_pic::after {
    width: 120px;
    height: 120px;
  }
  .inner-banner_text h1 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .inner-banner_text p {
    font-size: 18px;
  }
}

@-webkit-keyframes move-right {
  0% {
    left: 0px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    left: calc((100vw - 1400px) / 2 + 20px);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes move-right {
  0% {
    left: 0px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    left: calc((100vw - 1400px) / 2 + 20px);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 1700px) {
  @-webkit-keyframes move-right {
    0% {
      left: 0px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      left: 20%;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes move-right {
    0% {
      left: 0px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      left: 20%;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes move-right {
    0% {
      left: 0px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      left: 21%;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes move-right {
    0% {
      left: 0px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
    }
    100% {
      left: 21%;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

.btn-side {
  position: fixed;
  /* bottom: 50px; */
  bottom: 20px;
  right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.btn-side a {
  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;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  cursor: pointer !important;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 2px solid;
  line-height: 1.2;
  font-size: 16px;
}

.btn-side a:first-child {
  background-color: #ff7019;
  border-color: #ff7019;
}

.btn-side a:nth-child(2) {
  background-color: #ff8033;
  border-color: #ff8033;
}

.btn-side a:nth-child(3) {
  background-color: #ff8a4d;
  border-color: #ff8a4d;
}

.btn-side a:nth-child(4) {
  background-color: #ffa26d;
  border-color: #ffa26d;
}

.btn-side a.btn-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.btn-side a.btn-top span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.btn-side a.btn-top svg {
  width: 13px;
  height: 9px;
}

.btn-side a.btn-top svg path {
  fill: #fff;
}

.btn-side a:hover {
  background-color: #ff6100 !important;
  border-color: #fff !important;
}

@media screen and (max-width: 1700px) {
  .btn-side {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .btn-side {
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    background-color: #202020;
    height: 48px;
    border-radius: 25px 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-side a {
    width: 25%;
    color: #ff6100;
    border-radius: 0;
    background-color: transparent !important;
    border: 0;
    height: 100%;
  }
  .btn-side a br {
    display: none;
  }
  .btn-side a.btn-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .btn-side a.btn-top span {
    color: #ff6100;
  }
  .btn-side a.btn-top svg path {
    fill: #ff6100;
  }
}

/* .post-inner_catagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}

.post-inner_catagory a {
  display: block;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #ff6100;
  color: #ff6100;
  padding: 10px 20px;
  font-size: 20px;
} */
/* ADD */
.post-inner_catagory {

  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto;
  overflow-y: hidden;
  /* max-width: 1360px;  */
  flex-shrink: 0;
  gap: 10px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.post-inner_catagory li {
  flex-shrink: 0; 
  list-style: none; 
}

.post-inner_catagory a {
  display: block;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #ff6100;
  color: #ff6100;
  padding: 10px 20px;
  font-size: 20px;
}

.post-inner_catagory::-webkit-scrollbar {
  display: none;
}
.post-inner_catagory::-webkit-scrollbar {
  height: 0px; 
  width: 0px;  
}
.post-inner_catagory {
  user-select: none; 
      cursor: grab; }

.post-inner_catagory.active-drag {
  cursor: grabbing; 
}





.post-inner_main p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 55px;
}

.post-inner_youtube {
  max-width: 1090px;
  width: 100%;
  /* padding-bottom: 56.25%; */
  /* padding-bottom: 45.074%; */
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 55px;
}

.post-inner_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.post-inner_list {
  padding-left: 20px;
  padding-bottom: 16px;
}

.post-inner_list h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.post-inner_list p {
  margin-top: 0;
  font-size: 18px;
}

.post-inner_list li {
  margin-top: 16px;
}

.post-inner_list ul {
  padding-left: 40px;
  padding-bottom: 20px;
}

.post-inner_list ul li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 1.8;
}

.post-inner_list ul li::before {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  background-color: #202020;
  border-radius: 50%;
  top: 15px;
  left: 0;
}

.post-inner-sec {
  /* padding-bottom: 100px; */
  padding-bottom: 50px; /* add */
}

@media screen and (max-width: 767px) {
  .post-inner_main p {
    margin-top: 40px;
  }
  .post-inner_youtube {
    border-radius: 10px;
  }
  .post-inner_list {
    padding-left: 40px;
  }
  .post-inner_list p {
    margin: 0;
  }
  .post-inner-sec {
    padding-bottom: 90px;
  }
}

.page-sidebar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-sidebar_main {
  width: calc(100% - 250px - 60px);
}

.page-sidebar_sec {
  margin-top: 70px;
}

.page-sidebar.sidebar-sticky .sidebar {
  position: fixed;
  top: 110px;
  left: calc((100% - 1400px) / 2 + 20px);
  max-height: calc(100% - 110px);
  overflow: auto;
}

.page-sidebar.sidebar-sticky .sidebar::-webkit-scrollbar {
  display: none;
}

.page-sidebar.sidebar-absolute .sidebar {
  position: absolute;
  top: inherit;
  left: 20px;
  bottom: 0;
}

.page-sidebar_title {
  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;
  margin-bottom: 60px;
}

.page-sidebar_title .title {
  margin: 0;
  width: calc(100% - 140px);
}
.page-sidebar_title.page-sidebar_title-qa .title {
  margin: 0;
  width: calc(100% - 200px);
}
.page-sidebar-blog {
  margin-top: 60px;
  gap: 90px;
}

.page-sidebar-blog .row {
  margin-left: -16px;
  margin-right: -16px;
}

.page-sidebar-blog .row > div {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}

.page-sidebar-blog .post-card {
  height: 100%;
}

.page-sidebar-blog .sidebar {
  width: 390px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.page-sidebar-blog .page-sidebar_main {
  width: calc(100% - 390px - 90px);
  min-height: 1000px;
}

.page-sidebar-blog .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 90px;
}

.page-sidebar-blog.sidebar-sticky .sidebar {
  right: calc((100% - 1400px) / 2 + 20px);
  left: inherit;
}

.page-sidebar-blog.sidebar-absolute .sidebar {
  right: 20px;
  left: inherit;
}

.page-sidebar-blog.page-blog-inner {
  margin-top: 0;
}

.page-sidebar-register .searchbar {
  margin: 40px 0;
}

@media screen and (max-width: 1400px) {
  .page-sidebar .container{
    gap: 30px;
  }
  .page-sidebar_main {
    width: calc(100% - 220px - 30px);
}
  .page-sidebar.sidebar-sticky .sidebar {
    left: 20px;
    right: inherit;
  }
  .page-sidebar-blog.sidebar-sticky .sidebar {
    right: 20px;
    left: inherit;
  }
}
@media screen and (max-width: 1200px){
  
}
@media screen and (max-width: 1025px){
  
}
@media screen and (max-width: 991px) {
  .page-sidebar .container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-sidebar_main {
    width: 100%;
  }
  .page-sidebar_sec {
    margin-top: 50px;
  }
  .page-sidebar_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page-sidebar_title a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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;
  }
  .page-sidebar-blog {
    margin-top: 40px;
  }
  .page-sidebar-blog .page-sidebar_main {
    width: 100%;
    min-height: 0px;
  }
  .page-sidebar-blog .sidebar {
    width: 100%;
  }
  .page-sidebar-blog .row > div {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 370px) {
  .page-sidebar_title-qa {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-sidebar_title-qa .title {
    width: 100%;
    text-align: left;
  }
  .page-sidebar_title.page-sidebar_title-qa .title {
    width: 100%;
    text-align: left;
  }
  .page-sidebar_title .btn-expand-all {
    margin-left: 20px;
    margin-top: 40px;
  }
}

.sidebar {
  width: 250px;
}

.sidebar ul {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
}

.sidebar ul li a {
  font-size: 20px;
  padding: 10px 0;
  display: block;
}

.sidebar ul li a:hover, .sidebar ul li a.active {
  color: #ff6100;
}

.sidebar_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ff6100;
  padding: 14px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.sidebar_active img {
  width: 13px;
}

.sidebar_active p {
  width: calc(100% - 13px);
  padding-right: 8px;
}
@media screen and (max-width: 1400px) {
  .sidebar {
    width: 220px;
  }
  .sidebar ul {
    padding: 20px;
}
}
@media screen and (max-width: 1200px) {
  .sidebar ul li a {
    font-size: 18px;
    padding: 7px 0;
}
}
@media screen and (max-width: 991px) {
  .sidebar {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    right: inherit !important;
    width: 100%;
  }
  .sidebar_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar ul {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    display: none;
  }
}

.list-common {
  padding-left: 20px;
}

.list-common li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.list-common li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #202020;
  top: 10px;
  left: 0;
}

.list-common li:last-child {
  margin-bottom: 0;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-item label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  width: 100%;
}

.contact-item label .star {
  margin-left: 5px;
  color: #ff6100;
}

.contact-item.verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.contact-item.verify .input {
  width: 54%;
}

.contact-item.verify .verify_num {
  width: calc(46% - 50px - 24px);
  height: 50px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-item.verify .verify_num img {
  height: 100%;
}

.contact-item.verify .verify_reload {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  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;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.contact-item.verify .verify_reload img {
  width: 22px;
}

.contact-item.verify .verify_reload:hover {
  background-color: #ffefe6;
  border-color: #ff6100;
}

.contact-item.robot img {
  width: 320px;
}

@media screen and (max-width: 991px) {
  .contact-item label .remark {
    display: block;
    font-size: 15px;
    padding: 0;
  }
  .contact-item.verify {
    row-gap: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .contact-item.verify .input {
    width: 100%;
  }
  .contact-item.verify .verify_num {
    width: calc(100% - 50px - 10px);
  }
}

.input,
.textarea {
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 100%;
  font-size: 18px;
  background-color: #fff;
}

.input:focus,
.textarea:focus {
  border-color: #ff6100;
}

.input:disabled,
.textarea:disabled {
  border-color: #cccccc;
}

.input {
  height: 50px;
  padding: 0 15px;
}

.textarea {
  height: 100px;
  padding: 16px 30px;
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.search-item label {
  display: block;
  width: 75px;
}

.search-item .input {
  border-radius: 100px;
  height: 54px;
  width: calc(100% - 85px);
}

.search-item:last-child {
  margin-bottom: 0;
}

.search-item.range .time-range {
  width: calc(100% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.search-item.range .time-range span {
  display: block;
  width: 18px;
  text-align: center;
}

.search-item.range .time-range input {
  width: calc((100% - 28px) / 2);
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search-item label,
  .search-item .input,
  .search-item .textarea,
  .search-item .time-range {
    width: 100% !important;
  }
  .search-item label br {
    display: none;
  }
  .search-item .time-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .search-item .time-range .input {
    width: 100%;
  }
}

.timeline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
  position: relative;
  z-index: 0;
}

.timeline_item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #bbdaac;
  left: 38px;
  top: 0;
  z-index: -1;
}

.timeline_item:last-child {
  padding: 0;
}

.timeline_item:last-child::after {
  display: none;
}

.timeline_title {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #bbdaac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.timeline_title_step {
  color: #fff;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1;
}

.timeline_title_num {
  color: #fff;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.timeline_title_month {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.timeline_content {
  padding: 25px 40px;
  background-color: #fff;
  width: calc(100% - 10px - 76px);
  border-radius: 38px;
}

.timeline_content p {
  margin: 0;
  line-height: 1.8;
}

.timeline_content p a,
.timeline_content p .highlight {
  color: #ff6100;
}

.timeline_content p a {
  text-decoration: underline;
}

.timeline_content .row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 20px;
}

.timeline_content .row > div {
  padding-left: 12px;
  padding-right: 12px;
}

.timeline_content_item {
  background-color: #f0f0f0;
  border-radius: 38px;
  padding: 25px;
  height: 100%;
}

.timeline_content_item h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .timeline_content {
    padding: 25px;
  }
  .timeline_content_item {
    padding: 15px;
    border-radius: 20px;
  }
  .timeline_content .row > div {
    margin-bottom: 15px;
  }
  .timeline_content .row > div:last-child {
    margin-bottom: 0;
  }
  .timeline-event .timeline_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline-event .timeline_item::after {
    display: none;
  }
  .timeline-event .timeline_title {
    padding: 6px 20px 8px;
    font-size: 32px;
    border-radius: 100px;
    width: 120px;
    border-radius: 100px;
    height: auto;
  }
  .timeline-event .timeline_title_month {
    font-size: 32px;
    margin: 0;
    line-height: 1.1;
  }
  .timeline-event .timeline_content {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
  }
}

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin-top: 15px;/* add */
}

.btn-back_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff6100;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-back_icon svg {
  width: 15px;
  height: 10px;
}

.btn-back_icon svg path {
  fill: #fff;
}

.btn-back:hover .btn-back_icon {
  background-color: #202020;
}

@media screen and (max-width: 767px) {
  .btn-back span {
    font-size: 16px;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tab a {
  display: block;
  border-radius: 100px;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #ff6100;
  color: #ff6100;
  font-size: 20px;
}

.tab a:hover, .tab a.active {
  background-color: #ff6100;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .tab a {
    padding: 10px 20px;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #777;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ff6100;
}

.link .row {
  margin-left: -13px;
  margin-right: -13px;
}

.link .row > div {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 24px;
}

.link_text {
  width: calc(100% - 20px);
  padding-right: 12px;
}

.link_text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #202020;/* add */
}

.link_text p {
  font-size: 16px;
  margin-bottom: 5px;
}

.link_item {
  /* padding: 24px 20px; */
  padding: 18px 20px;/* add */
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #ff6100;
  letter-spacing: 0;/* add */
}

.link_item img {
  width: 20px;
}

.link_item:hover {
  background-color: #ffefe6;
}

.link-related .row > div {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .link .row > div {
    margin-bottom: 12px;
  }
  .link_item {
    border: 1px solid #ff6100;
    padding: 24px 20px;
  }
  .link-related .row > div {
    margin-bottom: 15px;
  }
}

.kv {
  background-color: #ff6100;
}

.kv .container {
  padding: 0 36px;
  position: relative;
}

.kv .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv_text h1 {
  font-size: 98px;
  color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 28px;
  line-height: 1;
  color: #fff;
}

.kv_text h1::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #202020;
  bottom: 0;
  /* left: calc(100% + 10px); */
  margin-left: 10px;
}

.kv_text h2 {
  font-size: 29px;
  line-height: 1.6;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.kv_pic {
  position: relative;
  z-index: 0;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16vw;
  padding-top: 9.58vw;
}

.kv_pic_circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}

.kv_pic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 9.58vw - 75px);
  border-radius: 1000px 1000px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 75px;
  left: 0;
  z-index: -1;
}

.kv .searchbar {
  position: absolute;
  width: calc(100% - 72px);
  bottom: 8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .kv {
    padding-top: 30vw;
  }
  .kv_pic {
    height: calc(100% - 9.58vw - 30px);
  }
  .kv_pic::after {
    bottom: 30px;
  }
  .kv .searchbar {
    bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .kv .container {
    padding: 0 20px;
  }
  .kv_text h1 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .kv_text h1::after {
    width: 12px;
    height: 12px;
  }
  .kv_text h2 {
    font-size: 20px;
  }
  .kv_pic {
    max-width: 250px;
    padding-bottom: 73vw;
  }
}

.icon-link {
  padding: 5px 0 110px;
}

.icon-link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
}

.icon-link_circle {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ffae80;
  margin: 0 auto 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-link_circle svg {
  width: 32px;
  height: 32px;
  z-index: 1;
}

.icon-link_circle::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background-color: #ff6100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.icon-link_item {
  max-width: 140px;
}

.icon-link_item h3 {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.icon-link_item:hover h3 {
  color: #ff6100;
}

.icon-link_item:hover .icon-link_circle::after {
  width: 100%;
  height: 100%;
}

.icon-link_item:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 1199px) {
  .icon-link .container {
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .icon-link {
    padding-bottom: 72px;
    padding-top: 20px;
  }
  .icon-link .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .icon-link_item {
    margin-bottom: 30px;
  }
  .icon-link_item h3 {
    font-size: 16px;
  }
  .icon-link_circle {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }
}

.home-card .community-sec {
  /* padding: 0; */
}

.home-card .community-sec .row > div {
  margin: 0;
}

.home-card .community-sec_title .btn-rect-border {
  padding: 15px 30px;
}

.home-card_swiper {
  margin-bottom: 40px;
}

.home-card_arrow {
  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: 20px;
}

.home-card_arrow a svg {
  width: 28px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .home-card .community-sec .row > div {
    margin-bottom: 30px;
  }
  .home-card .community-sec_title .btn-rect-border {
    padding: 15px;
    font-size: 15px;
  }
  .home-card_swiper {
    margin-bottom: 0;
  }
}

.post-card {
  background-color: #fff;
  border-radius: 30px;
  /* add */
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post-card_pic {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  /* padding-bottom: 67%; */
  padding-bottom: 66.67%;/* add */
}

.post-card_pic > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-card_pic:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-card_content {
  padding: 32px 33px 36px;
  /* add */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card_catagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 4px;/* add */
}

.post-card_catagory a {
  display: block;
  border-radius: 100px;
  padding: 3px 12px;
  background-color: #ffefe6;
  color: #ff6100;
  font-size: 16px;
}

.post-card_catagory a:hover {
  background-color: #ff6100;
  color: #fff;
}

.post-card_date {
  font-size: 15px;
  margin-bottom: 15px;
}

.post-card_title {
  margin-bottom: 15px;
  font-size: 26px;
}

.post-card_intro {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-card_text{
  flex-grow: 1;
  /* add */
  display: flex; 
  flex-direction: column;
}
.post-card_text:hover .post-card_title {
  text-decoration: underline;
}

.post-card_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 52px;
}

.post-card_tag a {
  display: block;
  border-radius: 100px;
  background-color: #eeeeee;
  font-size: 15px;
  padding: 3px 10px;
}

.post-card_tag a:hover {
  background-color: #202020;
  color: #fff;
}

.post-card_more {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  background-color: #202020;
}

.post-card_more span {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: calc(100% - 54px);
}

.post-card_more_arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ff6100;
  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;
}

.post-card_more_arrow svg {
  width: 26px;
  height: 17px;
}

.post-card_more_arrow svg path {
  fill: #fff;
}

.post-card_more:hover {
  background-color: #ff6100;
}

@media screen and (max-width: 767px) {
  .post-card_content {
    padding: 32px 20px;
  }
  .post-card_date {
    margin-bottom: 20px;
  }
}

.user-share {
  padding-bottom: 100px;
}

.user-share_item h3 {
  margin-top: 20px;
  color: #ff6100;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}

.user-share_video {
  width: 100%;
  /* padding-bottom: 178%; */
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.user-share_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.user-share_arrows {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .user-share_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.announce_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 15px 25px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

.announce_item:hover {
  background-color: #ffefe6;
  border-color: #ff6100;
}

.announce_num {
  width: 25px;
  text-align: center;
  font-size: 25px;
  color: #e0e0e0;
}

.announce_title {
  width: calc(100% - 25px - 22px);
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 0 8px;
}

.announce_arrow {
  width: 22px;
  height: 14px;
}

.announce_arrow path {
  fill: #ffae80;
}

@media screen and (max-width: 767px) {
  .announce_item {
    margin-bottom: 10px;
  }
}

.apply-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-flow_item {
  width: 20%;
  position: relative;
  z-index: 0;
}

.apply-flow_item::after {
  position: absolute;
  content: "";
  width: calc(100% - 85px);
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(187, 218, 172, 0.7)), to(transparent));
  background: linear-gradient(to left, rgba(187, 218, 172, 0.7) 0%, transparent 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

.apply-flow_circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #bbdaac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
}

.apply-flow_circle p {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  margin-top: -5px;
  margin: .25em 0px !important;/* add */
}

.apply-flow_circle h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 145%;/* add */
}

@media screen and (max-width: 991px) {
  .apply-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .apply-flow_item {
    width: 100%;
  }
  .apply-flow_item::after {
    width: 127px;
    left: inherit;
    right: 50%;
  }
  .apply-flow_circle {
    margin-right: auto;
  }
  .apply-flow_circle::after {
    width: 127px;
  }
}

.register-contact {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 80px;
  margin-top: 35px;
}

.register-contact button {
  padding: 12px 58px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .register-contact {
    padding: 20px;
  }
}

.create-flow {
  margin-top: 105px;
}

.create-flow .row {
  margin-left: -50px;
  margin-right: -50px;
}

.create-flow .row > div {
  padding-left: 50px;
  padding-right: 50px;
}

.create-flow_character h3 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 700;
}

.create-flow_character.twnic h3 {
  color: #ff6100;
}

.create-flow_character.twnic .create-flow_item {
  border-color: #ffae80;
}

.create-flow_character.twnic .create-flow_item.due p {
  color: #ff6100;
}

.create-flow_character.twnic .create-flow_item.finish {
  background-color: #ff6100;
}

.create-flow_character.twnic .create-flow_item::after {
  background-image: url(../images/flow_arrow_orange.svg);
}

.create-flow_character.proposal h3 {
  color: #46c2df;
}

.create-flow_character.proposal .create-flow_item {
  border-color: #46c2df;
}

.create-flow_character.proposal .create-flow_item.due p {
  color: #059abe;
}

.create-flow_character.proposal .create-flow_item.finish {
  background-color: #46c2df;
}

.create-flow_character.proposal .create-flow_item::after {
  background-image: url(../images/flow_arrow_blue.svg);
}

.create-flow_item {
  padding: 25px 30px;
  border: 1px solid;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 52px;
  position: relative;
  background-color: #fff;
}

.create-flow_item::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.create-flow_item.due {
  background-color: transparent;
}

.create-flow_item.finish p {
  color: #fff;
}

.create-flow_item:last-child {
  margin-bottom: 0;
}

.create-flow_item:last-child::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .create-flow {
    margin-top: 80px;
  }
  .create-flow_character {
    margin-bottom: 90px;
  }
}

.remark {
  padding-top: 70px;
}

.remark_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.remark_title {
  width: 42px;
  font-size: 18px;
  padding-top: 3px;
}

.remark_content {
  width: calc(100% - 50px);
}

.remark_content p {
  font-size: 18px;
  line-height: 1.8;
}

.remark_content_inner {
  margin-top: 30px;
}

.remark_content_inner h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.remark_content_inner ol {
  padding-left: 40px;
}

.remark_content_inner ol li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.qa_item {
  margin-bottom: 18px;
  border-radius: 30px;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa_item.active {
  background-color: #ff6100;
  border-color: #ff6100;
}

.qa_item.active .qa_title {
  background-color: transparent;
}

.qa_item.active .qa_title_num {
  color: #fff;
}

.qa_item.active .qa_title h3 {
  color: #fff;
}

.qa_item.active .qa_icon {
  background-color: #fff;
}

.qa_item.active .qa_icon .bar {
  background-color: #ff6100;
}

.qa_item.active .qa_icon .bar-vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.qa_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa_title_num {
  width: 54px;
  color: #ff6100;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
}

.qa_title_text {
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_title h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  width: calc(100% - 54px);
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #bbdaac;
  position: relative;
}

.qa_icon .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa_icon .bar-vertical {
  width: 3px;
  height: 14px;
}

.qa_icon .bar-horizontal {
  width: 14px;
  height: 3px;
}

.qa_content {
  border-radius: 27px;
  background-color: #fff;
  padding: 24px 18px;
  display: none;
}

.qa_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.qa_content_a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #bbdaac;
  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;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.qa_content_text {
  width: calc(100% - 42px - 28px);
  padding-top: 6px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .qa_title {
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .qa_title_text {
    width: calc(100% - 34px);
  }
  .qa_title_num {
    width: 34px;
    font-weight: 700;
  }
  .qa_title h3 {
    padding: 0 12px;
  }
  .qa_content_inner {
    gap: 15px;
  }
  .qa_content_text {
    width: calc(100% - 42px - 15px);
  }
}

.search-form {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 95px;
  border-radius: 100px;
}

.search-form input {
  width: calc(100% - 95px);
  height: 100px;
  padding: 0 50px;
  font-size: 24px;
}

.search-form input::-webkit-input-placeholder {
  color: #989898;
}

.search-form input:-ms-input-placeholder {
  color: #989898;
}

.search-form input::-ms-input-placeholder {
  color: #989898;
}

.search-form input::placeholder {
  color: #989898;
}

.search-form button {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #202020;
  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;
  padding: 0;
}

.search-form button img {
  width: 44px;
}

@media screen and (max-width: 991px) {
  .search-form {
    height: 70px;
    margin-bottom: 40px;
  }
  .search-form input {
    width: calc(100% - 70px);
    padding: 0 20px;
    font-size: 20px;
    height: 100%;
  }
  .search-form button {
    width: 70px;
    height: 70px;
  }
  .search-form button img {
    width: 32px;
  }
}

.search-result {
  padding: 55px 50px;
  border-radius: 30px;
  background-color: #202020;
  color: #fff;
  position: relative;
}

.search-result .subtitle {
  color: #aedce7;
  /* margin-bottom: 40px; */
}

.search-result p {
  color: #fff;
  line-height: 1.7;
}

.search-result a,
.search-result .highlight {
  color: #ff6100;
  text-decoration: underline;
}

.search-result_inner {
  padding-left: 16px;
}

.search-result_inner_sec {
  padding-left: 16px;
  padding-bottom: 36px;
}

.search-result ul li {
  color: #fff;
  padding-left: 36px;
  line-height: 1.7;
}

.search-result_bg {
  position: absolute;
  width: 47%;
  right: 5%;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .search-result {
    padding: 36px 20px 0;
  }
  .search-result_bg {
    position: static;
    width: 75%;
    margin-top: 50px;
  }
}

.overview .row {
  margin-left: -30px;
  padding-right: -30px;
}

.overview .row > div {
  padding-left: 30px;
  padding-right: 30px;
}

.overview_search form {
  padding: 40px 35px 60px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 100px;
}

.overview_search .row {
  margin-left: -10px;
  margin-right: -10px;
}

.overview_search .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.overview_search .row > div button,
.overview_search .row > div a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  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;
}

.overview-result_condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  gap: 6px;
}

.overview-result_condition ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.overview-result_condition ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.overview-result_condition ul li::after {
  content: "|";
  padding: 0 12px;
  color: #202020;
  font-size: 16px;
}

.overview-result_condition ul li:last-child {
  padding-right: 0;
}

.overview-result_condition ul li:last-child::after {
  display: none;
}

.overview-result_condition ul li:first-child {
  padding-left: 0;
}

.overview-result_condition_table {
  padding: 55px 50px;
  background-color: #fff;
  border-radius: 40px;
}

.overview-result_table {
  background-color: #fff;
  border-radius: 30px;
  padding: 55px 30px;
}

.overview-result_table table {
  width: 100%;
  top: center;
  border-spacing: 0;
}

.overview-result_table table th {
  padding: 4px;
  background-color: transparent;
  border-bottom: 1px solid #ff8033;
  color: #ff8033;
}

.overview-result_table table td {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ffceb3;
}

.overview-result_table table td:last-child {
  border: 0;
}

.overview-result_table table tr:nth-child(odd) td {
  background-color: #fff6f1;
}

.overview-result_table table tr:last-child td {
  border-bottom: 1px solid #ffceb3;
}

.overview-again {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .overview > .row {
    margin: 0;
  }
  .overview > .row > div {
    padding: 0;
  }
  .overview_search {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  .overview_search form {
    padding: 30px 20px;
    border-radius: 25px;
    margin-bottom: 0;
  }
  .overview_search form .row {
    margin-top: 40px;
  }
  .overview_search form .row > div {
    margin: 10px 0;
  }
  .overview-result_condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview-result_condition > p {
    font-size: 16px;
  }
  .overview-result_condition ul {
    font-size: 16px;
  }
  .overview-result_table {
    padding: 25px 20px;
  }
  .overview-result_table table th, .overview-result_table table td {
    font-size: 16px;
  }
}

.register-search > p {
  font-size: 26px;
  font-weight: 500;
}

.register-status {
  padding: 25px 50px 40px;
  border-radius: 30px;
  border: 1px solid #a7cf93;
  background-color: rgba(187, 218, 172, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-status h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
}

.register-status_content {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; */
  width: 100%;
  position: relative;
}

.register-status_content p {
  margin: 0;
  margin-bottom: 10px;
}

.register-status_name {
  font-size: 26px;
  font-weight: 500;
  color: #ff6100;
}

.register-status_text {
  font-size: 26px;
  font-weight: 500;
  width: 100%;
}

.register-status .btn-cta > span {
  font-size: 18px;
  padding: 0 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register-status .btn-cta_arrow svg {
  width: 22px;
  height: 22px;
}
.register-status_content a.btn-cta.btn-rect-dark{
  position: sticky;
}
.register-status_text>a{
  text-decoration: underline;
  margin-left: 5px;
  color: #6fa555;
}
@media screen and (max-width: 1200px) {
  .register-status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
    gap: 0;
  }
  .register-status h3 {
    margin-bottom: 24px;
  }
  .register-status_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-bottom: 36px;
    width: 100%;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .register-status_text {
    font-size: 22px;
  }
}

.recommand-domain {
  padding: 30px 50px 60px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #ffceb3;
  margin-bottom: 40px;
}

.recommand-domain > p {
  font-size: 16px;
  margin-bottom: 30px;
}

.recommand-domain_search {
  padding: 20px 30px;
  background-color: #f0f0f0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.recommand-domain_search_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.recommand-domain_search_main input {
  width: 300px;
  border: 1px solid #cccccc;
  background-color: #fff;
  height: 54px;
  padding: 0 15px;
  border-radius: 100px;
  font-size: 18px;;
}

.recommand-domain_search_main input::-webkit-input-placeholder {
  color: #202020;
}

.recommand-domain_search_main input:-ms-input-placeholder {
  color: #202020;
}

.recommand-domain_search_main input::-ms-input-placeholder {
  color: #202020;
}

.recommand-domain_search_main input::placeholder {
  color: #202020;
}

.recommand-domain_search_main input button {
  margin-left: 20px;
}

.recommand-domain_search button {
  width: 54px;
  height: 54px;
}

.recommand-domain_swiper-btns {
  padding-top: 30px;
  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: 24px;
}

.recommand-domain_swiper-btns .swiper-pagination {
  position: static;
}

.recommand-domain_swiper-btns .btn-circle-gray {
  width: 54px;
  height: 54px;
}

.recommand-domain_swiper-btns .btn-circle-gray svg {
  width: 8px;
  height: 16px;
}
.ip-asn-search{
  padding: 12px 12px;
  border-radius: 100px;
  border: 1px solid #989898;
  font-size: 18px;
  text-align: center;
  min-width: 210px;
  line-height: 125%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.ip-asn-search:hover{
  background: #ffffff;
  border: 1px solid #ffffff;
}


.cart {
  padding: 30px 50px 60px;
  border-radius: 30px;
  background-color: #ffdecc;
  border: 2px solid #ff6100;
  margin-bottom: 40px;
}

.cart .subtitle span {
  font-size: 18px;
  margin-left: 13px;
}

.cart_btns {
  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: 20px;
  margin-top: 30px;
}

.cart_btns a {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .recommand-domain {
    padding: 30px 20px;
  }
  .recommand-domain_search {
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .recommand-domain_search .switch {
    width: 80px;
        display: block;
  }
  .recommand-domain_search .switch p {
    margin-bottom: 8px;
  }
  .recommand-domain_search_main {
    /* width: 100%; */
    width: calc(100% - 80px - 18px);
    display: block;
    margin: 0;
  }
  .recommand-domain_search_main label {
    margin-bottom: 6px;
    display: block;
  }
  .recommand-domain_search_main input {
    /* width: calc(100% - 100px); */
    width: 100%;
    font-size: 18px;
    padding: 14px 12px;
    height: 44px;
  }
  .recommand-domain_search button {
    width: 200px;
    height: 50px;
    border-radius: 100px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .switch_main{
    width: 80px;
  }
  .cart {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .cart {
    padding: 30px 20px;
  }
  .cart_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.domain-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 13px 30px;
  margin-bottom: 10px;
}

.domain-list_item p {
  width: calc(100% - 44px);
  padding-right: 20px;
  margin: 0;
  font-size: 26px;
}

.domain-list_item a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ff6100;
}

.domain-list_item a svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.domain-list_item.not-bought {
  background-color: #f0f0f0;
}

.domain-list_item.not-bought a {
  background-color: #ff6100;
}

.domain-list_item.not-bought a:hover {
  background-color: #ffefe6;
}

.domain-list_item.not-bought a:hover svg path {
  fill: #ff6100;
}

.domain-list_item.not-bought svg.icon-check {
  opacity: 0;
}

.domain-list_item.not-bought svg.icon-cart {
  opacity: 1;
}

.domain-list_item.bought {
  background-color: #ffefe6;
}

.domain-list_item.bought a {
  background-color: #fff;
}

.domain-list_item.bought svg.icon-check {
  opacity: 1;
}

.domain-list_item.bought svg.icon-cart {
  opacity: 0;
}

.domain-list_item.bought a:hover {
  background-color: #ff6100;
}

.domain-list_item.bought a:hover svg path {
  fill: #fff;
}

.domain-list_item.buying {
  background-color: #fff;
}

.domain-list_item.buying a {
  border-color: #f0f0f0;
}

@media screen and (max-width: 991px) {
  .domain-list_item {
    padding: 13px 15px;
  }
  .domain-list_item p {
    font-size: 20px;
  }
}

.choose-company {
  padding: 30px 50px 40px;
  border-radius: 30px;
  background-color: #e0e0e0;
  border: 2px solid #fff;
}
@media screen and (max-width: 1200px) {
  .choose-company {
    padding: 30px 20px;}
}
.choose-company_title {
  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;
  margin-bottom: 2px;
}
.choose-company .note-text{
  font-size: 16px;
  margin-bottom: 15px;
}
.choose-company_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.choose-company_btn a {
  border-color: #ff6100;
  width: 42px;
  height: 42px;
}

.choose-company_btn a.swiper-button-disabled {
  border-color: transparent;
}

.choose-company_swiper {
  padding-bottom: 30px;
}

.choose-company_swiper .swiper-pagination {
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-company_list {
  margin-bottom: 24px;
}
.choose-company_swiper .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* justify-content: flex-start; */
  row-gap: 15px;
  height: auto;
}

.choose-company_item {
  /* border-radius: 30px; */
  /* background-color: #f0f0f0; */
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  flex-grow: 1;
  flex-grow: initial;
  display: flex; 
  flex-direction: column;
}

.choose-company_item.active .choose-company_text{
  background-color: #ff6100;
}

.choose-company_item.active .choose-company_radio::before {
  opacity: 1;
}

.choose-company_item.active .choose-company_text h4 {
  color: #fff;
}

.choose-company_pic {
  position: relative;
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding-bottom: 60%;
  flex-shrink: 0;
}

.choose-company_pic img {
  position: absolute;
  /* max-width: 77%;
  max-height: 50%; */
  max-width: 100%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.choose-company_text {
  padding: 40px 8px 15px;
  display: flex;
  gap: 8px;
  flex-grow: 1;
  border-radius: 0 0 30px 30px;
    /* background-color: #f0f0f0; */
    margin-top: -30px;
    background-color: rgba(240, 240, 240, 0.53);
}

.choose-company_text h4 {
  width: calc(100% - 28px - 10px);
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* height: 90px; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 5; */
  /* overflow: hidden; */
  display: inline-table;
  min-height: 90px;
}

.choose-company_radio {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.choose-company_radio::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #202020;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choose-company_chosen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content:center;  
  align-items: center;
  gap: 15px;
  margin: 5px 0 20px 0;
}

.choose-company_chosen > h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .choose-company {
    padding: 30px 20px 40px;
  }
  .choose-company_btn {
    display: none;
  }
  .choose-company_chosen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .choose-company .note-text{
    font-size: 14px;
  }
}

.btn-delete-domain {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  border-radius: 50%;
  position: relative;
}

.btn-delete-domain svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-delete-domain:hover {
  background-color: #ffefe6;
  border-color: #ff6100;
}

.btn-register {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 200px;
  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;
  margin: 52px auto 0;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .btn-register {
    margin-top: 25px;
  }
}

.btn-side_cart {
  position: fixed;
  right: 65px;
  bottom: 361px;
  z-index: 10;
}

.btn-side_cart_inner {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  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;
  background-color: #fff;
  border: 2px solid #ff6100;
}

.btn-side_cart_inner svg {
  width: 23px;
  height: 20px;
}

.btn-side_cart_inner:hover {
  background-color: #ffefe6;
}

.btn-side_cart_num {
  position: absolute;
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #202020;
  color: #fff;
  font-size: 16px;
  top: 10px;
  right: 6px;
}

.btn-side_cart_list {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid #ff6100;
  top: 0;
  right: calc(100% + 8px);
}

.btn-side_cart_list h3 {
  font-size: 16px;
  font-weight: normal;
  color: #ff6100;
  margin-bottom: 6px;
}

.btn-side_cart_list ul li {
  padding: 11px 0;
  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;
  border-top: 1px solid #ffbd99;
}

.btn-side_cart_list ul li p {
  width: calc(100% - 24px);
  padding-right: 12px;
  font-size: 16px;
  margin: 0;
}

.btn-side_cart_list ul li .btn-delete-domain {
  width: 24px;
  height: 24px;
}

.btn-side_cart_list ul li .btn-delete-domain svg {
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 1700px) {
  .btn-side_cart {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .btn-side_cart {
    bottom: inherit;
    top: 90px;
  }
}

.community-sec {
  padding-bottom: 50px;
}

.community-sec_title {
  padding-bottom: 42px;
  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;
}

.community-sec_title .title {
  margin: 0;
}

.community-sec_title .btn-rect-border {
  padding: 15px 54px;
}

.community-sec .row {
  margin-left: -16px;
  margin-right: -16px;
}

.community-sec .row > div {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}

.community-sec .post-card {
  height: 100%;
}

.community-text {
  padding-bottom: 100px;
}

.community-text h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .community-text {
    padding-bottom: 70px;
  }
  .community-text h2 {
    font-size: 30px;
  }
  .community-sec_title .btn-rect-border {
    padding: 15px;
  }
  .community .row > div {
    margin-bottom: 30px;
  }
}

.blog-banner {
  width: 100%;
  height: calc(600px + 126px + 75px);
}

.blog-banner .breadcrumb {
  position: absolute;
  top: 156px;
  width: 100%;
  left: 0;
}

.blog-banner .breadcrumb a {
  color: #fff;
}

.blog-banner .breadcrumb svg path {
  fill: #fff;
}

.blog-banner .breadcrumb li::after {
  background-color: #fff;
}

.blog-banner_title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-banner_title h1 {
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  margin: 0;
}

.blog-banner_circle {
  position: absolute;
  width: 51%;
  top: 50%;
  right: 13.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-banner_circle > img {
  width: 100%;
}

.blog-banner_circle > img.mobile {
  display: none;
}

.blog-banner::before {
  z-index: 1;
}

.blog-list_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.blog-list_search > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 94px;
  height: 94px;
  gap: 6px;
}

.blog-list_search_catagory {
  width: calc(100% - 104px * 2);
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.blog-list_search_catagory p {
  font-size: 24px;
}

.blog-list_search_catagory ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.blog-list_search_catagory ul a {
  display: block;
  border-radius: 100px;
  background-color: #e0e0e0;
  padding: 10px 28px;
  font-size: 20px;
}

.blog-list_search_catagory ul a.active, .blog-list_search_catagory ul a:hover {
  background-color: #ff6100;
  color: #fff;
}

.blog-list_search_catagory_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #cccccc;
  display: none;
}

.blog-list_search_catagory_active img {
  width: 13px;
}

.blog-list_search_catagory_active p {
  width: calc(100% - 13px);
  font-size: 18px;
}

.blog-list_search_filter svg {
  width: 24px;
  height: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-list_search_filter span {
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-list_search_filter.active, .blog-list_search_filter:hover {
  background-color: #ff6100;
}

.blog-list_search_filter.active svg path, .blog-list_search_filter:hover svg path {
  stroke: #fff;
}

.blog-list_search_filter.active span, .blog-list_search_filter:hover span {
  color: #fff;
}

.blog-list_search_btn {
  font-size: 24px;
}

.blog-list_filter {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  border: 2px solid #ff6100;
  display: none;
}

.blog-list_filter .row {
  margin-left: -20px;
  margin-right: -20px;
}

.blog-list_filter .row > div {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.blog-list_filter .row > div:last-child {
  margin-bottom: 0;
}
.blog-list_filter .search-item label {
  width: 42px;
}

.blog-list_filter .search-item .time-range,
.blog-list_filter .search-item .input {
  width: calc(100% - 40px - 10px);
}

.blog-list_filter .search-item.keywords .input {
  width: 100% !important;
}

.blog-breadcrumb {
  padding-top: 126px;
  padding-bottom: 75px;
  background-color: #fff;
}

.blog-breadcrumb .container {
  padding-top: 28px;
  padding-bottom: 28px;
}

.blog-inner_head .btn-back {
  margin-bottom: 28px;
}

.blog-inner_head h1 {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.3;
}

.blog-inner_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.blog-inner_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.blog-inner_info li::after {
  content: "｜";
  padding: 0px 12px;
  color: #989898;
  font-size: 16px;
}

.blog-inner_info li:first-child {
  padding-left: 0;
}

.blog-inner_info li:last-child {
  padding-right: 0;
}

.blog-inner_info li:last-child::after {
  display: none;
}

.blog-inner_info_title {
  color: #989898;
  padding-right: 10px;
}

.blog-inner_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 45px;
}

.blog-inner_pic {
  width: 100%;
  /* padding-bottom: 67%; */
  padding-bottom: 66.668%;/* add */
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 45px;
}

.blog-inner_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 45px;
}

.blog-inner_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.blog-inner_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 100px;
}

.blog-inner_video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog_file{
  margin-top: 80px;
}
.blog-inner_download {
  margin-top: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.blog-inner_download_text {
  width: calc(100% - 22px);
}

.blog-inner_download_text h2 {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 500;
}

.blog-inner_download_text p {
  color: #989898;
  font-size: 15px;
}

.blog-inner_download svg {
  width: 20px;
  height: 24px;
}

.blog-inner_download:hover {
  background-color: #ffefe6;
  border-color: #ff6100;
}

.blog-inner_pagenav {
  margin-top: 85px;
  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;
  margin-bottom: 80px;
}

.blog-inner_pagenav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 43%;
}

.blog-inner_pagenav_item p {
  font-size: 16px;
  width: calc(100% - 58px - 12px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-inner_pagenav_item:hover p {
  color: #ff6100;
}

.blog-inner_pagenav_item:hover .btn-onlyicon {
  border-color: #ff6100;
}

@media screen and (max-width: 991px) {
  .blog-list_search > a {
    width: 54px;
    height: 54px;
    font-size: 14px;
  }
  .blog-list_search > a span {
    display: none;
  }
  .blog-list_search_catagory {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: relative;
    width: calc(100% - 128px);
  }
  .blog-list_search_catagory > p {
    display: none;
  }
  .blog-list_search_catagory_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-list_search_catagory ul {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    top: calc(100% + 4px);
    left: 0;
    z-index: 10;
    padding: 30px;
    border-radius: 30px;
    display: none;
  }
  .blog-list_search_catagory ul li a {
    font-size: 20px;
    padding: 10px 0;
    display: block;
    background-color: transparent !important;
    border-radius: 0;
  }
  .blog-list_search_catagory ul li a.active {
    color: #ff6100;
  }
  .blog-list_search_catagory_active {
    width: 100%;
  }
  .blog-list_filter {
    padding: 36px 20px;
  }
  .blog-list_filter .row > div {
    margin-bottom: 20px;
  }
  .blog-list_filter .row > div:last-child {
    margin-bottom: 0;
  }
  .blog-banner {
    padding-bottom: 146%;
    height: 0;
  }
  .blog-banner .breadcrumb {
    top: 100px;
  }
  .blog-banner_title {
    top: 34%;
    -webkit-transform: none;
            transform: none;
  }
  .blog-banner_title h1 {
    font-size: 46px;
  }
  .blog-banner_circle {
    width: 77%;
    right: inherit;
    left: 0;
    top: 78.64vw;
    -webkit-transform: none;
            transform: none;
  }
  .blog-banner_circle img.desktop {
    display: none;
  }
  .blog-banner_circle img.mobile {
    display: block;
  }
  .blog-breadcrumb {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .blog-inner_head {
    margin-bottom: 40px;
  }
  .blog-inner_head h1 {
    font-size: 36px;
  }
  .blog-inner_info {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .blog-inner_tag {
    margin-bottom: 70px;
  }
  .blog-inner_tag li {
    font-size: 16px;
  }
  .blog-inner_pic {
    margin-bottom: 40px;
  }
  .blog-inner_btns {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .blog-inner_btns .social-btn,
  .blog-inner_btns .blog-inner_lang {
    gap: 10px;
  }
  .blog-inner_video {
    margin-top: 90px;
    border-radius: 10px;
  }
  .blog_file{
    margin-top: 50px;
  }
  .blog-inner_download {
    padding: 20px;
  }
  .blog-inner_pagenav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .blog-inner_pagenav_item {
    width: auto;
  }
  .blog-inner_pagenav_item p {
    display: none;
  }
  .blog-inner_pagenav_item .btn-onlyicon {
    border-color: #ff6100;
  }
  .blog-inner .btn-back {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .blog-banner .breadcrumb {
    top: 90px;
  }
}

.sidebar-blog {
  padding-bottom: 40px;
}

.sidebar-blog_sec {
  padding-bottom: 40px;
}

.sidebar-blog_sec h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sidebar-blog_sec .btn-more {
  margin-top: 25px;
  margin-left: 0;
  padding: 10px 43px;
}

.sidebar-blog_item {
  margin-bottom: 14px;
  display: block;
}

.sidebar-blog_item p {
  margin-bottom: 2px;
  font-size: 14px;
}

.sidebar-blog_item h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sidebar-blog_item:hover h4 {
  color: #ff6100;
  text-decoration: underline;
}

.sidebar-blog_ad {
  width: 100%;
  /* padding-bottom: 78%; */
  padding-bottom: 66.67%;/* add */
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .sidebar-blog {
    padding-top: 40px !important;
  }
  .sidebar-blog .btn-more {
    margin-left: 0;
  }
}

.international-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.international-search .search-item {
  width: 350px;
  margin: 0;
}

.international-search .search-item label {
  width: 40px;
}

.international-search .search-item .input {
  width: calc(100% - 40px - 10px);
}

.international-search .btn-circle-dark {
  width: 54px;
  height: 54px;
}

@media screen and (max-width: 991px) {
  .international-search {
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 40px;
  }
  .international-search .search-item {
    width: calc(100% - 64px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .international-search .search-item label {
    width: 40px !important;
  }
  .international-search .search-item .input {
    width: calc(100% - 40px) !important;
  }
}

.editor {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .editor {
    margin-bottom: 40px;
  }
}

.international-list .row {
  margin-left: -16px;
  margin-right: -16px;
  align-items: stretch;
}

.international-list .row > div {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.international-list_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 54px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.international-list_item:hover h3 {
  color: #ff6100;
  text-decoration: underline;
}

.international-list_pic {
  width: 100%;
  padding-bottom: 66.67%;/* add */
  overflow: hidden;
  border-radius: 30px;
}

.international-list_text {
  flex-grow: 1;
  padding: 28px 36px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.international-list_text h3 {
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-shrink: 0;
  margin-bottom: 14px;
}

.international-list_text p {
  font-size: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .international-list_text {
    padding: 20px 20px 20px;
  }
  .international-list_text h3 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .international-list_item {
    margin-bottom: 30px;
  }
}

.about-history {
  margin-bottom: 72px;
}

.about-history_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-bottom: 15px;
}

.about-history_year {
  width: 108px;
  font-size: 44px;
  text-align: center;
  color: #ff6100;
  margin: 0;
  font-weight: 500;
}

.about-history_content {
  width: calc(100% - 98px - 28px);
  background-color: #fff;
  border-radius: 100px;
  padding: 25px 40px;
  font-weight: 500;
}
.html-edit .about-history_content p{
margin: 0 0;
}
.about-history_content p {
  line-height: 1.6;
}

.about-pic {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 100px;
}

.about-pic.mobile {
  display: none;
}

.about-structure_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 86px;
  margin-top: 60px;
  padding-left: 140px;
}

.about-structure_circle {
  width: 244px;
  height: 244px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.about-structure_circle br {
  display: none;
}

.about-structure_circle p {
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  background-color: #ff6100;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.html-edit .about-structure_circle p{
  margin: 0 0;
}
.html-edit .about-structure_circle p a{
  color: #ffffff;;
}
.about-structure_circle::before, .about-structure_circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 256px;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center 0;
          transform-origin: center 0;
}

.about-structure_circle::before {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(255, 97, 0, 0.72)));
  background: linear-gradient(to top, transparent 0%, rgba(255, 97, 0, 0.72) 100%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-structure_circle::after {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#aedce7));
  background: linear-gradient(to top, transparent 0%, #aedce7 100%);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: -1;
}

.about-structure_department {
  position: relative;
}

.about-structure_department h3 {
  margin-bottom: 20px;
  padding: 6px 20px;
  border-radius: 100px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.about-structure_department_item {
  padding: 22px 25px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.about-structure_department_item:last-child {
  margin-bottom: 0;
}

.about-structure_department::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 40px;
  background-image: url(../images/arrow-right-orange.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: -61px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-structure_department.orange h3 {
  background-color: #ff6100;
}

.about-structure_department.orange .about-structure_department_item {
  background-color: #fff;
  border: 1px solid #ff6100;
}

.about-structure_department.orange .about-structure_department_item p {
  color: #ff6100;
}
.html-edit .about-structure_department.orange .about-structure_department_item p{
  margin: 0 0;
  font-size: 18px;
  line-height: 1.334;
}

.about-structure_department.blue h3 {
  background-color: #46c2df;
}

.about-structure_department.blue .about-structure_department_item {
  background-color: rgba(174, 220, 231, 0.5);
  border: 2px solid #fff;
}

.about-structure_department.blue .about-structure_department_item p {
  color: #202020;
}
.html-edit .about-structure_department.blue .about-structure_department_item p{
  margin: 0 0;
  font-size: 18px;
  line-height: 1.223;
}
.about-goal .text {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .about-goal .subtitle {
    margin-top: 30px;
  }
  .about-goal .text {
    margin-bottom: 30px;
  }
  .about-history {
    margin-bottom: 0;
  }
  .about-history_item {
    display: block;
    margin-bottom: 40px;
  }
  .about-history_year {
    font-size: 44px;
  }
  .about-history_content {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
  }
  .about-pic {
    margin-bottom: 100px;
  }
  .about-pic.desktop {
    display: none;
  }
  .about-pic.mobile {
    display: block;
  }
  .about-structure_circle {
    width: 154px;
    height: 154px;
    margin: 0 auto;
    text-align: center;
  }
  .about-structure_circle::before, .about-structure_circle::after {
    display: none;
  }
  .about-structure_circle br {
    display: block;
  }
  .about-structure_content {
    display: block;
    padding: 0;
  }
  .about-structure_department {
    padding-top: 76px;
  }
  .about-structure_department::before {
    width: 36px;
    height: 40px;
    background-image: url(../images/flow_arrow_orange.svg);
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-structure_department h3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-structure_department_item {
    margin-bottom: 10px;
  }
}

.committee-sec {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .committee-sec {
    margin-top: 40px;
  }
}

.event-func {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 20px;
}

.event-func .search-item {
  width: 640px;
  margin: 0;
}

.event-content .subtitle .bigger {
  font-size: 40px;
}

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.event-item_date {
  width: 120px;
}

.event-item_content {
  width: calc(100% - 130px);
}

.event-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .event-func .search-item {
    width: 100%;
  }
  .event-func .btn-rect-border {
    font-size: 16px;
    padding: 15px 30px;
  }
  .event-item {
    display: block;
    margin-bottom: 20px;
  }
  .event-item_date {
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
  }
  .event-item_content {
    width: 100%;
  }
}

.tender-history {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .tender-history {
    padding-top: 70px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.popup_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.popup_close svg {
  width: 20px;
  height: 20px;
}

.popup_close:hover svg path {
  fill: #ff6100;
}

.popup_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 97, 0, 0.9);
}

.popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  max-width: 500px;
  width: calc(100% - 40px);
}

.popup_input label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.popup_input input {
  border-radius: 15px;
  border: 1px solid #cccccc;
  width: 100%;
  height: 54px;
  margin-bottom: 23px;
}

.popup_input span {
  color: #777777;
  font-size: 15px;
  display: block;
  margin-bottom: 40px;
}

.popup_input button {
  font-size: 20px;
  padding: 10px 58px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .popup_content {
    padding: 50px 20px;
  }
}

.service-form .row {
  padding-top: 68px;
  margin-left: -60px;
  margin-right: -60px;
}

.service-form .row > div {
  padding-left: 60px;
  padding-right: 60px;
}

.service-pic {
  width: 100%;
  border-radius: 35px;
}

.service-btns {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.service-btns button {
  padding: 12px 58px;
}

@media screen and (max-width: 991px) {
  .service-pic {
    display: none;
  }
  .service-btns button {
    width: 100%;
    padding: 12px 0;
  }
}

.statement {
  padding-top: 70px;
}

.statement h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.statement p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.statement p a {
  color: #ff6100;
  text-decoration: underline;
}

.statement_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.statement_checkbox input {
  width: 36px;
  height: 36px;
  position: relative;
}

.statement_checkbox input::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  top: 0;
  left: 0;
}

.statement_checkbox input:checked::before {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .statement {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .register-search > p{
    font-size: 22px;
  }
}
@media screen and (max-width: 445px){
  .searchbar input{
    font-size: 18px;
  }
  .register-search > p{
    font-size: 20px;
  }
}
@media screen and (max-width: 410px){
  .searchbar input{
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 360px){
  .searchbar input{
    font-size: 14px;
  }
}
