﻿@font-face {
    font-family: SVN-Gilroy;
    src: url(/assets/fonts/SVN-Gilroy.ttf) format('ttf'), url(/assets/fonts/SVN-Gilroy.woff) format('woff'), url(/assets/fonts/SVN-Gilroy.woff2) format('woff2');
}
body {
    color:#3a3a3a
}
video
{
    width:100%
}
.lh-55
{
    line-height:55px
}
.bg-6e72d5
{
    background: #6e72d5;
}
.bg-5156be {
    background-color: #5156be;
}
a.bg-6e72d5:hover
{
    color: #fff;
}
.bg-eaeaea
{
    background: #f7f7f7;
}
.w-maxcontent {
    width: max-content
}
.p-20 {
    padding: 20px
}
.mb-15
{
    margin-bottom: 15px;
}
.text-5
{
    font-size:5px;
}
.text-4em {
    font-size: 4em
}
.text-9d9d9d {
    color: #9d9d9d;
}
.text-666b8d {
    color: #666b8d;
}
    .text-666b8d:hover {
        color: var(--color-purple-4);
    }
.text-success {
    color: var(--color-purple-1) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-primary-rgb) !important;
}
.text-danger {
    color: red;
}
.text-a7 {
    color: #a7a7a7;
}
.shadow-7 {
    box-shadow: 0 15px 20px -20px rgb(0 0 0 / 73%);
}
.radius-15
{
    border-radius:15px
}
.p5-10px
{
    padding:5px 10px
}
.p10-30px {
    padding: 10px 30px;
}
.p15-30px {
    padding: 15px 30px;
}
.py-14 {
    padding: 14px 0;
}
.w-45px {
    width: 45px
}
.gap-3 {
    gap: 3px
}
.gap-5 {
    gap: 5px
}
.gap-10 {
    gap: 10px
}
.gap-15 {
    gap: 15px
}
.gap-18 {
    gap: 18px
}
.gap-20 {
    gap: 20px
}
.gap-30 {
    gap: 30px
}
.fw-medium
{
    font-weight:600
}
.radius-4
{
    border-radius:4px
}
.radius-7 {
    border-radius: 7px
}
.radius-100
{
    border-radius:100%
}
.border-ddd {
    border: #ddd solid thin;
}
.flex100per {
    flex: 0 0 100%;
}
.w-100
{
    width:100%
}
.flex-column
{
    flex-direction:column
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible i {
    font-size: 18px;
}
.text-24
{
    font-size:24px;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2ab57d;
    --bs-btn-border-color: #2ab57d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #249a6a;
    --bs-btn-hover-border-color: #229164;
    --bs-btn-focus-shadow-rgb: 74, 192, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #229164;
    --bs-btn-active-border-color: #20885e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2ab57d;
    --bs-btn-disabled-border-color: #2ab57d;
}
.line-clamp-1, .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.tabs__controls input[type=submit]:not(:disabled) {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
}
.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
}

    .spinner .path {
        stroke: #7545f06b;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite;
    }

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.top0
{
    top:0
}
.top95 {
    top: 95px
}
.min-vh-100 {
    min-height: 100vh !important;
}
.type-search .toggle-element.-dropdown {
    top: 35px;
    left: 42px;
    padding: 13px;
    min-width: auto;
}
.type-search .dropdown__button {
    padding: 0 !important;
    background:transparent
}
.type-search .icon {
    position: relative !important;
    transform: unset !important;
}
#_ddlTypeSearch:focus
{
    outline:none
}
.header-hotline-w {
    position: relative;
}

.header .header-menu .menu__nav a .icons {
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .4rem;
}
.header .header-menu .menu__nav a.active {
    background: #f5f2ff;
}
.masthead.-type-2 .masthead__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 60px;
    right: 60px;
    z-index: -1;
    height: 100%;
    border-radius: 16px;
}
.header .header-menu .menu .subnav
{
    list-style:none
}

.masthead__bg {
    background: linear-gradient(116deg, rgb(255, 93, 25) 10.84%, rgb(207, 39, 125) 38.64%, rgb(121, 51, 234) 68.26%, rgb(29, 160, 255) 92.1%);
}
.masthead__image img{
    animation: floating2 3s infinite;
    -webkit-animation: floating2 3s infinite;
}
@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
.mx-150 {
    margin: 0 150px;
}
.text-justify {
    text-align: justify;
}
.text-gradient-1 {
    background: linear-gradient(to right, #ee4207 0%, #ff734e 100%); 
    background-clip: text;
    color: transparent;
}

.style-line h2::before, .style-line h1::before {
    background: #7545f0;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    margin-left: 30px;
    position: absolute;
    width: 15px;
}
.style-line h2::after, .style-line h1::after {
    content: "";
    background: #7545f0;
    bottom: -4px;
    height: 4px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 80px;
}
.style-line h2::before, .style-line h1::before {
    left: 0;
    margin-left: 90px;
}

.style-line h2::after {
    left: 0;
    margin-left: 0;
}
.sectionTitle.style-line h2::before, .sectionTitle.style-line h2::after {
    bottom: -15px;
}
.content_inner h3 {
    font-family: "SVN-Gilroy";
    color: #000248;
    font-size: 30px;
    font-weight: 400
}
.box_slider .item {
    margin: 0 7px;
    width: calc(100% - 14px) !important;
    box-shadow: 0 1px 14px rgba(0,0,0,.1);
    border-radius: 20px;
    background: rgb(255 255 255 / 74%);
    cursor: pointer;
    transition: .3s;
    height: 100%
}
    .box_slider .item:hover
    {
        background:#fff
    }
    .box_slider .item .inner {
        padding: 50px
    }

.box_slider .item p.number, .tab_img .tab_container p.number {
    font-size: 60px;
    color: #010a44;
    line-height: normal;
    margin-bottom: 10px;
    font-weight:800
}

    .box_slider .item p.number .dot, .step_ .item .box_content .step .dot, .tab_img .tab_container p.number .dot {
        color: var(--color-purple-4)
    }

.box_slider .item .content {
    font-size: 16px
}

.box_slider .slick-list {
    padding: 20px 0 20px calc(calc(100%/3)/2) !important
}

.box_slider .slick-track {
    display: grid;
    grid-auto-flow: column
}
.font-headerGilroy {
    font-family: "SVN-Gilroy";
}
.step_ .box {
    width: auto;
    padding: unset;
}

.step_ .box {
    position: relative;
}
.step_ .box > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-100%);
}
.step_ .item > * {
    width: 50%;
}
.step_ .item {
    display: flex;
    align-items: center;
}
    .step_ .item .box_content .inner, .step_ .item .box_img .inner {
        padding: 0 80px 0 100px;
    }
    .step_ .item .box_content .step {
        color: #000248;
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: 800;
    }
    .step_ .item .box_content .title {
        color: #000248;
        font-size: 21px;
        margin-bottom: 10px;
        line-height: 1.2;
        font-weight: 700;
    }
    .step_ .item .box_content .content {
        font-size: 14px;
        color: #45455e;
        line-height: 1.5;
    }
    .step_ .item .box_content .arrows_steps {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateY(calc(100% + 50px));
    }
    .step_ .item:not(:last-child) {
        margin-bottom: 170px;
    }
    .step_ .item .box_content {
        position: relative
    }
    .step_ .item:nth-child(2n+2) .box_content {
        order: 2;
    }
        .step_ .item:nth-child(2n+2) .box_content .arrows_steps {
            transform: translateY(calc(100% + 50px)) rotateY(180deg);
            left: inherit;
            right: 50%;
        }
    .step_ .item .box_img img {
        box-shadow: 2px 2px 79px rgba(0, 2, 72, .13);
        border-radius: 30px;
    }
ul.list_link {
    margin: 50px 0 0;
    display: flex;
    list-style: none;
    justify-content: center;
}
    ul.list_link li {
        margin: 0 7px;
    }
.button_for_all.red, .home_sec10 .box .item .content_inner a:hover:after {
    background-image: linear-gradient(to right, #ee4207 0, #ff734e 100%);
}

.button_style {
    color: #fff !important;
    text-align: left;
    padding: 12px 0 12px 30px;
    min-width: 140px;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    z-index: 9;
    border-radius: 26px;
    border: 1px solid #fff;
    overflow:hidden
}
.button_for_all {
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    border: none;
}
.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.partner .slider_logo a {
    width: 90%;
    padding-bottom: 90%;
    border-radius: 1.042rem;
    background: #fff;
    box-shadow: 0 0 2.083rem 0 rgba(136,166,180,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    transition: .5s;
    position: relative
}

.partner .slider_logo .item {
    display: flex !important;
    justify-content: center
}

.partner .slider_logo .slick-slide:nth-child(2n) {
    padding-top: 1.302rem
}

.partner .slider_logo:before, .slider_logo:after {
    content: '';
    background: linear-gradient(90deg,#fff 0,rgba(255,255,255,.55) 57.3%,rgba(255,255,255,0) 100%);
    width: 25.99rem;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    pointer-events: none
}

.partner .slider_logo:after {
    background: linear-gradient(268deg,#fff 0,rgba(255,255,255,.55) 57.3%,rgba(255,255,255,0) 100%);
    left: unset;
    right: 0;
    z-index: 2
}

.partner .slider_logo a:hover {
    background: rgb(117 69 240 / 11%);
}
.partner .slider_logo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.footer-header-socials__list a:hover {
    color: var(--color-white);
    border: #6e72d5 solid thin;
}
.footer-header-socials__list a {
    border: #fff solid thin;
    border-radius: 100%;
}
.box_form {
    border-radius: 25px;
    background-color: var(--color-purple-4);
    box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -webkit-box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -moz-box-shadow: 0 0 40px rgba(0, 50, 82, .09);
    -webkit-appearance: none;
}
    .box_form .content_inner {
        padding: 40px;
    }
    .box_form .content_inner p
    {
        color:#ffff
    }
.-form-quote {
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    border-bottom: #dbdbdb solid thin;
}
.form-ref-btn {
    display: block;
    width: 100%;
    padding: 25px 15px;
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(77deg, #a32dff 17.91%, #7545f0 90.76%);
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align:center
}
.bolt-ani {
    color: #f2de10
}
.-form-quote:focus
{
    outline:none
}
textarea {
    resize: none;
}
.control-logo-slierm {
    justify-content: center;
    gap: 10px;
    margin-top:25px;
    display:none
}
footer {
    background: #f7f8fb;
}
.bg-purple-7 {
    background-color: var(--color-purple-7);
}
.marquee-list .marquee-to-left {
    margin-bottom: 17px;
}
.marquee-list {
    text-align: center;
    padding: 50px 0 0;
}
.marquee-list .marquee {
    white-space: nowrap;
}
.marquee-to-left .wrap {
    animation: 14s linear infinite marquee;
}
.marquee-to-right .wrap {
    display: flex;
    justify-content: flex-end;
    animation: 14s linear infinite marquee2;
}
.marquee-list .marquee span {
    font-size: 100px;
    color: #9f9fa0;
    display: inline-block;
    padding: 0 60px;
    opacity: .5;
    transition: .4s;
    font-weight: 700;
    line-height: 1.3;
}
.marquee-list .marquee span {
    -webkit-transition: .4s;
    -o-transition: .4s;
}
.marquee-list .marquee span:hover
{
    opacity:1
}
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}
.list-service .item:nth-child(2n+2) .about-content {
    order: 2;
}
.list-service .item .about-image {
    padding: 50px;
}
._itemsidebar {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 999;
    color: #fff;
}
    ._itemsidebar .box-item:before, ._itemsidebar .box-item:after {
        position: absolute;
        content: '';
        height: 48px;
        width: 48px;
        left: 0;
        top: 0;
        background: #7545f0;
        border-radius: 50%;
    }

    ._itemsidebar .box-item:before {
        animation: euiBeaconPulseSmall 2s infinite ease-out;
    }
._itemsidebar .box-item i {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
ul.addThis_listing
{
    list-style:none
}
.addThis_listSharing.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.addThis_listSharing {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
    .addThis_listSharing.active .listSharing_action {
        -ms-transition-delay: 0.1s;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.1s;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .addThis_listSharing .listSharing_action {
        position: absolute;
        bottom: 170px;
        border-radius: 12px;
        right: 31px;
        max-width: 300px;
        background-color: #f5f6fa;
        box-shadow: 0 4px 20px rgb(0 0 0 / 6%);
        -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 6%);
        -moz-box-shadow: 0 4px 20px rgb(0 0 0 / 6%);
        -webkit-appearance: none;
        -webkit-transform-origin: 100% bottom;
        transform-origin: 100% bottom;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff;
}

.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px;
}
    .addThis_listing .addThis_item a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #333;
        font-weight: 600;
        font-size: 14px;
    }

    .addThis_listing .addThis_item .addThis_item--icon {
        font-size: 16px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border-radius: 30px;
    }
    
@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0;
    }
}
.color-zalo_ {
    background: #3985f7;
}
.color-hotline-bar {
    background-image: linear-gradient(to right, #ee4207 0, #ff734e 100%);
}
.blogCard__content h3 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
}
.blogCard__content h2 {
    font-weight: normal;
    font-size: 23px;
}
.blogCard__content img {
    padding: 10px 0;
}

    .header .header-menu .menu .subnav > li a i
    {
        font-size: 1.5em;
        width: 20px;
    }
    .header .header-menu .menu .subnav a
    {
        font-weight: 600;
    }
.header .header-menu .menu .subnav > li p
{
    font-size: 14px;
}
.header .header-menu .menu .subnav > li.title-des
{
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
}
.footer a
{
    font-size: 14px;
    font-weight: 500;
}
.footer a:hover
{
    text-decoration: underline;
    color: #fff;
}
.footer-header-socials a:hover
{
    text-decoration: none;
}
.content-data p
{
    font-size: 14px;
}
.content-data h1
{
  font-size: 25px;
}
.content-data h2 {
    font-size: 15px;
    margin: 10px 0;
}
.content-data ul {
    padding-left: 35px;
}
.bg-f7f7f7
{
    background: #f7f7f7;
}
.alertify-notifier .ajs-message.ajs-success {
    background: #e3f4e4 !important;
    border-left: #009c0a solid 5px;
}
.alertify-notifier .ajs-message.ajs-success i {
    color: #009c0a;
}
.alertify-notifier .ajs-message.ajs-error
{
    background: #f5e5e5 !important;
    border-left: #ff0000 solid 5px;
}
.alertify-notifier .ajs-message.ajs-error i {
    color: #ff0000;
}

@media (max-width: 767px) {
    .masthead.-type-2 .masthead__title
    {
        min-height: 100px;
    }
    .masthead.-type-2 .masthead__bg {
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .step_ .item .box_content .arrows_steps{
        display: none !important;
    }
    .step_ .item .box_content .inner, .step_ .item .box_img .inner {
        padding: 0
    }
    .step_ .item > * {
        width: 100%;
    }
    .step_ .item
    {
        display:inline-block;
    }
        .step_ .item:not(:last-child) {
            margin-bottom: 20px;
        }
        .step_ .item .box_content {
            margin-bottom: 15px;
        }
    ul.list_link li {
        margin: 0;
    }
    .partner .slider_logo:before, .slider_logo:after, .about-img {
        display: none
    }
    .partner .slider_logo a {
        box-shadow: 0 0 0.5rem 0 rgba(136, 166, 180, .2);
    }
    .control-logo-slierm
    {
        display:flex
    }
    .box_form .content_inner {
        padding: 0px;
    }
    .md\:flex-direction-col-reverse {
        flex-direction: column-reverse
    }

    .md\:flex-direction-col {
        flex-direction: column
    }
    .list-service .item {
        flex-direction: column-reverse;
    }
    .list-service {
        gap: 50px;
    }
        .list-service .item:nth-child(2n+2) .about-content {
            order: 0;
        }
    .marquee-list .marquee span {
        padding: 0 10px;
    }
}
@media (max-width: 991px) 
{
    
    .box_slider.w-50, .w-50, .box_form .w-50 {
        width: 100% !important
    }
}
@media (max-width: 1024px) {
    .box-masthead-image {
        display: none
    }

    .mx-150 {
        margin: 0
    }

    .content_inner h3, .box_form .heading {
        font-size: 20px !important;
    }

    .step_ .item .box_content .step {
        font-size: 22px;
    }

    .step_ .item .box_content .title {
        font-size: 18px;
    }

    .marquee-list .marquee span, .about-content__title, .masthead__title, .sectionTitle__title {
        font-size: 27px !important;
    }
    .elements-image__el2 {
        left: 0;
        top: -45px;
        bottom: unset;
    }
    .elements-image__el1 {
        bottom: 0;
        top:unset
    }
    .list-service .item .about-image
    {
        padding:0
    }
    .masthead__content {
        min-height: 320px;
    }
    .slider_logo .slick-slide .item {
        margin: 0 10px;
    }
    .step_ .item .box_content .content
    {
        font-size:15px;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .box_slider.w-50 {
        width: 70% !important
    }

    .box_content.w-50 {
        width: 30% !important
    }
    .list-service .item > div
    {
        width:50%;
    }
    .list-service .item
    {
        gap:30px
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .box_slider.w-50 {
        width: 70% !important
    }

    .box_content.w-50 {
        width: 30% !important
    }
    .list-service .item {
        gap: 30px
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .-form-quote {
        font-size: 16px;
    }
}