/*=================BEGIN ALL PAGE================*/
.dis_f {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#sologan {
  width: 100%;
  background-color: #c3013e;
  position: relative;
  z-index: 100;
  padding: 16.5px 0;
  font-family: "Open Sans", sans-serif;
}
#sologan .pr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#sologan .pr .divtitle {
  color: #ffffff;
}
#sologan .pr .divtitle .text1 {
  margin-bottom: 10px;
}
#sologan .pr .divtitle .text1 h2 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
}
#sologan .pr .divtitle .text2 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#sologan .pr .div_icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid #fff;
  background-color: #eb5b72;
  text-align: center;
  padding: 10px;
}
@media (max-width: 991px) {
  #sologan .pr .divtitle .text1 h2 {
    font-size: 16px;
  }
  #sologan .pr .divtitle .text2 {
    font-size: 20px;
  }
  #sologan .pr .div_icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-width: 2px;
    padding: 5px;
    margin-right: 15px;
  }
}

/*=========================================================*/
#vnt-slide-home .item {
  position: relative;
  height: 100%;
}
#vnt-slide-home .item .girl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
}
#vnt-slide-home .item .girl img {
  height: 100%;
}
#vnt-slide-home .item .img {
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#vnt-slide-home .item .img img {
  max-width: initial;
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  animation: scale_banner 10s ease-in-out infinite alternate;
}
#vnt-slide-home .item .caption {
  position: absolute;
  z-index: 2;
  left: 37%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 990px;
}
#vnt-slide-home .item .caption .t1 {
  max-width: 88%;
  margin: 0 auto 25px;
}
#vnt-slide-home .item .caption .t2 {
  font-size: 30px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  padding: 32px 30px;
  text-align: center;
  background-color: rgba(235, 91, 114, 0.5);
  border-radius: 8px;
}
#vnt-slide-home .item .caption .t2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: rgba(235, 91, 114, 0.5);
  border-radius: 8px;
}
#vnt-slide-home .item .caption .t2 .ml2 .letter {
  display: inline-block;
}
#vnt-slide-home .item .caption .link {
  text-align: center;
}
#vnt-slide-home .item .caption .link a {
  font-size: 60px;
  font-weight: 800;
  -webkit-text-stroke: 2px #c3013e;
  color: transparent;
  line-height: 1.4;
}
#vnt-slide-home .item .caption .link a span .letter {
  display: inline-block;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #vnt-slide-home .item .caption .t1 {
    max-width: 75%;
  }
  #vnt-slide-home .item .caption .t2 {
    font-size: 18px;
  }
  #vnt-slide-home .item .caption .link a {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  #vnt-slide-home .item .img {
    height: initial;
  }
  #vnt-slide-home .item .img img {
    max-width: 100%;
    height: initial;
  }
}

@keyframes scale_banner {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes scale_banner {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes scale_banner {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-o-keyframes scale_banner {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*===============================================================*/
.vnt-service {
  background-color: #eae1e2;
  height: 100%;
  padding-top: 16vh;
  position: relative;
  z-index: 0;
}
.vnt-service .leaf1,
.vnt-service .leaf2 {
  position: absolute;
  z-index: 1;
  top: 0;
}
.vnt-service .leaf1 {
  left: 0;
}
.vnt-service .leaf2 {
  right: 0;
}
.vnt-service .service_wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.vnt-service .service_img_grp {
  position: relative;
  text-align: center;
  width: 47%;
}
.vnt-service .service_img_grp .base_img {
  width: calc(100% - 30px);
  max-width: 585px;
  max-height: 42.1vh;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.vnt-service .service_img_grp .service_slider:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/main/shadow.png");
  width: 100%;
  max-width: 557px;
  height: 69px;
  background-position: center;
}
.vnt-service .service_img_grp .service_slider .item .img {
  width: 100%;
  height: 380px;
  border: 7px solid #fff;
  position: relative;
  overflow: hidden;
}
.vnt-service .service_img_grp .service_slider .item .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  pointer-events: none;
}
.vnt-service .service_img_grp .service_slider .item .img:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.vnt-service .service_img_grp .service_slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vnt-service .service_img_grp .service_slider .slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.vnt-service .service_img_grp .service_slider .slick-arrow:hover:before {
  color: #da5463;
}
.vnt-service .service_img_grp .service_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  color: #686963;
  font-size: 30px;
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
}
.vnt-service .service_img_grp .service_slider .slick-arrow.slick-prev {
  left: -35px;
}
.vnt-service .service_img_grp .service_slider .slick-arrow.slick-prev:before {
  content: "\f30a";
}
.vnt-service .service_img_grp .service_slider .slick-arrow.slick-next {
  right: -35px;
}
.vnt-service .service_img_grp .service_slider .slick-arrow.slick-next:before {
  content: "\f30b";
}
.vnt-service .service_info_grp {
  width: 53%;
  padding-left: 60px;
}
.vnt-service .service_info_grp .service_title .t1 {
  font-family: "Nabila";
  color: #413b3b;
  font-size: 24px;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.vnt-service .service_info_grp .service_title .t1:before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #da5463;
  margin-right: 20px;
}
.vnt-service .service_info_grp .service_title .t2 {
  font-size: 33px;
  color: #000;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.vnt-service .service_info_grp .service_title .t3 {
  font-size: 48px;
  color: #c3013e;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 30px;
}
.vnt-service .service_info_grp .service_title .t3 span {
  font-family: "Nabila";
  color: #413b3b;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
.vnt-service .service_info_grp .service_title .t4 {
  font-size: 30px;
  color: #303030;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 30px;
}
.vnt-service .service_info_grp .service_info {
  margin-top: 60px;
  padding-left: 30px;
}
.vnt-service .service_info_grp .service_info .info_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 60px 0;
}
.vnt-service .service_info_grp .service_info .info_item .img {
  width: 75px;
  position: relative;
  z-index: 1;
}
.vnt-service .service_info_grp .service_info .info_item .img:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 14px;
  background-color: #da5463;
  bottom: 0;
  right: 0;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.vnt-service .service_info_grp .service_info .info_item .img img {
  max-width: 51px;
  max-height: 47px;
}
.vnt-service .service_info_grp .service_info .info_item .info_title {
  font-size: 24px;
  color: #303030;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  font-style: italic;
  margin-left: 35px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .vnt-service .service_img_grp .service_slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .vnt-service .service_img_grp .service_slider .slick-arrow.slick-next {
    right: -10px;
  }
  .vnt-service .service_info_grp {
    padding-left: 15px;
  }
  .vnt-service .service_info_grp .service_title .t1 {
    font-size: 18px;
  }
  .vnt-service .service_info_grp .service_title .t2 {
    font-size: 24px;
  }
  .vnt-service .service_info_grp .service_title .t3 {
    font-size: 33px;
  }
  .vnt-service .service_info_grp .service_title .t3 span {
    font-size: 18px;
  }
  .vnt-service .service_info_grp .service_title .t4 {
    font-size: 24px;
  }
  .vnt-service .service_info_grp .service_info .info_item .info_title {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .vnt-service {
    padding-top: 70px;
  }
  .vnt-service .service_img_grp {
    width: 100%;
  }
  .vnt-service .service_img_grp .service_slider {
    margin-bottom: 90px;
  }
  .vnt-service .service_img_grp .service_slider:after {
    bottom: -70px;
  }
  .vnt-service .service_img_grp .service_slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .vnt-service .service_img_grp .service_slider .slick-arrow.slick-next {
    right: -10px;
  }
  .vnt-service .service_info_grp {
    width: 100%;
    padding-left: 15px;
    margin-top: 20px;
  }
  .vnt-service .service_info_grp .service_title .t1 {
    font-size: 18px;
  }
  .vnt-service .service_info_grp .service_title .t2 {
    font-size: 24px;
  }
  .vnt-service .service_info_grp .service_title .t3 {
    font-size: 33px;
    padding-left: 0;
  }
  .vnt-service .service_info_grp .service_title .t3 span {
    font-size: 18px;
  }
  .vnt-service .service_info_grp .service_title .t4 {
    padding-left: 0;
    font-size: 24px;
  }
  .vnt-service .service_info_grp .service_info {
    padding-left: 0;
  }
  .vnt-service .service_info_grp .service_info .info_item .info_title {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .vnt-service .service_img_grp .service_slider .item .img {
    height: 63vw;
  }
  .vnt-service .service_info_grp .service_info .info_item .img {
    width: 60px;
  }
  .vnt-service .service_info_grp .service_info .info_item .img img {
    max-width: 42px;
    max-height: 39px;
  }
  .vnt-service .service_info_grp .service_info .info_item .info_title {
    width: calc(100% - 60px - 20px);
  }
}

/*==========================================================*/
#main4 {
  background-color: #fff;
}

.vnt-about {
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.vnt-about .img_top {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 64vh;
}
.vnt-about .img_top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  pointer-events: none;
}
.vnt-about .img_top:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.vnt-about .img_top:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vnt-about .img_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vnt-about .about_wrapper {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
.vnt-about .about_wrapper .item_top {
  width: 50%;
  margin-bottom: 20vh;
}
.vnt-about .about_wrapper .item_top .content .t1 {
  font-size: 60px;
  font-weight: 800;
  color: #da5463;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 15px;
}
.vnt-about .about_wrapper .item_top .content .t2 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Nabila";
  line-height: 1.4;
  padding: 14.5px 20px;
  background-color: #fce5ef;
  margin-bottom: 20px;
}
.vnt-about .about_wrapper .item_top .content p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  padding: 0 30% 0 20px;
}
.vnt-about .about_wrapper .item_bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vnt-about .about_wrapper .item_bot .img_wrapper {
  width: 55%;
  position: relative;
  z-index: 0;
}
.vnt-about .about_wrapper .item_bot .img_wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("../images/main/flower3.png");
  background-size: 100% 100%;
  -webkit-transform: translate(55%, -35%);
  -moz-transform: translate(55%, -35%);
  -ms-transform: translate(55%, -35%);
  -o-transform: translate(55%, -35%);
  transform: translate(55%, -35%);
  height: 52.8vh;
  width: 471px;
}
.vnt-about .about_wrapper .item_bot .img_wrapper .img {
  width: 100%;
  height: 45vh;
  position: relative;
  overflow: hidden;
}
.vnt-about .about_wrapper .item_bot .img_wrapper .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  pointer-events: none;
}
.vnt-about .about_wrapper .item_bot .img_wrapper .img:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.vnt-about .about_wrapper .item_bot .img_wrapper .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vnt-about .about_wrapper .item_bot .img_wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vnt-about .about_wrapper .item_bot .content {
  width: 45%;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: 8vh;
  padding-left: 10%;
  text-align: justify;
}
@media (max-width: 991px) {
  .vnt-about {
    padding-top: 50px;
  }
  .vnt-about .img_top {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
  .vnt-about .about_wrapper .item_top {
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .vnt-about .about_wrapper .item_top .content {
    padding: 25px 0;
  }
  .vnt-about .about_wrapper .item_top .content .t1 {
    font-size: 48px;
    padding: 0 30px;
  }
  .vnt-about .about_wrapper .item_top .content .t2 {
    font-size: 18px;
    padding: 14.5px 30px;
  }
  .vnt-about .about_wrapper .item_top .content p {
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .vnt-about .about_wrapper .item_bot {
    padding: 0 20px;
  }
  .vnt-about .about_wrapper .item_bot .img_wrapper {
    width: 100%;
  }
  .vnt-about .about_wrapper .item_bot .img_wrapper:after {
    content: unset;
  }
  .vnt-about .about_wrapper .item_bot .content {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .vnt-about .img_top {
    height: 250px;
  }
  .vnt-about .about_wrapper .item_bot .img_wrapper .img {
    height: 227px;
  }
}

/*==========================================================*/
.vnt-content-title {
  background-color: #fff;
  padding: 50px 0;
}
.vnt-content-title .t1 {
  font-family: "Nabila";
  color: #222222;
  font-size: 48px;
  text-align: center;
  line-height: 1.6;
}
.vnt-content-title .t2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #da5463;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  .vnt-content-title .t1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .vnt-content-title .t2 {
    font-size: 30px;
  }
}

/*==========================================================*/
.section_step {
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section_step .ani_leaf {
  position: absolute;
  z-index: 0;
}
.section_step .ani_leaf.ani_leaf1 {
  right: 9vw;
  -webkit-animation: flyflyfly 10s 5s linear infinite;
  -o-animation: flyflyfly 10s 5s linear infinite;
  animation: flyflyfly 10s 5s linear infinite;
}
.section_step .ani_leaf.ani_leaf2 {
  right: 7.3vw;
  -webkit-animation: flyflyfly 10s 2s linear infinite;
  -o-animation: flyflyfly 10s 2s linear infinite;
  animation: flyflyfly 10s 2s linear infinite;
}
.section_step .ani_leaf.ani_leaf3 {
  left: 18vw;
  -webkit-animation: flyflyfly 16s linear infinite;
  -o-animation: flyflyfly 16s linear infinite;
  animation: flyflyfly 16s linear infinite;
}
.section_step .ani_leaf.ani_leaf4 {
  left: 8vw;
  -webkit-animation: flyflyfly 18s 3s linear infinite;
  -o-animation: flyflyfly 18s 3s linear infinite;
  animation: flyflyfly 18s 3s linear infinite;
}
@media (max-width: 991px) {
  .section_step .ani_leaf {
    display: none;
  }
}
.section_step .vnt-arrow {
  text-align: left;
}
.section_step .vnt-arrow .img {
  display: inline-block;
}
.section_step:nth-child(odd) .vnt-arrow {
  text-align: right;
}
.section_step:nth-child(odd) .vnt-arrow .img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section_step:nth-child(odd) .vnt-step .wrapper {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.section_step:nth-child(odd) .vnt-step .wrapper .img:after {
  left: unset;
  right: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_step#main13 {
  padding-bottom: 60px;
}

.vnt-step .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.vnt-step .content {
  width: 50%;
}
.vnt-step .content .title {
  margin-bottom: 20px;
}
.vnt-step .content .title h2 {
  font-family: "Nabila";
  font-size: 36px;
  color: #c3013e;
  line-height: 1.6;
  position: relative;
  padding: 10px 0;
}
.vnt-step .content .title h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #c3013e;
}
.vnt-step .content .list {
  margin-bottom: 15px;
}
.vnt-step .content .list ul li {
  padding-left: 30px;
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin: 25px 0;
}
.vnt-step .content .list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #da5463;
}
.vnt-step .img {
  width: 500px;
  height: 500px;
  position: relative;
  z-index: 0;
}
.vnt-step .img:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 25px;
  background-image: url("../images/main/flower.png");
  width: 173px;
  height: 201px;
  background-size: 100% 100%;
}
.vnt-step .img .circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 40px solid #fef4f7;
  overflow: hidden;
}
.vnt-step .img .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section_step#main13 {
    padding-bottom: 0;
  }

  .vnt-step {
    margin-bottom: 40px;
  }
  .vnt-step .wrapper {
    display: block;
  }
  .vnt-step .img {
    width: 340px;
    height: 340px;
    margin: 0 auto 70px;
  }
  .vnt-step .img:after {
    width: 118px;
    height: 137px;
  }
  .vnt-step .img .circle {
    border-width: 27px;
  }
  .vnt-step .content {
    width: 100%;
  }
  .vnt-step .content .title h2 {
    font-size: 28px;
  }
  .vnt-step .content .list {
    margin-bottom: 15px;
  }
  .vnt-step .content .list ul li {
    font-size: 16px;
  }
}
@-webkit-keyframes flyflyfly {
  0% {
    top: -100px;
  }
  100% {
    top: 120%;
  }
}
@-moz-keyframes flyflyfly {
  0% {
    top: -100px;
  }
  100% {
    top: 120%;
  }
}
@-o-keyframes flyflyfly {
  0% {
    top: -100px;
  }
  100% {
    top: 120%;
  }
}
@keyframes flyflyfly {
  0% {
    top: -100px;
  }
  100% {
    top: 120%;
  }
}
/*=========================================================*/
.vnt-respon {
  background-color: #fce5ef;
  height: 100%;
}
.vnt-respon .text {
  text-align: center;
}
.vnt-respon .text .t1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  color: #da5463;
  line-height: 1.4;
  padding: 10px 0;
}
.vnt-respon .text .t2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  padding: 10.5px 31.5px;
  font-weight: 800;
  margin-bottom: 12px;
}
.vnt-respon .text .t3 {
  font-family: "Nabila";
  font-size: 24px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 7.36vh;
}
.vnt-respon .text .img {
  text-align: center;
}
.vnt-respon .text .img img {
  max-height: 53.9vh;
}
@media (max-width: 767px) {
  .vnt-respon {
    padding: 50px 0 40px;
  }
  .vnt-respon .text .t1 {
    font-size: 36px;
  }
  .vnt-respon .text .t2 {
    font-size: 20px;
    padding: 10.5px 15px;
  }
  .vnt-respon .text .t3 {
    font-size: 18px;
  }
}

/*=========================================================*/
.vnt-process {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 100%;
}
.vnt-process:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(transparent, #fce5ef);
}
.vnt-process .process_wrapper {
  text-align: center;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.vnt-process .process_wrapper .big_title {
  text-align: center;
  font-weight: 800;
  font-size: 48px;
  color: #3d5466;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
}
.vnt-process .process_wrapper .big_title span {
  display: block;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #da5463;
  padding: 19px 30px;
}
.vnt-process .process_wrapper .big_title span a {
  color: #fff;
}
.vnt-process .process_wrapper .process_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 13.7vh;
  position: relative;
  z-index: 0;
}
.vnt-process .process_wrapper .process_box .process_line {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 50px;
  background-size: 100% 100%;
  overflow: hidden;
}
.vnt-process .process_wrapper .process_box .process_line svg {
  width: 1330px;
}
.vnt-process .process_wrapper .process_box .process_line:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1330px) and (min-width: 992px) {
  .vnt-process .process_wrapper .process_box .process_line svg {
    width: 100vw;
  }
}
.vnt-process .process_wrapper .process_box .item {
  width: calc(100% / 5);
  position: relative;
  z-index: 1;
}
.vnt-process .process_wrapper .process_box .item:hover .icon {
  animation: jumping 1.5s infinite linear alternate;
}
.vnt-process .process_wrapper .process_box .item:hover .content:before {
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
}
.vnt-process .process_wrapper .process_box .item .icon {
  margin: 0 auto;
  width: 194px;
  height: 231px;
  background-image: url("../images/main/mark.png");
  background-size: 100% 100%;
  text-align: center;
  padding-top: 55px;
}
.vnt-process .process_wrapper .process_box .item .icon img {
  max-width: 90px;
  max-height: 80px;
}
.vnt-process .process_wrapper .process_box .item .content {
  max-width: 135px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 0;
  padding-top: 80px;
  color: #3d5466;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
.vnt-process .process_wrapper .process_box .item .content:before, .vnt-process .process_wrapper .process_box .item .content:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  border: 12px solid #da5463;
}
.vnt-process .process_wrapper .process_box .item .content:before {
  background-color: transparent;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .vnt-process .process_wrapper .big_title {
    font-size: 30px;
  }
  .vnt-process .process_wrapper .big_title span {
    font-size: 20px;
  }
  .vnt-process .process_wrapper .process_box .process_line {
    bottom: 60px;
  }
  .vnt-process .process_wrapper .process_box .item .icon {
    width: 150px;
    height: 179px;
    padding-top: 40px;
  }
  .vnt-process .process_wrapper .process_box .item .icon img {
    max-width: 70px;
    max-height: 63px;
  }
}
@media (max-width: 991px) {
  .vnt-process {
    padding-top: 40px;
  }
  .vnt-process .process_wrapper .big_title {
    font-size: 30px;
  }
  .vnt-process .process_wrapper .big_title span {
    font-size: 20px;
  }
  .vnt-process .process_wrapper .process_box {
    margin-top: 40px;
  }
  .vnt-process .process_wrapper .process_box .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .vnt-process .process_wrapper .process_box .item .icon {
    width: 150px;
    height: 179px;
    padding-top: 40px;
  }
  .vnt-process .process_wrapper .process_box .item .icon img {
    max-width: 70px;
    max-height: 63px;
  }
  .vnt-process .process_wrapper .process_box .item .content {
    margin-top: 15px;
    padding-top: 0;
  }
  .vnt-process .process_wrapper .process_box .item .content:after, .vnt-process .process_wrapper .process_box .item .content:before {
    content: unset;
  }
  .vnt-process .process_wrapper .process_box .item:last-child {
    width: 100%;
  }
}

@keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-o-keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@-moz-keyframes quick-alo-circle-anim {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes quick-alo-circle-anim {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes quick-alo-circle-anim {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes quick-alo-circle-anim {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
/*=========================================================*/
.vnt-whyus {
  padding-top: 55px;
  padding-bottom: 60px;
}
.vnt-whyus .whyus_wrapper {
  padding-top: 60px;
  width: 100%;
  max-width: 1455px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.vnt-whyus .whyus_wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 45.3%;
  height: 95%;
  background-color: #ebebeb;
}
.vnt-whyus .whyus_wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 25px;
  right: 0;
  -webkit-transform: translateX(85%);
  -moz-transform: translateX(85%);
  -ms-transform: translateX(85%);
  -o-transform: translateX(85%);
  transform: translateX(85%);
  background-image: url("../images/main/flower2.png");
  background-size: 100% 100%;
  width: 190px;
  height: 230px;
}
.vnt-whyus .whyus_content {
  float: right;
  max-width: 72.5%;
  background-color: #fff;
  padding: 40px 4% 40px 11%;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 62px rgba(0, 0, 0, 0.23);
}
.vnt-whyus .whyus_content .img_girl {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-74%);
  -moz-transform: translateX(-74%);
  -ms-transform: translateX(-74%);
  -o-transform: translateX(-74%);
  transform: translateX(-74%);
  max-width: 400px;
  max-height: 440px;
}
.vnt-whyus .whyus_content .title {
  font-size: 36px;
  font-weight: 800;
  color: #da5463;
  line-height: 1.4;
  text-transform: uppercase;
}
.vnt-whyus .whyus_content .title a {
  color: #da5463;
  text-transform: none;
}
.vnt-whyus .whyus_content p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  line-height: 1.4;
  margin: 15px 0;
}
.vnt-whyus .whyus_content .list {
  margin-top: 10px;
}
.vnt-whyus .whyus_content .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.vnt-whyus .whyus_content .list ul li {
  width: 50%;
  padding-left: 30px;
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0;
  font-style: italic;
}
.vnt-whyus .whyus_content .list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #da5463;
  font-style: normal;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .vnt-whyus .whyus_content .title {
    font-size: 30px;
  }
  .vnt-whyus .whyus_content p {
    font-size: 16px;
  }
  .vnt-whyus .whyus_content .list ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .vnt-whyus {
    padding-top: 0;
  }
  .vnt-whyus .whyus_wrapper {
    padding: 50px 20px 0;
  }
  .vnt-whyus .whyus_wrapper:before {
    top: 50px;
    left: 20px;
    right: 20px;
    width: unset;
    height: 240px;
  }
  .vnt-whyus .whyus_wrapper:after {
    content: unset;
  }
  .vnt-whyus .whyus_content {
    float: none;
    max-width: 100%;
    padding: 0;
    box-shadow: none;
    margin-top: 320px;
  }
  .vnt-whyus .whyus_content .img_girl {
    top: 0;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -120%) !important;
    -moz-transform: translate(-50%, -120%) !important;
    -ms-transform: translate(-50%, -120%) !important;
    -o-transform: translate(-50%, -120%) !important;
    transform: translate(-50%, -120%) !important;
    max-width: 207px;
    max-height: 230px;
  }
  .vnt-whyus .whyus_content .title {
    font-size: 30px;
  }
  .vnt-whyus .whyus_content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .vnt-whyus .whyus_content .list ul li {
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
  }
}

/*====================================================*/
.vnt-hotline .hotline_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
.vnt-hotline .hotline_wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 70px;
  background-image: url("../images/main/flower2.png");
  background-size: 100% 100%;
  width: 150px;
  height: 190px;
}
.vnt-hotline .hotline_wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56%;
  background-color: #da5463;
}
.vnt-hotline .hotline_wrapper .hotline_left {
  width: 45%;
}
.vnt-hotline .hotline_wrapper .hotline_left .t1 {
  text-align: right;
  color: #ff6781;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}
.vnt-hotline .hotline_wrapper .hotline_left .t1:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-text-stroke: 23px #fff;
  z-index: -1;
}
.vnt-hotline .hotline_wrapper .hotline_right {
  width: 55%;
  padding: 0 50px;
}
.vnt-hotline .hotline_wrapper .hotline_right .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
}
.vnt-hotline .hotline_wrapper .hotline_right .item .icon {
  width: 110px;
  text-align: center;
}
.vnt-hotline .hotline_wrapper .hotline_right .item .icon img {
  max-width: 92px;
  max-height: 77px;
}
.vnt-hotline .hotline_wrapper .hotline_right .item .content {
  padding: 0 15px;
}
.vnt-hotline .hotline_wrapper .hotline_right .item .content a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin: 5px 0;
}
.vnt-hotline .slogan {
  padding: 0 20px;
  font-size: 36px;
  font-weight: 800;
  color: #3d5466;
  line-height: 1.4;
  text-align: center;
  margin: 25px 0 40px;
}
.vnt-hotline .slogan span {
  font-family: "Nabila";
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 991px) {
  .vnt-hotline .hotline_wrapper:before {
    content: unset;
  }
  .vnt-hotline .hotline_wrapper:after {
    top: 60px;
    bottom: 0;
    width: unset;
    left: 20px;
  }
  .vnt-hotline .hotline_wrapper .hotline_left {
    width: 100%;
  }
  .vnt-hotline .hotline_wrapper .hotline_left .t1 {
    text-align: left;
    font-size: 36px;
  }
  .vnt-hotline .hotline_wrapper .hotline_left .t1:after {
    content: unset;
  }
  .vnt-hotline .hotline_wrapper .hotline_right {
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
  }
  .vnt-hotline .hotline_wrapper .hotline_right .item {
    margin: 20px 0;
  }
  .vnt-hotline .hotline_wrapper .hotline_right .item .icon {
    width: 60px;
  }
  .vnt-hotline .hotline_wrapper .hotline_right .item .icon img {
    max-width: 56px;
    max-height: 48px;
  }
  .vnt-hotline .hotline_wrapper .hotline_right .item .content {
    padding: 0 15px;
  }
  .vnt-hotline .hotline_wrapper .hotline_right .item .content a {
    font-size: 24px;
  }
  .vnt-hotline .slogan {
    font-size: 24px;
    text-align: left;
    line-height: 1.8;
    margin: 20px 0;
  }
  .vnt-hotline .slogan span {
    display: block;
    font-size: 18px;
  }
}

/*====================================================*/
#icon-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -159px;
  z-index: 9999;
}

#icon-fixed a {
  padding: 18px 20px 19px;
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

#icon-fixed li:first-child {
  border-top: 0;
}

#icon-fixed li {
  width: 53px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #1d1b1a;
  border-top: 1px solid #35312f;
}

#icon-fixed:hover li {
  width: 270px;
}

#icon-fixed li:hover {
  background: #5d5d5d;
}

#icon-fixed:hover span {
  opacity: 1;
}

#icon-fixed span {
  display: inline-block;
  opacity: 0;
  z-index: 1;
}

#icon-fixed li:hover span.ico {
  background: #5d5d5d;
}

#icon-fixed span.ico {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 20px;
  width: 53px;
  text-align: center;
  position: absolute;
  right: 0;
  display: inline-block;
  opacity: 1;
  z-index: 1000;
  overflow: hidden;
  padding: 16px 18px 17px;
  top: 0;
  background: #1d1b1a;
}

#icon-fixed li:nth-child(2) span.ico .fa,
#icon-fixed li:nth-child(4) span.ico .fa,
#icon-fixed li:last-child span.ico .fa {
  position: relative;
  margin-left: -3px;
}

/*=========================================================================*/
/*=========================RESPONSIVE======================================*/
/*=========================================================================*/
@media all and (max-width: 991px) {
  .foot-content {
    height: initial;
    padding: 40px 0px;
  }

  .foot-content .content {
    width: 100%;
  }

  .foot-content .img {
    position: initial;
    width: 100%;
  }

  #vnt-foot-content .foot-content:nth-child(odd) .content,
  #vnt-foot-content .foot-content:nth-child(even) .content {
    float: none;
  }

  #vnt-foot-content .foot-content:nth-child(odd) .img img,
  #vnt-foot-content .foot-content:nth-child(even) .img img {
    float: none;
    width: 100%;
  }

  .foot-content,
  .foot-content .wrapper {
    padding: 0;
  }

  .foot-content .content {
    padding: 25px !important;
  }

  /*================================*/
  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell {
    height: initial !important;
    display: block !important;
  }

  /*=======================================*/
}
