/* Home refresh */
:root {
    --home-blue: #20aee8;
    --home-blue-dark: #173d60;
    --home-text: #182b3f;
    --home-muted: #607386;
    --home-line: #dfeaf2;
    --home-soft: #f6fbff;
    --home-shadow: 0 18px 45px rgba(21, 58, 89, 0.12);
}

body {
    color: var(--home-text);
    background: #ffffff !important;
}

.body-wrap {
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .nav-above {
        height: 46px;
        background: var(--home-blue-dark);
    }
    .nav-above .container {
        width: calc(100% - 32px);
        max-width: 1120px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-above .container:before,
    .nav-above .container:after {
        display: none;
        content: none;
    }
    .nav-above .pull-left {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .qode-btn.widget-tel {
        height: 46px;
        min-width: auto;
        padding-right: 16px;
        background: rgba(255, 255, 255, 0.06);
    }
    .qode-btn.widget-tel > .qode-icon {
        width: 42px;
        height: 46px;
        line-height: 46px;
        margin-right: 8px;
        background: rgba(0, 0, 0, 0.15);
    }
    .qode-text {
        line-height: 46px;
        font-size: 14px;
    }
    .i-con {
        top: 3px;
    }
    .welcome-text {
        width: auto;
        max-width: 560px;
        height: 46px;
        line-height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }
    .nav-above .social {
        height: 46px;
        display: flex;
        align-items: center;
    }
    .nav-above .social a {
        width: 30px;
        height: 30px;
        float: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.1);
    }
    .nav-above .social figure,
    .nav-above .social img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .nav-bottom {
        min-height: 112px;
        height: 112px;
        background: #ffffff;
        border-bottom: 1px solid rgba(23, 61, 96, 0.08);
        box-shadow: 0 10px 28px rgba(20, 49, 78, 0.07);
        z-index: 20;
    }
    .logo-wrap {
        width: 24%;
        height: 112px;
    }
    .nvtop {
        width: 76%;
    }
    .logo-main {
        height: 76px;
        margin: 10px 0 4px;
    }
    .main-text {
        bottom: 11px;
        color: #4c5e70;
    }
    .navbar {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        float: none;
    }
    .navbar > li {
        height: auto;
        display: flex;
        align-items: center;
        top: 0;
    }
    .navbar > li > a,
    .navbar > li:last-child > a {
        top: 0;
        transform: none;
        padding: 10px 12px;
        border: 0;
        border-radius: 6px;
        color: #23384d;
        font-size: 15px;
        font-weight: 500;
    }
    .navbar > li > a:hover,
    .navbar > li.active a {
        color: #059ed6;
        background: #edf8fd;
    }
    .chain-right {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: visible;
    }
    .pull-search {
        height: 42px;
        padding-right: 215px;
    }
    .search-form,
    .search-field {
        height: 42px;
        width: 100%;
    }
    .search-field {
        color: var(--home-text);
        border: 1px solid #dce9f3 !important;
        border-radius: 6px 0 0 6px !important;
        background: #ffffff;
        padding: 0 14px;
    }
    .search-field::-webkit-input-placeholder {
        color: #8fa1b3;
    }
    .search-field:-ms-input-placeholder {
        color: #8fa1b3;
    }
    .pull-wrap {
        height: 42px;
        display: flex;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .select-lang {
        height: 42px;
    }
    .btn-cycle {
        border-radius: 6px;
    }
    .btn-cycle.btn-languages,
    .btn-cycle.widget-download {
        top: 0;
        transform: none;
        height: 42px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .btn-cycle.icon-submit {
        width: 48px;
        height: 42px;
        line-height: 42px;
        border-radius: 0 6px 6px 0;
        background: var(--home-blue-dark);
        border-color: var(--home-blue-dark);
    }
    .btn-cycle.widget-download {
        width: 142px;
        color: var(--home-blue-dark);
        background: #ffc44d;
        border-color: #ffc44d;
        font-weight: 600;
    }
}

.home-hero {
    display: flow-root;
    background: linear-gradient(180deg, #eef8fd 0%, #ffffff 100%);
    padding: 0;
}

.home-hero .slide-one {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
}

.home-hero .slide-wrap {
    overflow: hidden;
    border-radius: 0;
    background: #102f48;
    box-shadow: none;
}

.home-hero .carousel-inner,
.home-hero .blog-cover {
    height: auto;
}

.home-hero .slide-wrap,
.home-hero #slide_haeder,
.home-hero .carousel-inner,
.home-hero .blog-cover,
.home-hero .cover-main {
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 16 / 5;
}

.home-hero .carousel-inner > .item {
    height: auto;
}

.home-hero .blog-cover {
    position: relative;
}

.home-hero .blog-cover:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 34, 55, 0.12), rgba(9, 34, 55, 0));
    pointer-events: none;
}

.home-hero .cover-main,
.home-hero .cover-main img {
    width: 100%;
    height: auto;
}

.home-hero .cover-main {
    float: none;
    display: block;
    margin: 0;
}

.home-hero .cover-main img {
    display: block;
    max-width: none;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.home-hero .carousel-control {
    width: 64px;
    background: transparent !important;
    opacity: 1;
}

.home-hero .carousel-control i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    background: rgba(23, 61, 96, 0.54);
    color: #ffffff;
    font-size: 34px;
}

.home-quick-links {
    position: relative;
    z-index: 5;
    margin-top: -38px;
    padding-bottom: 22px;
    background: linear-gradient(180deg, rgba(246, 251, 255, 0) 0%, #ffffff 64px);
}

.home-quick-links .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-quick-links .container:before,
.home-quick-links .container:after {
    display: none;
    content: none;
}

.home-quick-card {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(21, 58, 89, 0.1);
    color: var(--home-text);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-quick-card:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 174, 232, 0.45);
    box-shadow: 0 18px 42px rgba(21, 58, 89, 0.16);
    color: var(--home-text);
}

.home-quick-card i {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--home-blue);
    background: #ecf9fe;
    font-size: 24px;
}

.home-quick-card span {
    margin-bottom: 6px;
    color: var(--home-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.home-quick-card small {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.55;
}

.home-section-head {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-section-head span {
    display: block;
    margin-bottom: 10px;
    color: var(--home-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.home-section-head h2 {
    margin: 0 0 12px;
    color: var(--home-text);
    font-size: 34px;
    line-height: 1.25;
    font-weight: 600;
}

.home-section-head p {
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.75;
}

section.sec.one {
    padding: 42px 0 70px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

section.sec.one .main-container {
    width: 100%;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

section.sec.one .blog-title {
    width: 100%;
    padding: 0 10px 26px;
    text-align: left;
    background: transparent;
}

section.sec.one > div > div > .title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    color: var(--home-text);
    font-size: 31px;
    line-height: 1.35;
    font-weight: 600;
}

section.sec.one .title figure {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-right: 16px;
    padding: 10px;
    border-radius: 8px;
    background: #ecf9fe;
}

section.sec.one .title figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

section.sec.one .blog-content {
    width: 100%;
    float: none !important;
    display: flex;
    color: var(--home-text);
    padding: 10px;
}

section.sec.one .blog-content .content {
    position: relative;
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid #d9e9f4 !important;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(21, 58, 89, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

section.sec.one .blog-content .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--home-blue), #ffc44d);
    opacity: 0;
    transition: opacity 0.2s ease;
}

section.sec.one .blog-content .content:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 174, 232, 0.45) !important;
    box-shadow: var(--home-shadow);
}

section.sec.one .blog-content .content:hover:before {
    opacity: 1;
}

section.sec.one .blog-content .content figure {
    grid-column: 1;
    width: 100%;
    height: 100%;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 22px 26px;
    border-right: 1px solid #eef5fa;
    border-bottom: 0;
    background: radial-gradient(circle at 72% 22%, rgba(255, 196, 77, 0.22), transparent 31%), linear-gradient(180deg, #eef9fe 0%, #ffffff 100%);
}

section.sec.one .blog-content .content figure img {
    width: auto;
    max-width: 100%;
    max-height: 160px;
    display: block;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    object-fit: contain;
}

section.sec.one .blog-content .feature-card-body {
    grid-column: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

section.sec.one .blog-content .content .title {
    margin: 0 0 10px;
    padding: 0;
    color: var(--home-text);
    font-size: 24px;
    line-height: 1.45;
}

section.sec.one .blog-content .content p,
section.sec.one .blog-content .content span {
    color: var(--home-muted);
    font-size: 16px !important;
    line-height: 1.75;
    margin: 0;
    padding: 0;
}

.video_sec-row {
    min-height: 520px;
    height: auto;
    display: grid;
    grid-template-columns: minmax(500px, 540px) minmax(520px, 590px);
    align-items: center;
    justify-content: center;
    gap: 44px;
    padding: 72px max(24px, calc((100% - 1180px) / 2 + 12px));
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(22, 75, 112, 0.98) 0%, rgba(7, 159, 208, 0.98) 100%),
        #079fd0;
}

.video_sec-row:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 54px),
        linear-gradient(160deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 58%, transparent 58%),
        linear-gradient(158deg, transparent 0 64%, rgba(5, 68, 105, 0.18) 64% 77%, transparent 77%);
    opacity: 0.72;
}

.video_sec-row:after {
    content: "";
    position: absolute;
    top: -18%;
    right: -9%;
    bottom: -18%;
    width: 38%;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
    transform: skewX(-18deg);
    opacity: 0.42;
    pointer-events: none;
}

.video_sec-row .left-side {
    width: 100%;
    max-width: 540px;
    min-height: 360px;
    height: auto;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 2;
    justify-self: end;
}

.video_sec-row .left-side img {
    position: static !important;
    width: min(260px, 100%);
    height: auto !important;
    max-width: 260px;
    justify-self: center;
    align-self: end;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0;
    opacity: 1;
    z-index: 2;
    transform: none !important;
}

.video_sec-row .col-6-text {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    z-index: 3;
}

.video_sec-row .video-kicker {
    display: block;
    margin-bottom: 12px;
    color: #ffd35b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.video_sec-row .col-6-text p {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    text-shadow: 0 10px 32px rgba(6, 35, 58, 0.2);
}

.video_sec-row .video-support-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.video_sec-row .video-support-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 6px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 14px;
    font-weight: 600;
}

.video_sec-row .video-support-list .material-icons {
    width: 18px;
    height: 18px;
    color: #ffd35b;
    font-size: 18px;
    line-height: 18px;
}

.video_sec-row .container-video {
    position: relative;
    right: auto;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 2;
    justify-self: start;
    transform: none;
}

.video_sec-row .container-video .video-row {
    display: block;
    width: 100%;
    height: auto;
}

.video_sec-row .container-video .video-row .col-6-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #071d2f;
    border: 7px solid #071d2f;
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.3);
}

.video_sec-row .container-video .video-row .col-6-video iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video_sec-row .bg-sec-video {
    display: none;
}

.home-services-refresh {
    overflow: visible;
    padding: 76px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.home-services-refresh .container {
    max-width: 1180px;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-services-refresh .services-item {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d9e9f4;
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(21, 58, 89, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-services-refresh .services-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--home-blue), #ffc44d);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.home-services-refresh .services-item:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 174, 232, 0.45);
    box-shadow: var(--home-shadow);
}

.home-services-refresh .services-item:hover:before {
    opacity: 1;
}

.home-services-refresh .services-thumb {
    width: 100%;
    height: 156px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #eef5fa;
    background: radial-gradient(circle at 72% 22%, rgba(255, 196, 77, 0.22), transparent 30%), linear-gradient(180deg, #eef9fe 0%, #ffffff 100%);
}

.home-services-refresh .services-thumb figure,
.home-services-refresh .services-thumb img {
    width: 100%;
    height: 100%;
}

.home-services-refresh .services-thumb img {
    display: block;
    object-fit: contain;
    padding: 14px 18px;
    margin: 0 !important;
}

.home-services-refresh .services-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.home-services-refresh .services-header {
    position: relative;
    min-height: 48px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 0;
}

.home-services-refresh .services-icon {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    background: var(--home-blue);
    box-shadow: 0 10px 22px rgba(32, 174, 232, 0.22);
}

.home-services-refresh .services-icon figure,
.home-services-refresh .services-icon figure img {
    width: 100%;
    height: 100%;
}

.home-services-refresh .services-icon figure img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.home-services-refresh .services-text {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--home-text);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.home-services-refresh .services-wraptext {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-services-refresh .services-wraptext p {
    display: block;
    min-height: 118px;
    margin-bottom: 20px;
    overflow: hidden;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.72;
}

.home-services-refresh .services-btn {
    width: auto;
    min-width: 142px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 8px;
    line-height: 1;
    margin-top: auto;
    padding: 0 14px 0 10px;
    border: 1px solid rgba(32, 174, 232, 0.32);
    border-radius: 6px;
    color: #059ed6;
    background: rgba(248, 252, 255, 0.82);
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-services-refresh .services-btn:hover {
    color: #ffffff;
    background: var(--home-blue);
    border-color: var(--home-blue);
    transform: translateY(-1px);
}

.home-services-refresh .more-icon {
    position: static;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    line-height: 28px;
    color: #ffffff !important;
    background: var(--home-blue);
    border-radius: 6px;
    font-size: 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-services-refresh .services-btn:hover .more-icon {
    color: var(--home-blue) !important;
    background: #ffffff;
}

.section-portfolio {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    border-top: 1px solid #dcebf5;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.section-portfolio:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(32, 174, 232, 0.13), transparent 68%);
    pointer-events: none;
}

.section-portfolio .container {
    position: relative;
    z-index: 1;
}

.portfolio-main-link {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
    background: transparent;
}

.portfolio-section-head {
    flex: 1 1 auto;
    max-width: 860px;
    margin: 0;
    text-align: left;
}

.portfolio-main-link .home-section-head span {
    width: auto;
    padding: 0;
    color: var(--home-blue);
    font-size: 13px;
}

.portfolio-main-link .home-section-head h2 {
    margin-bottom: 10px;
}

.portfolio-main-link a {
    width: auto;
    min-width: 132px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px 0 16px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--home-blue-dark);
    line-height: 42px;
    box-shadow: 0 12px 28px rgba(23, 61, 96, 0.16);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-main-link a span {
    width: auto;
    padding: 0;
    color: #ffffff;
    font-size: 15px;
}

.portfolio-main-link a > i {
    top: auto;
    transform: none;
    color: #ffffff;
    font-size: 26px;
}

.portfolio-main-link a:hover {
    background: #0f304d;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(23, 61, 96, 0.2);
}

.portfolio-data-wrap {
    margin-bottom: 26px;
}

.portfolio-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 8px;
    border: 1px solid #dbeaf4;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px rgba(21, 58, 89, 0.06);
}

.portfolio-data:before {
    display: none;
}

.portfolio-data:after {
    display: none;
    content: none;
}

.portfolio-data > li {
    width: auto !important;
    padding: 0;
    margin: 0;
}

.portfolio-data > li > a {
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #566b80 !important;
    background: transparent !important;
    line-height: 1.25;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-data > li:hover a,
.portfolio-data > li.active a {
    color: #ffffff !important;
    background: var(--home-blue) !important;
    border-color: var(--home-blue);
    box-shadow: 0 10px 22px rgba(32, 174, 232, 0.2);
}

.portfolio-card-grid {
    row-gap: 24px;
}

.port-element-wrap {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(21, 58, 89, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.port-element-wrap:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 174, 232, 0.45);
    box-shadow: var(--home-shadow);
}

.port-element-img {
    height: 238px;
    border: 0;
    background:
        radial-gradient(circle at 82% 10%, rgba(32, 174, 232, 0.13), transparent 28%),
        #f6fbff;
}

.port-element-img > figure,
.port-element-img > figure > a {
    width: 100%;
    height: 100%;
    display: block;
}

.port-element-img > figure img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    position: static;
    transform: none;
    object-fit: cover;
}

.port-element-link {
    min-height: 64px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 14px 56px 14px 18px;
    border: 0;
    line-height: 1.35;
    background: #ffffff;
}

.port-element-name {
    color: var(--home-text);
    font-size: 16px;
    line-height: 1.35;
}

.port-element-link .port-element-icon {
    top: 50%;
    right: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    transform: translateY(-50%);
    color: var(--home-blue);
    border-radius: 6px;
    background: #ecf9fe;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.port-element-wrap:hover .port-element-link .port-element-icon {
    color: #ffffff;
    background: var(--home-blue);
}

.section-intro.vision-modern {
    padding: 82px 0;
    border-top: 1px solid #e8f1f7;
    background: var(--home-soft);
}

.section-intro.vision-modern:before {
    background: transparent;
}

.vision-heading span {
    color: var(--home-blue);
}

.vision-heading h2 {
    color: var(--home-text);
}

.vision-list {
    align-items: stretch;
}

.vision-modern .one-time-wrap,
.vision-modern .one-time-inner {
    height: 100%;
    display: flex;
}

.vision-modern .bx-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 222px;
    padding: 26px 30px 28px;
    background: #ffffff;
    border: 1px solid var(--home-line);
    box-shadow: 0 12px 32px rgba(21, 58, 89, 0.08);
}

.vision-modern .bx-content:before {
    background: var(--home-blue);
}

.vision-modern .bx-content:after {
    background: rgba(32, 174, 232, 0.25);
}

.vision-card-label {
    margin-bottom: 24px;
    padding-bottom: 18px;
    color: var(--home-blue);
    border-bottom-color: #edf3f8;
}

.vision-card-label span {
    color: var(--home-blue);
}

.vision-card-label strong {
    color: rgba(23, 61, 96, 0.14);
}

.vision-card-icon {
    background: #ecf9fe;
    border-color: rgba(32, 174, 232, 0.28);
}

.vision-card-label .fa {
    color: var(--home-blue);
}

.vision-modern .text-content {
    color: #26394d;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 400;
}

.footer-news-refresh.ft-above {
    height: auto !important;
    min-height: 0;
    overflow: hidden;
    padding: 78px 0 72px;
    background: linear-gradient(135deg, #1f9fdd 0%, #2cb7ea 58%, #56c9f1 100%);
    color: #ffffff;
}

.footer-news-refresh.ft-above:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%),
        linear-gradient(335deg, rgba(23, 61, 96, 0.14) 0 32%, transparent 32% 100%);
    pointer-events: none;
}

.footer-news-refresh .container {
    position: relative;
    z-index: 1;
}

.footer-news-refresh .above-inner {
    margin: 0;
}

.footer-news-head {
    max-width: 980px;
    margin-bottom: 28px;
}

.footer-news-head span {
    display: block;
    margin-bottom: 8px;
    color: #ffd94a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-news-head .ft-title {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
}

.footer-news-head p {
    max-width: 940px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
}

.footer-news-refresh .footer-news-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    justify-content: normal !important;
    margin: 0;
}

.footer-news-refresh .related-item {
    width: auto !important;
    min-height: 118px;
    margin: 0;
    display: flex;
    align-items: stretch;
    float: none;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 36px rgba(21, 58, 89, 0.13);
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.footer-news-refresh .related-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 44px rgba(21, 58, 89, 0.18);
}

.footer-news-refresh .related-img {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 180px;
    width: 180px;
    height: auto;
    min-height: 118px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.footer-news-refresh .related-img > figure,
.footer-news-refresh .related-img > figure > a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.footer-news-refresh .related-img > figure img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    position: static;
    top: auto;
    left: auto;
    display: block;
    object-fit: cover;
    transform: none;
    transition: transform 0.25s ease;
}

.footer-news-refresh .related-item:hover .related-img > figure img {
    transform: scale(1.04);
}

.footer-news-refresh .related-desc {
    width: auto;
    min-height: 118px;
    height: auto;
    padding: 14px 16px 14px;
    display: flex;
    flex-direction: column;
    float: none;
}

.footer-news-refresh .related-title {
    width: 100%;
    margin: 0;
    float: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-news-refresh .related-title a {
    color: #ffffff;
}

.footer-news-refresh .related-desc article {
    width: 100%;
    height: auto;
    margin: 7px 0 10px;
    float: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-news-refresh .related-desc > a:last-child {
    width: 34px;
    height: 34px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffd94a;
    transition: background 0.2s ease, color 0.2s ease;
}

.footer-news-refresh .related-desc i {
    color: inherit;
    font-size: 25px;
    line-height: 1;
}

.footer-news-refresh .related-item:hover .related-title a {
    color: #ffd94a;
}

.footer-news-refresh .related-item:hover .related-desc > a:last-child {
    color: var(--home-blue-dark);
    background: #ffd94a;
}

.footer-news-refresh .footer-more-wrap {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-quick-links .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .footer-news-refresh .footer-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-news-refresh .related-item {
        min-height: 112px;
    }
    .footer-news-refresh .related-img {
        flex-basis: 132px;
        width: 132px;
        min-height: 112px;
    }
    .footer-news-refresh .related-desc {
        min-height: 112px;
        padding: 13px 14px;
    }
    .footer-news-refresh .related-title {
        font-size: 15px;
    }
    .footer-news-refresh .related-desc article {
        font-size: 13px;
        line-height: 1.55;
    }
    section.sec.one .blog-content {
        width: 100%;
        padding: 8px 10px;
    }
    section.sec.one .blog-content .content {
        min-height: 0;
        grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
    }
    section.sec.one .blog-content .content figure {
        height: 100%;
        min-height: 190px;
        padding: 18px 22px;
    }
    section.sec.one .blog-content .content figure img {
        max-height: 140px;
    }
    section.sec.one .blog-content .feature-card-body {
        padding: 28px;
    }
    section.sec.one .blog-content .content .title {
        margin: 0 0 8px;
        padding: 0;
        font-size: 22px;
    }
    section.sec.one .blog-content .content p {
        margin-bottom: 0;
        padding: 0;
    }
    .video_sec-row {
        grid-template-columns: 1fr;
        padding: 58px 24px;
    }
    .video_sec-row .left-side {
        height: auto;
    }
    .video_sec-row .left-side img {
        display: none;
    }
    .video_sec-row .col-6-text {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: left;
    }
    .video_sec-row .container-video {
        padding: 0;
        transform: none;
    }
    .video_sec-row .bg-sec-video {
        width: calc(100% - 48px);
        height: calc(100% - 48px);
        top: 24px;
        right: 24px;
    }
}

@media screen and (max-width: 767px) {
    .home-hero {
        padding-top: 0;
    }
    .home-hero .slide-one {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .home-hero .slide-wrap {
        border-radius: 0;
    }
    .home-quick-links {
        margin-top: 0;
        padding: 22px 0 34px;
        background: #ffffff;
    }
    .home-quick-links .container,
    .home-services-grid,
    .vision-list {
        grid-template-columns: 1fr;
    }
    .home-section-head {
        margin-bottom: 24px;
        text-align: left;
    }
    .home-section-head h2,
    section.sec.one > div > div > .title,
    .vision-heading h2 {
        font-size: 27px;
    }
    section.sec.one,
    .home-services-refresh,
    .section-portfolio,
    .section-intro.vision-modern,
    .footer-news-refresh.ft-above {
        padding: 52px 0;
    }
    .footer-news-head {
        margin-bottom: 24px;
        text-align: left;
    }
    .footer-news-head .ft-title {
        font-size: 27px;
    }
    .footer-news-head p {
        font-size: 15px;
    }
    .footer-news-refresh .footer-news-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .footer-news-refresh .related-item {
        min-height: 108px;
    }
    .footer-news-refresh .related-img {
        flex-basis: 112px;
        width: 112px;
        min-height: 108px;
        height: auto;
    }
    .footer-news-refresh .related-desc {
        min-height: 108px;
        padding: 12px 13px;
    }
    .footer-news-refresh .related-title {
        font-size: 15px;
        -webkit-line-clamp: 2;
    }
    .footer-news-refresh .related-desc article {
        margin-bottom: 8px;
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    .footer-news-refresh .related-desc > a:last-child {
        width: 30px;
        height: 30px;
    }
    section.sec.one .title figure {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        margin-right: 12px;
        padding: 8px;
    }
    section.sec.one .blog-content .content {
        min-height: 0;
        grid-template-columns: 150px minmax(0, 1fr);
    }
    section.sec.one .blog-content .content figure {
        height: 100%;
        min-height: 166px;
        padding: 12px;
    }
    section.sec.one .blog-content .content figure img {
        max-height: 116px;
    }
    section.sec.one .blog-content .feature-card-body {
        padding: 22px 20px;
    }
    section.sec.one .blog-content .content .title {
        margin-bottom: 8px;
        padding: 0;
        font-size: 19px;
    }
    section.sec.one .blog-content .content p,
    section.sec.one .blog-content .content span {
        font-size: 15px !important;
        line-height: 1.68;
        padding: 0;
    }
    .video_sec-row {
        min-height: 0;
        padding: 42px 16px;
    }
    .video_sec-row .col-6-text p {
        font-size: 21px;
    }
    .portfolio-main-link {
        display: block;
    }
    .portfolio-main-link a {
        width: 100%;
        margin-top: 18px;
    }
    .portfolio-section-head {
        max-width: 100%;
    }
    .portfolio-data-wrap {
        margin-right: -15px;
        overflow: hidden;
    }
    .portfolio-data {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 8px;
        -webkit-overflow-scrolling: touch;
    }
    .portfolio-data > li {
        flex: 0 0 auto;
    }
    .portfolio-data > li > a {
        white-space: nowrap;
    }
    .port-element-img {
        height: 220px;
    }
}

@media screen and (max-width: 480px) {
    section.sec.one .blog-content {
        padding: 8px 0;
    }
    section.sec.one .blog-content .content {
        min-height: 0;
        grid-template-columns: 128px minmax(0, 1fr);
    }
    section.sec.one .blog-content .content figure {
        height: 100%;
        min-height: 150px;
        padding: 10px;
    }
    section.sec.one .blog-content .content figure img {
        max-height: 108px;
        max-width: 112px;
    }
    section.sec.one .blog-content .feature-card-body {
        padding: 18px 16px;
    }
    section.sec.one .blog-content .content .title {
        padding: 0;
        font-size: 18px;
        line-height: 1.38;
    }
    section.sec.one .blog-content .content p,
    section.sec.one .blog-content .content span {
        padding: 0;
        font-size: 14px !important;
        line-height: 1.62;
    }
    .home-hero .cover-main img {
        object-fit: contain;
        object-position: center center;
    }
    .home-quick-card {
        min-height: 0;
    }
    .home-services-refresh .services-thumb {
        height: 150px;
    }
    .home-services-refresh .services-btn {
        width: 100%;
        align-self: stretch;
    }
}

@media screen and (max-width: 380px) {
    section.sec.one .blog-content .content {
        grid-template-columns: 118px minmax(0, 1fr);
    }
    section.sec.one .blog-content .content figure img {
        max-height: 98px;
        max-width: 104px;
    }
    section.sec.one .blog-content .feature-card-body {
        padding: 16px 14px;
    }
    section.sec.one .blog-content .content .title {
        font-size: 17px;
    }
    section.sec.one .blog-content .content p,
    section.sec.one .blog-content .content span {
        font-size: 13px !important;
    }
}

/* Responsive navigation */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-above .container {
        width: calc(100% - 28px);
    }
    .welcome-text {
        max-width: 460px;
        padding: 0 10px;
        font-size: 13px;
    }
    .nav-above .social a {
        width: 28px;
        height: 28px;
        margin-left: 6px;
    }
    .logo-wrap {
        width: 22%;
    }
    .nvtop {
        width: 78%;
    }
    .navbar > li > a,
    .navbar > li:last-child > a {
        padding: 9px 8px;
        font-size: 13px;
    }
    .pull-search {
        padding-right: 190px;
    }
    .btn-cycle.widget-download {
        width: 126px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .nav-above {
        display: none;
    }
    .nav-bottom,
    .nav-bottom.navFix,
    .nav-bottom.fadedown {
        height: 62px !important;
        min-height: 62px !important;
        top: 0 !important;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(20, 49, 78, 0.12);
    }
    .nav-bottom > .container {
        width: 100%;
        height: 62px;
        max-width: none;
        padding: 0 16px;
        position: relative;
    }
    .btn-navbar {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        left: 16px;
        text-align: center;
        z-index: 6;
    }
    .btn-navbar > i {
        top: 4px;
        color: var(--home-blue-dark);
    }
    .logo-wrap {
        width: 154px;
        height: 62px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        transform: translate(-50%, -50%);
    }
    .logo-main,
    .logo-main > figure,
    .logo-main > figure > a {
        height: 62px !important;
        margin: 0 !important;
    }
    .logo-main > figure > a > img {
        width: auto !important;
        max-width: 150px;
        max-height: 52px;
        top: 50% !important;
        transform: translateY(-50%);
    }
    .main-text {
        display: none !important;
    }
    .nvtop {
        width: auto;
        float: none;
        position: static;
    }
    .chain-right {
        width: auto;
        height: 62px !important;
        display: flex !important;
        align-items: center;
        position: absolute;
        top: 0;
        right: 16px;
        margin: 0;
        z-index: 5;
    }
    .pull-wrap {
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: static;
        top: auto;
        right: auto;
        transform: none;
    }
    .select-lang {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        float: none;
        margin-left: 6px;
    }
    .btn-cycle.btn-searching,
    .btn-cycle.btn-languages,
    .btn-cycle.widget-download.responsive {
        position: static;
        float: none;
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin: 0 0 0 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: auto;
        transform: none;
        border-radius: 7px;
        color: var(--home-blue-dark);
        background: #eef9fe;
        border-color: #d8eef9;
    }
    .btn-cycle.btn-searching.responsive,
    .btn-cycle.widget-download.responsive {
        display: inline-flex;
    }
    .btn-cycle.btn-searching > i,
    .btn-cycle.widget-download.responsive > i {
        top: auto;
        transform: none;
        font-size: 17px;
    }
    .btn-cycle.widget-download:not(.responsive) {
        display: none !important;
    }
    .sub-languages.dropdown-menu {
        width: 42px;
        min-width: 42px;
        top: 42px;
        right: -4px;
        left: auto;
    }
    .sub-languages.dropdown-menu > li {
        width: 42px;
        height: 38px;
        line-height: 38px;
        border-radius: 6px;
    }
    .pull-search {
        width: 100%;
        height: 62px;
        padding: 8px 58px 8px 16px;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        background: rgba(23, 61, 96, 0.96);
    }
    .search-form {
        width: 100%;
        height: 46px;
        top: auto;
        transform: none;
    }
    .search-field {
        width: 100%;
        height: 46px;
        padding: 0 54px 0 14px;
        border-radius: 7px !important;
        transform: none;
        top: auto;
    }
    .btn-cycle.icon-submit {
        width: 46px;
        height: 46px;
        line-height: 46px;
        right: 58px;
        top: 8px;
        border-radius: 0 7px 7px 0;
    }
    .icon-close.responsive {
        display: block;
        width: 42px;
        height: 46px;
        line-height: 46px;
        top: 8px;
        right: 10px;
        transform: none;
        border-radius: 7px;
        background: transparent;
    }
    .navbar {
        width: 300px;
        min-width: 300px;
        max-width: 82vw;
        height: 100vh;
        padding: 18px 0 28px;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        float: none;
        overflow-y: auto;
        z-index: 1000;
        transform: translateX(-100%);
        background: linear-gradient(180deg, #173d60 0%, #12334f 100%);
        border: 0;
    }
    .navbar:before,
    .navbar:after {
        display: none;
        content: none;
    }
    .navbar > li {
        width: 100%;
        height: auto !important;
        display: block;
        float: none;
        line-height: 1.4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .navbar > li > a,
    .navbar > li:last-child > a {
        width: 100%;
        padding: 15px 22px;
        display: block;
        top: auto;
        transform: none;
        border: 0;
        border-radius: 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 1.35;
    }
    .navbar > li > a:hover,
    .navbar > li.active a {
        color: #ffffff;
        background: rgba(32, 174, 232, 0.22);
    }
    .navbar-dropdown {
        width: 100%;
        position: relative !important;
        top: auto;
        left: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.16);
    }
    .navbar-dropdown > li {
        height: auto;
        line-height: 1.4;
        border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    }
    .navbar-dropdown > li > a {
        padding: 12px 22px 12px 36px;
        line-height: 1.4;
        background: transparent;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
    }
    .body-wrapper {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .nav-bottom > .container {
        padding: 0 10px;
    }
    .btn-navbar {
        left: 10px;
    }
    .logo-wrap {
        width: 132px;
    }
    .logo-main > figure > a > img {
        max-width: 128px;
    }
    .chain-right {
        right: 10px;
    }
    .btn-cycle.btn-searching,
    .btn-cycle.btn-languages,
    .btn-cycle.widget-download.responsive {
        width: 31px;
        height: 31px;
        line-height: 29px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 360px) {
    .main-wrap.active {
        transform: translateX(280px);
    }
    .navbar {
        width: 280px;
        min-width: 280px;
    }
    .logo-wrap {
        width: 118px;
    }
    .logo-main > figure > a > img {
        max-width: 114px;
    }
}

/* Video section on tablet and mobile */
@media screen and (max-width: 1199px) {
    .video_sec-row {
        min-height: 0;
        height: auto !important;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        align-items: center;
        gap: 26px;
        padding: 56px 24px;
        overflow: hidden;
    }
    .video_sec-row .bg-sec-video {
        width: calc(100% - 32px);
        height: calc(100% - 48px);
        top: 24px;
        left: 50%;
        right: auto;
        margin: 0;
        transform: translateX(-50%);
    }
    .video_sec-row .left-side {
        width: min(100%, 760px);
        max-width: 720px;
        height: auto;
        min-height: 0;
        display: block !important;
        grid-template-columns: 1fr !important;
        position: relative;
        justify-self: center;
    }
    .video_sec-row figure,
    .video_sec-row .left-side img {
        display: none !important;
    }
    .video_sec-row .col-6-text {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        transform: none !important;
        text-align: left;
    }
    .video_sec-row .video-support-list {
        gap: 8px;
    }
    .video_sec-row .container-video {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: min(100%, 720px);
        height: auto !important;
        margin: 0 auto !important;
        padding: 0;
        justify-self: center;
        transform: none !important;
    }
    .video_sec-row .container-video .video-row {
        width: 100% !important;
        height: auto !important;
        display: block;
        top: auto !important;
        left: auto !important;
    }
    .video_sec-row .container-video .video-row .col-6-video {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        aspect-ratio: 16 / 9;
    }
    .video_sec-row .container-video .video-row .col-6-video iframe {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .video_sec-row {
        gap: 20px;
        padding: 38px 16px;
    }
    .video_sec-row .bg-sec-video {
        width: calc(100% - 24px);
        height: calc(100% - 32px);
        top: 16px;
    }
    .video_sec-row .col-6-text {
        padding: 18px 18px;
    }
    .video_sec-row .video-kicker {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .video_sec-row .col-6-text p {
        font-size: 20px;
        line-height: 1.55;
    }
    .video_sec-row .video-support-list {
        margin-top: 14px;
    }
    .video_sec-row .video-support-list span {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 13px;
    }
    .video_sec-row .container-video .video-row .col-6-video {
        border-width: 4px;
    }
}

@media screen and (max-width: 420px) {
    .video_sec-row {
        padding: 34px 12px;
    }
    .video_sec-row .col-6-text p {
        font-size: 18px;
    }
    .video_sec-row .video-support-list span {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }
}

/* Keep the first service heading icon centered on every viewport */
section.sec.one > div > div > .title {
    display: flex !important;
    align-items: center !important;
}

section.sec.one > div > div > .title figure {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    line-height: 1 !important;
}

section.sec.one > div > div > .title figure img {
    display: block !important;
    margin: 0 !important;
    vertical-align: middle !important;
}
