.div-circle {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    background-color: #0068ff;
    color: white;
}

.bg-bright-blue {
    background-color: #0068ff !important
}

.banner-top {
    background-image: url("https://d2yn3p1o2oplij.cloudfront.net/2023/08/home-page-banner.webp");
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-top a {
    text-decoration: none
}

.banner-top h1 {
    color: #fff
}

.banner-top .banner-caption {
    max-width: 820px
}

.banner-top .banner-top-desc {
    color: #fff;
    padding: 45px 0 35px;
    font-size: 18px
}

.banner-top .banner-top-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center
}

.banner-top .banner-top-button-1 {
    display: inline-block;
    padding: 4px 14px;
    background-color: #0068ff;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9)
}

.banner-top .banner-top-button-2 {
    display: inline-block;
    padding: 4px 14px;
    background-color: #fff;
    border-radius: 20px;
    color: #0068ff;
    font-size: 20px;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99, 102, 241, .9)
}

.banner-top .banner-top-button {
    display: flex;
    padding-top: 50px;
    gap: 20px
}

.banner-top .banner-top-button a {
    font-weight: 700
}

.banner-top .banner-top-button a:hover {
    box-shadow: unset
}

@media screen and (max-width: 767px) {
    .banner-top h1 {
        text-align: center
    }

    .banner-top .banner-top-desc {
        text-align: center;
        padding: 30px 0 40px;
        justify-content: flex-start
    }

    .banner-top .banner-top-button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px
    }

    .banner-top .banner-top-logo {
        justify-content: space-between
    }

    .banner-top .banner-top-logo img {
        width: calc(33% - 20px)
    }
}

.service-introduction {
    padding: 50px 0;
    background-color: #0068ff;
}

.service-introduction a {
    text-decoration: none
}

.service-introduction h2 {
    text-align: center;
    color: white;
}

.service-introduction .service-introduction-desc {
    text-align: center;
    color: white;
}

.service-introduction .service-introduction-item {
    padding: 45px 13px 0;
    width: calc(33.3333333333% - 20px);
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 17px
}

.service-introduction .service-introduction-item img {
    width: 80%;
    height: 198px;
    object-fit: contain;
    margin: 0 auto
}

.service-introduction .service-introduction-item.pale-magenta {
    background-color: #f8effe;
    border-radius: 17px;
    box-shadow: 1px 1px 11px -4px rgba(21, 21, 21, .15)
}

.service-introduction .service-introduction-item.pale-magenta h3 {
    color: #c368f7
}

.service-introduction .service-introduction-item.pale-magenta:hover {
    border-color: #c368f7
}

body .service-introduction-item:hover .read-more {
    opacity: 1
}

.service-introduction .service-introduction-item.light-pink {
    background-color: #fdf1f0;
    border-radius: 17px;
    box-shadow: 1px 1px 11px -4px rgba(21, 21, 21, .15)
}

.service-introduction .service-introduction-item.light-pink h3 {
    color: #f77d68
}

.service-introduction .service-introduction-item.light-pink:hover {
    border-color: #f77d68
}

.service-introduction .service-introduction-item.light-pink:hover .read-more {
    opacity: 1;
    color: #f77d68
}

.service-introduction .service-introduction-wp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px
}

.service-introduction .service-introduction-wp a {
    color: #33354d
}

.service-introduction .service-introduction-item-title {
    margin: 15px 0;
    text-align: center
}

.service-introduction .service-introduction-item-desc {
    text-align: center;
    font-size: 16px
}

.service-introduction .read-more {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    transition: all .4s ease;
    margin-bottom: 30px;
    margin: 30px 0
}

@media all and (max-width: 1100px) {
    .service-introduction .service-introduction-item {
        width: 48%
    }
}

@media all and (max-width: 767px) {
    .service-introduction .service-introduction-item {
        width: 100%
    }
}

.web-solutions {
    padding: 50px 0
}

.web-solutions h2 {
    text-align: center
}

.web-solutions .web-solutions-wp {
    display: flex;
    gap: 40px;
    align-items: center
}

.web-solutions .web-solutions-wp img {
    max-width: 400px
}

.development-services {
    background-color: #edf9ff;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../img/introducing-technology/top-bg.png");
    padding-bottom: 50px
}

.development-services h2 {
    text-align: center;
    padding-top: 200px
}

.development-services .development-services-desc {
    text-align: center
}

.development-services .development-services-item {
    width: calc(33.3333333333% - 30px);
    border-radius: 17px;
    background: #fefeff;
    padding: 25px 25px 30px;
    position: relative
}

.development-services .development-services-item:hover .line-animation {
    background-color: #c368f7;
    width: 100%
}

.development-services .development-services-item .line-animation {
    position: absolute;
    content: "";
    width: 0%;
    left: 0;
    height: 7px;
    bottom: 0;
    transition: all .9s ease-in-out;
    border-radius: 17px
}

.development-services .development-services-titlte {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    gap: 30px
}

.development-services .development-services-titlte img {
    align-self: center;
    width: 38px;
    height: 38px;
    object-fit: cover
}

.development-services .development-services-titlte .img-bg {
    border-radius: 17px;
    padding: 16px;
    background-color: rgba(195, 105, 247, .1)
}

.development-services .development-services-wp {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    justify-content: center
}

.statistical {
    background-image: url("../img/introducing-technology/why-choose-wpweb-infotech-bg.webp");
    padding: 60px 0
}

.statistical .statistical-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.statistical .statistical-item img {
    align-self: center;
    margin-bottom: 30px
}

.statistical .statistical-item h3 {
    margin-bottom: 10px
}

.statistical .statistical-wp {
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

.statistical .statistical-item-content {
    text-align: center
}

.why-choose {
    padding: 50px 0;
    background-color: #f6f7fa
}

.why-choose .why-choose-wp {
    display: flex;
    margin-top: 30px
}

.why-choose .why-choose-wp img {
    width: 50%
}

.why-choose .why-choose-wp ul {
    position: relative;
    width: 50%;
    list-style: none
}

.why-choose .why-choose-wp ul li {
    position: relative;
    padding-left: 35px;
    break-inside: avoid;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 0
}

.why-choose .why-choose-wp ul li::before {
    position: absolute;
    content: "";
    height: 9px;
    top: 0;
    width: 9px;
    left: 0;
    transition: all .4s ease-in-out;
    background: #000;
    transform: translateY(25px)
}

@media screen and (max-width: 1024px) {
    .development-services .development-services-item {
        width: calc(50% - 30px)
    }

    .web-solutions .web-solutions-wp {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .development-services .development-services-item {
        width: 100%
    }

    .development-services h2 {
        padding-top: 100px
    }

    .web-solutions {
        padding-bottom: 0
    }

    .statistical .statistical-wp {
        flex-wrap: wrap
    }

    .statistical .statistical-item-content {
        text-align: left
    }

    .statistical .statistical-item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 30px
    }

    .why-choose .why-choose-wp {
        flex-direction: column
    }

    .why-choose .why-choose-wp img {
        order: 1;
        width: 100%
    }

    .why-choose .why-choose-wp ul {
        padding-left: 0;
        order: 2;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        padding: 0
    }
}

.icon-color-blue::before {
    color: #0068ff !important
}

.contact-branches ul i.bx::before {
    color: #0068ff !important
}

.bx-color-yellow::before {
    color: #fb0
}

.bx-color-red::before {
    color: #dd5145
}

.bx-color-green::before {
    color: #0f9d58
}

.bx-color-royal-blue::before {
    color: #0068ff
}

.btn-primary {
    --si-btn-bg: #0068ff
}

.step-number .step-number-inner {
    --si-steps-number-inner-bg: #0068ff !important
}

.bx.bx-right-arrow-alt::before, .bx.bxs-phone-call::before {
    color: #0068ff
}

.steps {
    --si-steps-number-color: #fff
}

.navbar .nav-item:hover > .nav-link:not(.disabled) {
    color: #0068ff
}

.tp-contact-form {
    padding: 34px 60px;
    border-radius: 25px;
    background-color: #fff
}

.tp-contact-form h2 {
    color: #00aae7
}

.tp-contact-form input {
    appearance: none
}

.tp-contact-form input, .tp-contact-form select {
    box-shadow: none;
    background-color: #fff;
    border-color: #eee;
    border-radius: 10px;
    font-size: 16px;
    color: #59597e;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    width: 100%;
    margin-top: 16px
}

.tp-contact-form input:focus, .tp-contact-form select:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff
}

.tp-contact-form input::-webkit-input-placeholder, .tp-contact-form select::-webkit-input-placeholder {
    font-weight: 700
}

.tp-contact-form input[type=submit], .tp-contact-form select[type=submit] {
    border-radius: 10px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    background-color: #437eeb;
    color: #fff;
    transition: all .3s ease-in-out
}

.tp-contact-form input[type=submit]:hover, .tp-contact-form select[type=submit]:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2)
}

.tp-contact-form select {
    border-right: 16px solid #fff;
    font-weight: 700;
    outline: 1px solid #ddd
}

.tp-contact-form .wpcf7-spinner {
    margin-left: calc(50% - 12px);
    margin-top: 10px
}

.tp-contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0
}

@media screen and (max-width: 767px) {
    .tp-contact-form {
        padding: 34px 20px 20px;
        margin-bottom: 50px
    }
}

.btn-scroll-top.show {
    bottom: 100px
}

.site-logo {
    width: 62px;
    padding: 5px 0
}

header.navbar-sticky {
    padding: 0
}

.shadow-primary {
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03) !important
}

.news-banner .container {
    max-width: 1140px
}

@font-face {
    font-family: "new-SVN-Gilroy";
    src: url("../fonts/new-SVN-Gilroy.woff2");
    font-weight: normal
}

@font-face {
    font-family: "new-SVN-Gilroy";
    src: url("../fonts/new-SVN-GilroyBold.woff2");
    font-weight: 700
}

@font-face {
    font-family: "new-SVN-Gilroy";
    src: url("../fonts/new-SVN-GilroySemiBold.woff2");
    font-weight: 600
}

.header-box-shadow {
    box-shadow: 0 4px 4px -6px #0068ff
}

.icon-checked {
    padding: 5px;
    border-radius: 54%;
    background: #d7f3ff;
    text-align: center;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-checked i {
    font-size: 20px;
    color: #276ae3;
    margin-bottom: 2px
}

body footer.footer {
    position: relative;
    z-index: 1;
    background-color: #042c4c !important
}

footer.footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-image: url(../img/dot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.design-service table {
    border-spacing: 0px;
    margin: 0 0 1.5em;
    width: 100%
}

.design-service table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    padding: 14px;
    color: #0b0f19
}

.design-service table tr:nth-child(even) {
    background-color: #eeeff4
}

.design-service table td {
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
    font-weight: 600
}

.design-service table .bx-check:before {
    font-size: 25px
}

#landings .col.card-hover img {
    width: 100%;
    object-fit: cover
}

.list-problem {
    margin-top: 50px
}

.list-problem .list-problem-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px
}

.list-problem .list-item {
    width: calc(33.3333333333% - 20px)
}

.list-problem .list-item-body {
    display: flex;
    text-align: left;
    gap: 10px
}

.list-problem .list-item-body img {
    align-self: flex-start;
    max-width: 15px;
    margin-top: 8px
}

.list-problem h3 {
    text-align: center
}

.desire .block-left, .desire .block-right {
    width: 49%
}

.desire .desire-item {
    display: flex;
    gap: 20px
}

.desire h3 {
    margin-bottom: 0
}

.desire .circle {
    background: #f4f5f7;
    padding: 24px;
    width: auto !important;
    border-radius: 50%;
    height: auto !important;
    max-height: 80px
}

.desire .desire-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.desire .item-body p {
    margin-bottom: 0
}

.desire h2 {
    margin-bottom: 20px
}

.desire .desire-wrap {
    display: flex;
    justify-content: space-between
}

.desire .block-right img {
    width: 100%
}

@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .list-problem .list-item {
        width: 100%
    }

    .pc-only {
        display: none !important
    }

    .list-problem h3 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .list-problem h3 img {
        max-width: 15px
    }

    .list-problem .list-item-body p {
        text-align: center
    }

    .list-problem .list-problem-warp {
        gap: 20px
    }

    .desire .block-right {
        display: flex;
        justify-content: center;
        margin-top: 50px
    }

    .desire .block-right img {
        max-width: 478px;
        margin: 0 auto
    }

    .desire .item-body {
        text-align: center
    }

    .desire .desire-item {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .desire h2 {
        text-align: center
    }

    .desire .block-left, .desire .block-right {
        width: 100%
    }

    .desire .desire-wrap {
        flex-direction: column
    }
}

/*# sourceMappingURL=custom.css.map */
.contact-message textarea {
    width: 100%;
    color: #59597e;
    border: 1px solid #ddd;
    height: 30px;
    min-height: 100px;
    padding: 10px;

}

.contact-message {
    width: 100%;
    margin-top: 20px;
}

#clone-contact-menu {
    line-height: 0;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.btn-contact-menu {
    position: relative;
    z-index: 900
}

.contact-options {
    position: fixed;
    bottom: 80px;
    left: 30px;
    width: 300px;
    background-color: #f4f5f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
    visibility: hidden;
    padding: 10px
}

.contact-options.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.contact-options header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee
}

.contact-options header h2 {
    font-size: 16px;
    margin: 0
}

.contact-options ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-options li {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #fff;
    cursor: pointer
}

.contact-options li a:hover {
    color: #1260a0
}

.contact-options li:last-child {
    border-bottom: none
}

.contact-options li img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.show-button:hover {
    opacity: 1;
}

.show-button svg {
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    transition: transform .3s ease
}

.show-button.show svg {
    transform: rotate(0deg)
}

.show-button {
    position: fixed;
    bottom: 50px;
    left: 10px;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    font-size: 35px;
    line-height: 0
}

.close-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s
}

.close-button.show {
    opacity: 1;
    visibility: visible
}

.show-button {
    z-index: 999;
    cursor: pointer
}

.contact-options li a {
    color: #000;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}


.show-button:hover {
    opacity: 0.8;
}

.show-button {
    left: 35px;
}

.call-animation {
    /*background: #fff;*/
    /*  background-color: rgb(255, 255, 255);*/
    /*width: 135px;*/
    /*height: 135px;*/
    /*position: relative;*/
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contact-options {
    left: 65px;
}

.fl-center {
    display: flex;
    align-items: center;
    line-height: 0;
}

@media screen and (min-width: 769px) {
    #landings .col.card-hover img {
        object-fit: contain;
        width: 400px;
        height: 200px;
    }

}

@media screen and (max-width: 768px) {
    .show-button {
        bottom: 25px;
    }

    .contact-options {
        bottom: 60px;
    }


    .responsive-menu {
        background: linear-gradient(to top, #F455B1, #FBCFE8);
    }

    .w-unset {
        width: 50% !important;
    }
}

.show-button img {
    width: 40px;
    height: 40px;
    max-width: unset;
}

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

    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }
}


.multilanguage-wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;

}

.multilanguage-wrap img {
    z-index: 99;
    width: 35px;
    cursor: pointer;
}

.multilanguage-wrap .multilanguage-select {
    position: absolute;
    top: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
    padding: 0;
    width: fit-content;
    min-width: 200px;
    right: 0;
    display: none;
}
.multilanguage-wrap .multilanguage-select li{
    list-style: none;
    padding: 0 10px;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 10px;
}

.multilanguage-wrap .multilanguage-select li.active{
    background: #f4f5f9;
}

.multilanguage-wrap .multilanguage-select li:not(:last-child){
    border-bottom: 1px solid #eee;
}

.multilanguage-wrap .multilanguage-select li:hover {
    background: #f4f5f9;
}


/* #landings  h3:after {
    content: unset;
}
#landings .card-item {
    height: 600px;
}
#landings .card-image {
    height: 460px;
    object-fit: c;
} */

#landings .card-image {
    height: 300px;
    object-fit: contain;
        /* padding: 7px; */
    /* background-color: #f4f5f9; */
}
#landings .card-item {
    border-radius: 4px;
    border: 1px #c9cfdf solid;
    /* border-bottom: 3px #a9becd solid; */
    position: relative;
    display: block;
    text-decoration: none;
}

#landings .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1023px) {
    #landings .wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media screen and (max-width: 768px) {
    #landings .wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    
}

#landings h3 {
    font-size: 15px;
    color: #0056b3;

    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-top: 1px #e6e6e6 solid;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.card-l {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 12.5px;
    border-top: 1px #e6e6e6 solid;
    color: #818F81;
    margin-bottom: 0;
    border-bottom: 3px #a9becd solid;
}

.card-price {
    position: absolute;
    display: inline-block;
    bottom: 88px;
    right: -8px;
    background: #095C89;
    height: 34px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}


.card-price:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px #0076B6 solid;
}

.card-price button {
    background-color: #095C89;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.card-price:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px #0076B6 solid;
}

#landings .card-item:hover .link-detail {
    opacity: 1;
}
.link-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    transition: all 0.5s ease;
    opacity: 0;
    /* left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.link-detail p {
    display: block;
    float: left;
    margin: 18px 6px;
    width: 95%;
    height: 100%;
    line-height: 44px;
    background: #389CD5;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
}

.card-content {
    position: relative;
}

#content .theme-list .item .thumb {
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#content .theme-list .item .thumb img {
 object-fit: contain;  
}
/* dich-vu-seo */
.service-image-container {
    flex: 4
}

.image-container {
    text-align: center;
    margin-bottom: 20px;
}

.service-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.service-image:hover {
    transform: scale(1.05);
}

.heading-container {
    text-align: center;
    margin-bottom: 20px;
}

.service-content {
    flex: 6;
}

.service-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    text-transform: uppercase;
}

.service-description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.e-con-inner {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
}

.mb-4 {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .e-con-inner {
        flex-direction: column;
    }
    .service-title {
        font-size: 1.5rem;
    }

    .service-description {
        font-size: 1rem;
    }
}