.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}

.desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.read-more {
    width: fit-content;
    background-color: white;
    padding: 5px 13px;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.pd-section-top {
    padding-top: 50px;
}

.pd-section-bottom {
    padding-bottom: 50px;
}
.pd-section-top1 {
    padding-top: 30px;
}

.pd-section-bottom1 {
    padding-bottom: 30px;
}

.pd-section-content {
    padding-top: 25px;
}
.aboutus {
	background: #eee;
	text-align: justify;
}
.desc {
	font-weight: 400;
}
.desc p {
	font-weight: 400;
}
.desc strong {
	
}
.line_in {
    position: relative;
    width: 180px;
    margin: 0 auto 25px;
}
.title-section {
    padding: 0;
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #333;
}

.section-tabs .tabcontent {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.section-tabs .tabcontent.active {
    height: unset;
    opacity: 1;
    visibility: visible;
}

.section-tabs .tabs {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.section-tabs .tabs button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #777;
    position: relative;
    padding: 0;
    margin: 0px 20px;
    border: 0;
}

.section-tabs .tabs button.active,
.section-tabs .tabs button:hover {
    color: black;
    border-bottom: 0;
}

.section-tabs .tabs button::after {
    content: "";
    left: 0;
    width: 0;
    right: 0;
    height: 2px;
    margin: auto;
    bottom: -9px;
    position: absolute;
    background: black;
    transition: all 350ms ease-out 0s;
}

.section-tabs .tabs button.active::after,
.section-tabs .tabs button:hover::after {
    width: 100%;
}



.slideshow-img img {
}

.slideshow-content .ctnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slideshow-content {
    background-color: #0000004f;
}

.slideshow-title {
    font-size: 55px;
    max-width: 70%;
    font-weight: 600;
    color: white;
    margin: 5px 0px 20px 0px;
}

.slideshow-text {
    color: white;
    font-size: 23px;
    font-weight: 500;
}

section.aboutus .aboutus-title {
    font-size: 40px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    color: #c11a2b;
    border-left: 5px solid #c11a2b;
}
section.aboutus .aboutus-title span {
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}

section.aboutus .desc p {
    margin: 0;
    padding-bottom: 10px;
}

.service-item {
    margin-top: 20px;
}

.service .service-icon i {
    display: block;
    height: 80px;
    width: 80px;
    font-size: 44px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #c11a2b;
}

.service-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    background: rgba(74, 120, 54, 0.1);
}

.service-icon {
    width: 72px;
    border-radius: 100%;
    padding: 5px;
    margin: 0 10px 0 0;
}

.service-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    color: black;
}

.service .promo-desc {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #777;
}


section.categories .category-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 20px 20px 18px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

section.categories .category-thumb img {
    height: 250px;
}

section.categories .category-thumb .caption {
    margin: auto;
    text-align: left;
    padding: 15px 0 0;
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.categories .featured-block .category-description {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.categories .category-thumb .cat-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: black;
}

section.categories .number-product {
    font-size: 14px;
}


section.products .slide-4 {
    margin: 0px -15px;
}

.product-thumb {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition-duration: 500ms;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.product-thumb:hover .hover-img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    overflow: hidden;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}

.product-thumb .image {
    position: relative;
    display: block;
    padding: 0px 10px;
}

.product-thumb .button-group a+a {
    margin-top: 10px;
}
.aboutus-img img {
	border-radius: 10px;
}
.product-thumb .button-group a,
.product-thumb .wishlist {
    font-size: 16px;
    padding: 0;
    height: 40px;
    width: 40px;
    border: none;
    display: flex;
    border-radius: 50%;
    background: #c11a2b;
    color: white;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.product-thumb .button-group a svg {
    fill: white;
    height: 15px;
}

.product-thumb:hover .button-group {
    opacity: 1;
    left: 20px;
    visibility: visible;
}

.product-thumb .button-group {
    position: absolute;
    visibility: hidden;
    display: block;
    bottom: 20px;
    left: -45px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    background: #f00;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb:hover .wishlist {
    opacity: 1;
    right: 20px;
}

.product-thumb .content {
    position: relative;
    background-color: white;
}

.product-thumb .caption {
    padding: 10px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .product-title a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-weight: 700;
    display: block;
    text-align: center;
}
.product-thumb:hover .product-title a{
    color: #c11a2b;
}
.product-thumb .price {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #c11a2b;
}

.product-thumb .price-new {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-thumb .price-new {
    margin: 0 5px 0 0;
    margin-right: 5px;
}

.product-thumb .price-old {
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    color: #777;
    line-height: 19px;
}

.product-layout {
    padding: 0px 15px;
}




.testimonial-video {
    position: relative;
    overflow: hidden;
    background: #222;
    background: rgb(193,26,43);
    background: linear-gradient(0deg, rgba(193,26,43,1) 0%, rgba(225,28,39,1) 100%);
}

.page-title h3 {
    padding: 0;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
}

.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 14px;
    margin: 0 0 30px;
    color: #fff;
}

.slideTestimonial.testimonial-carousel {
    margin-top: 20px;
}

.testimonial-item {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 0px 35px 20px 35px;
}

.testimonial-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 55px;
    height: 3px;
    background: #e5e5e5;
}

.testimonial-author {
    font-size: 18px;
    margin: 5px 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.testimonial-customer {
    font-size: 14px;
    color: #fcb040;
}

.video-inner {
    position: relative;
    height: 100%;
}
.inner1,
.inner1 a,
.inner1 a .img-fluid{
    height: 100%;
    display: block;
}
.inner2 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.video-btn {
    position: relative;
    display: block;
    margin: 0 auto;
}

.video-btn i {
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    background: #fff;
    z-index: 4;
}

.video-btn:after {
    content: "";
    background-color: #fff;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    animation: pulse-border 1500ms linear infinite;
}

@keyframes pulse-border {
    80% {
        opacity: 0.4;
    }

    100% {
        height: 90px;
        width: 90px;
        opacity: 0;
    }
}

.testimonial-center svg {
    height: 45px;
}

.testimonial-center {
    margin: 0px 0 10px;
}

.testimonial-video .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.testimonial-images img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

section.partner {
	/* background: #eee; */
}
section.partner .partner-box img {
    opacity: 0.8;
    height: 90px;
    width: unset;
    max-width: unset;
    /* margin: 0 auto; */
    border-radius: 10px;
    overflow: hidden;
    padding: 6px;
}

section.partner .partner-box:hover img {
    opacity: 1;
}

section.banner-outer .inner-content {
    display: flex;
    align-items: end;
    padding: 15px 15px;
    background: #fff;
    position: relative;
}

.promo-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
}

.promo-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0 10px;
    text-transform: capitalize;
    color: #000000;
}
.new-card__title a:hover {
    color: #c71a2a;
}
@media (max-width: 586px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
      }
    .promo-title {
        font-size: 19px;
        line-height: 30px;
        font-weight: 600;
        margin: 6px 0 6px;
        text-transform: capitalize;
        color: #000000;
      }
    .product-layout {
        padding: 0px 5px;
    }

    section.products .slide-4 {
        margin: 0px -5px;
    }
}

.block-date {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 15px;
    color: #c11a2b;
}

h4.blog-title {
    margin: 0;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 20px;
}
h4.blog-title a{
    line-height: 1.4;
}
.blog-read {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 15px 0 0;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
    color: white;
    background: #c11a2b;
    display: block;
    width: fit-content;
}

.blog-block .blog-read:hover {
    background: #222;
}

.blog-block-inner .item.row:n/poth-child(2n) .blog-description {
    order: 1;
}

.blog-block-inner .item.row:nth-child(2n) .blog-info {
    order: 2;
}

.blog-block-inner .image img {
    border-radius: 10px;
}

.blog-block-inner .item {
    margin-bottom: 25px;
}
.products .img-fluid {
    max-width: 100%;
    height: 240px;
    width: 100%;
    object-fit: contain;
}

.slick-prev::before, .slick-next::before{
    content: unset !important;
}
.content_extab li{
    list-style: disc !important;
    margin-left: 20px;
    margin-top: 5px;
}
.contact a {
	font-size: 16px;
}


.banner1.banners:before {
    content: "";
    display: block;
    height: 97px;
    width: 87px;
    background: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
    border-radius: 5px;
    position: absolute;
    top: unset;
    right: unset;
    bottom: -6px;
    left: -8px;
}

section.banner-outer {
    padding-bottom: 30px;
}

.inner-img {
    position: relative;
    border-radius: 10px;
}

.desc-products-car p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cf-title-03 h3 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c11a2b;
  }
  .cf-title-03 h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #c11a2b;
  }
  .cf-title-03 h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #c11a2b;
  }
  .cf-title-03 {
    text-align: center;
}
.box-ballot-fabal {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
section.banner-outer.X-Quang {
    background: #eeeeee8c;
}

.swiper-slide {
    height: 100%;
    position: relative;
    transition-property: transform;
}
.transpi__service-item {
    border-radius: 10px;
    overflow: hidden;
    /* padding-top: 15px; */
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.transpi__service-item .service__img {
    position: relative;
}
.service__img-item {
    clip-path: polygon(0 0, 80% 0, 100% 21%, 100% 99%, 0 100%, 0 50%);
    overflow: hidden;
}
.transpi__service-item .service__img-item img {
    height: 189px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.transpi__service-item .icon {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 60px;
    height: 60px;
    background: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
    text-align: center;
    border-radius: 50px;
    z-index: 999;
    line-height: 100px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service__img .icon img {
    height: 35px;
}
.transpi__service-item .service__content {
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    padding: 5px;
    padding-top: 5px;
}
.service__content h2 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    min-height: 42px;
}

.btn-view-all-spec a svg {
    width: 20px;
    height: 15px;
    margin-left: 5px;
}

.btn-view-all-spec a {
    display: inline-flex;
    padding: 2px 8px;
    color: #c81a2a;
    text-transform: uppercase;
    align-items: center;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}

.btn-view-all-spec a svg path {fill: #c81a2a;}

.btn-view-all-spec {
    text-align: center;
    padding-top: 20px;
}

section.Specialist {
    padding: 30px 0px;
}

section.Opportunity {
    overflow: hidden;
    padding: 40px 0px 40px 0px;
    background: #eeeeee8c;
    position: relative;
}
section.Opportunity .transpi__section-heading.transpialigh {
    text-align: left;
    color: black;
}
section.Opportunity h1.spilit__enable {
    color: #d61e2d;
}

h1.spilit__enable {
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
    color: #d61e2d;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
section.Opportunity h1.spilit__enable:before {
    left: 0;
    transform: translate(0);
}

h1.spilit__enable:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    background: #d61e2d;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shortcode {
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-position-y: center;
    -webkit-mask-position-y: top;
    padding: 60px 60px 50px 50px;
    border-radius: 20px;
    /* background: url(../images/contact.png); */
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 80% 0, 100% 21%, 100% 100%, 0 100%, 0 50%);
    background-image: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
}
.elementor-shortcode .tp-select {
    margin-bottom: 6px;
}
.elementor-shortcode label {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 35px;
}
.elementor-shortcode input {
    width: 100%;
    background: #fff;
    padding: 8px 15px;
    color: #333;
    border-radius: 5px;
    font-style: italic;
    font-size: 13px;
}
.elementor-shortcode label {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 35px;
}
.elementor-shortcode select {
    width: 100%;
    background: #fff;
    border: none;
    padding: 12px 15px;
    color: #333;
    border-radius: 5px;
}
.elementor-shortcode textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 10px 15px;
    color: #060606;
    border-radius: 5px;
    height: 100px;
    font-style: italic;
}
.contact__form-submit button {
    border: none;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    background: #ffffff;
    color: #c61b2b;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
}








section.Clients {
    padding: 40px 0px 40px 0px;
    position: relative;
}
section.Clients .transpi__section-heading.transpialigh {
    margin-bottom: 20px;
}

.transpi__section-heading.transpialigh {
    text-align: center;
}
h1.spilit__enable {
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
    color: #c11a2b;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h1.spilit__enable:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 3px;
    background: #c11a2b;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.Clients .transpi__sub-heaind p {
    text-transform: unset;
    width: 97%;
    display: inline-block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center !important;
    line-height: 1.4;
}
.transpi__testimonial-item {
    position: relative;
}
.transpi__testimonial-item-inner {
    text-align: center;
    padding: 0 24px;
    padding-top: 33px;
    padding-bottom: 56px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.transpi__testimonial-item-inner .quote_icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.transpi__testimonial-item-inner h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
.transpi__testimonial-item-inner p {
    color: #333;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
    min-height: 120px;
}
.testi__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.autho__info {
    text-align: left;
    margin-left: 10px;
}
.autho__img img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.autho__info h4 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
}
.transpi__testimonial-item .tes__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.transpi__testimonial-item .tes__shape svg {
    padding-right: 20px;
}
.transpi__testimonial-item-inner .quote_icon svg path {
    fill: #01415c;
}













section.Latest-news {
    padding: 20px 0px 29px 0px;
    background: #eeeeee8c;
}
.news-card.news-card-2 {
    border: unset;
    padding: unset;
    /* height: 97%; */
    overflow: hidden;
}

.news-card {
    border: 1px solid #ecf1f5;
    border-radius: 5px;
    padding: 20px 20px 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}
.news-card.news-card-2 .news-card__img {
    height: 100%;
}
.news-card.news-card-2 .news-card__img a img {
    height: unset;
    height: 100%;
    width: 100%;
}

.news-card__img a img {
    border-radius: 5px;
    height: 210px;
}
.news-card-content {
    padding: 40px 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--accent)), to(rgba(1, 15, 52, 0.1)));
    background: linear-gradient(0deg, #004078 0%, rgba(1, 15, 52, 0.1) 100%);
    top: 0;
    display: flex
;
    flex-direction: column;
    justify-content: end;
}
.news-card-content .news-card__title a {
    color: #fff;
}

.news-card__title a {
    font-size: 24px;
    font-weight: 500;
    color: #010f34;
}
.read-more svg {
    margin-left: 10px;
    fill: #010f34;
}
.news-card.news-card-2 .read-more {
    background-color: transparent;
    color: white;
    margin-top: 0px;
}

.news-card .read-more {
    padding: 0px;
    justify-content: left;
    margin-top: 15px;
    font-size: 15px;
}
.read-more {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #010f34;
}
.new-card {
    margin-bottom: 10px;
}
.new-card__img a {
    overflow: hidden;
    border-radius: 10px;
    margin-right: 15px;
}
.new-card__img img {
    width: 145px;
    display: block;
    border-radius: 5px;
    height: 108px;
}
.new-card__title {
    margin-bottom: 0px;
    margin-top: 5px;
}
.new-card__title a {
    color: #2b2b2b;
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin: 7px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 10px;
}
.new-card-content .desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    line-height: 1.3;
}

.news-body {
    /* margin-top: 30px; */
}

.new-card.box-one-pages img {width: 100%;display: block;border-radius: 5px;height: 205px;}

.btn-video-play {
    --bs-btn-video-play-color: #32b8b8;
    --bs-btn-video-play-size: 64px;
    --bs-btn-video-play-size-md: 64px;
    --bs-btn-video-play-size-sm: 48px;
    --bs-btn-video-play-size-lg: 80px;
    --bs-btn-video-play-border-size: 16px;
    --bs-btn-video-play-border-size-md: 16px;
    --bs-btn-video-play-border-size-sm: 12px;
    --bs-btn-video-play-border-size-lg: 20px;
    --bs-btn-video-play-animation: pulse-border 1500ms ease-out infinite;
    --bs-btn-video-play-transition: all 0.35s ease-in-out;
    padding-left: 5px;
    position: relative;
    box-sizing: content-box;
    display: inline-flex
;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 35px;
}
.btn-video-play:after, .btn-video-play:before {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    background: #32b8b8;
}
.btn-video-play:before {
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-video-play:after, .btn-video-play:before {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    background: #32b8b8;
}
.btn-video-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.box-content-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-card.p-relative.news-card-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003d;
}
.slide-6 .slick-arrow {
    opacity: 0;
}

.slide-6:hover .slick-arrow {
    opacity: 1;
    transition: 0.5s ease;
}
section.partner .partner-box img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.partner-box a {
    /* padding: 5px 10px; */
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.partner-box a {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.partner-box {
    padding: 5px;
}
.list-news-pages ul li a {
    display: flex;
    align-items: center;
}

.list-news-pages ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.list-news-pages ul li {
    margin-bottom: 7px;
}

.list-news-pages ul li a {
    font-weight: 700;
}

.list-news-pages ul li a:hover {
    color: #c11a2b;
}
.contact__form-submit button:hover {
    background: #eee;
}
.inner-img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.service__img-item:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}
@media(max-width:768px) {
	.cf-title-03 h3 {
    font-size: 22px;
}
    h1.spilit__enable {
        font-size: 22px;
    }
    
    .elementor-shortcode {
        margin-top: 25px;
        padding: 50px 42px;
    }
}
@media (max-width: 586px) {
    .desc p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .title-section {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .pd-section-bottom {
        padding-bottom: 20px;
    }

    .pd-section-top {
        padding-top: 15px;
    }

    .slideshow-img img {
        /* height: 325px; */
    }

    .slideshow-title {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
        line-height: 1.2;
        width: 75%;
    }

    .slideshow-text {
        color: white;
        margin-bottom: 3px;
        margin-top: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .read-more {
        width: fit-content;
        background-color: white;
        padding: 3px 12px;
        border-radius: 5px;
        font-size: 13px;
        color: black;
        font-weight: 500;
    }
	section.banner-outer .inner-content {
		padding: 20px;
	}
    section.aboutus .aboutus-title {
        font-size: 30px;
        line-height: 1.1;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0px 0 0 10px;
        text-transform: uppercase;
        color: #c11a2b;
        border-left: 4px solid #c11a2b;
        display: block;
        margin-top: 35px;
    }
	section.aboutus .aboutus-title span {
		font-size: 15px;
	}

    section.aboutus .desc p {
        margin: 0 0 0 0px;
    }

    .service {
        display: block !important;
        text-align: center;
    }

    .service .service-icon i {
        height: 65px;
        width: 64px;
    }

    .service-icon {
        margin: 0 auto;
    }

    .service-content h4 {
        font-size: 14px;
        margin: 9px 0 5px;
    }

    .service .promo-desc {
        font-size: 13px;
    }


    section.categories .category-thumb {
        padding: 10px 10px 12px;
    }

    section.categories .category-thumb .cat-title {
        margin: 0;
        font-size: 15px;
    }

    .section-tabs .tabs button {
        font-size: 14px;
    }

    .product-thumb .button-group {
        visibility: visible;
        left: 0px;
    }

    .product-thumb .button-group a,
    .product-thumb .wishlist {
        height: 32px;
        width: 32px;
    }

    .product-thumb .button-group a svg {
        fill: white;
        height: 12px;
    }

    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        left: 10px;
    }

    .product-thumb .button-group a+a {
        margin-top: 5px;
    }

    .product-title {
        min-height: unset;
    }

    .product-thumb .product-title a {
        font-size: 15px;
    }

    .product-thumb .price {
        margin: 0;
        padding: 0;
    }

    .product-thumb .price-new {
        font-size: 15px;
    }

    .product-thumb .price-old {
        font-size: 14px;
    }

    .banners {
        margin-bottom: 15px;
    }

    .block-date {
        font-size: 17px;
        font-weight: 500;
        margin: 0px;
    }

    h4.blog-title {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .blog-block-inner .image img {
        margin-bottom: 10px;
    }

    .blog-read {
        font-size: 13px;
        padding: 6px 23px;
        margin: 0px 0 0;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-description {
        order: 2;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-info {
        order: 1;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }
    .products .img-fluid {
        max-width: 100%;
        height: 260px;
    }
    section.categories .category-thumb img {
        height: 150px;
      }
      .products .img-fluid {
        max-width: 100%;
        height: 150px;
      }
      .product-thumb .image {
        position: relative;
        display: block;
        padding: 0px 0px;
      }
      .content__in tr{
        display: flex;
  flex-wrap: wrap;
      }
      .content__in tr td{
        width: 100%;
      }
}