@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
.pri-color {
  color: var(--fs-color-primary) !important;
}
.pri-color * {
  color: var(--fs-color-primary) !important;
}

.sec-color {
  color: var(--fs-color-secondary) !important;
}
.sec-color * {
  color: var(--fs-color-secondary) !important;
}

.succ-color {
  color: var(--fs-color-success) !important;
}
.succ-color * {
  color: var(--fs-color-success) !important;
}

.alert-color {
  color: var(--fs-color-alert) !important;
}
.alert-color * {
  color: var(--fs-color-alert) !important;
}

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

.hyg_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

body .underline * {
  text-decoration: underline;
}
body .font-size-80 {
  font-size: 80%;
}
body .border-pri {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .button {
  border-width: 1px;
  font-weight: 500;
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .box-col-pri > .col-inner {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px;
  margin-bottom: 12px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
}
body .box-pri > .col-inner {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
body .pri-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary) !important;
}
body .pri-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary) !important;
}
body .sec-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary) !important;
}
body .sec-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-secondary) !important;
}
body .icon-title-center {
  justify-content: center;
}
body .icon-title-center .icon-box-text {
  flex: unset;
}
body .sec-icon .icon-box-img .icon .icon-inner {
  line-height: 0.7;
  border-radius: 999px;
  background-color: var(--fs-color-secondary);
  padding: 13px;
}
body .sec-icon .icon-box-img .icon .icon-inner svg {
  padding-top: 0;
}
body .icon-center {
  align-items: center;
}
body .ux-menu.vertical {
  width: fit-content;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  body .ux-menu.vertical {
    margin-right: auto;
  }
}
body .ux-menu.vertical .ux-menu-link a span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #333;
  line-height: 1 !important;
}
body .ux-menu.vertical .ux-menu-link:last-child a span {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body .ux-menu.vertical.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border-bottom-style: none;
}
body .product > .col-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}
body .product .box .box-image a img {
  aspect-ratio: 6/6;
  object-fit: contain;
}
body .product .box .box-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .product .box .box-text .price-wrapper {
  display: flex;
  align-items: flex-end;
}
body .product .box .box-text .price-wrapper .price {
  display: flex;
  flex-direction: column;
}
body .product .box .box-text .price-wrapper .price bdi {
  color: red;
  font-weight: 500;
  font-size: 18px;
}
body .product .box .box-text .price-wrapper .price ins {
  order: -1;
}
body .product .box .box-text .price-wrapper .price del {
  color: #4d4d4d;
  margin-top: 5px;
}
body .product .box .box-text .price-wrapper .price del bdi {
  color: #4d4d4d;
  font-size: 14px;
}
body .product .box .box-text .add-to-cart-button {
  display: none;
}
body .product .box .box-text .add-to-cart-button a {
  margin-top: auto;
  display: flex;
  color: #fff;
  background-color: var(--fs-color-primary);
  width: 40px;
  border-radius: 999px;
  height: 40px;
  align-items: center;
}
body .product .box .box-text .add-to-cart-button a i {
  font-size: 1.4em;
}
body .product .box .box-text .add-to-cart-button a:hover {
  background-color: #fff;
  color: var(--fs-color-primary);
}
body .product:hover > .col-inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body .product-small.purchasable .add-to-cart-button {
  display: flex !important;
}
body .post-item .col-inner .box .box-text {
  padding-bottom: 0;
}
body .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 textarea {
  border-radius: 5px;
}
body .wpcf7 .wpcf7-submit {
  font-weight: 500;
  padding: 0 30px;
  border-radius: 5px;
  background-color: var(--fs-color-secondary);
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
body .img.has-hover a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
body .img.has-hover a:hover::before {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  z-index: 2;
}
body .animation-phone-ring .icon-box-img {
  animation: phone-ring 1s infinite ease-in-out;
}

.mfp-wrap.dark .mfp-content {
  background-color: var(--fs-color-primary) !important;
}
.mfp-wrap.dark .mfp-content .toggle, .mfp-wrap.dark .mfp-content a {
  color: #fff !important;
}

@media (min-width: 850px) {
  .nav .menu-item .sub-menu li {
    position: relative;
    display: inline-block !important;
    width: 100%;
    border-right: 0;
  }
  .nav .menu-item .sub-menu li .sub-menu {
    top: 0;
    box-shadow: 2px 2px 5px #828282;
    display: none !important;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
  }
  .nav .menu-item .sub-menu li:hover > .sub-menu {
    display: grid !important;
  }
}
.ngp_header-menu-bottom .icon-box .icon-box-img {
  border-radius: 999px;
  padding: 10px;
  color: var(--fs-color-primary);
  background-color: #F2F9FF;
  width: 40px !important;
  height: 40px !important;
}

body.home .ngp_header-main {
  display: none;
}

.ngp_header-main .page-title .page-title-inner {
  padding-top: 0;
}

#header .account-item a i {
  color: var(--fs-color-primary);
}
#header .cart-item a i {
  color: var(--fs-color-primary);
}
#header .header-main > .flex-row > .flex-left .header-nav {
  justify-content: center;
}
#header .header-bottom > .flex-row > .flex-left {
  flex: unset;
}
#header .header-bottom > .flex-row > .flex-right {
  display: none;
}
#header .header-search-form .search-field {
  box-shadow: unset;
  border-radius: 5px 0px 0px 5px;
  height: 40px;
}
#header .header-search-form .ux-search-submit {
  border-radius: 5px;
  background-color: var(--fs-color-primary);
  width: 40px;
  height: 40px;
}
#header .header-vertical-menu .header-vertical-menu__opener {
  font-weight: 500;
  height: unset;
  padding: 5px 10px;
  border-radius: 10px;
}
#header .header-vertical-menu .header-vertical-menu__fly-out {
  border-radius: 10px;
}

.ngp_home-deals-hot .section-content > .row > .col > .col-inner {
  border-radius: 15px;
  background-color: #FE7801;
  padding: 0 15px;
}

.ngp_home-products-new .section-content > .row > .col > .col-inner {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  border: solid 2px var(--fs-color-primary);
  overflow: hidden;
}
.ngp_home-products-new .section-content > .row > .col > .col-inner .title {
  position: relative;
  margin-left: -15px;
  padding: 5px 10px;
  width: fit-content;
  background-color: var(--fs-color-primary);
}
.ngp_home-products-new .section-content > .row > .col > .col-inner .title .icon-box-img {
  color: #fff;
}
.ngp_home-products-new .section-content > .row > .col > .col-inner .title .icon-box-text {
  flex: unset;
}
.ngp_home-products-new .section-content > .row > .col > .col-inner .title .icon-box-text h3 {
  color: #fff;
}
.ngp_home-products-new .section-content > .row > .col > .col-inner .title::after {
  content: "";
  border-top: 55px solid var(--fs-color-primary);
  border-right: 40px solid transparent;
  position: absolute;
  right: -40px;
}

.ngp_home-products .section-content > .row > .col > .col-inner {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  overflow: hidden;
}
.ngp_home-products .section-content > .row > .col > .col-inner .title {
  margin-right: 30px;
}
@media (min-width: 850px) {
  .ngp_home-products .section-content > .row > .col > .col-inner .col-left {
    flex-basis: 20%;
    max-width: 20%;
  }
  .ngp_home-products .section-content > .row > .col > .col-inner .col-right {
    flex-basis: 80%;
    max-width: 80%;
  }
}

.ngp_home-doi-tac .flickity-viewport .gallery-col > .col-inner {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 10px;
}
.ngp_home-doi-tac .flickity-button {
  display: none;
}

.single-product .ngp_product-main {
  padding: 15px 0;
}
.single-product .ngp_product-main .product-gallery .product-images {
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  overflow: hidden;
}
.single-product .ngp_product-main .product-gallery .product-thumbnails a {
  border: 1px solid #E5E5E5;
  aspect-ratio: 6/6;
  opacity: 1;
}
.single-product .ngp_product-main .product-gallery .product-thumbnails a:hover {
  border-color: var(--fs-color-primary);
}
.single-product .ngp_product-main .product-info .price-wrapper {
  padding: 5px 15px;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 15px;
}
.single-product .ngp_product-main .product-info .price-wrapper .price {
  font-size: 1.2em;
  color: var(--fs-color-primary);
}
.single-product .ngp_product-main .product-info .price-wrapper .price bdi {
  color: var(--fs-color-primary);
}
.single-product .ngp_product-main .product-info .price-wrapper .bao-hanh {
  display: block !important;
}
.single-product .ngp_product-main .product-info .cart .ux-quantity {
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.single-product .ngp_product-main .product-info .cart .ux-quantity .ux-quantity__button,
.single-product .ngp_product-main .product-info .cart .ux-quantity .input-text {
  box-shadow: unset;
  border: unset;
}
.single-product .ngp_product-main .product-info .cart .ux-quantity .input-text {
  height: unset;
}
.single-product .ngp_product-main .product-info .cart .single_add_to_cart_button,
.single-product .ngp_product-main .product-info .cart .ux-buy-now-button {
  height: 3.5em;
  border-radius: 10px;
}
.single-product .ngp_product-main .product-info .cart .single_add_to_cart_button {
  background-color: #005DAC;
  flex: 1;
}
.single-product .ngp_product-main .product-info .cart .ux-buy-now-button {
  background-color: #FF5A00;
  flex: 1 1 100%;
}
.single-product .ngp_product-main .product-info .variations_form .variations .label {
  display: none;
}
.single-product .ngp_product-main .product-info .variations_form .variations .value .ux-swatches .ux-swatch {
  width: 32%;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.single-product .ngp_product-main .product-info .variations_form .variations .value .ux-swatches .ux-swatch:hover, .single-product .ngp_product-main .product-info .variations_form .variations .value .ux-swatches .ux-swatch.selected {
  border-color: var(--fs-color-primary);
}
.single-product .ngp_product-main .product-info .woocommerce-variation-price {
  border-top: unset;
  padding: 15px 15px;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 15px;
}
.single-product .ngp_product-main .product-info .woocommerce-variation-price .price bdi {
  color: red;
}
.single-product .woocommerce-tabs .tabs li a {
  font-weight: 700;
  font-size: 1.2em;
}
.single-product .woocommerce-tabs .tabs li a::before {
  display: none;
}
.single-product .related .product-section-title {
  font-weight: 700;
}
.single-product .related .product .box {
  display: flex;
  flex-direction: row;
}
.single-product .related .product .box .box-image {
  border-radius: 5px;
  overflow: hidden;
  padding-top: unset;
  width: 75%;
  margin-right: 10px;
}
.single-product .related .product .box .box-text {
  padding: 0;
}
body.single-post .blog-wrapper {
  padding-top: 0;
}
body.single-post .blog-wrapper .post .article-inner .entry-header-text {
  padding-bottom: 0;
}
body.single-post .blog-wrapper .post .article-inner .entry-header-text .entry-divider {
  display: none;
}

#footer .absolute-footer {
  display: none;
}
#footer .wpcf7-submit {
  margin-left: -10px;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-3px);
  }
  20% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  70% {
    transform: translateX(-1px);
  }
  80%, 100% {
    transform: translateX(0);
  }
}
@keyframes moveRote {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes phone-ring {
  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);
  }
}
@media (max-width: 550px) {
  body .center-phone * {
    text-align: center;
  }
}
@media (max-width: 550px) {
  body .menu-center-phone .ux-menu-link a {
    flex-direction: column;
    align-items: center;
  }
  body .menu-center-phone .ux-menu-link a span {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  body .icon-box-center-phone {
    flex-direction: column;
    text-align: center;
  }
  body .icon-box-center-phone .icon-box-img {
    margin-bottom: 10px;
  }
  body .icon-box-center-phone .icon-box-text {
    padding-left: 0 !important;
  }
}