/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
/* 26px */
/* 30px */
/* 36px */
/* 40px */
/* 48px */
/* 50px */
/* 60px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
/* 26px */
/* 30px */
/* 36px */
/* 40px */
/* 48px */
/* 50px */
/* 60px */
.header {
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.header .container {
  max-width: 1200px;
  padding: 0 25px;
}

.header .container .logo {
  color: #dc4f72;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.header .container .logo .icon-header {
  font-size: 24px !important;
}

.header .container .menu ul {
  list-style-type: none;
  width: 648px;
  margin: 0;
}

.header .container .menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .container .menu ul li:hover a {
  color: #dc4f72;
}

.header .container .menu ul li:hover span {
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .container .menu ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #5a5a5a;
}

.header .container .menu ul li .menu-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .menu ul li .menu-down i {
  font-size: 12px !important;
  padding-left: 4px;
}

.header .container .menu ul li span {
  width: 0px;
  background-color: #dc4f72;
  position: absolute;
  height: 2px;
  bottom: 14px;
}

.header .container .menu ul li .btn-schedual {
  width: 196px;
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
}

.header .container .menu ul li .btn-schedual:hover {
  color: #fff;
  background-color: #dc4f72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .container .menu ul li .drop-down {
  position: absolute;
  background-color: #fff;
  width: 176px;
  height: 136px;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  min-width: 11rem;
  padding: 1rem 0 0.3rem;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
  padding-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 54px;
  right: -67px;
}

.header .container .menu ul li .drop-down a {
  padding: 0 24px 14px 24px;
  color: #5a5a5a;
}

.header .container .menu ul li .drop-down::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateX(-50%) rotateZ(45deg);
          transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
}

.header .container .menu ul .li-drop-menu:hover .drop-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .menu ul .active a {
  color: #dc4f72;
}

.execute {
  margin-top: 90px;
}

.execute .container {
  max-width: 1200px;
  padding: 0 25px;
  padding-top: 80px;
}

.execute .container .row .col h1 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #2c3038;
  line-height: 57.5px;
}

.execute .container .row .col p {
  font-size: 1.25rem;
  color: #5a5a5a;
  font-weight: 400;
  max-width: 450px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.execute .container .row .col a {
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
  text-transform: uppercase;
  font-weight: 500;
  width: 156px;
}

.execute .container .row .col a:hover {
  color: #fff;
  background-color: #dc4f72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.execute .container .row .col img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.choose {
  background-color: #fff;
  padding: 3rem 0;
}

.choose .row .col .choose__top .why {
  font-size: 1rem;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  margin-bottom: 5px;
}

.choose .row .col .choose__top h3 {
  color: #2c3038;
  font-size: 2.875rem;
  font-weight: 500;
  text-align: center;
  width: 750px;
  margin: auto;
  line-height: 1;
}

.choose .row .col .choose__top p {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 400;
  width: 750px;
  text-align: center;
  margin: 16px auto;
}

.choose .row .col .choose__bottom {
  margin-top: 2.875rem;
}

.choose .row .col .choose__bottom .container {
  width: 1200px;
  padding: 0 25px 26px 25px;
}

.choose .row .col .choose__bottom .container .row .col-4 div {
  background-color: #f7f9fc;
  padding: 3rem 32px;
}

.choose .row .col .choose__bottom .container .row .col-4 div:hover {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.choose .row .col .choose__bottom .container .row .col-4 div:focus-visible {
  outline: none;
}

.choose .row .col .choose__bottom .container .row .col-4 div a {
  width: 297px;
  height: 212px;
  margin: auto;
  text-align: center;
}

.choose .row .col .choose__bottom .container .row .col-4 div a h3 {
  color: #2c3038;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 1rem 0;
}

.choose .row .col .choose__bottom .container .row .col-4 div a p {
  color: #5a5a5a;
  font-size: 1rem;
}

.about {
  padding: 48px 0;
  background-color: #f7f9fc;
}

.about .container {
  max-width: 1200px;
  padding: 16px 25px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about .container .row-top .col-6 div h1 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #dc4f72;
  text-transform: uppercase;
  text-align: left;
}

.about .container .row-top .col-6 div h3 {
  font-size: 35px;
  color: #2c3038;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.about .container .row-top .col-6 div p {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 3.125rem;
}

.about .container .row-top .col-6 div a {
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
  width: 156px;
  text-transform: uppercase;
  font-size: 0.875rem;
  background-color: #dc4f72;
  color: #fff;
}

.about .container .row-top .col-6 div a:hover {
  background-color: #d62f58;
  border-color: #cf2952;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.about .container .row-top .col-left {
  padding: 0 48px 0 15px;
}

.about .container .row-top .col-right {
  padding: 0 15px 0 48px;
}

.about .container .row-top .col-right div img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.about .container .row-top .col-right div img:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

.about .container .row-bottom {
  margin-top: 89px;
}

.about .container .row-bottom .col-4 div {
  background-color: #fff;
  padding: 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 32px;
}

.about .container .row-bottom .col-4 div h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.about .container .row-bottom .col-4 div .counter {
  font-size: 3.125rem;
  color: #dc4f72;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 15px 0;
}

.about .container .row-bottom .col-4 div p {
  margin: 0;
}

.weare {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.33))), url(../images/bg.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.33)), url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 480px;
}

.weare .container {
  max-width: 1200px;
  padding: 32px 25px;
}

.weare .container .row {
  padding-top: 40px;
}

.weare .container .row .col-6 h2 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
}

.weare .container .row .col-6 p {
  font-size: 1rem;
  line-height: 24.5px;
  color: #eee;
  margin: 24px 0 48px 0;
}

.weare .container .row .col-6 a {
  width: 145px;
  height: 54px;
  color: #5a5a5a;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  border: none;
  font-weight: 500;
}

.weare .container .row .col-6 a:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.blog {
  padding: 48px 0;
  background-color: #fff;
}

.blog .container {
  max-width: 1200px;
  padding: 16px 25px;
}

.blog .container .row-top .col div h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.blog .container .row-top .col div h3 {
  color: #2c3038;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.blog .container .row-top .col div p {
  margin: 16px auto;
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 400;
  width: 750px;
  text-align: center;
}

.blog .container .row-bottom {
  margin-top: 45px;
}

.blog .container .row-bottom .col-4 .blog-div {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #eee;
  border-radius: 6px;
}

.blog .container .row-bottom .col-4 .blog-div a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.blog .container .row-bottom .col-4 .blog-div a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.blog .container .row-bottom .col-4 .blog-div a .date-blog {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  border-bottom: none;
  position: absolute;
  background-color: #dc4f72;
  margin: 0;
  width: 135px;
  height: 54px;
  top: 0;
  right: 0;
  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;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info {
  padding: 30px 20px;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info span {
  margin-bottom: 15px;
  font-size: 13px;
  background: rgba(238, 97, 120, 0.2);
  color: #dc4f72;
  font-weight: 500;
  width: 82px;
  height: 29px;
  border-radius: 25px;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info h4 a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #2c3038;
  text-decoration: none;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info p {
  font-size: 1rem;
  line-height: 24.5px;
  color: #5a5a5a;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info .know-arrow {
  color: #dc4f72;
  text-decoration: none;
  font-size: 1rem;
}

.blog .container .row-bottom .col-4 .blog-div .blog-info .know-arrow i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog .container .row-bottom .col-4 .blog-div:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.blog .container .row-bottom .col-4 .blog-div:hover a img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.blog .container .row-bottom .col-4 .blog-div:hover .blog-info h4 a {
  color: #dc4f72;
}

.blog .container .row-bottom .col-4 .blog-div:hover .blog-info .know-arrow i {
  padding-left: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog .container .blog-pagination {
  margin-top: 48px;
  height: 38px;
}

.blog .container .blog-pagination ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.blog .container .blog-pagination ul li {
  list-style-type: none;
  margin: 0 5px;
}

.blog .container .blog-pagination ul li .blog-pagination-active {
  border: 1px solid #dc4f72;
  color: #dc4f72;
}

.blog .container .blog-pagination ul li a {
  padding: 8px 12px;
  text-decoration: none;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #f7f9fc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
}

.blog .container .blog-pagination ul li a:hover {
  border: 1px solid #dc4f72;
}

.blog .container .blog-pagination ul li a i {
  font-size: 14px;
  padding-bottom: 4px;
}

.general {
  background-color: #f7f9fc;
  padding: 48px 0;
}

.general .container {
  max-width: 1200px;
  padding: 48px 25px;
}

.general .container .row-top .header-general h6 {
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.general .container .row-top .header-general h3 {
  font-size: 46px;
  color: #2c3038;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.general .container .row-top .header-general p {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 22.5px;
  font-weight: 400;
  text-align: center;
  max-width: 750px;
  margin: 16px auto;
}

.general .container .row-bottom .col-5 {
  padding: 0 25px;
  margin-top: 48px;
}

.general .container .row-bottom .col-5 div {
  height: 492px;
}

.general .container .row-bottom .col-5 div img {
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

.general .container .row-bottom .col-5 div img:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.general .container .row-bottom .col-7 {
  padding: 0 15px 0 45px;
  margin-top: 48px;
}

.general .container .row-bottom .col-7 div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.general .container .row-bottom .col-7 div ul li {
  width: 623px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 0 15px 0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.complete {
  background-color: #fff;
  padding: 3rem 0;
}

.complete .container {
  max-width: 1200px;
  padding: 16px 25px;
}

.complete .container .row-top .header-complete h6 {
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.complete .container .row-top .header-complete h3 {
  font-size: 46px;
  color: #2c3038;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.complete .container .row-top .header-complete p {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 22.5px;
  font-weight: 400;
  text-align: center;
  max-width: 750px;
  margin: 16px auto;
}

.complete .container .row-bottom {
  max-width: 1180px;
}

.complete .container .row-bottom .col-10 {
  padding: 0 15px;
}

.complete .container .row-bottom .col-10 ul li {
  width: 316px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
}

.complete .container .row-bottom .col-10 ul li button {
  border: none;
  font-size: 22px;
  font-weight: 500;
  color: #4e5b61;
}

.complete .container .row-bottom .col-10 ul li:focus-within {
  cursor: pointer;
  border-bottom: 3px solid #dc4f72;
}

.complete .container .row-bottom .col-10 ul li:focus-within button {
  color: #dc4f72;
}

.complete .container .row-bottom .col-10 .nav {
  border-bottom: 0;
  border-bottom: 1px solid #dee2e6;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row {
  padding: 15px 0;
  margin: 20px 0;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 {
  padding: 0 15px;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div h3 {
  color: #2c3038;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 500;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div a {
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
  width: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div a:hover {
  color: #fff;
  background-color: #dc4f72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div p {
  color: #5a5a5a;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div img {
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.complete .container .row-bottom .col-10 .tab-project .tab-pane .row .col-md-6 div img:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.client {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 249, 252, 0.77)), to(rgba(247, 249, 252, 0.77))), url(../images/b2.jpg);
  background-image: linear-gradient(to right, rgba(247, 249, 252, 0.77), rgba(247, 249, 252, 0.77)), url(../images/b2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.client .container {
  max-width: 1200px;
  padding: 48px 25px;
  padding-top: 31px;
}

.client .container .row .title-client h6 {
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #dc4f72;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 33px;
}

.client .container .row .title-client h3 {
  font-size: 46px;
  color: #2c3038;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.client .container .row .title-client p {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 22.5px;
  font-weight: 400;
  text-align: center;
  max-width: 750px;
  margin: 16px auto;
}

.client .container .row .col div .container {
  padding-bottom: 0;
}

.client .container .row .col div .container .client-owl .wrapper {
  padding: 32px;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 546px;
}

.client .container .row .col div .container .client-owl .wrapper .avatar-cricle {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 3px solid #dc4f72;
  border-radius: 50%;
}

.client .container .row .col div .container .client-owl .wrapper .content p {
  font-size: 1.125rem;
  line-height: 26px;
  color: #5a5a5a;
  margin: 0;
  width: 332px;
}

.client .container .row .col div .container .client-owl .wrapper .content .avatar-name {
  margin-top: 1.5rem;
}

.client .container .row .col div .container .client-owl .wrapper .content .avatar-name h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #dc4f72;
  margin: 0;
}

.client .container .row .col div .container .client-owl .wrapper .content .avatar-name p {
  font-size: 13px;
  color: #5a5a5a;
}

.client .container .row .col div .container .client-owl .owl-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.client .container .row .col div .container .client-owl .owl-dots .active {
  background-color: #dc4f72;
}

.client .container .row .col div .container .client-owl .owl-dots button {
  width: 40px;
  height: 5px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  border: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 0;
}

.client .container .row .col div .container .client-owl .owl-dots button span {
  display: none;
}

.ready {
  padding: 48px 0;
  background-color: #fff;
}

.ready .container {
  padding: 16px 25px;
}

.ready .container .row .col div h3 {
  color: #2c3038;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.ready .container .row .col div p {
  color: #5a5a5a;
  font-size: 0.875rem;
  line-height: 22, 5px;
  font-weight: 400;
  width: 750px;
  margin: 16px auto;
  margin-top: 25px;
}

.ready .container .row .col div .buttons-ready {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ready .container .row .col div .buttons-ready a {
  border-color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc4f72;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  width: 163px;
  margin: 0 8px;
}

.ready .container .row .col div .buttons-ready a:hover {
  color: #fff;
  background-color: #dc4f72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ready .container .row .col div .buttons-ready .ready-btn--active {
  background-color: #dc4f72;
  color: #fff;
}

.ready .container .row .col div .buttons-ready .ready-btn--active:hover {
  color: #fff;
  background-color: #d62f58;
  border-color: #cf2952;
}

.footer-home {
  padding: 48px 0;
  background-color: #f7f9fc;
}

.footer-home .container {
  max-width: 1200px;
  padding: 0 25px;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 h3 {
  font-size: 20px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 p {
  color: #656f7b;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  padding: 0;
  margin: 10px 0;
}

.footer-home .container .footer__up .footer__col-left .footer__up-item1 p:hover {
  opacity: 0.8;
  color: #dc4f72;
  cursor: pointer;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 h3 {
  font-size: 20px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email {
  max-width: 527px;
  height: 226px;
  background-color: #fff;
  padding: 32px;
  -webkit-box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
          box-shadow: 1px 5px 7.5px rgba(196, 196, 196, 0.2);
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2c3038;
  margin-bottom: 30px;
  font-weight: 400;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form {
  max-width: 463px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form input {
  background: #f7f9fc;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  width: 78%;
  color: #2c3038;
  font-weight: 600;
  border-radius: 6px;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form button {
  text-align: center;
  background: #dc4f72;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  width: 20%;
  color: #fff;
  border-radius: 6px;
}

.footer-home .container .footer__up .footer__col-right .footer__up-item2 .footer__up-email form p {
  line-height: 22px;
  color: #5a5a5a;
  font-size: 16px;
}

.footer-home .container .footer__down {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  margin-top: 48px;
  max-width: 1150px;
}

.footer-home .container .footer__down .footer__down-content {
  max-width: 490px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-content p {
  line-height: 22px;
  color: #5a5a5a;
  font-size: 16px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-content p a {
  color: #2c3038;
  text-decoration: none;
}

.footer-home .container .footer__down .footer__down-content p a:hover {
  color: #dc4f72;
}

.footer-home .container .footer__down .footer__down-icon {
  max-width: 203px;
  padding: 0;
}

.footer-home .container .footer__down .footer__down-icon a {
  color: #5a5a5a;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.footer-home .container .footer__down .footer__down-icon a:hover {
  cursor: pointer;
  color: #dc4f72;
}

@media (max-width: 1199.98px) {
  .header {
    height: 70px !important;
  }
  .client .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .general .mobile__ul li {
    max-width: 100%;
  }
  .choose .choose__top h3 {
    font-size: 40px !important;
    max-width: 100% !important;
  }
  .choose .choose__top p {
    max-width: 100% !important;
  }
  .choose .mobile__choose__bottom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .choose .mobile__choose__bottom .col-4 {
    margin-bottom: 30px !important;
    width: 40%;
  }
  .complete .nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .complete .nav li {
    max-width: 200px !important;
  }
  .about .row-top {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media (max-width: 991.98px) {
  .header .menu {
    display: none !important;
  }
  .header .menu-mobile {
    display: block !important;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background-color: #dc4f72;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
  }
  .header .menu-mobile .icon-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
  }
  .header .menu-mobile .menu-mobile__toggle {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    background-color: #fff;
    height: 350px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-bottom: 30px;
  }
  .header .menu-mobile .menu-mobile__toggle li {
    list-style-type: none;
  }
  .header .menu-mobile .menu-mobile__toggle li a {
    text-decoration: none;
    color: #5a5a5a;
  }
  .header .menu-mobile .menu-mobile__toggle .mobile-btn {
    margin: auto;
    width: 196px;
    height: 54px;
    border-color: #dc4f72;
    color: #dc4f72;
    font-size: 14px;
    font-weight: 500;
  }
  .header .menu-mobile .is-show {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
  }
  .header .menu-mobile .active a {
    color: #dc4f72 !important;
  }
  .execute .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .execute .row .mobile-excute-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .choose .mobile__choose__bottom .col-4 {
    margin-bottom: 30px !important;
    width: 58.33333333%;
  }
  .about .row-top .col-6 {
    padding: 0 !important;
    margin-bottom: 47px !important;
  }
  .blog .row-top h3 {
    font-size: 40px !important;
    max-width: 100% !important;
  }
  .blog .row-top p {
    max-width: 100% !important;
  }
  .blog .row-bottom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .general .col-padding {
    padding: 0 !important;
  }
  .general .mobile-col-general {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ready h3 {
    font-size: 40px !important;
    width: 100% !important;
  }
  .ready .ready-p {
    width: 100% !important;
  }
  .footer-home .footer__col-right {
    margin-top: 40px;
  }
  .footer-home .footer__col-right .footer__up-email {
    max-width: 100% !important;
  }
  .footer-home .footer__col-right .footer__up-email form {
    max-width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .header {
    height: 60px !important;
  }
  .header .menu-mobile__toggle {
    top: 60px !important;
  }
  .execute {
    margin-top: 60px;
  }
  .execute .mobile-excute-content h1 {
    font-size: 40px !important;
  }
  .choose .choose__top h3 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
  .choose .choose__bottom .col-4 a {
    width: 100% !important;
  }
  .about .row-bottom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .about .row-bottom .col-4 {
    margin-bottom: 20px !important;
  }
  .general .header-general h3 {
    font-size: 35px !important;
    margin-top: 10px !important;
  }
  .general .row-bottom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .general .row-bottom .mobile__ul {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  .complete .header-complete h3 {
    font-size: 32px !important;
  }
  .complete .col-10 .nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    border: none !important;
  }
  .complete .col-10 .tab-content .col-md-6:last-child {
    margin-top: 30px;
  }
  .client .title-client h3 {
    font-size: 32px !important;
  }
  .ready h3 {
    font-size: 32px !important;
  }
  .footer-home .footer__up .footer__col-left .footer__up-item1 {
    margin-bottom: 20px;
  }
  .footer-home .footer__up .footer__col-left .footer__up-item1 h3 {
    margin-bottom: 15px !important;
  }
  .footer-home .footer__down {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer-home .mobile__footer__down-content--p {
    text-align: center !important;
  }
}

@media (max-width: 575.98px) {
  .execute .mobile-excute-content h1 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }
  .execute .mobile-excute-col {
    margin-top: 40px !important;
  }
  .choose .choose__bottom .container {
    width: 100% !important;
  }
  .choose .choose__bottom .container .mobile__choose__bottom .col-4 {
    width: 100% !important;
  }
  .about .row-top .col-6 {
    width: 100% !important;
  }
  .about .row-bottom .col-4 {
    width: 100% !important;
  }
  .weare {
    height: 610px !important;
  }
  .weare .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .weare .row .col-6 {
    width: 100% !important;
  }
  .blog .row-top h3 {
    font-size: 30px !important;
  }
  .blog .row-bottom .col-4 {
    width: 100% !important;
  }
  .blog .blog-pagination .mobile-pagi {
    display: none;
  }
  .general .row-bottom .col-padding {
    width: 100% !important;
  }
  .client .client-owl .wrapper {
    width: 100%;
    -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;
  }
  .client .client-owl .wrapper .content {
    text-align: center;
    margin-top: 20px;
  }
  .client .client-owl .wrapper .content p {
    width: 80% !important;
    text-align: center;
    margin: auto !important;
  }
  .footer-home .mobile__footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-home .footer__up-item2 h3 {
    margin-bottom: 10px !important;
  }
  .footer-home .mobile__footer__form {
    padding: 16px !important;
    height: 250px !important;
  }
}

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

i {
  font: normal normal normal 16px/1 FontAwesome !important;
}

.breadcrumbs i {
  font-size: 8px !important;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

.breadcrumbs {
  margin-top: 90px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.875rem;
  background-color: #f7f9fc;
}

.breadcrumbs a {
  text-decoration: none;
  color: #dc4f72;
  margin-right: 5px;
}

.breadcrumbs i {
  font-size: 8px;
}

.breadcrumbs span {
  margin-left: 5px;
  padding-top: 10px;
}

.breadcrumbs .container {
  max-width: 1200px;
  padding: 0 25px;
}

.about {
  padding: 7.625rem 0 3.75rem 0;
}

.about .container h1 {
  text-align: center;
  font-weight: 700;
}

.about .container .about__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 2.5rem 0 4rem 0;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .about .container .about__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .container .about__up .about__up-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.about .container .about__up .about__up-left h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 400 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .about .container .about__up .about__up-left h1 {
    font-size: 1.625rem;
  }
}

.about .container .about__up .about__up-left span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
}

.about .container .about__up .about__up-left ul {
  padding-left: unset;
  list-style-type: none;
}

.about .container .about__up .about__up-left ul li {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.about .container .about__up .about__up-left ul li i {
  padding: 0.5rem;
  margin-right: 0.625rem;
  background-color: #fdf6f8;
  border-radius: 50%;
  color: #dc4f72;
  font-size: 0.625rem !important;
  opacity: 0.5;
}

.about .container .about__up .about__up-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.about .container .about__up .about__up-right:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.about .container .about__up .about__up-right img {
  width: 100%;
  border-radius: 5px;
}

.about .container .about__down {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about .container .about__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .container .about__down .about__down-item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.about .container .about__down .about__down-item h1 {
  font-size: 1.625rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.about .container .about__down .about__down-item span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
}

.features {
  padding: 3.75rem 0;
  background-color: #f7f9fc;
}

.features .features__title {
  text-align: center;
}

.features .features__title h3 {
  font-size: 1.125rem;
  color: #dc4f72;
  font-weight: 500 !important;
  text-align: center;
}

.features .features__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features .features__title h1 {
    font-size: 1.5rem;
  }
}

.features .features__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 60%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features .features__title span {
    width: 100%;
  }
}

.features .features__content {
  margin-top: 5.625rem;
}

.features .features__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .features .features__content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 576px) {
  .features .features__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.features .features__content .row .column {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .features .features__content .row .column {
    margin-top: 3.125rem;
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .features .features__content .row .column {
    width: 100%;
  }
}

.features .features__content .row .column .item {
  height: 15.625rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
}

.features .features__content .row .column .item .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.features .features__content .row .column .item .title .features__content-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto 1.2rem auto;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #dc4f72;
  position: relative;
}

.features .features__content .row .column .item .title .features__content-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem !important;
  color: #fff;
}

.features .features__content .row .column .item .title h1 {
  font-size: 1.25rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: center;
}

.features .features__content .row .column .item .description {
  position: absolute;
  bottom: 1.25rem;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.features .features__content .row .column .item .description span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.features .features__content .row .column .item .description a {
  font-size: 1.125rem;
  color: #dc4f72;
  font-weight: 700;
  text-decoration: none;
}

.features .features__content .row .column .item .description a:hover {
  text-decoration: underline;
}

.features .features__content .row .column .item:hover .test-1 {
  -webkit-transform: translateY(-5.625rem);
          transform: translateY(-5.625rem);
}

.features .features__content .row .column .item:hover .test-2 {
  -webkit-transform: translateY(-5.625rem);
          transform: translateY(-5.625rem);
}

.features .features__content .row .column .item:hover .description {
  opacity: 1;
  -webkit-animation: zoomIn 0.5s;
          animation: zoomIn 0.5s;
}

.features .features__content .row .column .item .test-1 {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.features .features__content .row .column .item .test-2 {
  -webkit-transition: all 0.4s linear 0.1s;
  transition: all 0.4s linear 0.1s;
}

.intro {
  padding: 5.625rem 0;
}

.intro .container .intro__title h3 {
  font-size: 1rem;
  color: #dc4f72;
  font-weight: 700 !important;
  text-align: center;
}

.intro .container .intro__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro .container .intro__title h1 {
    font-size: 1.5rem;
  }
}

.intro .container .intro__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 70%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro .container .intro__title span {
    width: 100%;
  }
}

.intro .container .intro__content {
  margin-top: 3.75rem;
  text-align: center;
}

.intro .container .intro__content .intro__content-img {
  position: relative;
}

.intro .container .intro__content .intro__content-img img {
  display: block;
  margin: auto;
  width: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.intro .container .intro__content .intro__content-img img:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

@media screen and (max-width: 768px) {
  .intro .container .intro__content .intro__content-img img {
    width: 100%;
  }
}

.intro .container .intro__content .intro__content-img .intro__content-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.intro .container .intro__content .intro__content-img .intro__content-icon a {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}

.intro .container .intro__content .intro__content-img .intro__content-icon a::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(47, 47, 47, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.intro .container .intro__content .intro__content-img .intro__content-icon a::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(47, 47, 47, 0.2);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.intro .container .intro__content .intro__content-img .intro__content-icon a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #dc4f72;
  font-size: 1rem;
}

.intro .container .intro__content .btn-request {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 3.75rem;
  transition: all 0.4s;
}

.intro .container .intro__content .btn-request:hover {
  background-color: #d62f58;
}

.customer {
  padding-bottom: 3rem;
}

.customer .owl-carousel .owl-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.customer .owl-carousel .owl-item img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.customer .owl-carousel .owl-dots {
  display: none;
}

.team {
  background-color: #f7f9fc;
  padding-top: 3rem;
}

.team .container .team__title {
  width: 60%;
  margin: 6.25rem auto 3.75rem auto;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .team .container .team__title {
    width: 100%;
  }
}

.team .container .team__title h3 {
  font-size: 1rem;
  color: #dc4f72;
  font-weight: 700 !important;
  text-align: center;
}

.team .container .team__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .team .container .team__title h1 {
    font-size: 1.5rem;
  }
}

.team .container .team__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: center;
}

.team .container .team__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .team .container .team__content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 576px) {
  .team .container .team__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.team .container .team__content .row .column {
  width: 25%;
  padding-bottom: 3.25rem;
}

@media screen and (max-width: 768px) {
  .team .container .team__content .row .column {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .team .container .team__content .row .column {
    width: 100%;
  }
}

.team .container .team__content .row .column .team__item {
  height: 25rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team .container .team__content .row .column .team__item:hover {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
}

.team .container .team__content .row .column .team__item:hover .team__item-content h1 {
  color: #dc4f72;
}

.team .container .team__content .row .column .team__item .team__item-img {
  height: 70%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.team .container .team__content .row .column .team__item .team__item-img img {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  vertical-align: middle;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team .container .team__content .row .column .team__item .team__item-content {
  padding: 16px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  border: 1px solid #eee;
  border-top: none;
  height: 30%;
}

.team .container .team__content .row .column .team__item .team__item-content h1 {
  font-size: 1.25rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
}

.team .container .team__content .row .column .team__item .team__item-content span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 5px 0;
  width: 100%;
  text-align: left;
}

.team .container .team__content .row .column .team__item .team__item-content .item__logo .item__logo-fb {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #3b5998;
  border-radius: 50%;
}

.team .container .team__content .row .column .team__item .team__item-content .item__logo .item__logo-fb i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
}

.team .container .team__content .row .column .team__item .team__item-content .item__logo .item__logo-tw {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #1da1f2;
  border-radius: 50%;
}

.team .container .team__content .row .column .team__item .team__item-content .item__logo .item__logo-tw i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
}

.build {
  text-align: center;
}

.build .build__title {
  width: 60%;
  margin: 6.25rem auto 3.75rem auto;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .build .build__title {
    width: 100%;
  }
}

.build .build__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .build .build__title h1 {
    font-size: 1.5rem;
  }
}

.build .build__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.build .build__btn .build__btn-1 {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid #dc4f72;
  color: #dc4f72;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 1.25rem;
  transition: all 0.4s;
}

.build .build__btn .build__btn-1:hover {
  background-color: #d62f58;
  color: #fff;
}

.build .build__btn .build__btn-2 {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.build .build__btn .build__btn-2:hover {
  background-color: #d62f58;
}

.footer {
  margin-top: 6.25rem;
  background-color: #f7f9fc;
}

.footer .footer__up {
  padding: 3.75rem 0;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer__up .footer__up-item1 {
  width: 50%;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer__up .footer__up-item1 {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .footer .footer__up .footer__up-item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer__up .footer__up-item1 .item h1 {
  font-size: 1.5rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.footer .footer__up .footer__up-item1 .item span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  font-size: 1rem !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.footer .footer__up .footer__up-item1 .item span:hover {
  color: #dc4f72;
}

.footer .footer__up .footer__up-item2 {
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .footer .footer__up .footer__up-item2 {
    margin-left: unset !important;
  }
}

.footer .footer__up .footer__up-item2 h1 {
  font-size: 1.25rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
  text-align: left !important;
}

.footer .footer__up .footer__up-item2 .footer__up-email {
  padding: 2rem;
  border-radius: 0.625rem;
  background-color: #fff;
  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-pack: distribute;
      justify-content: space-around;
}

.footer .footer__up .footer__up-item2 .footer__up-email p {
  font-size: 1.125rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
}

.footer .footer__up .footer__up-item2 .footer__up-email input {
  padding: 0.625rem 7rem 0.625rem 0.625rem;
  font-size: 1rem !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  background-color: #f7f9fc;
  outline: none;
}

.footer .footer__up .footer__up-item2 .footer__up-email a button {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.8rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.625rem 1.8rem !important;
  display: inline;
}

.footer .footer__up .footer__up-item2 .footer__up-email span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: left;
  font-size: 1rem !important;
}

.footer .footer__down {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer .footer__down .footer__down-content span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.footer .footer__down .footer__down-icon a {
  color: unset;
  font-size: 0.875rem;
  margin-right: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer__down .footer__down-icon a:hover {
  color: #dc4f72;
}

.pull {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.625rem;
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 1rem;
  background-color: #0d1326;
  color: #8f95a8;
  border-bottom-left-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .pull {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .pull {
    display: none;
  }
}

.pull span {
  padding: 1rem 1rem;
}

.pull span:first-child {
  border-bottom: 1px solid #41414d;
}

.pull span i {
  cursor: pointer;
}

.pull .pull-hover:hover {
  color: #fff;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

.about {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 0;
}

.about .about__up-left ul li i {
  background-color: rgba(220, 79, 114, 0.1) !important;
}

.team .team__title {
  margin-top: 30px;
}

html {
  font-size: 16px;
}

.services {
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.services .services__title {
  margin-bottom: 3rem;
}

.services .services__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: center;
}

.services .services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .services .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services .services__content .services__left {
  padding: 0 1rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.services .services__content .services__left h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 400 !important;
  text-align: left;
}

.services .services__content .services__left span:nth-of-type(1) {
  font-size: 1.5rem;
  display: block;
  color: #999;
  margin: 1.5rem 0;
  width: 100%;
  text-align: left;
}

.services .services__content .services__left span:nth-of-type(2) {
  font-size: 1rem;
  display: block;
  color: #999;
  margin: 0 0 1.5rem 0;
  width: 100%;
  text-align: left;
}

.services .services__content .services__left a button {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.services .services__content .services__left a button:hover {
  background-color: #d62f58;
}

.services .services__content .services__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.services .services__content .services__right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .services .services__content .services__right .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 576px) {
  .services .services__content .services__right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services .services__content .services__right .row .column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 1.875rem;
}

.services .services__content .services__right .row .column:nth-of-type(3) {
  margin-top: 3rem;
}

.services .services__content .services__right .row .column:nth-of-type(4) {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .services .services__content .services__right .row .column {
    margin-top: 1rem;
  }
}

.services .services__content .services__right .row .column .title-logo .img-icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #f7f9fc;
  display: block;
}

.services .services__content .services__right .row .column .title-logo .img-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .services .services__content .services__right .row .column .title-logo .img-icon img {
    width: 100%;
    padding-right: 0.625rem;
  }
}

.services .services__content .services__right .row .column .title-logo h1 a {
  font-size: 1.25rem;
  color: unset;
  font-weight: 700 !important;
  text-align: left;
  text-decoration: none;
}

.services .services__content .services__right .row .column span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 0 0;
  width: 100%;
  text-align: left;
}

.product {
  padding-top: 3rem;
  background-color: #f7f9fc;
}

.product .product__title {
  padding: 1rem 0 3rem 0;
  max-width: 750px;
  margin: auto;
}

.product .product__title h3 {
  font-size: 1rem;
  color: #dc4f72;
  font-weight: 700 !important;
  text-align: center;
}

.product .product__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product .product__title h1 {
    font-size: 1.5rem;
  }
}

.product .product__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: center;
}

.product .product__content {
  padding-bottom: 3rem;
}

.product .product__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .product .product__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product .product__content .row .column {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  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;
}

@media screen and (max-width: 768px) {
  .product .product__content .row .column {
    padding: 1.25rem;
  }
}

.product .product__content .row .column .product__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .product__content .row .column .product__content-item .product__item-number {
  padding: 0 0.625rem;
}

.product .product__content .row .column .product__content-item .product__item-number span {
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #fff;
  color: #dc4f72;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}

.product .product__content .row .column .product__content-item .product__item-text {
  padding: 0 0.625rem;
}

.product .product__content .row .column .product__content-item .product__item-text h1 {
  font-size: 1.125rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.product .product__content .row .column .product__content-item .product__item-text h1:hover {
  color: #dc4f72;
}

.product .product__content .row .column .product__content-item .product__item-text span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: left;
}

.product .product__content .row .column img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product .product__content .row .column img:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.feature .container {
  padding-top: 3rem;
  padding-left: unset;
  padding-right: unset;
}

.feature .container .feature__title {
  padding: 3rem 0;
  max-width: 750px;
  margin: 0 auto;
}

.feature .container .feature__title h3 {
  font-size: 1rem;
  color: #dc4f72;
  font-weight: 700 !important;
  text-align: center;
}

.feature .container .feature__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__title h1 {
    font-size: 1.5rem;
  }
}

.feature .container .feature__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: center;
}

.feature .container .feature__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -3rem;
  }
}

.feature .container .feature__content .row .feature__content-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2rem 1rem 0 0;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-left {
    overflow: hidden;
    margin-top: 1.25rem;
  }
}

.feature .container .feature__content .row .feature__content-left .content-item {
  max-height: 49.25rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-left .content-item {
    max-height: unset;
  }
}

.feature .container .feature__content .row .feature__content-left .content-item h1 {
  font-size: 2.25rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-left .content-item h1 {
    font-size: 1.5rem;
  }
}

.feature .container .feature__content .row .feature__content-left .content-item span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: left;
}

.feature .container .feature__content .row .feature__content-left .content-item ul {
  padding-left: unset;
  list-style-type: none;
}

.feature .container .feature__content .row .feature__content-left .content-item ul li {
  margin: 1rem 0;
  font-weight: 500;
}

.feature .container .feature__content .row .feature__content-left .content-item ul li i {
  padding: 5px;
  margin-right: 0.625rem;
  background-color: #fdf6f8;
  border-radius: 50%;
  color: #dc4f72;
  font-size: 0.75rem;
}

.feature .container .feature__content .row .feature__content-left .content-item a {
  display: block;
  margin-bottom: 3.75rem;
}

.feature .container .feature__content .row .feature__content-left .content-item a button {
  text-align: center;
  display: inline-block;
  padding: 1rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.feature .container .feature__content .row .feature__content-left .content-item a button:hover {
  background-color: #d62f58;
}

.feature .container .feature__content .row .feature__content-left .content-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.feature .container .feature__content .row .feature__content-left .content-item img:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.feature .container .feature__content .row .feature__content-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 2rem 1rem 0;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-right {
    overflow: hidden;
    margin-top: 1.25rem;
  }
}

.feature .container .feature__content .row .feature__content-right .content-item {
  max-height: 49.25rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-right .content-item {
    max-height: unset;
  }
}

.feature .container .feature__content .row .feature__content-right .content-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.feature .container .feature__content .row .feature__content-right .content-item img:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.feature .container .feature__content .row .feature__content-right .content-item h1 {
  margin-top: 3.57rem;
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .feature .container .feature__content .row .feature__content-right .content-item h1 {
    font-size: 1.5rem;
  }
}

.feature .container .feature__content .row .feature__content-right .content-item span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem auto;
  width: 100%;
  text-align: left;
}

.feature .container .feature__content .row .feature__content-right .content-item a {
  display: block;
}

.feature .container .feature__content .row .feature__content-right .content-item a button {
  text-align: center;
  display: inline-block;
  padding: 1rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.feature .container .feature__content .row .feature__content-right .content-item a button:hover {
  background-color: #d62f58;
}

.footer {
  margin-top: 6.25rem;
  background-color: #f7f9fc;
}

.footer .footer__up {
  padding: 3.75rem 0;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__up .footer__up-item1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer__up .footer__up-item1 h1 {
  font-size: 1.125rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: left;
}

.footer .footer__up .footer__up-item1 span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.footer .footer__up .footer__up-item1 span:hover {
  color: #dc4f72;
}

.footer .footer__up .footer__up-item2 {
  margin-left: 6rem;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.footer .footer__up .footer__up-item2 h1 {
  font-size: 1.125rem;
  color: #2c3038;
  font-weight: 700 !important;
  text-align: center;
}

.footer .footer__up .footer__up-item2 .footer__up-email {
  padding: 2rem;
  border-radius: 0.625rem;
  background-color: #fff;
  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-pack: distribute;
      justify-content: space-around;
}

.footer .footer__up .footer__up-item2 .footer__up-email input {
  padding: 0.625rem 7rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  border-radius: 5px;
  border: none;
  background-color: #f7f9fc;
  outline: none;
}

.footer .footer__up .footer__up-item2 .footer__up-email a button {
  text-align: center;
  display: inline-block;
  padding: 0.625rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
}

.footer .footer__up .footer__up-item2 .footer__up-email span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: left;
}

.footer .footer__down {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__down .footer__down-content span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.footer .footer__down .footer__down-icon a {
  color: unset;
  font-size: 0.875rem;
  margin-right: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer__down .footer__down-icon a:hover {
  color: #dc4f72;
}

.tool {
  margin-top: 1rem;
  padding: 3rem 0;
}

.tool .container {
  max-width: 750px;
  margin: 0 auto;
}

.tool .container .tool__title {
  padding-bottom: 3rem;
}

.tool .container .tool__title p {
  background: rgba(0, 128, 0, 0.2);
  color: #008000;
  padding: 0.3125rem 1rem;
  display: inline-block;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.tool .container .tool__title h1 {
  font-size: 2.875rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tool .container .tool__title h1 {
    font-size: 1.5rem;
  }
}

.tool .container .tool__title span {
  margin-right: 0.625rem;
  color: #5a5a5a;
  font-size: 0.875rem;
}

.tool .container .tool__title span i {
  color: #0d1326;
}

.tool .container .tool__img {
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tool .container .tool__img:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.tool .container .tool__img img {
  border-radius: 0.625rem;
  width: 100%;
}

.tool .container .tool__content span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
}

.tool .container .tool__content .container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .tool .container .tool__content .container-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tool .container .tool__content .container-content img {
  width: calc(100% / 3);
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .tool .container .tool__content .container-content img {
    width: 100%;
  }
}

.tool .container .tool__content .container-content img:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.tool .container .tool__content .container-content span {
  padding-left: 1.5rem;
}

.maxin .container {
  background-color: #f7f9fc;
  border-left: 2px solid black;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.maxin .container blockquote {
  padding: 1.5625rem 2.8125rem 1.5625rem;
}

.maxin .container blockquote span {
  font-size: 80%;
  color: #8f95a8;
}

.maxin .container blockquote span::before {
  content: "";
  position: relative;
  bottom: 5px;
  width: 1.25rem;
  height: 2px;
  background-color: #8f95a8;
  display: inline-block;
}

.corporate {
  margin-top: 3rem;
}

.corporate .container {
  max-width: 750px;
  margin: 0 auto;
}

.corporate .container .corporate__title h1 {
  font-size: 2.25rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .corporate .container .corporate__title h1 {
    font-size: 1.5rem;
  }
}

.corporate .container .corporate__title p {
  font-size: 1.25rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  line-height: 1.5625rem;
  font-style: italic;
}

.corporate .container .corporate__title span {
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  line-height: 1.5625rem;
}

.corporate .container .corporate__img {
  margin-top: 3rem;
}

.corporate .container .corporate__img .corporate__img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .corporate .container .corporate__img .corporate__img-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.corporate .container .corporate__img .corporate__img-item img {
  width: calc(100% / 3);
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .corporate .container .corporate__img .corporate__img-item img {
    width: 100%;
  }
}

.corporate .container .corporate__img .corporate__img-item img:hover {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.corporate .container .corporate__img .corporate__img-item span {
  padding-left: 1.5rem;
  font-size: 1rem;
  display: block;
  color: #5a5a5a;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  line-height: 1.5625rem;
}

.corporate .container .corporate__footer {
  padding: 1.5rem 0;
  border-top: 1px solid #f7f9fc;
  border-bottom: 1px solid #f7f9fc;
}

.corporate .container .corporate__footer .corporate__footer-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #5a5a5a;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.corporate .container .corporate__footer .corporate__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.corporate .container .corporate__footer .corporate__footer-content .content-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corporate .container .corporate__footer .corporate__footer-content .content-item:hover {
  cursor: pointer;
}

.corporate .container .corporate__footer .corporate__footer-content .content-item:hover span {
  color: #dc4f72;
}

.corporate .container .corporate__footer .corporate__footer-content .content-item img {
  width: 20%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .corporate .container .corporate__footer .corporate__footer-content .content-item img {
    display: none;
  }
}

.corporate .container .corporate__footer .corporate__footer-content .content-item span {
  font-size: 1.125rem;
  display: block;
  color: #2c3038;
  margin: 1rem 0;
  width: 100%;
  text-align: left;
  padding: 0 0.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .corporate .container .corporate__footer .corporate__footer-content .content-item span {
    font-weight: 500;
  }
}

.corporate .container .corporate__footer .corporate__footer-content .content-item .content-item-2 {
  text-align: right;
}

.comment {
  padding: 3rem 0;
}

.comment .row {
  max-width: 750px;
  margin: 0 auto;
}

.comment .row h1 {
  font-size: 2.25rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.comment .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin: 0.625rem;
}

.comment .row .column .comment__img {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.comment .row .column .comment__img img {
  width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
}

.comment .row .column .comment__content {
  width: 80%;
  padding-left: 1.25rem;
}

.comment .row .column .comment__content h1 {
  font-size: 1.25rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.comment .row .column .comment__content p {
  font-size: 0.875rem;
  display: block;
  color: #ababab;
  margin: 0.625rem 0;
  width: 100%;
  text-align: left;
  line-height: 1.25rem;
}

.comment .row .column .comment__content span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 0.625rem 0;
  width: 100%;
  text-align: left;
}

.comment .row .column .comment__content a {
  text-decoration: none;
  color: #dc4f72;
  font-size: 0.875rem;
}

.comment .row .column .comment__content a:hover {
  text-decoration: underline;
}

.comment .row .column-padd {
  margin-left: 7.5rem;
}

@media screen and (max-width: 768px) {
  .comment .row .column-padd {
    margin-left: unset;
  }
}

.related {
  padding: 6rem 0;
}

.related .row {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related .row h1 {
  font-size: 2.25rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .related .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.related .row .column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .related .row .column {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.related .row .column .related__item {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.related .row .column .related__item .related__item-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  vertical-align: middle;
}

.related .row .column .related__item .related__item-content {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.related .row .column .related__item .related__item-content .item-left h1 {
  font-size: 1.125rem;
  color: #2c3038;
  font-weight: 500 !important;
  text-align: left;
}

.related .row .column .related__item .related__item-content .item-left span {
  font-size: 0.875rem;
  display: block;
  color: #5a5a5a;
  margin: 0.625rem 0;
  width: 100%;
  text-align: left;
}

.related .row .column .related__item .related__item-content .item-right a {
  text-decoration: none;
  color: #dc4f72;
  font-size: 0.875rem;
  font-weight: 700;
}

.related .row .column .related__item:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.reply .row {
  max-width: 750px;
  margin: 0 auto;
}

.reply .row h1 {
  font-size: 2.25rem;
  color: #2c3038;
  font-weight: 400 !important;
  text-align: left;
}

.reply .row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reply .row form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  margin: 0.625rem 0;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  border: 1px solid #eee;
  background-color: #f7f9fc;
  border-radius: 5px;
  margin-bottom: 0.9375rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.reply .row form input:focus {
  border: 1px solid #dc4f72;
}

.reply .row form textarea {
  height: 9.375rem;
  padding: 0.9375rem 1.25rem;
  background-color: #f7f9fc;
  border-radius: 5px;
  border: 1px solid #eee;
  outline: none;
  margin-bottom: 0.9375rem;
}

.reply .row form textarea:focus {
  border: 1px solid #dc4f72;
}

.reply .row button {
  border: none;
  background-color: transparent;
  text-align: right;
}

.reply .row button a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 1rem 1.875rem;
  border-radius: 0.25rem;
  background-color: #dc4f72;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reply .row button a:hover {
  background-color: #d62f58;
}

* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */