@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
@media (min-width: 1441px) {
    .mb-125{
        margin-bottom: 125px;
    }
}
@media (min-width: 1360px) {
    .mb-7{
        margin-bottom: 7px;
    }
    .row-x26{
        margin-left: -26px;
        margin-right: -26px;
    }
    .pd-x26{
        padding-left: 26px;
        padding-right: 26px;
    }
    .row-x25{
        margin-left: -25px;
        margin-right: -25px;
    }
    .pd-x25{
        padding-left: 25px;
        padding-right: 25px;
    }
    .row-x22{
        margin-left: -22px;
        margin-right: -22px;
    }
    .pd-x22{
        padding-left: 22px;
        padding-right: 22px;
    }
    .row-x10{
        margin-left: -10px;
        margin-right: -10px;
    }
    .pd-x10{
        padding-left: 10px;
        padding-right: 10px;
    }
    .fonts-27{
        font-size: 27px;
    }
    .fonts-xl-44{
        font-size: 44px;
    }
    .fonts-48{
        font-size: 48px;
    }
    .mb-88{
        margin-bottom: 88px;
    }
    .mb-98{
        margin-bottom: 98px;
    }
    .mb-126{
        margin-bottom: 126px;
    }
    
}
.letter-spacing10{
    letter-spacing: 0.1em;
}
.letter-spacing3{
    letter-spacing: 0.03em;
}
.letter-spacing-a3{
    letter-spacing: -0.03em;
}
.mb-12{
    margin-bottom: 12px;
}
/* ======================= */
.digilo--detail-page{
    margin-top: 73px;
}
.digilo--detail-page a{
    color: #000000;
}
.h1--all-page{
    font-size: 56px;
    font-weight: 600;
    /* font-family: 'Roboto', sans-serif; */
    color: var(--color-black-1F1F1F);
    line-height: 1.3;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
}
.h1--all-detail{
    font-size: 56px;
    /* font-family: 'Roboto', sans-serif; */
    color: var(--color-black-1F1F1F);
    line-height: 1.3;
    position: relative;
    z-index: 10;
}
.name--title-page{
    color: var(--color-black-1F1F1F);
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .banner-page-services .name--title-page{
        font-size: 24px;
    }
    .banner-page-blogs .description-head-banner{
        font-size: 21px;
        max-width: 745px;
    }
}
.description-head-banner{
    color: var(--color-black-1F1F1F);
    font-size: 18px;
    /* font-family: 'Roboto', sans-serif; */
    max-width: 715px;
    letter-spacing: 0.03em;
    font-weight: normal;
    position: relative;
    z-index: 10;
}
.title--head-detail{
    line-height: 1.3;
}

.section--banner{
    padding: 180px 0 96px;
    position: relative;
}
.section--banner .container{
    position: initial;
}
.section--banner .image-banner{
    position: absolute;
    top: 0;
    right: 25px;
}
.section--banner .title-head{
    font-size: 70px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
}
.section--banner .txt-description{
    margin-bottom: 105px;
    font-family: 'Noto Sans JP', sans-serif;
}
.section--banner .btn--bottom .btn--red{
    max-width: 432px;
}

/* === */
.section--contact{
    background-image: url('../img/bg-contact.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
    position: relative;
    z-index: 50;
}
.section--contact .title--h2,
.section--contact .des-txt,
.main--contact .title-head{
    font-weight: 400;
}
.main--contact{
    max-width: 920px;
}

.item-address{
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 40px 10px 34px;
}
.btn--red{
    max-width: 313px;
    width: 100%;
    padding-right: 20px;
}
.item-address .btn--red ,
.btn--red.h85,
.item-address .button--phone{
    height: 85px;
}
.item-address .btn--red .svg{
    right: 37px;
}
.item-address .button--phone img{
    margin-right: 10px;
}
/* === */
.section--product{
    padding: 88px 0 90px;
}
.item--product{
    position: relative;
    background-color: var(--color-white);
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    padding: 38px 40px 47px 39px;
    height: calc(100% - 30px);
}
.item--product .main--item{
    height: 100%;
}

.button--more-head img{
    margin: -2px 4px 0 0 ;
}
.button--more-head a{
    color: var(--color-black-1F1F1F);
}
/* == */
.cat-chatGPT,
.bg-Services1,
.hr-Services1::after{
    background-color: #47B8B9;
}
.cat-App,
.bg-Services2,
.hr-Services2::after{
    background-color: #E69551;
}
.cat-WEB,
.bg-Services3,
.hr-Services3::after{
    background-color: #A77ABE;
}
.section--introduction{
    padding: 95px 0 18px;
}
.item--intro{
    position: relative;
    margin-bottom: 70px;
    height: calc(100% - 70px);
    display: block;
    width: 100%;
}
.item--intro .image--pro{
    position: relative;
}
.item--intro .image--pro img{
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.item--intro .image--pro .category-intro{
    position: absolute;
    left: 13px;
    top: 15px;
    height: 29px;
    border-radius: 15px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}
.item--intro .content--main{
    padding-left: 25px;
}
.item--intro .title-h3 img{
    position: absolute;
    left: -25px;
    top: 4px;
}
.item--intro .title-h3 a{
    color: var(--color-black);
}
.item--intro .txt--content{
    color: #5D5D5D;
}
/* ==== */

.section--Services{
    padding: 87px 0 85px;
}
.item--Services{
    display: block;
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--color-white);
}
.item--Services .image--sv{
    position: relative;
    height: 252px;
}
.item--Services .image--sv img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.item--Services .content--main{
    padding: 31px 31px 80px;
    position: relative;
}
.item--Services .title-head,
.item--Services .content-txt{
    color: #1F1F1F;
}
.item--Services .description-txt{
    color: #9F9F9F;
    position: relative;
    padding-bottom: 25px;
}
.item--Services .description-txt::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 30px;
    height: 5px;
}
/* ===================== */
.h110{
    height: 110px;
}
.btn--w752{
    max-width: 752px;
    border-radius: 100px;
    box-shadow: none;
    border-color: var(--color-red);
}
.btn--red.btn--w752 svg{
    right: 70px;
    width: 18px;
    height: 28px;
}
.btn--red.btn--w752 path{
    stroke-width: 1.5;
}
.section--banner-page{
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    z-index: 12;
    position: relative;
}
.main--banner-page{
    /* padding: 163px 0 85px; */
    padding: 70px 0 0 110px;
    position: relative;
    height: 485px;
    display: flex;
    flex-direction: column;
}
/* @media (min-width: 1200px){
    .banner-page-services .main--banner-page{
        height: 618px;
        padding-top: 90px;
    }
} */
.block--bottom-banner{
    height: 100%;
    display: flex;
    align-items: center;
}
.image--banner-background{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.btn--banner{
    margin-left: -5px;
}
.btn--banner li:not(:last-child){
    margin-right: 15px;
}
.btn--banner li:first-child .btn--red{
    border-color: var(--color-red);
}
.btn--banner .btn--red{
    max-width: 100%;
    width: 270px;
    box-shadow: none;
    height: 70px;
    font-weight: normal;
}
.btn--banner .btn--black{
    background-color: #252525;
    border-color: var(--color-black-1F1F1F);
}
.btn--banner .btn--black:hover{
    color: var(--color-black-1F1F1F);
    border-color: var(--color-black-1F1F1F);
}
.digilo--detail-page .btn--black:hover path{
    stroke: var(--color-black-1F1F1F);
}
.section--page-Services{
    padding: 50px 0 90px;
}
.main--Services-page .item--block{
    background-color: var(--color-white);
    padding: 31px 32px 32px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.main--Services-page .item--block:not(:last-child){
    margin-bottom: 30px;
}
.main--Services-page .image--item{
    flex: 0 0 300px;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    min-height: 245px;
}
.item--F-Digilo .main--Services-page .image--item img{
    max-width: 150px;
}
.main--Services-page .content--item{
    padding-left: 30px;
    position: relative;
}
.main--Services-page .content--item .title-h3{
    padding-right: 25px;
    position: relative;
}
.main--Services-page .content--item .title-h3 a{
    display: block;
}
.main--Services-page .content--item .title-h3 img{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.bottom--Services-block{
    padding: 0 45px 0 25px;
}
.bottom--Services-block .item--sv{
    border-radius: 10px;
    padding: 28px 35px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    position: relative;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.bottom--Services-block .item--sv .image-i{
    max-width: 40.2%;
    flex: 0 0 40.2%;
}
.bottom--Services-block .item--sv .image-i img{
    border-radius: 10px;
}
.bottom--Services-block .item--sv .content-i{
    padding: 22px 0 0 20px;
}
.icon--detail{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
/* === */
.section--Services-detail{
    padding: 50px 0 50px;
}
.main--detail-Services{
    background-color: var(--color-white);
    border-radius: 15px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.main--block-aside{
    padding: 0 160px;
}
.main--detail-Services .head-description{
    padding: 80px 5px 0;
}
.icon-asb1-svs{
    top: 250px;
    left: -1.2%;
}
.icon-asb2-svs{
    top: 848px;
    right: -3px;
}
.icon-asb1-sv{
    top: 685px;
    left: 6.8%;
}
.icon-asb2-sv{
    top: 1155px;
    right: -55px;
}
.icon-asb2-MB{
    right: -145px;
}
.icon-asb1--case{
    top: 20%;
    left: -15%;
}
.icon-asb2--case{
    top: 55%;
    right: -15%;
}
.icon-asb1--feat,
.icon-asb2--feat,
.icon-asb3--feat,
.icon-asb4--feat,
.icon-asb5--feat{
    left: -15%;
}
.icon-asb1--feat{
    top: 5%;
}
.icon-asb2--feat{
    top: 25%;
}
.icon-asb3--feat{
    top: 45%;
}
.icon-asb4--feat{
    top: 65%;
}
.icon-asb5--feat{
    top: 85%;
}
.icon-asb10--feat,
.icon-asb9--feat,
.icon-asb6--feat,
.icon-asb7--feat,
.icon-asb8--feat{
    right: -15%;
}
.icon-asb6--feat{
    top: 15%;
}
.icon-asb7--feat{
    top: 35%;
}
.icon-asb8--feat{
    top: 55%;
}
.icon-asb9--feat{
    top: 75%;
}
.icon-asb10--feat{
    top: 95%;
}
.bg-FServices4{
    background-color: #5F7A8B;
}
.bg-FServices5{
    background-color: #2DBB90;
}
.bg-FServices6{
    background-color: #4242BB;
}
.bg-FServices7{
    background-color: #59ABC6;
}

.list--support li{
    border: 1px solid #D0D0D0;
    display: flex;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    overflow: hidden;
}
.support--sv li{
    border-radius: 15px ;
}
.list--support li:not(:last-child){
    margin-bottom: 35px;
}
.list--blog li:not(:last-child){
    margin-bottom: 30px;
}
.list--support .stt-number{
    flex: 0 0 125px;
    max-width: 125px;
    background-color: var(--color-red-E61F17);
    color: var(--color-white);
}
.list--support .stt-number span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list--blog .stt-number{
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--color-red-BC0000);
    -webkit-box-shadow: 0px 3.2px 3.2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3.2px 3.2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3.2px 3.2px 0px rgba(0,0,0,0.1);
}
.list--support .text-content{
    padding: 15px 25px 15px 35px;
    width: 100% ;
    background-color: #F7F7F7;
}
.list--support .content--sv{
    min-height: 100px;
    display: flex;
    align-items: center;
}
.main--detail-Services .list--blog li{
    border-radius: 20px;
    border: 1px solid #D0D0D0;
}
.list--blog .text-content{
    padding: 30px 90px 30px 45px;
    position: relative;
    margin-left: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}
.list--blog .text-content .icon-link-red{
    margin-right: 50px;
}
.list--blog .text-content:hover{
    color: var(--color-red-BC0000);
    opacity: 1;
}
.list--blog .text-content .icon-right-detai{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}
.main--detail-Services .aside2{
    padding: 13px 0 15px;
    /* max-width: calc(100% - 60px); */
}

@media (min-width: 1399px) {
    .section--banner .title-head{
        padding-left: 5px;
    }
    .section--banner .txt-description{
        padding-left: 15px;
    }
    .aside2--introduction{
        padding: 0 30px 0 52px;
    }
}
.aside2--introduction .item--intro .image--pro img{
    box-shadow: none;
}

/* .item--case{
    background-color: var(--color-white);
    border-radius: 20px;
    border: 1px solid #CACACA;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
    margin-bottom: 53px;
    height: calc(100% - 53px);
}
.item--case .head--item{
    padding: 35px 50px 15px;
    border-bottom: 1px solid #CACACA;
}
.item--case .image-i img{
    object-fit: cover;
    height: 245px;
    border-radius: 11px;
}
.item--case .head--item .content-i{
    padding-top: 15px;
}
.item--case .head--item .content-i .txt-title{
    min-height: 127px;
}
.item--case .footer-item{
    padding: 20px 50px;
} */

/* .aside3{
    padding: 0 9px;
} */
.main--detail-Services .list--AI li{
    display: block;
    padding: 70px 135px 70px 133px;
    background-color: #F7F7F7;
    border: none;
}
.main--detail-Services .list--AI li:nth-child(even){
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    z-index: 5;
    position: relative;
}
.main--detail-Services .list--faq,
.main--detail-Services .list--faq li{
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.main--detail-Services .list--faq li{
    background-color: var(--color-white);
    z-index: 6;
    position: relative;
}

.main--detail-Services .list--faq li:nth-child(even){
    background-color: #FAFAFA;
    box-shadow: none;
}

.main--detail-Services .list--AI li:not(:last-child){
    margin-bottom: 0;
}
.list--AI .head--AI{
    margin-bottom: 26px;
}
.list--AI .stt-number{
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    line-height: 0;
    font-size: 0;
    background-color: transparent;
    text-align: center;
}
.list--AI .text-content{
    margin-left: 0;
    padding: 0 0 0 15px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.list--AI .content-AI{
    padding: 20px 0 0px;
    font-weight: 400;
    border-top: 1px solid #BDBDBD;
    line-height: 1.8;
}
/* .list--AI .content-AI img.mr-25{
    width: 30px;
    margin-left: -5px;
} */


.blog-related{
    padding: 0 131px 0 140px;
}

/* =========== */
.section--Case{
    padding: 60px 0 100px;
}
.body--case{
    background-color: var(--color-white);
    padding: 56px 66px 14px 56px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.body--case .item--intro{
    margin-bottom: 25px;
    height: calc(100% - 25px);
}
.body--case .item--intro .image--pro img{
    box-shadow: none;
}
.body--service{
    background-color: var(--color-white);
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    padding: 40px 36px;
}
.body--service .item--b-service{
    background-color: #F7F7F7;
    padding: 15px 90px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    position: relative;
}
.body--service .item--b-service:not(:last-child){
    margin-bottom: 30px;
}
.body--service .text-i{
    padding-left: 35px;
}
.body--service .icon-right-detai{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
}
.main--banner-Case-deail {
    padding-bottom: 50px;
}
.main--banner-Case-deail .img--banner-Cdetail{
    position: relative;
}
.main--banner-Case-deail .img--banner-Cdetail img{
    min-height: 270px;
    object-fit: cover;
}
.img--banner-Cdetail .cat-i{
    top: 65px;
    left: 0;
    position: absolute;
    color: var(--color-white);
    width: 100%;
}
.img--banner-Cdetail .cat-i span{
    position: absolute;
    left: 13px;
    top: 15px;
    height: 29px;
    border-radius: 15px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    width: 100%;
    max-width: 318px;
}
.title-detail-case{
    
    max-width: 100%;
}
/* =================== */
.section--page-blogs,
.section--page-feature{
    padding: 50px 0 50px;
}
.main--top-blogs{
    background-color: var(--color-white);
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    padding-bottom: 70px;
}
.head--menu-blogs{
    border-bottom: 1px solid #C1C1C1;
    padding: 18px 20px 17px 30px;
}
.head--menu-blogs li{
    flex: 1 0 auto;
}
.head--menu-blogs li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    height: 45px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.head--menu-blogs li a:hover,
.head--menu-blogs li.active a{
    background-color: #DD0B00;
    color: var(--color-white);
    opacity: 1;
}
.body--blogs{
    padding: 0 90px;
}
.item--blogs{
    position: relative;
    padding: 45px 0;
    border-bottom: 1px solid #DCDCDC;
    display: none;
}
.list--blog li{
    display: none;
}
.item--blogs[style*="display: block"],
.list--blog li[style*="display: block"]{
    display: flex !important;
}
.item--blogs .image--item{
    flex: 0 0 27.5%;
    max-width: 27.5%;
}
.item--blogs .image--item img{
    border-radius: 14px;
}
.item--blogs .content--i{
    padding: 22px  0 0 50px;
}
.item--blogs .content--i .title--blogs{
    line-height: 1.3;
}
.item--blogs .content--i .txt--text{
    /* align-self: flex-end; */
    margin-top: 15px;
    width: 100%;
}
.item--blogs .content--i .blogs--more{
    position: absolute;
    bottom: 0;
    right: 0;
}
.item--blogs .content--i .blogs--more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 46px;
    border-radius: 20px 20px 0 0 ;
    background-color: var(--color-black-1F1F1F);
    border: 1px solid var(--color-black-1F1F1F);
    border-bottom: 0;
    color: var(--color-white);
}
.item--blogs .content--i .blogs--more img{
    margin-left: 7px;
}
/* === */
.main--detail-blogs{
    background-color: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
}
.head--txt-detail{
    padding: 42px 49px 0;
}
.time-cat .cat-i{
    color: #DD0B00;
}
.community-block{
    margin-left: -15px;
    margin-right: -15px;
}
.community-block li{
    padding: 0 15px;
}
.community-block li a{
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    border-radius: 12px;
    max-width: 100%;
    height: 55px;
    padding-left: 30px;
    position: relative;
}
.community-block li a svg,
.community-block li a .icon-b{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.community-block li a .icon-b{
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
}
.community-block .facebook a{
    background-color: #1877F2;
}
.community-block .tw a{
    background-color: #00A1F6;
}
.community-block .line a{
    background-color: #00C300;
}
.community-block .b a{
    background-color: #00A4D4;
}
.main--body--content .txt--head{
    padding: 30px 50px 50px;
    
    position: relative;
}
.main--body--content .txt--head::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid #000000;
    width: calc(100% - 100px);
}
.main--body--content .item-txt{
    padding: 45px 50px;
}
.main--body--content .item-txt:nth-child(odd){
    background-color: #F9F9F9;
}
.main--body--content .item-txt .ul--txt h3{
    padding-left: 12px;
}
.main--body--content p:not(:last-child){
    margin-bottom: 30px;
}
.main--body--content h2{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.main--body--content h2 img,
.main--body--content h3 img{
    margin-right: 15px;
}
@media (min-width: 992px) {
    .main--body--content h4{
        font-size: 22px;
        margin-bottom: 0.8rem;
    }
}

.main--body--content .list--support .text-content{
    background-color: var(--color-white);
}
.main--body--content .ul--txt li{
    position: relative;
}
.main--body--content .ul--txt li:first-child{
    padding-top: 20px;
}
.main--body--content .ul--txt li:not(:last-child){
    margin-bottom: 45px;
}
.main--body--content .ul--txt .content--m{
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.block--community{
    background-color: #F9F9F9;
    padding: 35px 50px;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
}
.block--community .community-block li{
    width: 25%;
}
.block--community .community-block li a{
    width: 100%;
}
.list--GPT-API li{
    position: relative;
    padding: 18px 28px;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.list--GPT-API li:not(:last-child){
    margin-bottom: 80px;
}
.list--GPT-API li a{
    color: var(--color-red-E61F17);
}
.list--GPT-API li:not(:last-child)::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 35px);
    background-image: url('../img/icon/fi-br-caret-down.svg');
    width: 18px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}



/* ======================= */
.section--banner-detail{
    padding: 50px 0;
}
.section--banner-detail .image--banner{
    border-radius: 16px;
    overflow: hidden;
}
.section--banner-detail .image--banner img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
/* ===================== */
.box-shadow05{
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.border-radius20{
    border-radius: 20px;
}
.main--company,
.main--feature{
    background-color: var(--color-white);
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.list--item-company,
.list--item-feature,
.item--F-Digilo{
    padding: 43px 49px;
}
.list--item-Cdetail:nth-child(even),
.list--item-company:nth-child(even),
.list--item-feature:nth-child(even),
.item--F-Digilo:nth-child(even){
    background-color: #F9F9F9;
}
.list--item-company p:not(:last-child),
.list--item-feature p:not(:last-child),
.item--F-Digilo p:not(:last-child){
    margin-bottom: 25px;
}

.list--CEO li:not(:last-child){
    margin-bottom: 45px;
}
.list--CEO li .head--CEO{
    margin-bottom: 15px;
}
.list--CEO li .head--CEO .icon-i{
    margin-right: 10px;
}
.list--CEO li .head--CEO .content-i{
    border-bottom: 1px solid #C0C0C0;
    flex: 0 0 100%;
    max-width:  100%;
    padding-bottom: 15px;
}
.head--CEO .content-i .name--en{
    color: #A5A5A5;
}
.outline--head .logo--table{
    position: relative;
    top: -3px;
}
.companny--address{
    padding: 0 30px;
}
.table--outline{
    border-collapse: collapse;
}
.table--outline td{
    border: none;
    border-bottom: 1px solid #C0C0C0;
    padding: 30px 0 25px;
    vertical-align: middle;
}
.table--outline td:first-child{
    font-weight: bold;
    width: 32%;
}
.table--outline p:not(:last-child){
    margin-bottom: 12px;
}
/* ====== */
.feature--introduction .item--intro{
    margin-bottom: 15px;
    height: calc(100% - 15px);
}
.item--sv-b{
    position: relative;
    background-color: var(--color-white);
    border-radius: 12px;
    border: 1px solid #C1C1C1;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
}
.item--F-Digilo .main--Services-page .item--block{
    border: 1px solid #C1C1C1;
}
.item--F-Digilo .col-md-6:last-child img{
    border-radius: 25px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.main-Specialty{
    position: relative;
}
.main-Specialty::after{
    position: absolute;
    content: "";
    left: -49px;
    width: calc(100% + (49px * 2));
    bottom: 0;
    border-bottom: 1px solid #C3C3C3;
}
.main-Specialty:not(:last-child){
    margin-bottom: 30px;
}
.Specialty li{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 30px;
}
.Specialty li a{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    height: 90px;
    border-radius: 10px;
    color: var(--color-white);
}
.section--Case-detail{
    padding-top: 52px;
}
.list--item-Cdetail{
    background-color: var(--color-white);
    padding: 40px 0 48px;
}
.list--item-Cdetail .bd-bt{
    padding-bottom: 27px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}
/* ======================= */
.section--list__Related{
    background-color: #fbfbfb;
    padding: 88px 0 90px;
}
.list__Related{
    margin-left: -25px;
    margin-right: -25px;
}
.list__Related li{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 25px;
}
.list__Related li a{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
}
.list__Related li .img__rl{
    flex: 0 0 150px;
    max-width: 150px;
}
.list__Related li .img__rl img{
    border-radius: 8px;
}
.list__Related li .content__rl{
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding: 0 0 0 15px;
}
.list__Related .date_rl span{
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background-color:#E50B00;
    color: #fff;
}
.list__Related li .txt__more{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 28px;
    border-radius: 12px 12px 0 0;
    background-color: var(--color-black-1F1F1F);
    border: 1px solid var(--color-black-1F1F1F);
    border-bottom: 0;
    color: var(--color-white);
    font-size: 10px;
}
.list__Related li .txt__more img{
    max-width: 12px;
    margin-left: 6px;
}
/* ======================= */
.main--page-default{
    padding: 43px 49px;
    background-color: var(--color-white);
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.main--page-default p{
    margin-bottom: 30px ;
    line-height: 180%;
}
.main--page-default h3{
    border-bottom: 1px solid #dcdedf;
    padding-bottom: 4px;
    margin: 0px 0 20px;
    
}
.main--page-default .box2{
    text-align: right;
    font-size: 13px;
}
.main--page-default .box3{
    border: 1px solid #dcdedf;
    padding: 20px 30px;
    margin: 40px auto;
    border-radius: 4px;
}
.main--page-default .smallbox{
    margin: 20px 30px;
}
.main--page-default .smallbox li{
    list-style: lower-roman;
}
.main--page-default .smallbox li:not(:last-child){
    margin-bottom: 5px;
}
.body__contact{
    max-width: 780px;
    margin: 25px auto;
    text-align: left;
    position: relative;
}
.body__contact .fieldset{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
    background-color: var(--color-white);
}
.body__contact .fieldset.cf7mls_current_fs{
    opacity: 1;
    visibility: visible;
    transition: none;
    z-index: 100;
    display: block;
}
.body__contact .cf7mls_current_fs ~ .fieldset{
    position: absolute;
    left: 0;
    top: 15px;
    transform: translate(110%, 0);
    -webkit-transform: translate(110%, 0);
    -moz-transform: translate(110%, 0);
    display: none;
}
.body__contact .fieldset.cf7mls_back_fs{
    position: absolute;
    left: 0;
    top: 15px;
    transform: translate(-110%, 0);
    -webkit-transform: translate(-110%, 0);
    -moz-transform: translate(-110%, 0);
    z-index: -1;
    display: none;
}

.contact_title_top{
    margin-top: 25px;
}
.main--page-default .txt_note{
    color: var(--color-red);
}
.body__contact table td,
.body__contact table th{
    border-bottom: 15px solid #fff;
}
.body__contact .fieldset2 table th{
    width: 180px;
}
.body__contact table th span{
    font-size: 13px;
    position: relative;
    top: -5px;
    color: var(--color-red);
}
.body__contact table th{
    vertical-align: middle;
}
.body__contact table .etc th{
    vertical-align: top;
}
.body__contact table input,
.body__contact table textarea{
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 3px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.body__contact table textarea{
    height: auto;
}
.body__contact table input:focus,
.body__contact table textarea:focus{
    outline: none;
}
.body__contact .ct-btn2{
    background-color: #252525;
    border-color: var(--color-black-1F1F1F);
    margin: 20px auto 0;
    cursor: pointer;
    padding-right: 0;
    font-weight: 600;
}
.body__contact .btnSendForm{
    border: 2px solid var(--color-white);
    background-color: var(--color-red);
}
.body__contact .ct-btn2:hover{
    color: #000000;
    border-color: #000000;
}
.ct-btn2.btn--black{
    padding-right: 0;
    margin:  15px auto 0;
    cursor: pointer;
    text-align: center;
}
#formWrap #contact{
    font-size: 18px;
    line-height: 1.2;
}
#formWrap #contact .dis{
    margin-bottom: 30px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
} 
#formWrap #contact .dis .formTable{
    margin-bottom: 40px;
}
#formWrap #contact .error_messe:not(:last-child){
    margin-bottom: 20px;
}
.error--mes{
    font-size: 12px;
    color: var(--color-red);
}
/* ====================== */
.pd-l80{
    padding-left: 80px;
}
.mr-10{
    margin-right: 10px;
}
.mr-25{
    margin-right: 20px;
}
.mr-20{
    margin-right: 20px;
}
.ul--float-left li{
    float: left;
}
.btn--linkMore{
    position: absolute;
    right: 30px;
    bottom: 23px;
}
.image-icon-asb{
    position: absolute;
}
.image-icon-asb.icon-asb1{
    left: 0;
    top: -156px;
}
.image-icon-asb.icon-asb2{
    right: -16px;
    top: -172px;
}
.breadcrumb--bar-menu li{
    position: relative;
}
.breadcrumb--bar-menu ul{
    flex-wrap: wrap;
}
@media (min-width: 1399px) {
    .section--page-Services .breadcrumb--bar-menu,
    .breadcrumb-ml0.breadcrumb--bar-menu{
        margin-left: 0;
    }
    .breadcrumb--bar-menu{
        margin-left: 100px;
    }
}
.breadcrumb--bar-menu li:not(:last-child){
    margin-right: 20px;
}
.breadcrumb--bar-menu li:not(:last-child)::after{
    position: absolute;
    content: ">";
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--color-black-1F1F1F);
}
.breadcrumb--bar-menu li a,
.breadcrumb--bar-menu li span{
    color: var(--color-black-1F1F1F);
}

.list--stt li{
    display: flex;
    align-items: center;
}
.list--stt li:not(:last-child){
    margin-bottom: 15px;
}
.list--stt li .stt-number{
    color: var(--color-white);
    height: 40px;
    background-color: var(--color-red-E61F17);
    flex: 0 0 40px;
    max-width: 40px;
    align-self: center;
    text-align: center;
}
.list--stt li .text-content{
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 12px;
}
.title--h3-all{
    padding-left: 15px;
    border-left: 5px solid var(--color-black);
}
.ul-icon-check li{
    position: relative;
    padding-left: 25px;
}
.ul-icon-check li:not(:last-child){
    margin-bottom: 12px;
}
.ul-icon-check li::before{
    position: absolute;
    content: '';
    display: block;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/check-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (min-width: 576px) {
    .main--banner-page.main--bannerContact{
        height: 380px;
    }
}

@media (max-width: 1440px) {
    
    /* .main--banner-page{
        height: 555px;
    } */
    .description-head-banner{
        max-width: 555px;
    }
    .image--banner-background{
        max-width: 49%;
        height: 100%;
        object-fit: cover;
    }
    .main--block-aside,
    .main--detail-Services .list--AI li,
    .blog-related{
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 1399px) {
    .bottom--Services-block .item--sv{
        align-items: center;
    }
    .bottom--Services-block .item--sv .content-i{
        padding-top: 0;
    }
}
@media (max-width: 1390px) {
    .h1--all-page, .h1--all-detail {
        font-size: 50px;
    }
    .section--banner .image-banner{
        max-width: 59%;
        right: 10px;
    }
    .section--banner .title-head{
        font-size: 60px;
    }
    .main--banner-page{
        padding: 45px 0 0 45px;
        /* min-height: auto; */
    }
    
}
@media (max-width: 1359px) {
    .Specialty{
        margin-left: -12px;
        margin-right: -12px;
    }
    .Specialty li{
        padding: 0 12px;
    }
}
@media (max-width: 1290px) {
    .item--blogs .content--i{
        padding: 12px 0 0 30px;
    }
}
@media (max-width: 1199px) {
    .pd-l80{
        padding-left: 15px;
    }
    .section--banner{
        padding: 130px 0 80px;
    }
    .section--banner .title-head{
        font-size: 50px;
    }
    .section--banner .txt-description{
        margin-bottom: 80px;
    }
    .section--banner .btn--bottom .btn--red{
        max-width: 320px;
    }
    .image-icon-asb{
        width: 150px;
    }
    .image-icon-asb.icon-asb1{
        top: -80px;
    }
    .image-icon-asb.icon-asb2{
        top: -100px;
    }
    /* == */
    .h1--all-page,
    .h1--all-detail{
        font-size: 42px;
    }
    .name--title-page{
        font-size: 20px;
    }
    .description-head-banner{
        max-width: 40%;
        font-size: 18px;
    }
    .image--banner-background{
        max-width: 55%;
    }
    .btn--banner .btn--red{
        width: 207px;
        height: 60px;
    }
    .section--page-Services{
        padding: 50px 0 50px;
    }
    .main--Services-page .image--item{
        flex: 0 0 30%;
        max-width: 30%;
        min-height: auto;
        padding: 15px 0;
    }
    .bottom--Services-block .item--sv .image-i{
        max-width: 32%;
        flex: 0 0 32%;
    }
    .body--blogs{
        padding: 0 50px;
    }
    .item--blogs{
        padding: 35px 0;
    }
    
}
@media (max-width: 1024px) {
    .section--Services,
    .section--introduction,
    .section--product,
    .section--contact,
    .section--list__Related{
        padding: 40px 0 30px;
    }
    .main--banner-page{
        height: 420px;
    }
    .h1--all-page, .h1--all-detail {
        font-size: 38px;
    }
    .main--detail-Services .head-description{
        padding-top: 40px;
    }
    .main--block-aside, .main--detail-Services .list--AI li, .blog-related {
        padding-left: 40px ;
        padding-right: 40px;
    }
    .section--Services-detail{
        padding: 45px 0 45px;
    }
    .list--AI .head--AI,
    .list--AI .content-AI{
        padding-left: 0;
        padding-right: 0;
    }
    .list--support .content--sv{
        min-height: 95px;
    }
    .main--detail-Services .support--sv li{
        border-radius: 12px;
    }
    .main--detail-Services .support--sv li:not(:last-child) {
        margin-bottom: 30px;
    }
    .body--case{
        padding: 35px 35px 10px;
    }
}
@media (max-width: 991px) {
    .section--banner .title-head{
        font-size: 40px;
    }
    .section--banner .txt-description{
        font-size: 22px;
    }
    .main--banner-page{
        padding: 35px 0 0 20px ;
    }
    /* @media (min-width: 768px) { */
        .main--Services-page .item--block,
        .bottom--Services-block .item--sv{
            flex-wrap: wrap;
        }
        .main--Services-page .image--item,
        .main--Services-page .icontent--item,
        .bottom--Services-block .item--sv .image-i,
        .bottom--Services-block .item--sv .content-i{
            flex: 0 0 100%;
            max-width: 100%;
        }
    /* } */
    
    .main--Services-page .content--item,
    .bottom--Services-block .item--sv .content-i{
        padding: 15px 0 0;
    }
    .main--Services-page .content--item .title-h3{
        padding-right: 0;
    }
    .icon--detail,
    .main--Services-page .content--item .title-h3 img{
        display: none;
    }
    .bottom--Services-block .item--sv .image-i img{
        width: 100%;
    }
    
    .section--page-Services .btn--w752{
        max-width: 550px;
        height: 85px;
        font-size: 18px;
    }
    .btn--red.btn--w752 svg{
        width: auto;
        height: auto;
        right: 30px;
    }

    .main--detail-Services .list--AI li{
        padding: 10px 40px 25px ;
    }
    .list--AI .head--AI{
        margin-bottom: 0;
    }
    /* .list--AI .stt-number{
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px ;
    } */
    .list--AI .text-content{
        padding-left: 10px;
    }
    .main--detail-Services .list--blog li{
        border-radius: 12px;
    }
    .list--blog .text-content{
        padding: 20px 30px 20px 23px;
    }
    .list--blog .text-content .icon-right-detai{
        right: 15px;
        width: 13px;
    }
    .list--blog .text-content .icon-link-red {
        margin-right: 10px;
    }
    .body--blogs{
        padding: 0 30px;
    }
    .item--blogs{
        padding: 20px 0;
    }
    .item--blogs .content--i{
        padding: 0 0 0 20px;
    }
    .item--blogs .content--i .blogs--more a{
        width: 150px;
        border-radius: 4px 4px 0 0 ;
        height: 34px;
    }
    .main--top-blogs{
        border-radius: 8px;
    }
    .list--item-company, .list--item-feature, .item--F-Digilo,
    .head--txt-detail,.main--body--content .txt--head,
    .block--community,.main--body--content .item-txt{
        padding: 32px 33px;
    }
    .head--menu-blogs li a{
        border-radius: 8px;
    }
    .community-block{
        margin-left: -10px;
        margin-right: -10px;
    }
    .community-block li{
        width: 25%;
        padding: 0 10px;
    }
    .community-block li a{
        width: 100%;
    }
    .community-block li a svg, .community-block li a .icon-b{
        left: 15px;
    }
    .body--case{
        border-radius: 0;
        padding: 56px 37px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .body--case .body--scroll-sp{
        min-width: 991px;
        
    }
    .main--body--content .txt--head::after{
        width: calc(100% - 66px);
    }
    .list__Related{
        margin-left: -15px;
        margin-right: -15px;
    }

    .list__Related li{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .list__Related li .content__rl{
        padding-top: 0;
    }
    
}
@media (max-width: 767px) {
    .section--banner{
        padding: 8px 0 16px;
    }
    .section--banner .image-banner{
        position: relative;
        right: auto;
        left: 8px;
        margin:  0 auto 20px;
        max-width: 435px;
        
    }
    @media (min-width: 576px) {
        .section--banner .title-head,
        .section--banner .txt-description{
            text-align: center;
        }
        .section--banner .btn--bottom .btn--red{
            margin:  0 auto;
        }
    }
    .section--banner .txt-description{
        margin-bottom: 30px;
    }
    .section--contact .col-md-6:first-child .item-address{
        margin-bottom: 30px;
    }
    /*  */
    .digilo--detail-page{
        margin-top: 64px;
    }
    .h1--all-page, .h1--all-detail{
        font-size: 34px;
    }
    .bottom--Services-block{
        padding: 0;
    }
    .section--page-Services .btn--w752{
        height: 64px;
        font-size: 14px;
    }
    .main--block-aside, .main--detail-Services .list--AI li, .blog-related {
        padding-left: 15px ;
        padding-right: 15px;
    }
    .main--detail-Services{
        padding-bottom: 25px;
    }
    .main--detail-Services .support--sv li {
        border-radius: 8px;
    }
    .support--sv .stt-number{
        flex: 0 0 80px;
        max-width: 80px;
        font-size: 24px;
    }
    .list--support .content--sv{
        min-height: 70px;
        padding-left: 20px;
    }
    .list--AI .text-content{
        padding-left: 0;
    }
    .icon--down-db{
        max-width: 85px;
    }
    .body--blogs{
        padding: 0 12px;
    }
    .item--blogs{
        align-items: center;
    }
    .item--blogs .content--i{
        padding-left: 12px;
    }
    .item--blogs .content--i .txt--text{
        margin: 7px 0 10px;
    }
    .item--blogs .content--i .blogs--more{
        position: relative;
        bottom: auto;
        right: auto;
    }
    .item--blogs .content--i .blogs--more a{
        width: auto;
        height: auto;
        padding: 3px 12px 4px;
        display: inline-flex;
        border-radius: 4px;
    }
    .item--blogs .content--i .blogs--more img{
        width: 14px;
    }
    .img--banner-Cdetail .cat-i{
        top: 0;
    }
    
    .body--service{
        border-radius: 8px;
        padding: 15px 15px 5px;
    }
    .body--service{
        padding-bottom: 15px;
    }
    .body--service .item--b-service{
        padding-right: 35px;
    }
    .body--service .icon-right-detai{
        right: 12px;
    }
    .border-radius20,
    .main--detail-blogs{
        border-radius: 8px;
    }
    .list--item-company, .list--item-feature, .item--F-Digilo,
    .head--txt-detail,.main--body--content .txt--head,
    .main--body--content .item-txt,.block--community,
    .main--page-default{
        padding: 15px 15px;
    }
    .Specialty{
        margin-left: -6px;
        margin-right: -6px;
    }
    .Specialty li{
        padding: 0 6px;
    }
    .Specialty li a{
        text-align: center;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        height: 62px;
    }
    .item--sv-b{
        height: 62px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .item--F-Digilo .col-md-6:last-child img{
        margin-top: 15px;
        border-radius: 6%;
    }
    /* .outline--head .logo--table{
        width: 100%;
        top: auto;
        text-align: center;
    } */
    .outline--head .logo--table img{
        max-width: 160px;
    }
    .outline--head{
        flex-wrap: wrap;
    }
    .table--outline td:first-child{
        width: 28%;
    }
    .head--menu-blogs{
        padding: 14px 10px 15px 10px;
    }
    .section--banner-detail{
        padding: 0 0 20px;
    }
    .section--banner-detail .container{
        max-width: 100%;
        padding: 0;
    }
    .section--banner-detail .image--banner{
        border-radius: 0;
        padding: 16px 16px 5px;
        margin-bottom: 15px;
    }
    .section--banner-detail .image--banner img{
        height: 270px;
        border-radius: 10px;
    }
    .section--banner-detail .head--title{
        padding: 0 15px;
    }
    
    .Features--op5 .col-md-6 img{
        margin-bottom: 15px;
    }
    .main--body--content .txt--head::after{
        width: calc(100% - 30px);
    }
    .item--blogs .image--item img{
        border-radius: 8px;
    }
    .list--stt li .stt-number{
        height: 27px;
        flex: 0 0 27px;
        max-width: 27px;
        font-size: 17px;
    }
    .list--stt li .text-content {
        flex: 0 0 calc(100% - 27px);
        max-width: calc(100% - 27px);
        padding-left: 10px;
    }
    .list--stt li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 620px) {
    .main--top-blogs{
        padding-bottom: 30px;
    }
    .section--Case,
    .section--page-blogs, .section--page-feature{
        padding-top: 35px;
    }
    .section--Case-detail{
        padding-top: 28px;
    }
    .body--service .text-i{
        padding-left: 15px;
    }
    .body--service .icon-right-detai{
        width: 12px;
    }
    .companny--address{
        padding: 0 5px;
    }
}
@media (max-width: 575px) {
    .h1--all-page, .h1--all-detail{
        font-size: 24px;
    }
    .name--title-page{
        font-size: 16px;
        margin-left: 0;
    }
    .description-head-banner{
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .section--banner{
        overflow: hidden;
    }
    .section--banner .image-banner{
        left: 0;
        max-width: 100%;
        height: 100%;
        
    }
    .section--banner .image-banner img{
        width: calc(100% + 35px);
        position: relative;
        left: -7px;
        max-width: initial;
    }
    .section--banner .title-head{
        font-size: 43px;
        margin-bottom: 12px;
        width: calc(100% + 20px);
    }
    .section--banner .txt-description{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .section--banner .text--content{
        padding-left: 17px;
    }
    .section--banner .btn--bottom .btn--red,
    .item-address .btn--red, .btn--red.h85, .item-address .button--phone{
        height: 64px;
        max-width: 100%;
    }
    .section--page-Services{
        padding-top: 27px;
    }
    .section--banner-page,
    .section--banner-detail{
        position: relative;
        z-index: 80;
        background-color: var(--color-white);
    }
    .main--banner-page{
        padding: 0;
        height: auto;
        
    }
    .btn--red{
        font-size: 14px;
    }
    .item--intro{
        margin-bottom: 35px;
        height: calc(100% - 35px);
    }
    .item--Services .content--main{
        padding: 21px 20px 60px;
    }
    .item--product{
        padding: 19px 18px 27px 18px;
    }
    .item--Services,
    .item--intro .image--pro img,
    .item--product,
    .item-address{
        border-radius: 12px;
    }
    .item--Services .content-txt{
        line-height: 1.7;
    }
    .main--block-aside, .main--detail-Services .list--AI li, .blog-related {
        padding-left: 10px ;
        padding-right: 10px;
    }
    .list--blog .text-content .icon-link-red{
        width: 20px;
    }
    .list--blog .text-content .icon-right-detai{
        width: 9px;
    }
    .main--detail-Services .list--blog li:not(:last-child) {
        margin-bottom: 10px;
    }

    .content-AI .mr-25{
        width: 24px;
        margin-right: 15px;
        margin-left: 12px;
    }
    
    .icon--down-db{
        max-width: 32px;
    }
    /* ======== */
    .section--Services-detail{
        padding-top: 28px;
    }
    .bottom--Services-block .item--sv,
    .main--Services-page .item--block{
        border-radius: 10px;
        padding: 16px 20px 15px;
    }
    .support--sv .stt-number {
        flex: 0 0 60px;
        max-width: 60px;
    }
    /* .list--AI .stt-number {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        padding: 6px;
    } */
    .main--detail-Services .list--blog li {
        border-radius: 10px;
    }
    .list--blog .text-content {
        padding: 15px 22px 15px 19px;
    }
    /* == */
    .image--banner-background{
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        max-height: 281px;
        width: 100%;
    }
    .main--banner-page .block--head-banner{
        padding: 30px 20px 0;
    }
    .main--banner-page .block--bottom-banner{
        padding: 0 20px 30px;
    }
    .btn--banner{
        margin-left: 0;
    }
    .btn--banner .btn--red{
        width: 145px;
        height: 46px;
    }
    .btn--red svg{
        width: 5.5px;
    }
    .list--support .content--sv{
        min-height: 66px;
    }
    .main--detail-Services .list--AI li{
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .list--AI .head--AI{
        padding-left: 12px;
        padding-top: 6px;
        padding-bottom: 12px;
    }
    /* .list--AI .head--AI, .list--AI .content-AI{
        padding-left: 10px;
        padding-right: 10px;
    } */
    .item--blogs .image--item img{
        height: 82px;
        object-fit: cover;
        border-radius: 4px;
    }
    .main--banner-Case-deail{
        padding-bottom: 20px;
    }
    .list--item-Cdetail{
        padding: 25px 0;
    }
    .img--banner-Cdetail .cat-i span{
        max-width: 200px;
        top: 30px;
        left: 30px;
        height: 22px;
        padding-top: 2px;
    }
    .list--item-Cdetail .list--support li:not(:last-child){
        margin-bottom: 15px;
    }
    .list--item-Cdetail .fonts-14.fonts-sm-16{
        line-height: 1.7;
    }
    .table--outline td:first-child {
        width: 25%;
    }
    .table--outline td{
        padding: 15px 0;
    }
    .head--menu-blogs ul{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .head--menu-blogs ul li{
        flex: 0 0 auto;
    }
    .head--menu-blogs li a{
        padding: 0 15px;
    }
    .community-block li,
    .block--community .community-block li{
        width: auto;
    }
    .community-block li a,
    .block--community .community-block li a{
        width: 50px;
        height: 45px;
        border-radius: 5px;
        padding: 0;
    }
    .community-block li a span{
        display: none;
    }
    .community-block li a svg, .community-block li a .icon-b{
        left: 50%;
        transform: translate3d(-50%,-50%, 0);
    }
    .main--body--content .ul--txt li:not(:last-child) {
        margin-bottom: 25px;
    }
    .list--GPT-API li,
    .main--body--content .ul--txt .content--m{
        border-radius: 8px;
        padding: 10px 12px;
    }
    .list--GPT-API li:not(:last-child) {
        margin-bottom: 40px;
    }
    .list--GPT-API li:not(:last-child)::after{
        top: calc(100% + 18px);
    }

    .object-position50{
        object-position: 50% center;
    }
    .icon-asb1-svs{
        left: -15%;
    }
    .icon-asb2-svs{
        top: -80px;
    }
    .icon-asb1--case{
        left: -10px;
        top: 86%;
    }
    .icon-asb2--case,
    .icon-asb6--feat,
    .section--page-blogs .icon-asb7--feat{
        top: -80px;
        right: 0;
    }
    .section--Case{
        padding-bottom: 20px;
    }
    .body--service{
        width: calc(100% + 24px);
        left: -12px;
        position: relative;
        padding: 20px 11px;
    }
    .body--service .item--b-service:not(:last-child) {
        margin-bottom: 15px;
    }
    .body--service .image-i{
        flex:  0 0 45px;
        max-width: 45px;
    }
    .body--service .text-i{
        padding-left: 10px;
        letter-spacing: -0.03em; 
    }
    .body--service .item--b-service{
        padding: 8px 29px 8px 8px;
        box-shadow: none;
    }
    .support--sv li{
        border-radius: 6px;
    }
    .main-Specialty .title--h3{
        padding-left: 13px;
    }
    .Specialty{
        flex-wrap: wrap;
    }
    .Specialty li{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 26px;
        padding: 0 20px;
    }
    .Specialty li:not(:last-child){
        margin-bottom: 15px;
    }
    .Specialty li a{
        height: 58px;
        font-size: 14px;
        border-radius: 5px;
    }
    .item--F-Digilo{
        padding-left: 7px;
        padding-right: 7px;
    }
    .item--F-Digilo .row{
        margin-left: -7px;
        margin-right: -7px;
    }
    .item--F-Digilo .main--Services-page .item--block{
        padding: 15px 15px 20px;
        border-radius: 5px;
    }
    .item--F-Digilo .main--Services-page .item--block:not(:last-child) {
        margin-bottom: 15px;
    }
    .item--F-Digilo .main--Services-page .image--item{
        border-radius: 8px;
        height: 98px;
        position: relative;
        width: 100%;
    }
    .item--F-Digilo .main--Services-page .image--item img{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 73px;
    }
    .row-sp-ft{
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-sp-ft .pd-x25{
        padding-left: 5px;
        padding-right: 5px;
    }
    .item--sv-b{
        font-size: 13px;
        padding: 0 5px;
        text-align: center;
    }
    .main--feature,
    .main--company,
    .main--detail-blogs,
    .main--top-blogs,
    .main--page-default{
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        border-radius: 0;
    }
    .item--F-Digilo .txt-description {
        padding-left: 8px;
        padding-right: 8px;
    }
    .Features--op5.item--F-Digilo{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .Features--op5 .col-md-6 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .section--page-feature{
        padding-bottom: 10px;
    }
    .head--CEO .content-i .name--en{
        display: block;
        width: 100%;
        margin-top: 8px;
    }
    .outline--head .logo--table img{
        max-width: 140px;
    }
    .companny--address{
        padding: 0;
    }
    .outline--head .title--head{
        padding-top: 8px;
    }
    .section--page-blogs{
        padding-bottom: 10px;
    }
    .head--txt-detail, .main--body--content .txt--head, .main--body--content .item-txt{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .section--banner-detail .image--banner img{
        height: 220px;
    }
    .block--community{
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .main--body--content h2 img{
        width: 22px;
    }
    .section--page-Services{
        padding-bottom: 40px;
    }
    .section--page-Services .main--Services-page .item--block{
        flex-wrap: nowrap;
        padding: 15px;
    }
    .section--page-Services .main--Services-page .image--item,
    .bottom--Services-block .item--sv .image-i{
        flex: 0 0 100px;
        max-width: 100px;
        padding: 0;
        height: 100px;
    }
    .section--page-Services .main--Services-page .image--item img{
        max-width: 60px;
    }
    .bottom--Services-block .item--sv .image-i img{
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .section--page-Services .main--Services-page .content--item,
    .bottom--Services-block .item--sv .content-i{
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
        padding: 0 0 0 15px;
    }
    .bottom--Services-block .item--sv .content-i{
        padding-left: 35px;
    }
    .section--page-Services .main--Services-page .content--item .content-item{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .section--page-Services .main--Services-page .content--item .cat-item{
        display: none;
    }
    .section--page-Services .main--Services-page .item--block:not(:last-child) {
        margin-bottom: 20px;
    }
    .bottom--Services-block .item--sv{
        margin-bottom: 10px;
        height: calc(100% - 10px);
        padding: 13px 15px;
    }
    .section--page-Services .main--detail-Services .image-icon-asb{
        display: none;
    }
    .community-block{
        margin-left: 0;
        margin-right: 0;
    }
    .community-block li {
        padding: 0 0;
    }
    .community-block li:not(:last-child){
        margin-right: 40px;
    }
    .item--blogs .image--item img{
        border-radius: 4px;
    }
    .body__contact .fieldset1 table,
    .body__contact .fieldset1 tbody,
    .body__contact .fieldset1 tr,
    .body__contact .fieldset1 th,
    .body__contact .fieldset1 td{
        display: block;
    }
    .body__contact .fieldset1 th{
        display: flex;
        align-items: center;
    }
    .body__contact table th span{
        top: 0;
        right: -3px;
    }
    .body__contact .fieldset1 table td, .body__contact .fieldset1 table th{
        border: none;
    }
    .body__contact table th{
        margin-bottom: 6px;
    }
    .body__contact table td{
        margin-bottom: 15px;
    }
    .body__contact table input{
        height: calc(1.5em + 0.75rem + 3px);
    }
    .body__contact .fieldset2 table th{
        width: 125px;
    }
    .body__contact table .cp-message th{
        vertical-align: top;
    }
    .body__contact table textarea{
        height: 180px;
    }
    .list__Related li a{
        margin-bottom: 15px;
    }
    .list__Related li .txt__more{
        width: 115px;
        height: 27px;
        border-radius: 7px 7px 0 0;
    }
}
@media (max-width: 465px) {
    .item--blogs{
        flex-wrap: wrap;
        padding: 30px 18px 0;
    }
    .item--blogs:not(:last-child){
        margin-bottom: 15px;
    }
    .item--blogs .image--item,
    .item--blogs .content--i{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .item--blogs .content--i{
        padding: 12px 0 0;
    }
    .item--blogs .image--item img{
        height: auto;
        max-height: 375px;
    }
    .item--blogs .content--i .txt--text{
        margin-bottom: 35px;
    }
    .item--blogs .content--i .blogs--more{
        text-align: right;
    }
    .item--blogs .content--i .blogs--more a{
        border-radius: 8px 8px 0 0;
        height: 45px;
        padding: 3px 20px 4px;
    }
    .main--page-default .box3{
        padding: 15px 15px;
        margin: 17px auto;
    }
    #formWrap #contact{
        font-size: 16px;
    }
}