.mw-910 {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
}

.title-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .title-about {
    margin-bottom: 30px;
  }
}

.title-about .icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .title-about .icon-svg {
    position: relative;
    width: calc(100% + 40px);
  }
}

@media (max-width: 767px) {
  .title-about .icon-svg svg {
    max-width: 100%;
    height: auto;
  }
}

.title-about h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 31.5px;
  font-weight: bold;
}

.title-about span {
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .title-about span {
    padding-bottom: 10px;
  }
}

.about-vision {
  padding: 65px 0 100px 0;
}

@media (max-width: 767px) {
  .about-vision {
    padding: 40px 0 80px 0;
  }
}

.txt-about .head-ab {
  margin-bottom: 50px;
  color: #ECA026;
  font-size: 48px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .txt-about .head-ab {
    font-size: 28px;
    max-width: 230px;
    margin: 0 auto 35px auto;
  }
}

.txt-about .desc {
  font-size: 21px;
  font-weight: normal;
  line-height: 40px;
  max-width: 905px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .txt-about .desc {
    font-size: 17px;
    line-height: 34px;
  }
}

.about-mission {
  background: #F7F8F8;
  padding: 150px 0;
}

@media (max-width: 767px) {
  .about-mission {
    padding: 80px 0;
  }
}

.about-author {
  position: relative;
  padding: 120px 0 160px 0;
  max-width: 70%;
}

@media (max-width: 1600px) {
  .about-author {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .about-author {
    max-width: 100%;
    padding: 45px 0;
  }
}

.about-author.about-author-right {
  margin-left: auto;
}

@media (max-width: 767px) {
  .about-author.about-author-right {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 767px) {
  .about-author .avr {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
  }
  .about-author .avr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.info-author {
  background: #FED200;
  padding: 36px 40px;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
}

@media (max-width: 767px) {
  .info-author {
    transform: unset;
    left: 0;
    max-width: 200px;
    padding: 30px 26px;
    top: unset;
    position: relative;
    margin-left: 20px;
    margin-top: -90px;
  }
}

.info-author h5 {
  font-size: 19px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .info-author h5 {
    font-size: 12px;
  }
}

.info-author h3 {
  padding: 10px 0;
  font-size: 41.93px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .info-author h3 {
    font-size: 26px;
    padding: 5px 0;
  }
}

.info-author p {
  font-size: 19px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .info-author p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.info-author .link-author a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 767px) {
  .info-author .link-author a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .about-detail {
    font-size: 15px;
  }
}

.about-detail .desc p {
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-detail .desc p {
    margin-bottom: 40px;
    font-size: 15px;
  }
}

.about-detail .desc p:last-child {
  margin-bottom: 0;
}

.h-about-title {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .h-about-title {
    margin-bottom: 30px;
  }
}

.h-about-title h4 {
  margin-bottom: 18px;
  color: #001733;
  font-size: 31.54px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .h-about-title h4 {
    font-size: 19px;
    margin-bottom: 12px;
  }
}

.h-about-title h3 {
  color: #ECA026;
  padding-bottom: 26px;
  border-bottom: 1px solid #ECA026;
  font-size: 41.89px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .h-about-title h3 {
    font-size: 28px;
    padding-bottom: 16px;
  }
}

.bot-about {
  padding: 70px 0 130px 0;
  margin-top: 290px;
  background: #F7F8F8;
  color: #565656;
  font-size: 21px;
  line-height: normal;
}

@media (max-width: 767px) {
  .bot-about {
    margin-top: 80px;
    padding: 50px 0;
    font-size: 16px;
    line-height: 1.7;
  }
}

.bot-about .bot h4 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 50px;
  color: #000000;
}

@media (max-width: 767px) {
  .bot-about .bot h4 {
    font-size: 24px;
    margin-bottom: 37px;
  }
}

.content-bottom-about {
  display: flex;
  max-width: 1126px;
  margin: 0 auto 50px auto;
}

@media (max-width: 767px) {
  .content-bottom-about {
    display: block;
  }
}

.content-bottom-about .avarta {
  max-width: 452px;
  flex: 0 0 452px;
}

@media (max-width: 991px) {
  .content-bottom-about .avarta {
    max-width: 35%;
    flex: 0 0 35%;
  }
}

@media (max-width: 767px) {
  .content-bottom-about .avarta {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.content-bottom-about .info {
  flex: 0 0 calc(100% - 452px);
  max-width: calc(100% - 452px);
  padding-left: 75px;
}

@media (max-width: 991px) {
  .content-bottom-about .info {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .content-bottom-about .info {
    padding: 0;
    max-width: 100%;
    margin-top: 40px;
  }
}

.content-bottom-about .info .desc p {
  font-size: 21px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .content-bottom-about .info .desc p {
    font-size: 15px;
    line-height: 40px;
  }
}

.content-bottom-about h5 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 45px;
  color: #000000;
}

@media (max-width: 767px) {
  .content-bottom-about h5 {
    display: none;
  }
}

.content-bottom-about h3 {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 46.67px;
  margin-bottom: 36px;
  color: #000000;
}

@media (max-width: 767px) {
  .content-bottom-about h3 {
    margin-bottom: 25px;
    font-size: 34px;
  }
}

.content-bottom-about h3 span {
  padding-left: 36px;
  color: #727171;
  font-size: 20.7px;
  position: relative;
  top: 15px;
}

@media (max-width: 767px) {
  .content-bottom-about h3 span {
    display: none;
  }
}

.info-bot {
  display: flex;
}

@media (max-width: 767px) {
  .info-bot {
    display: block;
  }
}

.info-bot .avr-img {
  flex: 0 0 266px;
  max-width: 266px;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .info-bot .avr-img {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .info-bot .avr-img img {
    max-width: 181px;
    margin: 0 auto;
  }
}

.info-bot .info-chungchi {
  padding-left: 80px;
}

.info-bot .info-chungchi .desc {
  font-size: 21px;
  line-height: 40px;
}

.info-bot .info-chungchi .desc p {
  font-size: 21px;
}

@media (max-width: 767px) {
  .info-bot .info-chungchi {
    padding: 0;
    margin-top: 45px;
  }
  .info-bot .info-chungchi .desc p {
    font-size: 15px;
  }
}

.btn-chungchi {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .btn-chungchi {
    margin-top: 20px;
  }
}

.btn-chungchi a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #000000;
  height: 70px;
  border-radius: 70px;
}

@media (max-width: 767px) {
  .btn-chungchi a {
    font-size: 17px;
    display: inline-flex;
    padding: 0 32px;
    height: 60px;
  }
}

.bot-bread {
  padding: 28px 70px;
  background: #F7F8F8;
}

@media (max-width: 767px) {
  .bot-bread {
    padding: 20px;
  }
}

.bot-bread a {
  color: #6A6969;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bot-bread a {
    font-size: 12px;
  }
}

.box-voice {
  padding: 20px 0 80px 0;
}

.content-voice {
  max-width: 1030px;
  margin: 0 auto;
}

.content-voice .col-md-6 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .content-voice .col-md-6 {
    margin-bottom: 30px;
  }
  .content-voice .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.item-voice {
  font-size: 18px;
  color: #3E3A39;
}

@media (max-width: 991px) {
  .item-voice {
    font-size: 14px;
  }
}

.item-voice .avarta {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .item-voice .avarta {
    margin-bottom: 15px;
  }
}

.item-voice .avarta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(100% * 271 / 479);
  overflow: hidden;
}

.item-voice .avarta a img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-voice h3 a {
  display: block;
  color: #ECA026;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: normal;
}

@media (max-width: 991px) {
  .item-voice h3 a {
    font-size: 18px;
  }
}

.box-pagination {
  padding: 100px 0;
  background: #F7F8F8;
}

@media (max-width: 767px) {
  .box-pagination {
    padding: 60px 0;
  }
}

.box-pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-pagination ul li {
  margin-right: 10px;
}

.box-pagination ul li:last-child {
  margin-right: 0;
}

.box-pagination a,
.box-pagination span {
  color: #312B33;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 48px;
  border-radius: 4px;
  font-size: 26px;
  opacity: 0.47;
}

@media (max-width: 991px) {
  .box-pagination a,
  .box-pagination span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .box-pagination a,
  .box-pagination span {
    width: 35px;
    height: 40px;
  }
}

.box-pagination a.active,
.box-pagination span.active {
  background: #312B33;
  color: #fff;
  opacity: 1;
}

.content-single .avartathumb {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .content-single .avartathumb {
    margin-bottom: 22px;
    left: -20px;
    position: relative;
    width: calc(100% + 40px);
  }
}

.single-top {
  font-size: 26px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .single-top {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.single-top h1 {
  color: #ECA026;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .single-top h1 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

.single-top ul {
  list-style: none;
}

.single-top ul li {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .single-top ul li {
    margin-bottom: 10px;
  }
}

.single-top ul li:last-child {
  margin-bottom: 0;
}

.single-top ul li span {
  font-size: 19px;
}

@media (max-width: 767px) {
  .single-top ul li span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .content-detail {
    font-size: 16px;
  }
}

.content-detail .item-detail {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .content-detail .item-detail {
    margin-bottom: 60px;
  }
}

.content-detail .item-detail:last-child {
  margin-bottom: 0;
}

.content-detail .item-detail p {
  margin-bottom: 76px;
}

@media (max-width: 767px) {
  .content-detail .item-detail p {
    margin-bottom: 50px;
  }
}

.content-detail .item-detail p:last-child {
  margin-bottom: 0;
}

.content-detail .item-detail .t-detail {
  margin-bottom: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ECA026;
  color: #ECA026;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .content-detail .item-detail .t-detail {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.box-other-blog {
  padding: 80px 0;
  background: #F7F8F8;
}

@media (max-width: 767px) {
  .box-other-blog {
    padding: 60px 0;
  }
}

.box-other-blog .btn-other a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECA026;
  font-size: 18px;
  font-weight: normal;
  padding: 23px 45px;
  border-radius: 8px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-other-blog .btn-other a {
    font-size: 14px;
    padding: 18px 40px;
  }
}

@media (max-width: 767px) {
  .box-other-blog .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box-other-blog .col-md-4:first-child {
    order: 1;
  }
  .box-other-blog .col-md-4:last-child {
    order: 2;
  }
  .box-other-blog .col-md-4:nth-child(2) {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
  }
}

.item-other p {
  font-size: 21px;
  margin-bottom: 10px;
  color: #000000;
}

@media (max-width: 767px) {
  .item-other p {
    font-size: 16px;
  }
}

.item-other a {
  max-width: 240px;
  display: inline-flex;
  color: #ECA026;
  font-size: 19px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .item-other a {
    font-size: 15px;
  }
}

.content-contact {
  max-width: 1088px;
  margin: 0 auto 60px;
}

.banner-contact {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: url("../images/bg-contactx3.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 55px 20px;
  font-weight: bold;
  margin-bottom: 66px;
}

@media (max-width: 767px) {
  .banner-contact {
    font-size: 15px;
  }
}

.banner-contact p {
  margin-bottom: 9px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .banner-contact p {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
  }
}

.banner-contact p:last-child {
  margin-bottom: 0;
}

.banner-contact h1 {
  font-weight: bold;
  font-size: 34.44px;
  padding: 25px 0;
  line-height: 47px;
}

@media (max-width: 767px) {
  .banner-contact h1 {
    padding: 12px 0;
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .banner-contact .icon img {
    max-height: 50px;
  }
}

.item-contact {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .item-contact {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .item-contact {
    padding: 0 20px;
  }
}

.item-contact:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .item-contact:last-child {
    padding: 0;
  }
}

.item-contact .title-contact {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .item-contact .title-contact {
    margin-bottom: 35px;
  }
}

.item-contact .title-contact:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #001733;
  position: absolute;
  top: 50%;
  right: 0;
}

.item-contact .title-contact .left-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 20px;
}

.item-contact .title-contact .left-title h3 {
  font-size: 33px;
  font-weight: bold;
  padding-left: 22px;
  color: #001733;
}

@media (max-width: 767px) {
  .item-contact .title-contact .left-title h3 {
    font-size: 18px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .item-contact .title-contact .left-title .icon {
    flex: 0 0 48px;
    max-width: 48px;
  }
}

@media (max-width: 767px) {
  .item-contact .var-line {
    max-width: 277px;
    margin: 0 auto;
  }
}

.item-frm {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .item-frm {
    display: block;
  }
}

@media (max-width: 767px) {
  .item-frm {
    margin-bottom: 35px;
  }
}

.item-frm:last-child {
  margin-bottom: 0;
}

.item-frm:last-child .left label {
  height: auto;
}

.item-frm .row {
  margin: 0 -8px;
}

.item-frm .row > div {
  padding: 0 8px;
}

@media (max-width: 767px) {
  .item-frm .row > div {
    margin-bottom: 15px;
  }
  .item-frm .row > div:last-child {
    margin-bottom: 0;
  }
}

.item-frm .left {
  flex: 0 0 392px;
  max-width: 392px;
  text-align: right;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .item-frm .left {
    padding-right: 0;
    max-width: 100%;
    text-align: left;
    margin-bottom: 12px;
  }
}

.item-frm .left label {
  display: inline-flex;
  color: #001733;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  align-items: center;
  height: 60px;
}

@media (max-width: 767px) {
  .item-frm .left label {
    font-size: 20px;
    height: auto;
  }
}

.item-frm .left label span {
  margin-left: 20px;
  font-size: 17px;
  background: #FFDB00;
  border-radius: 4px;
  padding: 2px 10px;
}

@media (max-width: 767px) {
  .item-frm .left label span {
    font-size: 14px;
  }
}

.item-frm .right {
  flex: 0 0 calc(100% - 392px);
  max-width: calc(100% - 392px);
}

@media (max-width: 991px) {
  .item-frm .right {
    max-width: 100%;
  }
}

.item-frm p {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #001733;
}

@media (max-width: 767px) {
  .item-frm p {
    font-size: 19px;
    margin-bottom: 0;
  }
}

.item-frm .txt_field {
  width: 100%;
  border: 1px solid #D6D5C9;
  border-radius: 8px;
  padding: 0 24px;
  height: 60px;
  outline: none;
  background: #FDFBED;
  font-weight: bold;
}

.item-frm .txt_field::placeholder {
  color: #B8B8B8;
}

.content-contactb-bot {
  padding: 80px 0;
  background: #F7F8F8;
}

@media (max-width: 991px) {
  .content-contactb-bot {
    padding: 80px 40px;
  }
}

@media (max-width: 767px) {
  .content-contactb-bot {
    padding: 40px 20px;
  }
}

.content-contactb-bot textarea {
  max-width: 930px;
  width: 100%;
  height: 293px;
  padding: 20px;
  outline: none;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D6D5C9;
}

.content-contactb-bot textarea::placeholder {
  color: #969696;
}

.content-contactb-bot .item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .content-contactb-bot .item {
    margin-bottom: 40px;
  }
}

.content-contactb-bot .item:last-child {
  margin-bottom: 0;
}

.content-contactb-bot .item ul {
  list-style: none;
  max-width: 440px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #001733;
}

@media (max-width: 767px) {
  .content-contactb-bot .item ul {
    font-size: 16px;
  }
}

.content-contactb-bot .item ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .content-contactb-bot .item ul li {
    margin-bottom: 20px;
  }
}

.content-contactb-bot .item ul li:last-child {
  margin-bottom: 0;
}

.content-contactb-bot .item ul li label {
  margin: 0;
}

.content-contactb-bot .item ul li label span {
  border-bottom: 1px solid;
}

.content-contactb-bot .item ul li input {
  margin-right: 30px;
  width: 29px;
  height: 29px;
}

@media (max-width: 767px) {
  .content-contactb-bot .item ul li input {
    margin-right: 14px;
    width: 20px;
    height: 20px;
  }
}

.content-contactb-bot .item .btn_field button {
  width: 530px;
  height: 100px;
  color: #fff;
  background: #00B2B4;
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
  justify-content: center;
  border-radius: 100px;
  font-weight: bold;
  font-size: 34px;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  border: 0;
  position: relative;
}

@media (max-width: 767px) {
  .content-contactb-bot .item .btn_field button {
    width: 100%;
    height: 62px;
    font-size: 20px;
    padding-right: 24px;
  }
}

.content-contactb-bot .item .btn_field button svg {
  position: absolute;
  top: calc(50% - 11px);
  right: 40px;
}

.box-title-service {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .box-title-service {
    margin: 0;
    padding: 24px 0;
  }
}

@media (max-width: 767px) {
  .box-title-service img {
    max-height: 90px;
  }
}

.box-content-service {
  position: relative;
  padding: 210px 0 1px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .box-content-service {
    padding: 90px 0 1px 0;
  }
}

.box-content-service .icon-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .box-content-service .icon-top img {
    max-height: 80px;
  }
}

@media (max-width: 767px) {
  .box-content-service .icon-top img {
    max-height: 47px;
  }
}

.box-content-service .bot-bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.box-content-service .bot-bread a {
  color: #fff;
}

.item-service {
  position: relative;
  margin-bottom: 87px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
}

@media (max-width: 767px) {
  .item-service {
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 23px;
  }
}

.item-service:last-child {
  margin-bottom: 0;
}

.wrap-service {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}

.wrap-service .title-srv {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .wrap-service .title-srv {
    margin-bottom: 32px;
  }
}

.wrap-service .title-srv h2 {
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .wrap-service .title-srv h2 {
    font-size: 26px;
  }
}

.wrap-service .title-srv h2 span {
  color: #EBA12A;
}

.wrap-service .t-srv {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrap-service .t-srv {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .wrap-service .t-srv img {
    max-height: 68px;
  }
}

.wrap-service .t-srv span {
  font-weight: bold;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  font-family: "Montserrat", serif;
}

@media (max-width: 767px) {
  .wrap-service .t-srv span {
    font-size: 24px;
  }
}

.wrap-service .desc-title {
  font-size: 20.16px;
  font-weight: 800;
  line-height: 37px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wrap-service .desc-title {
    font-size: 15.4px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}

.wrap-service .desc-title:last-child {
  margin-bottom: 0;
}

.wrap-service .desc-title span {
  color: #EBA12A;
}
.user-srv {
  clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
  overflow: hidden;
}
.list-user-srv ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .list-user-srv ul {
    margin: 0 -5px;
  }
}

.list-user-srv ul li {
  padding: 0 10px;
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}

@media (max-width: 767px) {
  .list-user-srv ul li {
    padding: 0 5px;
  }
}

.user-srv .avrt {
  margin-bottom: 5px;
}
.user-srv .avrt img {
  max-width: 100%;
}

.user-srv .name span {
  min-width: 165px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #60B076;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .user-srv .name span {
    min-width: unset;
    font-size: 10px;
    padding: 4px 10px;
  }
}

.srv-2 {
  margin-bottom: 34px;
}

.srv-2 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.srv-2 ul li {
  flex: 0 0 calc(50% - 45px);
  max-width: calc(50% - 45px);
}

@media (max-width: 767px) {
  .srv-2 ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.srv-2 ul li:nth-child(2) {
  flex: 0 0 90px;
  max-width: 90px;
}

@media (max-width: 767px) {
  .srv-2 ul li:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.srv-2 .icon-x {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .srv-2 .icon-x {
    padding: 20px 0;
  }
  .srv-2 .icon-x svg {
    width: auto;
    height: 40px;
  }
}

.item-srv-2 {
  height: 100%;
  background: #08B854;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}

.item-srv-2 .icon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .item-srv-2 .icon {
    height: 75px;
  }
}

.item-srv-2 .icon img {
  max-width: 130px;
  max-height: 100%;
}

.item-srv-2 h3 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .item-srv-2 h3 {
    font-size: 26px;
  }
}

.item-srv-2 .desc {
  min-height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #079D48;
  border-radius: 10px;
  padding: 16px;
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .item-srv-2 .desc {
    font-size: 16px;
    min-height: unset;
  }
}

.srv-4 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .srv-4 {
    margin-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .srv-4 .col-md-6 {
    margin-bottom: 25px;
  }
  .srv-4 .col-md-6:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .srv-4.support-develop .avr {
    text-align: center;
  }
}

.bot-srv-4 {
  position: relative;
  left: -50px;
  width: calc(100% + 100px);
  background: #EBF6F9;
  margin-bottom: -50px;
  padding: 100px 50px;
}

@media (max-width: 767px) {
  .bot-srv-4 {
    padding: 80px 20px;
    left: -20px;
    width: calc(100% + 40px);
  }
}

.bot-srv-4 .t-srv-4 {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
}

@media (max-width: 767px) {
  .bot-srv-4 .t-srv-4 {
    top: -25px;
  }
}

.bot-srv-4 .t-srv-4 span {
  position: relative;
  background: #00B2B4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 33.85px;
  color: #ffff;
  padding: 0 50px;
  height: 72px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .bot-srv-4 .t-srv-4 span {
    font-size: 23px;
    height: 50px;
  }
}

.list-srv-4 {
  max-width: 870px;
  margin: 0 auto;
}

.page-template-contact-new .var-line img {
  max-width: 595px;
}
.page-template-contact-new .title-contact .icon {
  max-width: 85px;
}

@media (max-width: 767px) {
  .list-srv-4 .col-md-6 {
    margin-bottom: 36px;
  }
  .list-srv-4 .col-md-6:last-child {
    margin-bottom: 0;
  }
  .list-srv-4 .avr {
    text-align: center;
  }
  .page-template-contact-new .var-line img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=custom.css.map */