.icon-box-left .icon-box-img + .icon-box-text {
  display: flex;
  align-items: center;
}
.box11 {
  margin-bottom: 15px;
}
.box11 .col-inner {
  border: 1px solid #d7d7d7;
  padding: 20px !important;
}
.box12 {
  margin-bottom: 15px;
}
.box12 .col-inner {
  border: 1px solid #d7d7d7;
  padding: 0px !important;
}
.box12 .img-inner {
  position: relative;
}
.box12 .img-inner::before {
  content: "";
  background-image: url(../img/right-up.png?v=1);
  width: 30px;
  position: absolute;
  z-index: 9;
  height: 30px;
  right: 0px;
  display: block;
  background-position: center;
  top: unset;
  bottom: 0;
  transform: rotate(0deg);
}
.box12 .img-inner:after {
  content: "";
  background-color: red;
  width: 30px;
  position: absolute;
  z-index: 8;
  height: 30px;
  right: 0px;
  display: block;
  background-position: center;
  bottom: 0px;
}
.box12:nth-child(3n + 1) .img-inner {
  position: relative;
}
.box12:nth-child(3n + 1) .img-inner::before {
  content: "";
  background-image: url(../img/right-up.png?v=1);
  width: 30px;
  position: absolute;
  z-index: 9;
  height: 30px;
  right: 0px;
  display: block;
  background-position: center;
  bottom: unset;
  top: 0px;
  transform: rotate(90deg);
}
.box12:nth-child(3n + 1) .img-inner:after {
  content: "";
  background-color: red;
  width: 30px;
  position: absolute;
  z-index: 8;
  height: 30px;
  right: 0px;
  display: block;
  background-position: center;
  bottom: unset;
  top: 0;
}
.box1 {
  padding: 0px 15px;
}
.box1 .col-inner {
  padding: 0px!important;
  border: 0px solid #d7d7d7;
}
.box1 .img {
  margin: 0px !important;
}
.box1 .icon-box {
  padding-bottom: 0px;
}
.box1 .icon {
  background: #e45f4e;
  padding: 5px;
}
.box1 .card-title {
  margin: 0px;
}
.box2 {
  padding: 0px 15px!important;
}
.box2 .col-inner {
  padding: 15px !important;
  border: 0px solid #d7d7d7;
}
.box3 .img {
  margin: 0px !important;
}
.box3 .icon-box {
  padding-bottom: 0px;
}
.box3 .icon {
  background: #e45f4e;
  padding: 5px;
}
.box4 {
  padding: 0px 0px 0px 15px !important;
}
.box5 {
  padding: 0px 15px!important;
  display: flex;
  flex-direction: column;
}
.box5 .col-inner {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  align-content: baseline;
  justify-content: center;
  padding: 15px !important;
}
.box5 ul {
  margin: 0px;
  padding-left: 15px;
}
.box5 ul li {
  margin: 0px;
}
.box6 {
  margin: 20px auto 0px !important;
}
.box6 .box-blog-post .is-divider {
  display: none;
}
.box6 .box-badge .box-text {
  bottom: 0px;
  padding: 5px;
  background: #067eb3;
}
.box6 .box-badge .box-text a.plain {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
}
.box6 .post-item {
  padding-bottom: 0px !important;
}
.box7 .box-image img {
  border-radius: 50%;
}
.box7 .box-image a {
  position: relative;
}
.box7 .box-image a:before {
  content: "";
  background-color: #333;
  background-image: url(../img/twitter.png);
  width: 60px;
  position: absolute;
  z-index: 8;
  height: 60px;
  right: 5%;
  display: block;
  background-position: center;
  bottom: unset;
  bottom: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}
.swap-box8 {
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.box8 {
  position: relative;
  width: 100%;
  height: 100%;
}
.box8 .img-inner img {
  margin: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  object-fit: cover;
  left: 0px;
}
.box8 .img {
  margin: 0px !important;
}
.box8 .img .img-inner {
  overflow: hidden;
  height: 530px;
  display: flex;
}
.box8 .wpcf7 {
  color: #333;
  position: absolute;
  top: 0px;
  padding: 15px;
  margin: auto;
  bottom: 0px;
  display: flex;
  align-items: center;
  height: 100%;
  left: 5%;
}
.box8 .wpcf7 form {
  background: #fff;
  padding: 20px;
}
.box8 .wpcf7 form input,
.box8 .wpcf7 form textarea {
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 2px solid var(--primary-color);
  box-shadow: unset;
  padding: 10px 0px;
}
.box8 .wpcf7 form .wpcf7-submit {
  padding: 5px 15px;
}
.box9 {
  height: 100%;
  padding: 15px 15px;
}
.box9 .accordion {
  overflow: auto;
  height: 530px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
.box9 .accordion .accordion-title {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.box9 .accordion .accordion-title.active {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}
.box9 .accordion .accordion-inner {
  padding: 1em 0;
}
.box10 {
  box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
}
.home-slideshow .flickity-page-dots {
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 15%;
}
.home-slideshow .flickity-page-dots .dot {
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  width: 13px;
  height: 13px;
}
.home-slideshow .flickity-page-dots .dot.is-selected {
  width: 15px;
  height: 15px;
  border: 0px !important;
  position: relative;
  left: -1px;
  background: var(--primary-color);
}
.tnp-subscription form {
  position: relative;
}
.tnp-subscription .tnp-field-email .tnp-email {
  height: 50px;
}
.tnp-subscription .tnp-field-email label {
  display: none;
}
.tnp-subscription .tnp-field-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 110px;
  height: 100%;
}
.tnp-subscription .tnp-field-button .tnp-submit {
  height: 100%;
}
.head-right .col {
  padding: 0px !important;
}
.nav-dark .nav > li.header-divider {
  border-color: hsla(0, 0%, 3.5%, 0.1);
}
.dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .header-button,
.nav-dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav > li.html {
  color: #333;
}
.nav-dark .nav > li.html_topbar_left {
  color: #fff;
}
.header-nav-right h3 {
  font-size: 13px;
  margin: 0px;
}
.col {
  padding: 0 15px 0px;
}
.footer-wrapper .follow-icons i {
  color: #fff;
}
.flickity-page-dots .dot.is-selected {
  background: #e45f4e;
  border: 3px solid #e45f4e;
}
.ux-menu-link__link {
  min-height: unset;
}
.flickity-page-dots {
  bottom: 0px;
}
p {
  margin: 0px;
}
.nav-left {
  justify-content: center;
}
.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
  top: 0px !important;
}
.box4-swap {
  padding: 60px 0px 0px 0px;
}
@media only screen and (max-width: 600px) {
  .box8 .wpcf7 {
    position: relative;
    left: 0;
  }
  .box10 h2 {
    margin-top: 30px;
  }
  .partners .col-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .box4 {
    padding: 0px 15px 0px 15px !important;
  }
  .nav > li > a > i.icon-menu {
    color: #fff;
  }
  .home-slideshow {
    padding-top: 60px;
    margin-bottom: 30px !important;
  }
}
.sopro24h-posts {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
}
.sopro24h-posts-item {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 20px;
}
.sopro24h-posts-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.sopro24h-posts-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.sopro24h-posts-item-info-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
}
.left-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.left-post-list li {
  padding: 0;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 15px;
}
.left-post-list li .post-item-img {
  position: relative;
  min-height: 80px;
}
.left-post-list li .post-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  left: 0px;
}
.left-post-list li h3 {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
}
.pagination {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}
.pagination a {
  padding: 8px 12px;
  margin: 3px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
  display: inline-block;
}
.pagination a.active {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}
.box-push .box-text {
  background-color: var(--primary-color);
  margin: -15% auto 0;
  max-width: 100%;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #fff;
}
.box-push .box-text h5 {
  color: #fff;
}
.branch-map-right {
  margin-top: 30px;
}
.branch-map-right ul {
  list-style: none;
}
.branch-map-right ul li {
  margin: 0 0px 20px;
  padding: 0;
  border-bottom: 1px dotted;
}
.branch-map-right .branch-map-right-info {
  border-radius: 15px;
  border: 2px solid var(--primary-color);
  height: 450px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 15px;
}
.branch-map-right .branch-map-right-info-phone {
  font-weight: bold;
}
.mt-30 {
  margin-top: 30px;
}
.el-select {
  margin-bottom: 15px;
}
input.el-input__inner {
  margin: 0px;
  height: 50px;
  border-radius: 15px;
}
.el-input--suffix .el-input__inner {
  margin: 0px;
  height: 50px;
  border-radius: 15px;
}
.button-contact-vr {
  position: fixed;
  bottom: 60px;
  z-index: 99999;
  right: 15px;
}
.button-contact-vr .button-contact {
  position: relative;
}
.button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
  margin-bottom: 5px;
}
.button-contact-vr .button-contact .phone-vr .shown-phone {
  background: #e67e22;
  right: 135px;
  position: relative;
  padding: 5px 70px 5px 30px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  flex-direction: column;
  line-height: 20px;
  width: 190px;
}
.button-contact-vr .button-contact .phone-vr .shown-phone .shown-phone-hotline {
  font-size: 13px;
}
.button-contact-vr .button-contact .phone-vr .shown-phone .shown-phone-name {
  font-size: 18px;
  font-weight: 600;
}
.phone-vr-circle-fill {
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
  width: 50px;
}
.phone-vr-img-circle img,
.phone-vr-img-circle .ic-chat {
  max-height: 50px;
  max-width: 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.zalo-bg {
  background: url(../img/zalo.png);
  background-position: center;
  background-size: contain;
}
.ic-chat-phone {
  background: url(../img/phone.png);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.messenger-bg {
  background: url(../img/mess.png);
  background-position: center;
  background-size: contain;
}
.bt-close {
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  width: 50px;
  margin: auto;
  height: 50px;
  line-height: 50px;
  margin-bottom: 2px;
  cursor: pointer;
}
.bt-more {
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  margin: auto;
  height: 50px;
  line-height: 55px;
  cursor: pointer;
  position: relative;
  background: #333;
  bottom: 10px;
}
#topcontrol {
  height: 50px;
  line-height: 50px;
  width: 50px;
  right: 10px;
  background: var(--primary) !important;
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 45px 7px 15px;
  border-radius: 100px;
  white-space: nowrap;
}
.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}
.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
  background-color: #e67e22;
}
#phone-vr .phone-vr-circle-fill {
  opacity: 0.7;
  box-shadow: 0 0 0 0 #e67e22;
}
.new-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 1rem 0;
}
.new-item a {
  position: relative;
  padding: 1rem 0;
}
.new-item a .item-swap {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  border-radius: 10px;
}
.new-item a .new-item-img {
  position: relative;
  padding-top: 55%;
  border-radius: 10px;
  overflow: hidden;
}
.new-item a .new-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
}
.new-item a .new-item-des {
  padding: 1rem;
}
.swiper-new {
  padding: 1rem 0;
}
.project-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.project-item a {
  position: relative;
  padding-top: 120%;
  border-radius: 10px;
  overflow: hidden;
}
.project-item a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.project-item a h3 {
  position: absolute;
  z-index: 9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent);
  transform-style: preserve-3d;
  bottom: 0px;
  margin: 0;
  color: #fff;
  padding: 1rem;
  font-size: 16px;
  text-transform: uppercase;
}
.header-nav > li {
  margin: 0;
}
.header-nav:hover > li:not(:hover) > a::before {
  opacity: 1;
}
.header-nav > li > a {
  padding: 10px 10px;
  color: #2d7ac6;
}
.header-nav li.active > a,
.header-nav li > a:hover {
  position: relative;
  color: #2b3e4f;
}
.header-nav li.active > a:before,
.header-nav li > a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(50% - 1px);
  border-right: 2px solid #2d7ac6;
  border-left: 2px solid #2d7ac6;
  border-top: 2px solid #2d7ac6;
  border-radius: 10px 10px 0 0;
}
.header-nav li.active > a:after,
.header-nav li > a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(50% - 1px);
  border-right: 2px solid #2b3e4f;
  border-left: 2px solid #2b3e4f;
  border-bottom: 2px solid #2b3e4f;
  border-radius: 0px 0px 10px 10px;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  max-width: 1200px;
}
.thongke {
  background-image: url(../img/1.jpg);
}
.thongke h3 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--primary-color);
  border-radius: 10px;
  min-height: 100px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 28px;
  max-width: 60%;
  margin: auto auto 1rem;
  font-weight: 700;
}
.thongke .icon-box-text {
  color: #4a5b6a;
  font-weight: 600;
  font-size: 18px;
}
.thongke sub {
  position: relative;
  top: -10px;
}
.gioithieu h3 {
  font-size: 28px;
}
.gioithieu span {
  color: var(--primary-color);
}
.gioithieu .button {
  margin-top: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gioithieu .gioithieu-right {
  position: relative;
}
.gioithieu .gioithieu-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../img/22.jpg);
  background-size: 60%;
  width: 100%;
  height: 100%;
  left: -90%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.khamphadichvu {
  background-image: url(../img/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.khamphadichvu .icon-box {
  position: relative;
}
.khamphadichvu .icon-box-img {
  background: #05172d;
  position: absolute;
  top: -70px;
  right: 15px;
  width: 75px !important;
  height: 72px;
  margin: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.khamphadichvu .icon-box-img img {
  padding: 0px;
}
.khamphadichvu .icon-box-text {
  padding: 0px 1.5rem 1.5rem 1.5rem;
}
.khamphadichvu .icon-box-text h3 {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 700;
}
.khamphadichvu .button {
  background: unset;
  color: var(--primary-color);
  border: 0;
  padding: 0;
}
.khamphadichvu h2 {
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 700;
}
.home-swap {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  max-width: 80%;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;
  border-radius: 20px;
  padding: 2rem;
  z-index: 9;
  min-height: 350px;
  background: #fff;
  margin-top: 5rem;
}
.home-swap .home-swap-left {
  position: relative;
}
.home-swap .home-swap-left img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home-news {
  list-style: none;
}
.home-news li {
  display: grid;
  grid-template-columns: 1fr 50px;
  padding-bottom: 15px;
  position: relative;
  gap: 30px;
}
.home-news li:before {
  content: "";
  width: 80%;
  background: #d7d7d7;
  height: 1px;
  position: absolute;
  bottom: 0px;
}
.home-news li:last-child:before {
  display: none;
}
.home-news li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.home-news li .home-news-item-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
}
.tinnoibat {
  position: relative;
  min-height: 600px;
  display: block;
  background: #fff;
}
.tinnoibat h2 {
  margin-top: 10rem;
  font-size: 32px;
  color: #2b3e4f;
}
.tinnoibat .section-bg {
  z-index: 1;
}
.tinnoibat .section-bg img {
  z-index: 1;
}
.tinnoibat .section-content {
  z-index: 10;
}
.tinnoibat-bottom {
  color: #fff;
  margin-top: 2rem;
}
.tinnoibat-bottom h3 {
  color: #fff;
}
.duan {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.duan h3 {
  margin-bottom: 1rem;
  font-size: 32px;
  color: #2b3e4f;
}
.swiper-project {
  margin-top: 2rem;
}
.tapdoan .section-bg {
  height: 300px;
}
.tapdoan h2 {
  margin-top: 8rem;
  position: relative;
  color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  left: 1rem;
  font-size: 32px;
}
.tapdoan h2:before {
  content: "";
  background-image: url(../img/line.png);
  position: absolute;
  width: 100%;
  height: 5px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0rem;
  background-size: contain;
}
.new-swap {
  position: relative;
}
.new-swap-bt {
  position: absolute;
  top: -80px;
  right: 0px;
  display: flex;
  gap: 20px;
}
.new-button-next {
  background-image: url(../img/next.png);
  background-size: contain;
  width: 50px;
  height: 50px;
}
.new-button-prev {
  background-image: url(../img/next.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  transform: rotateY(180deg);
}
.doitac h2 {
  margin-bottom: 1rem;
  font-size: 32px;
  color: #2b3e4f;
}
.doitac .img-inner {
  background: #fff;
  width: 100%;
  height: 100px;
  display: flex;
  border-radius: 10px;
  position: relative;
  align-content: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.doitac .img-inner img {
  position: absolute;
  width: 90%;
  height: 100%;
  object-fit: contain;
  left: 0px;
  right: 0px;
  margin: auto;
}
.doitac .flickity-viewport {
  height: 150px !important;
}
.social-icons {
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .sopro24h-posts-item {
    display: grid !important;
  }
  .sopro24h-posts-item-info-text {
    display: none;
  }
  .sopro24h-posts-item h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .box8 .wpcf7 {
    position: absolute;
    left: 0;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .button-contact-vr .button-contact .phone-vr .shown-phone {
    display: none;
  }
  .ic-chat-phone {
    background-size: 70%;
  }
}
.full {
  padding: 0px;
}
