@media (min-width: 230px) {
  .banner__slider .frame {
    padding-top: 15.9375%;
  }

  #AboutUs {
    margin-bottom: 30px;
  }

  #AboutUs .AboutUs__content {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  #AboutUs .AboutUs__content p {
    margin-bottom: 0;
  }

  #AboutUs .AboutUs__content span {
    display: block;
    text-align: center;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide {
    position: relative;
    width: 100%;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide .swiper-wrapper .swiper-slide .frame {
    padding-top: 52.8%;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide .swiper-pagination {
    bottom: 0;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide .swiper-pagination .swiper-pagination-bullet {
    background-color: #a5a5a5;
    opacity: 1;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d39c42;
    width: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item {
    max-width: -webkit-calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item:nth-child(1) .Why__choose-img {
    padding: 0;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item .Why__choose-img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 22px;
    background-color: #d39c42;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px !important;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item .Why__choose-img img {
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 60%;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    line-height: 2rem;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item p {
    text-align: center;
    font-size: 12px;
  }

  #AboutUs .history__begin {
    position: relative;
  }

  #AboutUs .history__begin .line-begin {
    position: absolute;
    top: 10px;
    bottom: 100px;
    left: 69px;
    width: 4px;
    z-index: 1;
    background-color: #d39c42;
  }

  #AboutUs .history__begin .history__begin-item {
    padding-bottom: 15px;
  }

  #AboutUs .history__begin .history__begin-item:hover span {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #AboutUs .history__begin .history__begin-item:hover .history__begin-content {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #AboutUs .history__begin .history__begin-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #fff;
    background-color: #d39c42;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    margin-bottom: -3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  #AboutUs .history__begin .history__begin-item>span::before {
    content: "";
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
    border-style: solid;
    border-width: 10px 18px;
    z-index: -1;
    border-color: transparent transparent transparent #d39c42;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content {
    /* padding: 10px; */
    border: 1px solid #d39c42;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content .history__begin-title .year span {
    font-weight: 700;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 21px;
    width: 1px;
    height: 20px;
    background-color: #d39c42;
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    z-index: 1;
  }

  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content .history__begin-title .year,
  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content .history__begin-title .year {
    left: 60px;
    top: -49px;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content .history__begin-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /* font-family: "Lato-Bold_2"; */
    padding: 5px 10px;
    font-weight: 700;
    background-color: #d39c42;
    text-align: center;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content .history__begin-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 2px;
    background-color: #f00;
    transform: translate(100%, -50%);
    display: none;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content p {
    font-size: 14px;
    color: #000;
    padding: 10px;
    margin-bottom: 0;
  }

  #AboutUs .history__begin .line-begin {
    display: none;
  }

  #AboutUs .history__begin .history__begin-item:before {
    content: "";
    width: 4px;
    z-index: 1;
    background-color: #d39c42;
    position: absolute;
    height: calc(90%);
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }

  #AboutUs .history__begin .history__begin-item:last-child:before {
    display: none;
  }
}

@media (min-width: 480px) {
  #AboutUs .history__begin .line-begin {
    left: 74px;
  }
}

@media (min-width: 576px) {
  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item {
    max-width: -webkit-calc(25% - 10px);
    max-width: -moz-calc(25% - 10px);
    max-width: calc(25% - 10px);
  }

  /* #AboutUs .history__begin .line-begin {
        bottom: 14%;
    } */
}

@media (min-width: 768px) {
  #AboutUs .AboutUs__slide-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group {
    max-width: -webkit-calc(60% - 15px);
    max-width: -moz-calc(60% - 15px);
    max-width: calc(60% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 40px;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__slide-group .AboutUs__slide .swiper-pagination {
    bottom: 0;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon {
    max-width: -webkit-calc(40% - 15px);
    max-width: -moz-calc(40% - 15px);
    max-width: calc(40% - 15px);
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item {
    max-width: -webkit-calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  #AboutUs .history__begin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
  }

  #AboutUs .history__begin .line-begin {
    top: 10px;
    /* bottom: 15%; */
    left: calc(50% - 1px);
  }

  #AboutUs .history__begin .history__begin-item {
    width: 100%;
    margin-bottom: 15px;
  }

  #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content {
    margin-left: auto;
  }

  #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content::before {
    position: absolute;
    left: -1px;
    top: 28px;
    width: 25px;
    height: 2px;
    background-color: #d39c42;
    transform: translateX(-100%);
    content: "";
  }

  #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content {
    margin-right: auto;
  }

  #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content::before {
    position: absolute;
    right: -1px;
    left: unset;
    top: 26px;
    width: 26px;
    height: 2px;
    background-color: #d39c42;
    transform: translateX(100%);
    content: "";
  }

  #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content::before {
    top: 26px;
  }

  #AboutUs .history__begin .history__begin-item span {
    margin: 0 auto;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content {
    max-width: -webkit-calc(50% - 40px);
    max-width: -moz-calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-top: -45px;
  }

  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content .history__begin-title .year {
    left: unset;
    right: -120px;
    top: 9px;
  }

  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content .history__begin-title .year {
    left: -120px;
    top: 9px;
  }

  #AboutUs .history__begin .history__begin-item:nth-child(odd)>span::before {
    border-color: transparent #d39c42 transparent transparent;
    left: unset;
    right: 100%;
  }
}

@media (min-width: 900px) {
  /* #AboutUs .history__begin .line-begin {
        bottom: 10%;
    } */
}

@media (min-width: 1200px) {
  #AboutUs .AboutUs__slide-icon {
    margin-top: 30px;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item p {
    font-size: 14px;
    line-height: 21px;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #AboutUs .AboutUs__slide-icon .AboutUs__icon .Why__choose .Why__choose-item {
    max-width: -webkit-calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  #AboutUs .history__begin {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #AboutUs .history__begin .history__begin-item {
    margin-bottom: 30px;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content .history__begin-title {
    font-size: 16px;
    padding: 5px 30px;
  }
}

@media (max-width: 767.98px) {
  #AboutUs .history__begin .history__begin-item {
    display: flex;
    flex-wrap: wrap;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content {
    max-width: calc(100% - 100px);
    margin-top: 0;
    margin-left: 10px;
  }

  #AboutUs .history__begin .history__begin-item span {
    margin-left: auto;
    margin-right: -4px;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content::before {
    top: 13px;
    left: -10px;
    width: 10px;
    height: 1px;
  }

  #AboutUs .history__begin .history__begin-item>span::before {
    left: unset;
    right: 100%;
    border-color: transparent #d39c42 transparent transparent;
  }

  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content .history__begin-title .year,
  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content .history__begin-title .year {
    top: 0;
    left: -100px;
    right: unset;
  }
}

@media (max-width: 479.98px) {
  #AboutUs .history__begin .history__begin-item span {
    width: 26px;
    height: 26px;
  }

  #AboutUs .history__begin .history__begin-item .history__begin-content {
    max-width: calc(100% - 90px);
  }

  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(even) .history__begin-content .history__begin-title .year,
  .page__design-about #AboutUs .history__begin .history__begin-item:nth-child(odd) .history__begin-content .history__begin-title .year {
    top: 0;
    left: -85px;
    right: unset;
  }

  #AboutUs .history__begin .history__begin-item>span::before {
    border-width: 8px 16px;
  }
}

@media only screen and (max-width: 470px) {
  #AboutUs .history__begin .history__begin-item:before {
    content: "";
    width: 4px;
    z-index: 1;
    background-color: #d39c42;
    position: absolute;
    height: calc(89%);
    left: 71px;
    top: 10px;
    transform: translateX(-50%);
  }
}

@media (min-width: 471px) and (max-width: 479px) {
  #AboutUs .history__begin .history__begin-item:before {
    content: "";
    width: 4px;
    z-index: 1;
    background-color: #d39c42;
    position: absolute;
    height: calc(89%);
    left: 72px;
    top: 10px;
    transform: translateX(-50%);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #AboutUs .history__begin .history__begin-item:before {
    content: "";
    width: 4px;
    z-index: 1;
    background-color: #d39c42;
    position: absolute;
    height: calc(90%);
    left: 75px;
    top: 10px;
    transform: translateX(-50%);
  }
}
