.section-giaiphap h4,
.section-giaiphap h1 span{
    color: var(--blue);
}
.section-giaiphap h1 {
    color: var(--black);
}
.section-giaiphap .col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-giaiphap .button-wrapper {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
}
.section-giaiphap .background-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f9f9f9;
    z-index: -1;
}
.section-giaiphap .outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px dashed var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: border-spin 30s linear infinite;
}
.section-giaiphap .button-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section-giaiphap .icon-container {
    font-size: 30px;
    color: #38465C;
}
.section-giaiphap .text-supbutton{
    color: var(--black);
}
.section-giaiphap .col-left p {
    color: #354254;
}
.section-webtheme .row-bottom,
.section-giaiphap .row-bottom{
    background: linear-gradient(45deg, #020F24, #031431);
    border-radius: 60px;
    padding: 60px;
}
.section-webtheme .row-bottom h2{
    color: #fff;
    font-size: 36px;
    text-align: center;    
}
.section-giaiphap .row-bottom h2{
    color: #fff;
    font-size: 36px;
}
.section-webtheme .container-processs,
.section-giaiphap .container-processs
{
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    padding-top: 70px;
    background-image: url(/wp-content/uploads/2024/08/line.png);
    background-repeat: no-repeat;
    background-position: top;
}
.section-webtheme .box-items,
.section-giaiphap .box-items{
    text-align: center;
}

.section-webtheme .box-items:nth-child(2),
.section-webtheme .box-items:nth-child(4),
.section-webtheme .box-items:nth-child(6),
.section-giaiphap .box-items:nth-child(2),
.section-giaiphap .box-items:nth-child(4){
    margin-top: -60px;
}
.section-webtheme .box-text,
.section-giaiphap .box-text{
    color: #fff;
}
.section-webtheme .icon-box,
.section-giaiphap .icon-box{
    position: relative;
}
.section-giaiphap .stt{
    display: inline;
    background-color: #132849;
    color: #fff;
    border-radius: 30px;
    padding: 2px 10px;
    position: absolute;
    top: -15px;
    right: 55px;
}
.section-webtheme .box-text-title,
.section-giaiphap .box-text-title{
    font-size: 16px;
    font-weight: 700;
}
.section-webtheme .box-text-content,
.section-giaiphap .box-text-content{
    font-size: 14px;
    font-weight: 400;
    color: #ffffffba;
}
.section3-giaiphap h2 {
    font-size: 36px;
    color: var(--black);
    line-height: 1.3em;
    position: relative;
}
.section3-giaiphap h2::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/07/icon-nhay-doi.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -32px;
    left: 0;
    width: 65px;
    height: 65px;
}
.section3-giaiphap .row-content{
    padding: 120px 60px !important;
    max-width: 100% !important;
}
.section3-giaiphap .col-container .col-inner{
    border-radius: 40px;
}
.section3-giaiphap .row-content .col{
    display: flex;
    align-items: center;
    padding-bottom: unset;
}
.section3-giaiphap .row-bottom .col:first-child,
.section3-giaiphap .row-bottom .col:nth-child(2){
    padding-bottom: 90px;
}
.section3-giaiphap .row-bottom h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: var(--black);
    text-align: center;
    position: relative;
}
.section3-giaiphap .row-bottom .content-bottom{
    padding: unset;
}
.section4-giaiphap h4{
    color: var(--blue);
}
.section4-giaiphap h2{
    color: var(--black);
    font-size: 36px;
}
.section4-giaiphap .top-heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section4-giaiphap .top-heading .right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4-giaiphap .top-heading .right ul{
    display: flex;
    flex-direction: row;
    margin-bottom: unset;
}
.section4-giaiphap .top-heading ul > li{
    list-style-type: none;
}
.section4-giaiphap .top-heading ul > li > a{
    color: var(--black);
    font-size: 18px;
}
.section4-giaiphap .top-heading ul > li.active a{
    color: var(--blue);
    font-weight: 700;
}
.page-id-591 .comments-area{
    display: none;
}

/************* REPONSIVE **************/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .section-giaiphap .container-processs{
        flex-wrap: wrap;
        padding-top: unset;
        background-image: unset;
    }
    .section-giaiphap .box-items{
        flex-basis: 40%;
        max-width: 40%;
    }
    .section-giaiphap .box-items:nth-child(2), 
    .section-giaiphap .box-items:nth-child(4){
        margin-top: unset;
    }
    .section3-giaiphap h2{
        margin-bottom: 50px;
    }
    .section3-giaiphap h2 br{
        display: none;
    }
    .section3-giaiphap .row-bottom .col:first-child, 
    .section3-giaiphap .row-bottom .col:nth-child(2){
        padding-bottom: 60px;
    }
    .section4-giaiphap .du-an-item:nth-child(2n+2) {
        margin-top: unset !important;
    }
    .section4-giaiphap .du-an-list{
        grid-column-gap: 50px;
    }
    .section4-giaiphap .top-heading .right ul{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){
    .section-giaiphap .container-processs{
        flex-wrap: wrap;
        padding-top: unset;
        background-image: unset;
    }
    .section-giaiphap .box-items{
        flex-basis: 100%;
        max-width: 100%;
    }
    .section-giaiphap .box-items:nth-child(2), 
    .section-giaiphap .box-items:nth-child(4){
        margin-top: unset;
    }
    .section-giaiphap .stt{
        right: 95px;
    }
    .section-giaiphap .row-bottom{
        padding: 60px 30px;
    }
    .section3-giaiphap .row-content{
        padding: 120px 30px !important;
    }
    .section3-giaiphap h2 br{
        display: none;
    }
    .section3-giaiphap .row-content{
        max-width: unset !important;
    }
    .section3-giaiphap .row-content .col:nth-child(4) p{
        top: -32px;
    }
    .section4-giaiphap .top-heading .right ul{
        flex-wrap: wrap;
    }
    .section3-giaiphap .row-bottom .col:first-child, 
    .section3-giaiphap .row-bottom .col:nth-child(2){
        padding-bottom: unset;
    }
    .section3-giaiphap .row-bottom .col{
        padding: 40px 20px;
    }
}



/* Nhận diện thương hiệu */
.page-template-template-page-nhan-dien-thuong-hieu section {
    padding: 0 15px;
}
.page-template-template-page-nhan-dien-thuong-hieu h2{
    font-size: 36px;   
    color: var(--black);
}

.row-content-ndth p{
    color: var(--black);
    width: 100%;
}

.row-content-ndth p,
.row-content-ndth li{
    text-align: justify;
}

.row-content-ndth ol,
.row-content-ndth ul{
    color: var(--black);
    margin-left: 40px;
}

.row-content-ndth p img{
    display: block;
    margin: 0 auto;
}


.item-qt-ndth {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #718497;
    min-height: 440px;
}

.page-template-template-page-seo-design-web .item-qt-ndth {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #718497;
    min-height: 300px;
}

.item-qt-ndth h3{
    padding-top: 25px;
    color: var(--black);
}

.qt-ndth-content p{
    color: var(--black);
    text-align: justify;
}

.section-ndth-duan .top-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.section-ndth-duan h4 {
    color: var(--blue);
}

.section-ndth-duan .right {
    display: flex;
    align-items: center;
}

.section-ndth-duan .right a{
    color: var(--blue);
    font-weight: 600;
    border-bottom: 2px solid var(--blue);
}

@media only screen and (min-width: 1024px){
    .container-qt-ndth div:nth-child(even){
        padding-top: 20px;
    }
    .container-seo div:nth-child(3n+2){
        padding-top: 20px;
    }
    /* .page-template-template-page-seo-design-web .container-qt-ndth div:nth-child(even){
        padding-top: 0px;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .page-template-template-page-nhan-dien-thuong-hieu .row {
        max-width: 100%;
    }
    .large-3 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 767px){
    .page-template-template-page-nhan-dien-thuong-hieu .row {
        max-width: 100%;
    }
    .item-qt-ndth {
        min-height: 400px;
    }
}