:root {
    --color-01: #23c1e5;
}

p,
body {
    font-size: 18px
}

.logo img {
    object-fit: contain;
}

.banner-cx-01 {
    position: relative;
    width: 100%;
    background-image: url(/assets/image/images/bg-thiet-ke-website-gia-re-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.h2-title {
    margin-top: 30px;
    font-size: 32px;
    color: #008acd;
    text-align: center;
    font-weight: 600
}

.icon-helps {
    font-size: 18px;
    list-style: none;
    padding-left: 0
}

.icon-helps li {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px
}

.icon-helps li:before {
    content: "\f059";
    font-weight: 400;
    color: var(--color-01);
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}

.row-center {
    display: table;
    width: 100%;
}

.row-center>[class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.pt-10 {
    padding-top: 60px
}

.py-3 {
    padding-top: 1.5rem;
    padding-bottom: 3rem
}

.custom-header3 {
    background-color: var(--color-01);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    font-weight: 600
}

.wpb_wrapper li:before {
    content: "\f14a" !important;
}

.text {
    font-size: 18px;
}

.py-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cards {
    text-align: center;
    box-shadow: 0 30px 30px rgba(187, 187, 187, .33);
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.porto-sicon-top {
    color: var(--color-01);
    font-size: 85px;
    margin-bottom: 15px;
    padding-top: 30px;
}

.porto-sicon-title {
    font-weight: 700
}

.cards:hover {
    transform: translateY(-15px);
    transition: 0.3s ease-in-out;
    background-color: #5bcaff;
}

.cards:hover i {
    color: #fff;
}

.cards:hover .porto-sicon-title {
    color: #fff;
}

.my-1 {
    margin-top: 15px;
    margin-bottom: 15px
}

.bg-ontop {
    background-color: #f4f9fd;
    margin-top: 20px
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
    cursor: pointer;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--color-01) 0%, var(--color-01) 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px
}

.feature-card:hover {
    border: 1px solid var(--color-01);
    transition: all .3s;
}

.wpb_wrapper_01 li::before {
    content: "\f046" !important;
}

.text-start {
    text-align: start;
}

.feature-icons {
    width: 100px;
    margin: 0 auto;
}

.bg-image-fixed {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 15px;
    padding-bottom: 30px;
    background-image: url(/assets/image/images/bg-cam-ket.jpg);
    position: relative;
}

.bg-image-fixed::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    opacity: 0.9;
}

.bg-image-fixed * {
    color: #fff;
}

.pt-1 {
    padding-top: 30px
}

.pt-2 {
    padding-top: 10px
}

.wrap_banner_dichvu {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 140px;
    background-image: url(/assets/image/images/banner-thiet-ke-web-gia-re.jpg);
}

.wrap_banner_dichvu:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.wrap_banner_dichvu .custom_heading {
    text-align: center;
    color: #fff;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 600;
}

.wrap_banner_dichvu .text-column {
    display: block
}

.wrap_banner_dichvu .text-column p {
    color: #fff;
    margin-bottom: 6px;
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
}

.btn-register-page {
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
    background-color: var(--color-01);
    border-color: transparent;
    line-height: 24px;
    display: inline-block;
    margin-top: 25px;
}

.porto-wrap-container {
    position: relative;
}

.porto-wrap-container:after {
    content: '';
    width: 160px;
    height: 160px;
    position: absolute;
    -webkit-mask-image: url(/assets/image/images/about-dot.svg);
    background-color: var(--color-01);
    -webkit-mask-size: 18px;
    z-index: 1;
    opacity: 0.3;
    top: 0;
}

.wrap_about .custom-header {
    padding-left: 300px;
    padding-right: 300px;
    text-align: center;
    font-size: 32px;
    color: #008acd;
    font-weight: 600;
}

.wrap_nhucau {
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #f4f9fd;
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 30px
}

.carrd-before {
    background-color: #fff;
    padding: 50px 25px 50px;
    transition: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.carrd-before svg {
    width: 100px;
    height: 100px
}

.carrd-before .porto-sicon-header h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.carrd-before .porto-sicon-header h3 strong {
    display: block;
    font-size: 35px;
}

.carrd-before .view-more {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .4s, bottom .4s ease-in-out;
    bottom: 15px;
}

.carrd-before .view-more:after {
    content: "\f105";
    font-weight: 600;
    margin-left: 5px;
    font-size: 15px;
    font-family: 'FontAwesome';
}

.carrd-before:hover .view-more {
    opacity: 1;
    bottom: 50px;
    font-size: 18px;
}

.carrd-before:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-top: 5px solid var(--color-01)
}

.porto-sicon-box-link {
    width: 600px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.porto-sicon-box-link:hover {
    text-decoration: none;
}

.porto-sicon-box-link .webyeucau {
    transition: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
    background-image: url(/assets/image/images/webyeucau-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-color: transparent;
    padding: 30px 30px 50px;
    display: flex
}

.porto-sicon-box-link .webyeucau .porto-sicon-body {
    text-align: right;
}

.porto-sicon-box-link .webyeucau .porto-sicon-body .porto-sicon-header {
    margin-top: 15px;
}

.porto-sicon-box-link .webyeucau .porto-sicon-body .porto-sicon-header .porto-sicon-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.porto-sicon-box-link .webyeucau .porto-sicon-body .porto-sicon-header .porto-sicon-title strong {
    display: block;
    font-size: 22px;
}

.fs-18 {
    font-size: 18px
}

.webyeucau .porto-sicon-right {
    align-content: center;
    padding: 0 30px;
}

.webyeucau .porto-sicon-right .porto-just-icon-wrapper {
    animation-name: webyeucau_animate;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: translate(0, 0);
    animation-fill-mode: both
}

@keyframes webyeucau_animate {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(20px, -20px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.bg-wrapdangky {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/image/images/website-tron-moi-bg.webp);
}

.bg-wrapdangky:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0 0 0 / 60%);
}

.title-register {
    font-weight: 600;
    color: #fff;
}

.text-white {
    color: #fff
}

.title-background strong {
    background-image: linear-gradient(90deg, transparent 0, rgb(0 138 205 / 20%) 100%);
    display: inline-block;
    padding: 11px 30px 10px 30px;
    color: var(--color-01);
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 35px;
}

.fs-22 {
    font-size: 22px
}

.max-width-auto {
    width: 830px;
    margin: 0 auto 30px;
    text-align: center;
}

.accordion-item {
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    margin-bottom: 20px
}

.accordion-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header.active {
    background-color: white;
}

.accordion-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
    margin: 0;
}

.accordion-header.active .accordion-title {
    color: #0066cc;
}

.accordion-toggle {
    font-size: 30px;
    border: 0;
    background: transparent;
}

.accordion-header.active .accordion-toggle {
    color: #0066cc;
    transform: rotate(180deg);
    border: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.accordion-content.active {
    max-height: 500px;
    padding: 0 20px 20px 20px;
}

.accordion-text {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.bg--01 {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #ecf6f7;
}

.wrap_giaodien .porto-sicon-box {
    position: relative;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: background-position 0.8s linear, border-color 0.2s, box-shadow 0.2s;
    margin-top: 100px;
    margin-bottom: 0px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.wrap_giaodien .logo-brand,
.wrap_giaodien .porto-sicon-header {
    transform: translateY(-135px);
    background-color: #fff;
}

.wrap_giaodien .porto-sicon-header h3 {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.carrd-product {
    background-color: #fff;
}

.wrap_giaodien .logo-brand {
    padding-top: 15px;
}

.wrap_giaodien .porto-sicon-header {
    padding-bottom: 15px;
}

.wrap_giaodien a:hover {
    text-decoration: none;
}

.wrap_giaodien .carrd-product:hover .porto-sicon-box {
    transition: background-position 5s linear;
    background-position: center bottom;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: var(--color-01);
}

@media (max-width: 1600px) {
    .wrap_giaodien .porto-sicon-box {
        height: 420px;
    }

    .wrap_giaodien .carrd-product:hover .porto-sicon-box {
        transition: background-position 4s linear;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-20 {
    padding: 20px
}

.flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    min-height: 400px;
}

.title-h3 {
    font-weight: 600;
    position: relative;
}

.title-h3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 15%;
    height: 3px;
    transform: translateX(-50%);
    background-color: var(--color-01);
}

.bg-image-gioithieu {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    color: #fff;
}

.bg-image-gioithieu::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2d3d;
    opacity: 0.9;
}

.mlist {
    list-style: none;
    padding-left: 0;
}

.mlist li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 26px
}

.mlist li:before {
    content: "\f135";
    font-weight: 900;
    color: #ff2b42;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.font-bold {
    font-weight: 600;
}

.client-trust {
    background-image: radial-gradient(circle farthest-corner at 3.7% 49.8%, rgba(143, 232, 255, 1) 21.9%, rgba(209, 243, 251, 1) 52.9%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 50px 20px 35px;
    margin-bottom: 40px;
}

.client-trust h2 {
    text-align: center;
    color: #ff2b42;
    margin-bottom: 20px;
    font-weight: 600;
    margin: 0;
}

.btn_banggia {
    position: relative;
    padding: 14px 28px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 20px;
    transition: transform 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    z-index: 1;
    color: var(--color-01);
    background-color: #fff;
}

.btn_trainghiem {
    position: relative;
    padding: 14px 28px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 20px;
    transition: transform 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    z-index: 1;
    color: #fff;
    background-color: var(--color-01);
}

.wrap_thietkewebtheoyeucau_1 svg {
    animation: rotate-animation 10s linear infinite;
    height: 600px
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.absolute-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.absolute-div h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto 15px;
    padding: 20px;
    color: #222;
}

.absolute-div h3 strong {
    background: linear-gradient(to right, #008acd, #42b3f4);
    color: white;
    padding: 0 8px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 3px;
    animation: pulseWord 0.6s ease forwards;
    animation-delay: 0.2s;
}

@keyframes pulseWord {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.absolute-div h4 {
    animation: pulseCustom 2s infinite;
    display: inline-block;
    animation: pulseCustom 2.5s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
    color: #fe4a49;
    font-size: 28px;
    font-weight: 600;
}

@keyframes pulseCustom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.wrap_thietkewebtheoyeucau_2 {
    padding-bottom: 50px;
    background-image: linear-gradient(to top, #70efd100 0%, #23c1e5 25%, #008acd 50%, #23c1e5 75%, #70efd100 100%);
}

.wpb-content-wrapper {
    overflow: hidden;
}

.icon-list1 li:before {
    content: "\f1e9";
    color: #fff;
}

.porto-concept {
    position: relative;
}

.sun {
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    background: url(/assets/image/images/concept-icons.png) no-repeat 0 0
}

.cloud {
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 53%;
    top: 35px;
    background: url(/assets/image/images/concept-icons.png) no-repeat 100% 0
}

.porto-concept .row>div:nth-of-type(2)>.process-image {
    margin-top: 95px
}

.porto-concept .process-image {
    width: 160px;
    height: 175px;
    margin: 120px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background: url(/assets/image/images/concept-item.png) no-repeat 0 0;
    text-align: center;
}

.porto-concept .project-image img {
    width: 338px
}

.porto-concept .process-image img {
    border-radius: 150px;
    margin: 8px;
    width: 144px
}

.porto-concept strong {
    color: #000;
    font-size: 30px;
    margin-top: 30px
}

.porto-concept div:nth-of-type(2)>.process-image {
    margin-top: 95px
}

.porto-concept .project-image {
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
    background: url(/assets/image/images/concept-item.png) no-repeat 100% 0;
    overflow: hidden;
}

.porto-concept .project-image img {
    border-radius: 150px;
    margin: 8px;
}

.porto-concept {
    width: 100%;
    overflow: hidden;
    background: url(/assets/image/images/concept.png) no-repeat center 0
}

.bg-tritle {
    background: linear-gradient(135deg, #008acd, #00d4ff);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    display: inline-block;
}

.wrap_thietkewebtheoyeucau_4 {
    background-image: linear-gradient(to top, #70efd100 0%, #23c1e5 25%, #008acd 50%, #23c1e5 75%, #70efd100 100%);
}

.loiich-card {
    padding: 25px;
    background-color: rgb(184, 238, 255);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 20px
}

.loiich-card .porto-sicon-default {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    width: 120px;
    height: 100px;
}

.content-index {
    position: relative;
    z-index: 1;
    padding: 15px;
}

.icon-list2 li::before {
    content: "\f14a";
    color: #fff;
}

.top-icon-header {
    background-color: #2f4f4f;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 40px 20px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.top-icon-header .porto-sicon-top img {
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;
}

.top-icon-header .porto-sicon-title {
    color: #ffc857;
}

.top-icon-header .porto-sicon-top {
    padding-top: 0;
}

.top-icon-header .porto-sicon-header p {
    font-size: 18px;
    color: #fff;
}

.top-icon-header .porto-sicon-description {
    text-align: justify;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 40px;
    font-size: 22px;
    transition: 0.3s ease-in-out;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.top-icon-header:hover .porto-sicon-description {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.top-icon-header:hover .porto-sicon-top,
.top-icon-header:hover .porto-sicon-header {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.icon-list3 li:before {
    content: "\f00c";
    color: var(--color-01);
}

.icon-list4 li:before {
    content: "\f071";
    color: #dc2104;
}

.icon-list5 li:before {
    content: "\f00c";
    color: var(--color-01);
}

.icon-list6 li:before {
    content: "\f058";
    color: #c22a29;
}

.lisst-titleh3 {
    color: #0d4e96;
    font-weight: 600;
}

.content_elementor {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 45px -15px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
}

.content_elementor p {
    padding-left: 12px;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}

.content_elementor p:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    width: 5px;
    background-color: #ff7518;
}

.list-icon-loiich {
    display: flex;
    align-items: center;
    gap: 30px;
}

.list-icon-loiich .image-left {
    min-width: 70px;
}

.list-icon-loiich .image-left i {
    font-size: 70px;
    color: #0d4e96;
}

.list-icon-loiich h3 {
    color: #ff7518;
    font-weight: 600;
}

.text-dark {
    color: #000;
}

ol li {
    list-style: none;
}

.table_domain_vn {
    width: 100%;
}

.table_domain_vn th,
.table_domain_vn td {
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}

.table_domain_vn th {
    background-color: var(--color-01);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.table_domain_vn td:first-child {
    font-weight: bold;
    color: #008acd;
    text-align: center;
}

.custom_heading {
    text-transform: uppercase;
}

/* === Cấp 2 (dropdown-menu) === */
.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #282828;
    min-width: 230px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 10px 15px;
}

/* === Cấp 3 (ul.sub-menu) === */
.dropdown-menu li {
    position: relative;
    cursor: pointer;
}

.dropdown-menu li>.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /* hiện ở bên phải */
    background: #282828;
    min-width: 230px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0;
    z-index: 9999;
}

.dropdown-menu li>a:after {
    content: "";
}

.dropdown-menu li.has-submenu>a:after {
    content: "›";
    float: right;
    margin-top: 4px;
    color: #fff;
}

/* Hiện cấp 3 khi hover */
.dropdown-menu li:hover>.sub-menu {
    display: block;
}

.dropdown-menu li:hover>.sub-menu.sub-left {
    left: -250px;
}

/* Style item cấp 3 */
.sub-menu li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}

.sub-menu li a:hover {
    text-decoration: none;
}

/* Submenu mặc định mở bên phải */
.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 230px;
    background: #282828;
    padding: 0;
    display: none;
    z-index: 9999;
}

/* Khi mở bên trái */
.sub-menu.sub-left {
    left: auto;
    right: 100%;
}

.title-line-left2 .sp-main {
    padding-left: 66px;
    position: relative;
    display: inline-block;
}

.title-line-left2 i {
    width: 50px;
    height: 11px;
    position: absolute;
    top: 15px;
    left: 0;
}

.title-line-left2 i:before,
.title-line-left2 i:after {
    content: '';
    background-color: #c1282a;
    height: 3px;
    position: absolute;
    right: 0;
}

.title-line-left2 i:before {
    width: 25px;
    top: 0;
}

.title-line-left2 i:after {
    width: 50px;
    top: 8px;
}

.title-line-left2 .sp-main b {
    color: #c1282a;
}

.boxx-cardlist {
    background-color: transparent;
    margin-top: 40px;
    padding: 28px 28px 28px 28px;
    background-image: linear-gradient(180deg, #F5F5F5 0%, #FFF1F0 100%);
    border-radius: 40px 40px 40px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.none-center {
    vertical-align: top !important
}

.list-service-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.list-service-menu li a {
    padding: 10px;
    background: #0d2252;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 13px;
}

.icon-list6 ul {
    list-style: none;
    padding-left: 0;
}

.ct-pricing-layout1 {
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 10px;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    background-position: center center;
    overflow: hidden;
}

.ct-pricing-layout1 .pricing-meta {
    padding: 21px 25px;
}

.ct-pricing-layout1 .pricing-meta .pricing-title {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    color: #0D2252;
    margin: 0;
    font-weight: bold;
    margin-bottom: 9px;
}

.ct-pricing-layout1 .pricing-meta .pricing-description {
    color: rgb(56, 56, 56);
    font-size: 16px;
    line-height: 26px;
    padding-right: 16%;
}

.ct-pricing-layout1 .pricing-price {
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(207, 95, 27);
    background-image: -webkit-linear-gradient(left, rgb(207, 95, 27), rgb(194, 42, 41));
    padding: 12px 20px;
}

.ct-pricing-layout1 .pricing-price span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px;
}

.ct-pricing-layout1 .pricing-holder {
    padding: 16px 20px 27px;
}

.ct-pricing-layout1 .pricing-feature {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

.ct-pricing-layout1 .pricing-feature li {
    color: rgb(56, 56, 56);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 15px;
}

.ct-pricing-layout1 .pricing-feature li i {
    margin-right: 8px;
    color: rgb(70, 89, 226);
}

.ct-pricing-layout1 .pricing-feature li.active {
    background-color: rgb(239, 239, 239);
}

.ct-pricing-layout1 .pricing-button {
    margin-top: 19px;
}

.btn-contact {
    background-color: transparent;
    background-image: none;
    z-index: 1;
    padding: 0px 42px;
    overflow: hidden;
    line-height: 48px;
    font-size: 20px;
    width: 100%;
    border-radius: 51px;
    box-shadow: rgba(12, 12, 12, 0.22) 0px 7px 16px;
    display: block;
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255);
}

.btn-contact::before,
.btn-contact::after {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    background-color: rgb(13, 34, 82);
    transition: 200ms linear;
}

.btn-contact::after {
    background-color: rgb(207, 95, 27);
    background-image: -webkit-linear-gradient(left, rgb(207, 95, 27), rgb(194, 42, 41));
    transform: scaleY(0);
}

.btn-contact:hover:before {
    opacity: 0;
}

.btn-contact:hover:after {
    transform: scaleY(1);
}

.btn-contact:hover {
    text-decoration: none;
    color: #fff
}

.ct-pricing-layout1 .pricing-recommend {
    text-align: center;
    background-color: rgb(238, 238, 238);
    color: rgb(14, 14, 14);
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    padding: 7px 30px;
}

.ct-pricing-layout1.recommended {
    margin-top: -39px;
}

.address-service .cards {
    background-color: #fff;
    border-radius: 0;
    padding: 44px 20px;
}

.address-service .cards .header-stt {
    font-size: 50px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #c1282a;
    line-height: 86px;
    margin-bottom: 25px;
}

.address-service .cards .card-title {
    color: #0D2252;
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 600;
}

.ct-tab-banner1 {
    display: flex;
    flex-wrap: wrap;
}

.ct-tab-banner1 .ct-tabs-title {
    width: 39%;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner1 .ct-tabs-title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title {
    padding: 34px 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner1 .ct-tabs-title .ct-tab-title {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title:before,
.ct-tab-banner1 .ct-tabs-title .ct-tab-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    z-index: -1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title:before {
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title:after {
    background-color: #cf5f1b;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf5f1b), to(#c22a29));
    background-image: -webkit-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -moz-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -ms-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -o-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: linear-gradient(left, #cf5f1b, #c22a29);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cf5f1b', endColorStr='#c22a29', gradientType='1');
    opacity: 0;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title h4 {
    margin-bottom: 16px;
    font-size: 22px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title+.ct-tab-title {
    margin-top: 20px;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title .tab-arrow {
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent transparent transparent #c22a29;
    border-style: solid;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner1 .ct-tabs-title .ct-tab-title .tab-arrow {
        display: none;
    }
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title.active:before {
    opacity: 0;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title.active:after,
.ct-tab-banner1 .ct-tabs-title .ct-tab-title.active .tab-arrow {
    opacity: 1;
}

.ct-tab-banner1 .ct-tabs-title .ct-tab-title.active h4,
.ct-tab-banner1 .ct-tabs-title .ct-tab-title.active p {
    color: #fff;
}

.ct-tab-banner1 .ct-tabs-content {
    width: 61%;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner1 .ct-tabs-content {
        width: 100%;
    }
}

.ct-tab-banner1 .ct-tabs-content .ct-tab-content {
    display: none;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner1 .ct-tabs-content .ct-tab-content {
        min-height: 300px;
    }
}

.ct-tab-banner1 .ct-tabs-content .ct-tab-content .ct-tab-image {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner1 .ct-tabs-content .ct-tab-content .ct-tab-image {
        min-height: 300px;
    }
}

.ct-tab-banner2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 165px;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner2 {
        padding-left: 0;
    }
}

.ct-tab-banner2 .ct-tabs-title {
    max-width: 225px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
    -khtml-box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
    -moz-box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
    -ms-box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
    -o-box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
    box-shadow: 0 0 43px rgba(12, 12, 12, 0.19);
}

@media screen and (max-width: 767px) {
    .ct-tab-banner2 .ct-tabs-title {
        position: static;
        -webkit-transform: translate(0, 0%);
        -khtml-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
        max-width: 100%;
    }
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title {
    padding: 22px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner2 .ct-tabs-title .ct-tab-title {
        width: 100%;
    }
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #c1282a;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    opacity: 0;
    z-index: -1;
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title i {
    font-size: 35px;
    line-height: 1;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title h4 {
    margin-top: 2px;
    margin-bottom: 9px;
    font-size: 20px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title p {
    color: #0e0e0e;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title.active:before {
    opacity: 1;
    left: -12px;
    right: -12px;
}

.ct-tab-banner2 .ct-tabs-title .ct-tab-title.active i,
.ct-tab-banner2 .ct-tabs-title .ct-tab-title.active h4,
.ct-tab-banner2 .ct-tabs-title .ct-tab-title.active p {
    color: #fff;
}

.ct-tab-banner2 .ct-tabs-content {
    width: 100%;
}

.ct-tab-banner2 .ct-tabs-content .ct-tab-content {
    display: none;
}

.ct-tab-banner2 .ct-tabs-content .ct-tab-content img {
    width: 100%;
}

.ct-tab-banner3 {
    display: flex;
    flex-wrap: wrap;
}

.ct-tab-banner3 .ct-tab-image {
    min-height: 427px;
    position: relative;
}

.ct-tab-banner3 .ct-tab-image:before {
    content: '';
    background-color: rgba(0, 3, 8, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ct-tab-banner3 .ct-tab-box {
    position: absolute;
    top: -16px;
    left: 90px;
    background-color: #fff;
    padding: 27px 34px 28px;
    max-width: 382px;
    z-index: 99;
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    font-family: "Nunito Sans";
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-box {
        left: 60px;
        max-width: 302px;
    }
}

@media screen and (max-width: 767px) {
    .ct-tab-banner3 .ct-tab-box {
        top: 15px;
        left: 15px;
        max-width: 260px;
        padding: 24px 20px;
    }
}

.ct-tab-banner3 .ct-tab-box:before {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cf5f1b;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf5f1b), to(#c22a29));
    background-image: -webkit-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -moz-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -ms-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -o-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: linear-gradient(left, #cf5f1b, #c22a29);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cf5f1b', endColorStr='#c22a29', gradientType='1');
}

.ct-tab-banner3 .ct-tab-box .ct-box-title {
    font-family: "Kalam";
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000e29;
    margin-bottom: 3px;
}

.ct-tab-banner3 .ct-tab-box .ct-box-subtitle {
    font-size: 18px;
    color: #6f6f6f;
    border-bottom: 1px solid #b6b6b6;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 8px;
}

.ct-tab-banner3 .ct-tab-box .ct-box-subtitle span {
    color: #000e29;
    font-weight: 700;
}

.ct-tab-banner3 .ct-tab-box .ct-box-content {
    font-size: 16px;
    line-height: 24px;
    color: #000e29;
    margin-bottom: 18px;
}

.ct-tab-banner3 .ct-tabs-title {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner3 .ct-tabs-title {
        width: 100%;
    }
}

.ct-tab-banner3 .ct-tabs-content {
    width: 52%;
}

@media screen and (max-width: 767px) {
    .ct-tab-banner3 .ct-tabs-content {
        width: 100%;
    }
}

.ct-tab-banner3 .ct-tabs-content .ct-tab-content {
    display: none;
}

.ct-tab-banner3 .ct-tab-title {
    background-color: #000;
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    padding: 27px 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-title {
        padding: 22px 20px;
    }
}

.ct-tab-banner3 .ct-tab-title:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    z-index: 1;
}

.ct-tab-banner3 .ct-tab-title h4 {
    margin-bottom: 8px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-title h4 {
        font-size: 20px;
    }
}

.ct-tab-banner3 .ct-tab-title p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #ddd;
    font-family: "Nunito Sans";
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-title p {
        font-size: 14px;
    }
}

.ct-tab-banner3 .ct-tab-title .ct-tab-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    min-width: 80px;
    color: #c1282a;
    background-color: #383535;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-right: 27px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-title .ct-tab-icon {
        margin-right: 15px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        min-width: 70px;
    }
}

.ct-tab-banner3 .ct-tab-title .ct-tab-icon i {
    font-size: 42px;
}

@media screen and (max-width: 1199px) {
    .ct-tab-banner3 .ct-tab-title .ct-tab-icon i {
        font-size: 36px;
    }
}

.ct-tab-banner3 .ct-tab-title+.ct-tab-title {
    margin-top: 9px;
}

.ct-tab-banner3 .ct-tab-title.active {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    -khtml-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    -moz-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    -ms-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    -o-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
    -webkit-transform: translateX(36px);
    -khtml-transform: translateX(36px);
    -moz-transform: translateX(36px);
    -ms-transform: translateX(36px);
    -o-transform: translateX(36px);
    transform: translateX(36px);
}

@media screen and (max-width: 767px) {
    .ct-tab-banner3 .ct-tab-title.active {
        -webkit-transform: translateX(0px);
        -khtml-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.ct-tab-banner3 .ct-tab-title.active:before {
    border-color: transparent transparent transparent #fff;
    right: -20px;
}

.ct-tab-banner3 .ct-tab-title.active h4,
.ct-tab-banner3 .ct-tab-title.active p {
    color: #000e29;
}

.ct-tab-banner3 .ct-tab-title.active .ct-tab-icon {
    color: #fff;
    background-color: #c1282a;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ct-icon-accordion {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-bottom: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: none;
}

.ct-icon-accordion:before,
.ct-icon-accordion:after {
    content: '';
    position: absolute;
    background-color: #000;
}

.ct-icon-accordion:before {
    width: 15px;
    height: 1px;
    left: 0;
    top: 7px;
}

.ct-icon-accordion:after {
    height: 15px;
    width: 1px;
    left: 7px;
    top: 0;
}

.ct-accordion-button {
    margin-top: 25px;
}

.ct-accordion-button a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.ct-accordion-button a i {
    font-weight: 400;
    margin-left: 8px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ct-accordion-button a:hover {
    color: #c1282a;
}

.ct-accordion-button a:hover i {
    margin-left: 12px;
}

.ct-accordion .ct-ac-content {
    display: none;
}

.ct-accordion.layout1 .ct-ac-title {
    font-size: 18px;
    color: #222;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.ct-accordion.layout1 .ct-ac-title a {
    padding: 23px 65px 23px 25px;
    display: block;
    color: inherit;
}

.ct-accordion.layout1 .ct-ac-title a i {
    margin-right: 4px;
    color: #c1282a;
}

.ct-accordion.layout1 .ct-ac-title a i .flaticon {
    font-weight: 400;
}

.ct-accordion.layout1 .ct-ac-title a:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 35px;
    color: #9ba2aa;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-accordion.layout1 .ct-ac-title a:after {
    content: '\f106';
    font-family: 'FontAwesome';
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background-color: #9ba2aa;
    color: #fff;
    text-align: center;
    position: absolute;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    font-size: 12px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    margin-top: 9px;
}

.ct-accordion.layout1 .ct-ac-content {
    color: #636363;
    padding: 0 65px 23px 25px;
}

.ct-accordion.layout1 .ct-accordion-item {
    border: 1px solid #e6e6e6;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
}

.ct-accordion.layout1 .ct-accordion-item:before {
    content: '';
    height: 0;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
    background-color: #cf5f1b;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf5f1b), to(#c22a29));
    background-image: -webkit-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -moz-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -ms-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -o-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: linear-gradient(left, #cf5f1b, #c22a29);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cf5f1b', endColorStr='#c22a29', gradientType='1');
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

.ct-accordion.layout1 .ct-accordion-item+.ct-accordion-item {
    margin-top: 19px;
}

.ct-accordion.layout1 .ct-accordion-item.active {
    border-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.ct-accordion.layout1 .ct-accordion-item.active:before {
    height: 100%;
    opacity: 1;
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a {
    padding-bottom: 4px;
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:before {
    opacity: 0;
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:after {
    opacity: 1;
}

.ct-accordion.layout1.style2 {
    border-bottom: 1px solid #e8e8e8;
}

.ct-accordion.layout1.style2 .ct-accordion-item {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ct-accordion.layout1.style2 .ct-accordion-item:before,
.ct-accordion.layout1.style2 .ct-accordion-item:after {
    display: none;
}

.ct-accordion.layout1.style2 .ct-accordion-item .ct-ac-title {
    font-family: inherit;
}

.ct-accordion.layout1.style2 .ct-accordion-item .ct-ac-title .ct-ac-title-text {
    padding: 19px 0;
    border: none;
    font-size: 16px;
    color: #353434;
}

.ct-accordion.layout1.style2 .ct-accordion-item .ct-ac-title .ct-ac-title-text:before {
    content: '\f0fe';
    opacity: 1;
    font-size: 16px;
    right: 28px;
}

.ct-accordion.layout1.style2 .ct-accordion-item .ct-ac-title .ct-ac-title-text:after {
    display: none;
}

.ct-accordion.layout1.style2 .ct-accordion-item .ct-ac-content {
    padding: 2px 30px 52px 0;
    font-size: 15px;
    line-height: 26px;
    color: #4e4e4e;
}

.ct-accordion.layout1.style2 .ct-accordion-item.active .ct-ac-title .ct-ac-title-text:before {
    color: #c1282a;
    content: '\f146';
}

.ct-accordion.layout1.style3 .ct-accordion-item {
    background-color: transparent;
    border: none;
    padding-left: 20px;
}

.ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-title {
    margin-bottom: 30px;
}

.ct-accordion.layout1.style3 .ct-accordion-item:before {
    display: none;
}

.ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-title-text {
    padding: 0px !important;
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-title-text:after {
    display: none;
}

.ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-title-text:before {
    content: '+';
    font-size: 18px;
    font-weight: 700;
    right: auto;
    left: -20px;
    opacity: 1 !important;
    display: block;
}

.ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-content {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #ababab;
    padding-right: 16%;
    margin-bottom: 44px;
}

@media screen and (max-width: 1199px) {
    .ct-accordion.layout1.style3 .ct-accordion-item .ct-ac-content {
        padding-right: 0;
    }
}

.ct-accordion.layout1.style3 .ct-accordion-item.active .ct-ac-title-text:before {
    content: '-';
}

.ct-accordion.layout1.style4 .ct-accordion-item {
    border-width: 2px;
}

.ct-accordion.layout1.style4 .ct-accordion-item.active {
    -webkit-box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
    -khtml-box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
    -moz-box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
    -ms-box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
    -o-box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
    box-shadow: 0 20px 40px rgba(29, 27, 76, 0.21);
}

.ct-accordion.layout1.style4 .ct-accordion-item:before {
    display: none;
}

.ct-accordion.layout1.style4 .ct-accordion-item .ct-ac-title-text {
    color: #1d1b4c;
}

.ct-accordion.layout1.style4 .ct-accordion-item .ct-ac-content {
    color: #696b6d;
    padding: 0 65px 23px 25px;
    line-height: 24px;
}

.ct-accordion.layout1.style4 .ct-accordion-item+.ct-accordion-item {
    margin-top: 27px;
}

@media screen and (max-width: 991px) {
    .ct-accordion.layout1.style4 .ct-accordion-item .ct-ac-title {
        line-height: normal;
    }
}

.ct-accordion.layout1.style5 .ct-accordion-item {
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.ct-accordion.layout1.style5 .ct-accordion-item:before,
.ct-accordion.layout1.style5 .ct-accordion-item:after {
    display: none;
}

.ct-accordion.layout1.style5 .ct-accordion-item .ct-ac-title {
    font-family: inherit;
}

.ct-accordion.layout1.style5 .ct-accordion-item .ct-ac-title-text {
    padding: 16px 48px 16px 20px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    -khtml-box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    -moz-box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    -ms-box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    -o-box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    box-shadow: 0 2px 32px rgba(12, 12, 12, 0.08);
    font-size: 18px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ct-accordion.layout1.style5 .ct-accordion-item .ct-ac-title-text:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    content: '+';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    right: 14px;
    background-color: #0d2252;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ct-accordion.layout1.style5 .ct-accordion-item .ct-ac-title-text:after {
    display: none;
}

.ct-accordion.layout1.style5 .ct-accordion-item .ct-ac-content {
    padding: 0;
    line-height: 1.75;
    color: #6e6e6e;
    padding-top: 17px;
}

.ct-accordion.layout1.style5 .ct-accordion-item.active {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ct-accordion.layout1.style5 .ct-accordion-item.active .ct-ac-title-text {
    background-color: #0d2252;
    color: #fff;
}

.ct-accordion.layout1.style5 .ct-accordion-item.active .ct-ac-title-text:before {
    background-color: #fff;
    color: #000;
    opacity: 1 !important;
}

.ct-accordion.layout1.style6 .ct-ac-title {
    font-family: inherit;
}

.ct-accordion.layout1.style6 .ct-ac-title a {
    padding-left: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    color: #1a2428;
}

a:hover,
a:focus {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style6 .ct-ac-title a {
        padding-left: 20px;
    }
}

.ct-accordion.layout1.style6 .ct-ac-title a:before {
    color: #1a2428;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style6 .ct-ac-title a:before {
        right: 20px;
    }
}

.ct-accordion.layout1.style6 .ct-ac-title a:after {
    display: none;
}

.ct-accordion.layout1.style6 .ct-ac-content {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    padding-left: 34px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style6 .ct-ac-content {
        padding-left: 20px;
    }
}

.ct-accordion.layout1.style6 .ct-ac-content b {
    color: #c1282a;
}

.ct-accordion.layout1.style6 .ct-accordion-item {
    border-color: #dfdfdf;
    -webkit-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -khtml-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -moz-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -ms-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -o-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
}

.ct-accordion.layout1.style6 .ct-accordion-item:before {
    display: none;
}

.ct-accordion.layout1.style6 .ct-accordion-item.active {
    -webkit-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -khtml-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -moz-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -ms-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    -o-box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    box-shadow: 0 0 7px rgba(12, 12, 12, 0.04);
    background-image: url(../images/comment-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.ct-accordion.layout1.style6 .ct-accordion-item.active .ct-ac-title a {
    padding-top: 21px;
    padding-bottom: 21px;
}

.ct-accordion.layout1.style6 .ct-accordion-item.active .ct-ac-title a:before {
    opacity: 1;
    content: '\f106';
}

.ct-accordion.layout1.style7 {
    position: relative;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style7 {
        padding-left: 30px;
    }
}

.ct-accordion.layout1.style7:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-accordion.layout1.style7 .ct-ac-title {
    font-size: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style7 .ct-ac-title {
        font-size: 18px;
    }
}

.ct-accordion.layout1.style7 .ct-ac-title a {
    padding: 30px 60px 30px 0;
}

.ct-accordion.layout1.style7 .ct-ac-title a:before {
    right: 0;
    width: 38px;
    height: 38px;
    background-color: #c1282a;
    border-radius: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -khtml-transform: translate(0, -50%) rotate(-90deg);
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}

.ct-accordion.layout1.style7 .ct-ac-title a:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #c1282a;
    left: -50px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style7 .ct-ac-title a:after {
        left: -30px;
    }
}

.ct-accordion.layout1.style7 .ct-ac-title.active a {
    padding: 0;
}

.ct-accordion.layout1.style7 .ct-ac-content {
    padding: 0 30px 42px 0;
    color: #111;
}

@media screen and (max-width: 767px) {
    .ct-accordion.layout1.style7 .ct-ac-content {
        font-size: 15px;
        line-height: 24px;
    }
}

.ct-accordion.layout1.style7 .ct-ac-content a {
    text-decoration: underline;
}

.ct-accordion.layout1.style7 .ct-accordion-item {
    border: none;
    border-top: 1px solid #ededed;
    background-color: transparent;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.ct-accordion.layout1.style7 .ct-accordion-item:last-child {
    border-bottom: 1px solid #ededed;
}

.ct-accordion.layout1.style7 .ct-accordion-item:before {
    display: none;
}

.ct-accordion.layout1.style7 .ct-accordion-item+.ct-accordion-item {
    margin-top: 0;
}

.ct-accordion.layout1.style7 .ct-accordion-item.active .ct-ac-title a {
    padding: 30px 0;
}

.ct-accordion.layout1.style7 .ct-accordion-item.active .ct-ac-title a:before {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -khtml-transform: translate(0, -50%) rotate(0deg);
    -moz-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    -o-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}

.ct-accordion.layout1.style8 .ct-icon-accordion {
    display: block;
}

.ct-accordion.layout1.style8 .ct-ac-title a {
    padding: 0 40px 0 0;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
}

.ct-accordion.layout1.style8 .ct-ac-title a:before,
.ct-accordion.layout1.style8 .ct-ac-title a:after {
    display: none;
}

.ct-accordion.layout1.style8 .ct-ac-title.active .ct-icon-accordion {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -khtml-transform: translate(0, -50%) rotate(135deg);
    -moz-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    -o-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}

.ct-accordion.layout1.style8 .ct-ac-content {
    padding: 0 30px 0 0;
    color: #666;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    padding-top: 6px;
}

.ct-accordion.layout1.style8 .ct-accordion-item {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
}

.ct-accordion.layout1.style8 .ct-accordion-item:before {
    display: none;
}

.ct-accordion.layout1.style8 .ct-accordion-item+.ct-accordion-item {
    margin-top: 17px;
}

.ct-accordion.layout2 {
    border-bottom: 1px solid #d9d9d9;
}

.ct-accordion.layout2 .ct-ac-title-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #152644;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .ct-accordion.layout2 .ct-ac-title-text {
        font-size: 16px;
    }
}

.ct-accordion.layout2 .ct-ac-title-text i,
.ct-accordion.layout2 .ct-ac-title-text svg {
    font-size: 48px;
    margin-right: 15px;
    color: #c1282a;
    fill: #c1282a;
    line-height: 1;
}

@media screen and (max-width: 991px) {

    .ct-accordion.layout2 .ct-ac-title-text i,
    .ct-accordion.layout2 .ct-ac-title-text svg {
        font-size: 32px;
    }
}

.ct-accordion.layout2 .ct-ac-title-text .flaticon {
    font-weight: 400;
}

.ct-accordion.layout2 .ct-ac-content {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .ct-accordion.layout2 .ct-ac-content {
        font-size: 15px;
    }
}

.ct-accordion.layout2 .ct-ac-content br {
    display: none;
}

.ct-accordion.layout2 .ct-accordion-item {
    border-top: 1px solid #d9d9d9;
    position: relative;
    padding: 25px 0 25px 60px;
}

@media screen and (max-width: 1199px) {
    .ct-accordion.layout2 .ct-accordion-item {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .ct-accordion.layout2 .ct-accordion-item {
        padding-left: 0px;
    }
}

.ct-accordion.layout2 .ct-accordion-item:before,
.ct-accordion.layout2 .ct-accordion-item:after {
    content: '';
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    background-color: #cf5f1b;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf5f1b), to(#c22a29));
    background-image: -webkit-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -moz-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -ms-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: -o-linear-gradient(left, #cf5f1b, #c22a29);
    background-image: linear-gradient(left, #cf5f1b, #c22a29);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cf5f1b', endColorStr='#c22a29', gradientType='1');
    height: 5px;
    opacity: 0;
    margin: auto;
}

.ct-accordion.layout2 .ct-accordion-item:before {
    top: 0;
}

.ct-accordion.layout2 .ct-accordion-item:after {
    bottom: 0;
}

.ct-accordion.layout2 .ct-accordion-item.active:before,
.ct-accordion.layout2 .ct-accordion-item.active:after {
    width: 50px;
    opacity: 1;
}

.pb-1 {
    padding-bottom: 30px;
}

.text-title-line {
    font-weight: bold;
    line-height: 1.2;
    color: rgb(182, 40, 46);
    font-size: 30px !important;
    position: relative;
    padding-bottom: 15px;
}

.text-title-line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(182, 40, 46);
}

.btn {
    font-size: 18px;
}

.bg-white {
    background-color: #fff;
}

.titles-header {
    font-size: 30px;
    font-weight: 600;
    margin-top: -20px;
}

.pp-01 {
    padding: 15px;
}

.pt-3 {
    padding-top: 10px
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-primary {
    color: var(--color-01);
}

.button-tuvan a {
    background-color: transparent;
    background-image: linear-gradient(240deg, #FFAFCA 0%, #f2295b 100%);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.5;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.button-tuvan .contact-a {
    background-image: linear-gradient(240deg, #5CD9FF 0%, #295FF2 100%);
}

.bg-none-before {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-none-before:before {
    background-color: transparent !important
}

.fs-xl {
    font-size: 30px;
}

.fs-big {
    font-size: 50px;
}

.d-flextitle {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    gap: 10px
}

.text-end {
    text-align: right;
}

.fs-default {
    font-size: 22px;
    font-weight: 500;
}

.border-image {
    border-radius: 20px;
}

.text-upp {
    text-transform: uppercase;
}

.title-stt {
    display: flex;
    align-items: center;
    gap: 10px
}

.title-stt .number {
    font-size: 35px;
    font-weight: 600;
    color: var(--color-01);
}

.title-san {
    font-weight: 600;
}

.title-san b {
    color: var(--color-01);
}

.overlay-white:before {
    background-color: rgb(255 255 255 / 0%)
}

.text-primary1 {
    color: #0d4e96;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.text-primary-content-app {
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.text-example {
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-block: 10px;
}

.text-examples {
    color: #000;
}

.app-item {
    width: 350px;
    margin-top: 30px;
    transition: all 0.8s ease;
}

.app-img {
    max-height: 100%;
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.app-img {
    transition: all 0.8s ease;
}

.app-images {
    width: 170px;
    position: relative;
    height: 265px;
    max-width: 100%;
    margin: 0 auto;
}

.app-img.left {
    left: -100px;
    z-index: 1;
    transform: scale(0.9);
    transform: perspective(800px) rotateY(22deg) rotateX(0deg) translateZ(0px) scale(0.9);
}

.app-img.center {
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.app-img.right {
    right: -100px;
    z-index: 1;
    transform: scale(0.9);
    transform: perspective(800px) rotateY(-22deg) rotateX(0deg) translateZ(0px) scale(0.9);
}

.app-title {
    font-weight: bold;
    color: #d90000;
    margin-top: 20px;
    text-transform: uppercase;
}

.app-desc {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.app-item:hover .app-img.left {
    left: 50%;
    transform: translateX(-60%) scale(0.6);
    z-index: 1;
}

.app-item:hover .app-img.center {
    transform: translateX(-50%) scale(1.4);
    z-index: 3;
}

.app-item:hover .app-img.right {
    right: auto;
    left: 50%;
    transform: translateX(-60%) scale(0.6);
    z-index: 1;
}

.app-item:hover .app-title,
.app-item:hover .app-desc {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mau-app {
    background: #fff;
}

.app-hero {
    background: url(/assets/image/images/Rectangle-78.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.app-hero {
    margin-top: 50px;
}

.single-app .app-images {
    width: 600px;
    position: relative;
    height: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.sub-title-app-single {
    color: #000;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

.title-app-single {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 10px;
}

.app-buttons {
    display: flex;
    gap: 150px;
    justify-content: space-between;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.container-full {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.banner {
    background-color: #d23708;
    min-height: 30px;
    position: relative;
    width: 100%;
}

.video-banner {
    padding-top: 20px;
    background-color: #fff;
}

.video-bg {
    width: 100%;
}

.col-inner {
    padding-left: 200px;
}

.gioithieu-app {
    padding: 40px 50px;
    border-radius: 100px 0px 0px 100px;
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    color: #fff;
}

.view-more-btn {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    padding: 7px 23px;
    color: #fff !important;
    letter-spacing: 0;
    text-transform: none;
    border: 0;
}

.mb-5 {
    margin-bottom: 20px;
}

.float-ease-out {
    animation: float 2s infinite ease-out;
}

.banner-service {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 140px;
}

@keyframes float {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(1rem);
        -webkit-transform: translateY(1rem);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.form-control {
    height: 40px;
}

@media(max-width:767px) {
    .row-center {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .row-center>[class*="col-"] {
        display: block;
        padding: 0
    }

    .icon-helps {
        margin-bottom: 25px
    }

    .order-mobile-2 {
        order: 2
    }

    .order-mobile-1 {
        order: 1
    }

    .pt-10 {
        padding-top: 30px;
    }

    .wrap_about .custom-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .porto-sicon-box-link {
        width: 100%;
    }

    .webyeucau {
        flex-wrap: wrap;
    }

    .webyeucau .porto-sicon-right {
        order: 1;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .webyeucau .porto-sicon-body {
        order: 2;
    }

    .porto-sicon-box-link .webyeucau .porto-sicon-body {
        text-align: center;
    }

    .max-width-auto {
        width: 100%;
    }

    .flex-wrap {
        min-height: min-content;
        gap: 20px;
    }

    .absolute-div h3 {
        font-size: 30px;
    }

    .fs-big {
        font-size: 22px;
    }

}

@media(max-width:549px) {
    .wrap_banner_dichvu .custom_heading {
        font-size: 40px;
    }

    .wrap_banner_dichvu .text-column p {
        font-size: 16px;
    }

    .absolute-div h3 {
        font-size: 20px;
    }

    .absolute-div h4 {
        font-size: 18px;
    }

    .col-lg-2,
    .col-lg-4 {
        width: 100%;
    }

    .porto-concept .project-image {
        margin: 0 auto;
        margin-top: 50px;
    }
}