/*
Theme Name: DevVN Theme
Description: 
Author: DevVN Team
Template: flatsome
Version: 1.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

b,
strong {
  font-weight: 700;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 0 20px 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video.video-fit.mb .videoWrapper {
  position: unset;
  padding-bottom: unset;
  margin: unset;
}
h1.h1_logo {
  height: 0;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.entry-meta.uppercase {
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.9em;
}
.term-description ol,
.term-description ul,
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
}

.woocommerce a.remove,
[class*="woocommerce"] a.remove {
  width: 30px;
  height: 22px;
  position: relative;
  transition: opacity 200ms;
  vertical-align: top;
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}
.woocommerce a.remove:before,
.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:before,
[class*="woocommerce"] a.remove:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
    0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
  display: inline-block;
  content: "";
}
.woocommerce a.remove:before,
[class*="woocommerce"] a.remove:before {
  height: 6px;
  transform-origin: -7% 100%;
  -moz-transform-origin: -7% 100%;
  -webkit-transform-origin: -7% 100%;
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  width: 14px;
}
.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:after {
  background-position: -1px -4px;
  height: 12px;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}
.woocommerce a.remove:hover:before,
[class*="woocommerce"] a.remove:hover:before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 250ms;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover,
[class*="woocommerce"] a.remove:hover {
  background: transparent;
}

.wpcf7 .wpcf7-form-control {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  height: 40px;
}
.wpcf7-response-output {
  margin: 0 0 20px 0 !important;
}
form.wpcf7-form:after {
  content: "";
  display: table;
  clear: both;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  cursor: pointer;
}

/*************** FOOTER CSS ***************/

/* Footer wrapper background */
#footer.footer-wrapper {
  background-color: #1a1a2e;
}

/* Footer 1 - Logo & Social row */
.footer-widgets.footer-1 {
  /* background-color: #1a1a2e !important; */
  padding: 30px 0 0;
}
.footer-widgets.footer-1 > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-widgets.footer-1 .footer_logo img {
  max-width: 200px;
  /* height: auto; */
  height: 60px;
  width: auto;
}
/* Social icons in footer 1 */
.footer-widgets.footer-1 .social-icons {
  text-align: right;
}
.footer-widgets.footer-1 .social-icons a.icon {
  font-size: 20px;
  margin-left: 10px;
  color: #fff !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-widgets.footer-1 .social-icons a.facebook {
  background-color: #1877f2;
}
.footer-widgets.footer-1 .social-icons a.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.footer-widgets.footer-1 .social-icons a.youtube {
  background-color: #ff0000;
}
.footer-widgets.footer-1 .social-icons a.twitter {
  background-color: #333;
}

/* Footer 2 - Main content area */
.footer-widgets.footer-2 {
  /* background-color: #1a1a2e !important; */
  /* padding: 0 0 20px 0; */
  padding-top: unset;
}

/* Black rounded boxes */
#col-1882709761 > .col-inner,
#col-1834819353 > .col-inner {
  background-color: #111 !important;
  border-radius: 20px;
  padding: 24px !important;
}

/* Section titles in footer */
.footer-widgets.footer-2 .section-title-main {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* Company info list */
#col-1882709761 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#col-1882709761 ul li {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.6;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#col-1882709761 ul li img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  filter: brightness(0) invert(0.6);
}
#col-1882709761 ul li a {
  color: #b0b0b0;
}
#col-1882709761 ul li a:hover {
  color: #ff730a;
}

/* Menu links in footer columns */
.footer-widgets.footer-2 .ux-menu-link__text {
  /* color: #b0b0b0 !important; */
  font-size: 14px;
}
.footer-widgets.footer-2 .ux-menu-link__link:hover .ux-menu-link__text {
  color: #ff730a !important;
}
.footer-widgets.footer-2 .ux-menu--divider-solid .ux-menu-link {
  border-bottom: none !important;
  padding: 4px 0;
}

/* Absolute footer - copyright bar */
.absolute-footer.dark {
  /* background-color: #1a1a2e !important; */
  color: #888;
  font-size: 14px;
  padding: 10px 0;
  /* border-top: 1px solid #2a2a3e; */
  font-weight: 300;
}
.absolute-footer .copyright-footer {
  text-align: center;
  color: #ababab;
  line-height: 1.8;
}
.absolute-footer .copyright-footer img {
  max-width: 80px;
  height: auto;
  margin-bottom: 5px;
}
.absolute-footer .footer-primary {
  width: 100%;
  float: none !important;
}
.footer-1,
.footer-2 {
  border: unset;
}

.footer_logo img {
  margin-bottom: unset !important;
}

.footer .dark,
.footer .dark p,
.footer .dark td {
  color: #ababab;
}

.footer .section-title {
  margin-bottom: 8px;
  border: unset;
}

.footer .section-title span.section-title-main {
  text-transform: none;
  margin-right: unset;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 8px;
  line-height: 1.5;
  display: block;
}

.footer .section-title-container {
  margin-bottom: unset;
}

.footer .ux-menu .ux-menu-link__link {
  border: unset !important;
  padding: unset;
  min-height: unset;
  color: #bda7a7;
}

.footer-widgets.footer.footer-1 > .row > .col:nth-child(2) {
  text-align: right;
}
.footer_content {
  font-size: 14px;
  line-height: 30px;
}

.footer_content ul li {
  margin: 0 0 3px;
}

.footer_content img.alignnone.size-full {
  margin-bottom: unset;
  margin-right: 5px;
}

.footer_content ul {
  margin-bottom: 10px;
}
form.searchform input#s {
  border-radius: 4px;
  height: 25px;
}

form.searchform
  button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  border-radius: 4px !important;
  height: 25px;
  min-height: unset;
  width: 25px;
  margin-left: 5px;
  background-color: #f9250f;
  border: unset;
  width: 40px;
  background-size: 20px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./images/search.svg);
}

form.searchform
  button.ux-search-submit.submit-button.secondary.button.icon.mb-0
  i {
  opacity: 0;
}
div#top-bar .header-button {
  font-size: 13px;
}

div#top-bar i.icon-phone {
  margin-right: 3px;
  font-size: 13px;
}

div#top-bar ul.nav.top-bar-nav.nav-right > li {
  margin: 0 12px;
}

div#top-bar .header-button .button.plain {
  border: unset;
}

div#top-bar .header-button .button.plain span {
  font-weight: 400;
  font-size: 13px;
}
ul.header-nav.header-nav-main.nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.header-nav-main.nav-line-bottom > li > a:before,
.header-nav-main.nav-line-grow > li > a:before,
.header-nav-main.nav-line > li > a:before,
.header-nav-main.nav-box > li > a:hover,
.header-nav-main.nav-box > li.active > a,
.header-nav-main.nav-pills > li > a:hover,
.header-nav-main.nav-pills > li.active > a {
  background: linear-gradient(
    270deg,
    rgba(255, 207, 85, 0) 0%,
    #e8d586 51.25%,
    rgba(255, 207, 85, 0) 101.87%
  );
  height: 2px;
  bottom: -17px;
  background-color: transparent !important;
}

.header:not(.transparent) .header-nav-main.nav > li {
  margin: unset;
  padding: 0 20px;
}
.footer-widgets.footer.footer-1 > .row > .col {
  margin-bottom: 30px;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  margin: unset;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  position: relative;
  border-bottom: 1px solid #cccccc1a;
}

.nav-dropdown-has-shadow .nav-dropdown {
  padding: 15px 0;
}

.nav-dropdown-default .nav-column li > a:after,
.nav-dropdown.nav-dropdown-default > li > a:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 207, 85, 0) 0%,
    #e8d586 51.25%,
    rgba(255, 207, 85, 0) 101.87%
  );
  opacity: 0;
  transition: all 0.5s;
}

.nav-dropdown-default .nav-column li > a:hover:after,
.nav-dropdown.nav-dropdown-default > li > a:hover:after {
  opacity: 1;
}
.menu-item-has-children.menu-item-design-container-width
  .nav-dropdown
  > li.nav-dropdown-col {
  width: 20%;
}

.menu-item-has-children.menu-item-design-container-width
  .nav-dropdown
  > li.nav-dropdown-col
  a
  > img {
  width: 28px;
  height: 28px;
}

.menu-item-has-children.menu-item-design-container-width
  > .nav-dropdown
  > li.nav-dropdown-col
  > a {
  text-transform: capitalize;
  font-weight: 700;
}
.home-slider .img .img-inner:after {
  content: "";
  position: absolute;

  display: block;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(243, 243, 243, 0) 76.22%,
    #f3f3f3 100%
  );
  pointer-events: none;
}

.slider-nav-circle .flickity-prev-next-button svg {
  border: unset;
  background: rgb(37 37 37 / 0.4) url(./images/arrow-left.svg) no-repeat center
    center / 28px 28px;
}
.slider-nav-circle .flickity-prev-next-button.previous svg {
  transform: rotate(-180deg);
  margin: unset;
  left: 0;
  top: calc(50% - 18px);
}
ol.flickity-page-dots {
  width: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-radius: 99px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 8px;
}

.slider-nav-light ol.flickity-page-dots {
  background-color: #fff;
  border-radius: 99px;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  padding: unset;
  transition: 0.4s all ease;
  border: unset;
  background-color: rgba(255, 255, 255, 0.5);

  margin: 0 2px;
  opacity: 1;
}
.slider-nav-dots-simple .flickity-page-dots li.dot.is-selected {
  width: 40px;
  border-radius: 99px;
  background-color: #fff;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
  opacity: 0;
}
.box-services .section-content.relative > .row > .col > .col-inner {
  background: linear-gradient(90deg, #213142 0.62%, #0a9c4b 99.38%);
  color: #fff;
}

.box-services
  .section-content.relative
  > .row
  > .col:nth-child(2)
  > .col-inner {
  background: linear-gradient(90deg, #f6921e 0, #eb2e0f 100%);
}

.box-services
  .section-content.relative
  > .row
  > .col:nth-child(3)
  > .col-inner {
  background:
    linear-gradient(0deg, rgb(0 0 0 / 0.12), rgb(0 0 0 / 0.12)),
    linear-gradient(90deg, #657587, #5097ff);
}

.box-services .section-content.relative > .row > .col > .col-inner p {
  margin-bottom: unset;
  font-size: 12px;
}

.box-services .icon-box.featured-box .icon-box-text.last-reset p:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
}

.box-services .icon-box.featured-box {
  display: flex;
  align-items: center;
}
.box-services {
  padding-bottom: 10px !important;
}
.box-services .icon-box.featured-box .icon-box-text.last-reset {
  padding-left: 16px;
  color: #fff;
}
.row-small .slider .flickity-slider > .col {
  padding-left: 10px;
  padding-right: 10px;
}

.box-list-dv .slider .img .img-inner {
  border-radius: 12px;
}

.box_title p {
  margin-bottom: unset;
}

.box_title {
  margin-bottom: 16px;
}

.box_title p:nth-child(1) {
  font-size: 25px;
}
.box-list-combo .section .box {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  background-color: #fff;
}

.box-list-combo .section .box .box-image .image-cover {
  border-radius: 10px 10px 0 0;
}

.box-list-combo .section .box .box-text p img {
  margin-bottom: unset;
}

.box-list-combo .section .box .box-text ul {
  text-align: left;
  list-style: none;
  margin-left: unset;
  overflow-y: auto;
  height: 160px;
}

.box-list-combo .section .box .box-text ul li {
  margin-left: unset;
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0;
  padding-left: 32px;
  background: url(images/tick-circle.svg) left 3px no-repeat;
}
.box-list-combo .section .box .box-text ul::-webkit-scrollbar,
.card-features-scroll::-webkit-scrollbar {
  width: 5px;
}

.box-list-combo .section .box .box-text ul::-webkit-scrollbar-thumb,
.card-features-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.box-list-combo .section .box .box-text {
  padding: 24px;
}

.box-list-combo .section .box .box-text .box-text-inner > :nth-child(1) {
  font-size: 24px;
  padding-bottom: 24px;
  margin: unset;
  /* color: #888; */
  /* font-size: 16px; */
}

.box-list-combo .section .box .box-text .box-text-inner > :nth-child(2) {
  color: #888;
  font-size: 16px;
  margin: unset;
  margin-bottom: 24px;
}

.box-list-combo .section .box .box-text .box-text-inner > :nth-child(2) strong {
  color: #3d3d3d;
  font-size: 20px;
}

.box-list-combo .section .box .box-text .button.primary {
  margin-bottom: unset;
  background-image: linear-gradient(
    to right,
    #4564ed,
    #4564ed,
    #5f7cfc,
    #4564ed
  );
  font-weight: 500;
  padding: 10px 0;
  min-height: unset;
  line-height: normal;
  height: auto;
  width: calc(100% - 48px);
  font-size: 16px;
  letter-spacing: unset;
}

.box-list-combo .section .box .box-text .box-text-inner > :nth-child(4) a {
  font-size: 18px;
  margin: unset;
}

/*************** COMBO CARD ***************/
.combo-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.combo-card__header {
  position: relative;
  display: flex;
  flex-direction: column;
}

.combo-card__header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 140, 0, 0.85),
    rgba(255, 107, 0, 0.85)
  );
  z-index: 1;
}

.combo-card__header[style*="background-image"] .combo-card__header-overlay {
  display: block;
}

.combo-card__header:not([style*="background-image"])
  .combo-card__header-overlay {
  display: none;
}

.combo-card__header-content {
  position: relative;
  z-index: 2;
}

.combo-card__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.combo-card__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}

.combo-card__image {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: auto;
}

.combo-card__badge {
  position: absolute;
  top: 0;
  right: 10px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.combo-card__body {
  padding: 15px;
}

.combo-card__product-name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
}

.combo-card__price {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  position: relative;
}

.combo-card__price-value {
  font-size: 22px;
  font-weight: 700;
  color: #4564ed;
}

.combo-card__price-unit {
  font-size: 14px;
  color: #777;
}

.combo-card__speed {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  background: #f7f7f8;
}

.combo-card__speed-label {
  font-size: 13px;
  color: #666;
  margin: unset;
}
.combo-card__price svg {
  position: relative;
  top: 4px;
}
.combo-card__price-icon {
  cursor: pointer;
  display: inline-flex;
}
.combo-card__price-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 0px);
  left: 0;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 10;
  pointer-events: none;
  width: auto;
  right: 0;
}
.combo-card__price-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 66%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}
.combo-card__price-icon:hover .combo-card__price-tooltip {
  display: block;
}
.combo-card__speed-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.combo-card__speed-icon {
  width: 50px;
}
.combo-card__speed-info {
  display: flex;
  width: calc(100% - 50px);
  flex-wrap: wrap;
  gap: 5px 10px;
}

.combo-card__speed-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.combo-card__speed-item svg {
  color: #666;
}

.combo-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.combo-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.combo-card__features li svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.combo-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.combo-card__btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.combo-card__btn--primary {
  background: #4564ed;
  color: #fff;
  border: none;
}

.combo-card__btn--primary:hover {
  background: linear-gradient(135deg, #ff9a1a, #ff7b1a);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
}

.combo-card__btn--outline {
  background: #f3f3f3;
  color: #4564ed;
  border: unset;
}

.combo-card__btn--outline:hover {
  border-color: #ff6b00;
  color: #ff6b00;
}

.combo-card__body .combo-card__features li {
  margin-left: unset;
  padding: unset;
  font-size: 13px;
}

.combo-card__body .combo-card__features {
  height: 85px;
  overflow-y: auto;
  padding-right: 10px;
}
.combo-card__body .combo-card__features::-webkit-scrollbar {
  width: 5px;
  background: #dddddd61;
}

.combo-card__body .combo-card__features::-webkit-scrollbar-thumb {
  background: #ff730a;
  border-radius: 4px;
}

.sp-dv-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.sp-dv-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.sp-dv-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sp-dv-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sp-dv-card__image {
  padding: 15px;
  height: 348px;
  display: flex;
  align-items: center;
}

.sp-dv-card__image .image-cover {
  position: relative;
  overflow: hidden;
}

.sp-dv-card__image .image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-dv-card__info {
  padding: 0 15px 15px;
  background: #f5f5f5;
  padding: 16px;
}

.sp-dv-card__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-dv-card__price {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.sp-dv-card__price-prefix {
  color: #999;
  font-size: 16px;
}

.sp-dv-card__price-value {
  color: #4564ed;
  font-weight: 500;
}
.section-title-center span.section-title-main {
  font-size: 25px;
  letter-spacing: unset;
}

.section-title-center b {
  opacity: 0;
}

.section-title.section-title-center {
  margin-bottom: unset;
}

.box-news .col.post-item .col-inner {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.col.post-item .is-divider {
  display: none;
}

.col.post-item .col-inner .box-text {
  padding: 15px;
}

.col.post-item .col-inner .box-text .post-title.is-large a {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 43px;
  line-height: 22.4px;
  margin: unset;
}
.blog-slider-wrap {
  position: relative;
}

.blog-slider__group {
  width: 100%;
}

.blog-slider__grid {
  display: flex;
  flex-wrap: wrap;
}

.blog-slider__card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  transition: box-shadow 0.3s ease;
}

.blog-slider__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-slider__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-slider__thumb {
  overflow: hidden;
}

.blog-slider__thumb .img-cover {
  position: relative;
  overflow: hidden;
}

.blog-slider__thumb .img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-slider__card:hover .blog-slider__thumb img {
  transform: scale(1.05);
}

.blog-slider__title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-slider__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 15px;
  color: #333;
  line-height: 1.5;
}
body.home #main,
body.home #wrapper {
  background-color: #f5f5f5;
}
div#breadcumbs {
  padding: 15px 0;
  background-color: #f8f8f8;
}
nav.rank-math-breadcrumb p {
  margin-bottom: unset;
}
nav.rank-math-breadcrumb a,
nav.rank-math-breadcrumb span {
  font-size: 12px;
  color: #3a3131;
}

nav.rank-math-breadcrumb a:hover {
  color: var(--fs-experimental-link-color);
}
.entry-title.mb.uppercase {
  letter-spacing: unset;
  text-transform: capitalize;
  font-size: 30px;
}
.entry-content h2,
.page-template-default .content-area > .row > .col > .col-inner h2 {
  padding-left: 20px;
  position: relative;
}
.page-template-default .content-area > .row > .col {
  padding-bottom: 0;
}
.entry-content h2:before,
.page-template-default .content-area > .row > .col > .col-inner h2:before {
  content: "";
  background: linear-gradient(180deg, #ff792d 0%, #fff0 100%);
  width: 10px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.taxonomy-description > :last-child {
  margin-bottom: unset;
}

.page-title.is-large.uppercase {
  font-size: 30px;
  letter-spacing: unset;
  text-transform: capitalize;
  text-align: left;
}

.taxonomy-description {
  text-align: left;
  line-height: normal;
}

body:not(.home) .col.post-item .col-inner .box-text {
  padding: 15px 0 0;
}

body:not(.home) .col.post-item .col-inner .box-text .post-title.is-large a {
  font-size: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.3;
  height: auto;
}

body:not(.home) .col.post-item .col-inner .box-text .post-title.is-large {
  margin-bottom: 15px;
}

body:not(.home) .col.post-item .col-inner .box-text p.from_the_blog_excerpt {
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
}
ul.links li .page-number {
  color: #adadad;
  border-width: 1px;
  font-weight: 400;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

ul.links li .page-number.current,
ul.links li .page-number:hover {
  color: #fff;
}
div#post-list > .row > .col:nth-child(1) {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

div#post-list > .row > .col:nth-child(1) .box.box-text-bottom.box-blog-post {
  display: flex;
  margin: 0 -15px;
}

div#post-list
  > .row
  > .col:nth-child(1)
  .box.box-text-bottom.box-blog-post
  .box-image,
div#post-list
  > .row
  > .col:nth-child(1)
  .box.box-text-bottom.box-blog-post
  .box-text {
  width: 50%;
}

div#post-list
  > .row
  > .col:nth-child(1)
  .box.box-text-bottom.box-blog-post
  .box-text {
  padding-right: 15px;
  padding-left: 15px;
}

div#post-list
  > .row
  > .col:nth-child(1)
  .box.box-text-bottom.box-blog-post
  .box-image {
  padding-right: 15px;
  padding-left: 15px;
}

div#post-list
  > .row
  > .col:nth-child(1)
  .box.box-text-bottom.box-blog-post
  .box-text
  .post-title.is-large
  a {
  height: auto;
}
body:not(.home)
  .col.post-item:not(:nth-child(1))
  .col-inner
  .box-text
  .button.is-link.is-small.mb-0 {
  display: none;
}

body:not(.home)
  .col.post-item
  .col-inner
  .box-text
  .button.is-link.is-small.mb-0 {
  color: #0d6efd;
  height: auto;
  min-height: unset;
  font-size: 16px;
  letter-spacing: unset;
  text-transform: none;
  font-weight: 400;
  padding: unset;
  line-height: normal;
  margin-right: unset;
  border: unset;
}

body:not(.home)
  .col.post-item
  .col-inner
  .box-text
  .button.is-link.is-small.mb-0:hover {
  color: #ff6600;
}
.entry-divider.is-divider.small {
  display: none;
}

.entry-header-text.entry-header-text-top {
  padding-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  letter-spacing: unset;
}
blockquote {
  border-left-color: #ffcd69;
  display: block;
  background: #f9f8f8;
  padding: 10px 10px 10px 15px;
  margin: 0 0 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  -moz-box-shadow: 2px 2px 15px #ccc;
  border-left-style: solid;
  border-left-width: 5px;
}

blockquote p {
  margin-bottom: unset;
  line-height: 22px;
}
table {
  border-color: #ececec;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}

td,
th {
  border: 1px solid #bb9c9c;
  font-size: 16px;
  line-height: 1.3;
  padding: 0.5em !important;
  text-align: left;
  color: #000;
}

table {
  border: 1px solid #ececec;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  letter-spacing: unset;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-size: 16px;
}

form.wpcf7-form span.wpcf7-spinner {
  position: absolute;
}

.wpcf7 label {
  font-weight: 400;
  font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 1px;
}

.wpcf7 .wpcf7-form-control {
  box-shadow: unset;
  padding: 0 15px;
  min-height: 46px;
  font-size: 14px;
}

.social-icons.share-icons.share-row.relative.icon-style-small a.plain {
  color: #0d6efd;
  margin-right: 5px;
}

.entry-author.author-box {
  padding: 20px 0 0;
}

.blog-author-image img {
  max-width: 86px;
}

.entry-author.author-box .flex-col.mr.circle {
  margin-right: 24px;
}

.author-name.uppercase.pt-half {
  padding-top: unset;
  font-size: 16px;
  line-height: normal;
  letter-spacing: unset;
}

.author-desc.small {
  font-size: 14px;
  margin-bottom: unset;
}
.related-posts-section.container {
  margin-top: 30px;
}
section.no-results.not-found form.searchform input#s {
  height: 40px;
}

section.no-results.not-found
  form.searchform
  button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  height: 40px;
}
.social-icons .icon.plain.zalo {
  background-color: #2196f3;
  position: relative;
  top: -3px;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  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 {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  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;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#instagram-vr .phone-vr-circle-fill {
  background: rgb(17, 143, 253);
  background: linear-gradient(
    160deg,
    rgba(17, 143, 253, 1) 20%,
    rgba(188, 60, 218, 1) 50%,
    rgba(253, 223, 5, 1) 80%
  );
  background-size: contain;
  box-shadow: 0 0 0 0 #c840c9;
  background-color: rgb(79 103 254);
  border: 0;
}

#instagram-vr .phone-vr-img-circle {
  background: transparent;
}

#telegram-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2c9fd8;
  background-color: rgb(44 159 216 / 74%);
}

#telegram-vr .phone-vr-img-circle {
  background: #2c9fd8;
}

@-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: absolute;
  margin-top: -65px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

#fanpage-vr img {
  max-width: 35px;
  max-height: 35px;
}

#fanpage-vr .phone-vr-img-circle {
  background-color: #1877f2;
}

#fanpage-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
  background-color: rgb(24 119 242 / 70%);
}

#gom-all-in-one .button-contact {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}

#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}

#popup-showroom-vr,
div#popup-form-contact-vr {
  display: none;
}

#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}

.bg-popup-vr {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51 51 51 / 50%);
  width: 100%;
  height: 100vh;
}

.content-popup-vr {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
  max-width: 600px;
  display: flex;
}

.content-popup-vr input,
.content-popup-vr textarea {
  width: 100%;
  max-height: 100px;
  min-height: 38px;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #fff;
}

.content-popup-vr label {
  width: 100%;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
  max-width: fit-content;
  padding: 5px 32px 2px;
  background: #2196f3;
  border: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 10px auto 0;
  display: block;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
  font-weight: 400;
  min-height: auto;
  line-height: 30px;
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}

.content-popup-vr .close-popup-vr {
  font-family: sans-serif;
  width: 23px;
  height: 23px;
  background: black;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.content-popup-vr .close-popup-vr:hover {
  background: #b50000;
}

.content-popup-vr .content-popup-div-vr {
  width: 100%;
  padding: 25px;
}

.content-popup-vr .content-popup-img-vr {
  width: 100%;
  max-width: 45%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

#loco-top,
#loco-bottom {
  display: block;
}

#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
  max-width: 100%;
  text-align: center;
}

#contact-showroom.no-event a {
  pointer-events: none;
}

.content-popup-vr .content-popup-div-vr ul {
  color: #333;
  list-style: none;
  font-size: 15px;
}

@media (max-width: 673px) {
  div#popup-form-contact-vr .content-popup-vr {
    display: block;
  }

  div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
    max-width: 100%;
    display: none;
  }
}

#ftiktok-vr .phone-vr-img-circle {
  background-color: #020202;
}

#tiktok-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
  background-color: rgb(2 2 2 / 60%);
}

#tiktok-vr .phone-vr-img-circle img {
  max-width: 90%;
  max-height: 90%;
}

#tiktok-vr .phone-vr-img-circle {
  background: #020202;
}

#messenger-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #6a4ffe;
  background-color: rgb(106 79 254 / 50%);
}

#messenger-vr .phone-vr-img-circle {
  background-color: #6a4ffe;
}

#messenger-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
}
.biz-card__price-wrapper {
  position: relative;
}

.biz-card__price-wrapper span.biz-card__price-tooltip {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 1px 7px 0 rgb(22 22 26 / 0.1);
  font-size: 12px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 400;
  line-height: 18px;
  bottom: calc(100% + 5px);
  padding: 11px 13px;
  text-align: left;
  display: none;
}

.biz-card__price-wrapper span.biz-card__price-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #fff;
}

.biz-card__price-wrapper
  span.biz-card__price-icon:hover
  span.biz-card__price-tooltip {
  display: block;
}

.biz-card{
  margin-bottom: 20px;
}

@media (min-width: 850px) and (max-width: 1024px) {
  .box-services > .section-content.relative > .row > .col {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}
@media (max-width: 1140px) {
  .header:not(.transparent) .header-nav-main.nav > li {
    padding: 0 15px;
  }
  .box-list-combo .section .box .box-text {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .header:not(.transparent) .header-nav-main.nav > li {
    padding: 0 10px;
  }
  .box-list-combo
    .section
    .box
    .box-text
    .box-text-inner
    > :nth-child(2)
    strong {
    font-size: 17px;
  }

  .box-list-combo .section .box .box-text .box-text-inner > :nth-child(2) {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .combo-card__speed {
    padding: 10px;
  }
  .box-list-combo .section .box .box-text .box-text-inner > :nth-child(1) {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .combo-card__price-value {
    font-size: 18px;
  }
  .box_col_pd > .col-inner {
    padding: 15px !important;
  }
  .combo-card__btn {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 6px;
  }
  .box-list-combo .section .box .box-text .box-text-inner > :nth-child(4) a {
    font-size: 16px;
  }
  .combo-card__price-value {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .blog-slider__col {
    width: 33.333% !important;
  }
  ul.header-nav.header-nav-main.nav > li > a {
    font-size: 14px;
  }

  .logo-left .logo {
    margin-right: 15px;
  }
}

@media (max-width: 849px) {
  .footer-widgets.footer.footer-1 > .row > .col {
    max-width: 50%;
    flex-basis: 50%;
  }
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    background-color: #fff;
  }
  form.searchform input#s {
    height: 40px;
    box-shadow: unset;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
  }

  form.searchform
    button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    margin: unset;
    height: 40px;
    border-radius: 0 4px 4px 0 !important;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical i.icon-angle-down {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  div#post-list
    > .row
    > .col:nth-child(1)
    .box.box-text-bottom.box-blog-post
    .box-text {
    padding-top: unset;
  }
  .page-title.is-large.uppercase {
    font-size: 26px;
  }
  .entry-title {
    font-size: 28px;
  }
  .footer-widgets.footer-1 .social-icons {
    margin-top: unset;
  }
  .footer-widgets.footer.footer-1 > .row > .col:nth-child(1) {
    margin-bottom: 15px;
  }
  .footer-widgets.footer.footer-1 > .row > .col:nth-child(2) {
    text-align: center;
  }
  .footer-widgets.footer-1 > .row {
    flex-direction: column;
    text-align: center;
  }
  .footer-widgets.footer.footer-1 > .row > .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .footer-widgets.footer-1 .social-icons {
    text-align: center;
    margin-top: 15px;
  }
  #col-1882709761 ul li {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .blog-slider__col {
    width: 50% !important;
  }

  .blog-slider__title {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 549px) {
  div#post-list > .row > .col:nth-child(1) .box.box-text-bottom.box-blog-post {
    flex-direction: column;
    width: 100%;
    margin: unset;
  }

  div#post-list
    > .row
    > .col:nth-child(1)
    .box.box-text-bottom.box-blog-post
    .box-text,
  div#post-list
    > .row
    > .col:nth-child(1)
    .box.box-text-bottom.box-blog-post
    .box-image {
    max-width: 100%;
    flex-basis: 100%;
    padding: unset;
    width: 100%;
  }

  div#post-list
    > .row
    > .col:nth-child(1)
    .box.box-text-bottom.box-blog-post
    .box-text {
    padding-top: 15px;
  }
  .entry-title.mb.uppercase {
    font-size: 26px;
  }
  .box_title p:nth-child(1) {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .box_title {
    font-size: 14px;
  }
  body .devvn-blog-slider-wrap .flickity-prev-next-button{
    display: block !important;
    width: 30px !important;
        height: 30px !important;
        background-color: rgb(37 37 37 / 0.4) !important;
        border-radius: 5px;
  }
  body .devvn-blog-slider-wrap .flickity-prev-next-button svg{
    width: 20px;
    height: 20px;
    background-color: transparent !important;
  }
  .devvn-blog-slider-wrap.slider-nav-circle .flickity-prev-next-button.previous svg {
    left: 5px;
    top: 10px;
}

}

@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
      display: block !important;
  }
}