/*home blog 1*/
html, body {
    scroll-behavior: smooth;
}
#fullpage {
    list-style-type: none;
}
.home_bl_1 {
    position: relative;
    height: 100vh;
}
.home_bl_1 .wp-block-column{
    padding: 82px 80px 0;
}
.home_bl_1 h1 {
    position: relative;
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    z-index: 1;
}
.home_bl_1 p {
    position: relative;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
}
.home_bl_1 span {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-top: 43px;
    cursor: pointer;
    width: fit-content;
}


/*home blog 2*/
body .home_bl_2 {
    padding: 92px 80px;
}
.home_bl_2 :where(.wp-block-columns.is-layout-flex){
    gap: 24px !important;
}
.home_bl_2 h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #262626;
    margin: 0;
}
.home_bl_2 .bl-bottom .cl-content figure:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home_bl_2 .bl-bottom .cl-content:hover figure:before{
    opacity: 1;
    visibility: visible;
}
.home_bl_2 > div > div > div:first-child >div > div:first-child figure:before{
    background: linear-gradient(180deg, rgba(86, 141, 243, 0.49) 0%, rgba(46, 32, 32, 0.63) 100%);
    z-index: 1;
}
.home_bl_2 > div > div > div:first-child >div > div:last-child figure:before{
    background: linear-gradient(90deg, rgba(13, 13, 13, 0.7) 0%, rgba(9, 68, 117, 0.7) 100%);
    z-index: 1;
}
.home_bl_2 > div > div > div:last-child >div > div:last-child figure:before{
    background: linear-gradient(90deg, rgba(0, 1, 81, 0.7) 0%, rgba(104, 174, 255, 0.7) 100%);
    z-index: 1;
}
.home_bl_2 h2 strong {
    color: #FF510E;
}
.home_bl_2 p {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.home_bl_2 .bl-bottom {
    margin: 64px 0 0;
}
.home_bl_2 .bl-bottom .cl-content {
    position: relative;
    min-height: 485px;
	cursor: pointer;
}
.home_bl_2 .bl-bottom .cl-content figure {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_bl_2 .bl-bottom .cl-content figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_bl_2 .bl-bottom .cl-content h3 {
    padding-top: 24px;
    padding-left: 24px;
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    z-index: 1;
    position: relative;
}
.home_bl_2 .bl-bottom .cl-content p {
    position: relative;
    padding-left: 24px;
    max-width: 329px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    margin-top: 30px;
}
.home_bl_2 .bl-bottom .cl-content:hover p {
    opacity: 1;
    visibility: visible;
    margin-top: 13px;
}
.home_bl_2 .bl-bottom .cl-content a {
    position: absolute;
    bottom: 0px;
    right: 24px;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.home_bl_2 .bl-bottom .cl-content:hover a {
    bottom: 24px;
    opacity: 1;
    visibility: visible;
}
.home_bl_2 .bl-bottom .cl-content a:hover{
    color: #FF510E;
}
.home_bl_2 .bl-bottom .cl-content svg {
    margin-left: 10px;
}


/*home blog 3*/
figure{
    margin: 0;
}
.home_bl_3 {
    gap: 0;
    height: 100vh;
}
.home_bl_3 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.home_bl_3 > div:last-child{
    position: relative;
}
.home_bl_3 .blg-cl-left {
    position: relative;
}
.home_bl_3 .blg-cl-left h2:nth-child(2) {
    color: #FF510E;
    padding-top: 206px;
}
.home_bl_3 .blg-cl-left h2{
    color: #FFF;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 633px;
    margin: 0 0 13px;
    position: relative;
    z-index: 1;
    padding-left: 68px;
}
.home_bl_3 .blg-cl-left p {
    max-width: 633px;
    padding-left: 68px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
}


/*home blog 9*/
.home__bl_9 {
    background: black;
    padding-top: 180px;
    position: relative;
    padding-bottom: 245px;
    margin: 0;
}
.home__bl_9 *{
    color: white;
}
.home__bl_9 figure{
    padding-left: 346px;
    position: absolute;
    top: 8px;
    right: 0;
    height: 688px;
    overflow: hidden;
    margin: 0;
}
.home__bl_9 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home__bl_9 figure ~ *{
    padding-left: 80px;
    position: relative;
    z-index: 2;
}
.home__bl_9 h2{
    margin: 0 0 24px;
    width: 911px;
    max-width: 100%;
    font-size: 58px;
    font-weight: 600;
    line-height: 79.23px;
}
.home__bl_9 p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
}
.home__bl_9 span{
    display: flex;
    align-items: center;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    cursor: pointer;
}
.home__bl_9 span svg{
    margin-left: 10px;
}
/*home block 8*/
.home__bl__8 {
    background: #F4F4F4;
    padding: 77.5px 0 77.5px 80px;
    overflow: hidden;
    margin: 0;
}
/*home slider*/
.latest-posts{
    margin: 0;
    padding: 0;
    list-style: none;
}
.latest-posts li{
    width: 27%;
    margin-right: 24px;
}
.latest-posts img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.img__top{
    overflow: hidden;
    height: 400px;
    margin-bottom: 24px;
}
.img__top:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.post-time{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    margin-bottom: 12px;
}
.post-title{
    margin: 0;
}
.post-title a{
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    color: #262626;
}
.post-title a:hover{
    color: #FF510E;
}
.latest-posts .flickity-page-dots li{
    height: 7px;
    width: 80px;
    background: #E8E8E8;
    border-radius: 0;
    opacity: 1;
}
.latest-posts .flickity-page-dots li.is-selected{
    background: #FF510E;
}
.latest-posts .flickity-page-dots{
    position: relative;
    bottom: 0;
    margin-top: 64px;
    text-align: left;
    width: calc(100% - 250px);
}
.latest-posts .flickity-prev-next-button,
.home__bl__11 .flickity-prev-next-button,
.latest-case-studies .flickity-prev-next-button{
    border-radius: 0;
    opacity: 1;
    transform: none;
    width: 42px;
    height: 42px;
    background-color: transparent;
    top: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.latest-case-studies .flickity-prev-next-button{
    position: relative;
    margin-top: 64px;
}
.latest-posts .flickity-prev-next-button svg,
.home__bl__11 .flickity-prev-next-button svg,
.latest-case-studies .flickity-prev-next-button svg{
    display: none;
}
.latest-posts .flickity-prev-next-button.previous,
.home__bl__11 .flickity-prev-next-button.previous,
.latest-case-studies .flickity-prev-next-button.previous{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(42 42.5) rotate(180)' fill='%23D9D9D9'/%3E%3Cpath d='M15 25.5L11 21.5L15 17.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 21.5L11 21.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.latest-case-studies .flickity-prev-next-button.previous{
    left: auto;
    margin-right: 12px;
}
.latest-case-studies .flickity-prev-next-button.next{
    right: auto;
}
.latest-posts .flickity-prev-next-button.next,
.home__bl__11 .flickity-prev-next-button.next,
.latest-case-studies .flickity-prev-next-button.next{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(0 0.5)' fill='%23D9D9D9'/%3E%3Cpath d='M27 17.5L31 21.5L27 25.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21.5H31' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.home__bl__11 .flickity-prev-next-button.previous{
    left: auto;
    bottom: 0;
    right: 54px;
}
.home__bl__11 .flickity-prev-next-button.next{
    right: 0;
    left: auto;
    bottom: 0;
}
.latest-posts .flickity-prev-next-button.next{
    left: calc(100% - 136px);
}
.latest-posts .flickity-prev-next-button.previous{
    left: calc(100% - 190px);
}
.latest-posts .flickity-prev-next-button{
    bottom: -15px;
}
.home__bl__8 .top__title h2{
    font-size: 58px;
    font-weight: 600;
    line-height: 79.23px;
    margin: 0;
}
.home__bl__8 .top__title {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}
.home__bl__8 .top__title span{
    display: inline-block;
    margin-top: 14px;
    margin-left: 48px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
    color: #262626CC;
}
.wp-block-columns.home__bl__11{
    margin: 175px 70px 98px;
}
.home__bl__11 h2{
    margin: 0 0 64px;
    text-align: center;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 58px;
    font-weight: 600;
    line-height: 79.23px;
    color: #262626;
}
.home__bl__11 .flickity-slider > div{
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    padding-left: 90px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='57' viewBox='0 0 58 57' fill='none'%3E%3Cpath d='M57.44 2.73999L56.12 12.7C52.84 12.46 50.36 13.1 48.68 14.62C47 16.14 45.92 18.22 45.44 20.86C44.96 23.5 44.84 26.42 45.08 29.62H57.44V56.74H33.92V26.02C33.92 17.62 35.96 11.3 40.04 7.05999C44.2 2.73999 50 1.29999 57.44 2.73999ZM23.72 2.73999L22.4 12.7C19.12 12.46 16.64 13.1 14.96 14.62C13.28 16.14 12.2 18.22 11.72 20.86C11.24 23.5 11.12 26.42 11.36 29.62H23.72V56.74H0.200001V26.02C0.200001 17.62 2.24 11.3 6.32 7.05999C10.48 2.73999 16.28 1.29999 23.72 2.73999Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 24px 62px;
    max-width: 1154px;
    margin-bottom: 0;
    background-size: 30px;
}
.home__bl__11 .wp-block-column p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    padding-left: 0px;
    margin-top: 60px;
    margin-bottom: 10px;
    border-top: 2px solid #FF510E;
    padding-top: 10px;
}
.home__bl__11 .wp-block-column{
    position: relative;
}
.home__bl__11 .wp-block-column figure{
    position: absolute;
    top: 0;
    left: 0;
/*     width: 100px; */
    height: 50px;
}
.home__bl__11 .wp-block-column figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home__bl__11{
    color: #262626;
}
.home__bl__11 .top{
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: #262626CC;
    padding-top: 0px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.home__bl__11 .top span{
    display: inline-block;
    height: 22px;
    width: 1px;
    background: #262626;
    margin: 0 11px -5px 8px;
}
.home__bl__11 .wp-block-column p:last-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: #262626;
}
.home__bl__11 .wp-block-column p:last-child .full{
    display: none;
}
.home__bl__11 .wp-block-column p:last-child .open__popup{
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    align-items: center;
    margin-top: 32px;
    cursor: pointer;
    width: fit-content;
    padding-right: 59px;
    padding-bottom: 30px;
    margin-bottom: 3px;
}
.home__bl__11 .wp-block-column p:last-child .open__popup:hover{
    border-bottom: 1px solid black;
}
.home__bl__11 .wp-block-column p:last-child .open__popup svg{
    margin-left: 10px;
}
.active__popup__view{
    overflow: hidden;
}
.active__popup__view .no_scroll{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    background: black;
    opacity: 0.5;
    display: block;
    top: 0;
    left: 0;
    overflow-y: hidden;
}
.popup__theme{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 1126px;
    background: white;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50% , -50%);
    box-sizing: border-box;
    padding: 24px 80px 24px 24px;
}
.active__popup__view .popup__theme{
    display: block;
}
.js__close{
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.popup__theme .wp-block-column p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    margin-bottom: 10px;
    padding-top: 100px;
    position: relative;
}
.popup__theme .wp-block-column p:first-child:before{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF510E;
}
.popup__theme .top {
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: #262626CC;
    padding-top: 0px;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.popup__theme .content {
    position: relative;
}
.popup__theme .top span {
    display: inline-block;
    height: 22px;
    width: 1px;
    background: #262626;
    margin: 0 11px -5px 8px;
}
.popup__theme .show{
    display: none;
}
.popup__theme .full{
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
}
.popup__theme .open__popup{
    display: none;
}
.popup__theme .wp-block-column figure{
    position: absolute;
    top: 0;
    left: 0;
/*     width: 100px; */
    height: 50px;
}
.popup__theme .wp-block-column figure img{
    object-fit: contain;
}
.home__bl__11 > div > div > div{
    padding-bottom: 90px;
}
.home__bl__11 .flickity-page-dots{
    left: 0;
    margin: 0;
    bottom: 15px;
    width: fit-content;
}
.home__bl__11 .flickity-page-dots li{
    height: 4px;
    width: 40px;
    background: #E8E8E8;
    border-radius: 0;
    opacity: 1;
    margin: 0 7px;
}
.home__bl__11 .flickity-page-dots li:first-child{
    margin-left: 0;
}
.home__bl__11 .flickity-page-dots li.is-selected{
    background: #FF510E;
}
.home__bl__13 > div{
    position: relative;
}
.home__bl__13{
    margin: 0;
}
.home__bl__13 > div > div{
    position: relative;
    z-index: 2;
}
.home__bl__13 > div > div:first-child{
    padding-left: 68px;
    padding-top: 98px;
    padding-right: 68px;
    color: white;
}
.home__bl__13 > div > div:first-child > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home__bl__13 > div > div:first-child > div a{
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
}
.home__bl__13 > div > div:first-child > div a:hover{
    color: #FF510E;
}
.home__bl__13 > div > div:first-child > div a svg{
    margin-left: 10px;
}
.home__bl__13 > div > div:first-child p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
    width: 805px;
    max-width: 100%;
}
.home__bl__13 h2{
    color: white;
    font-size: 58px;
    font-weight: 600;
    line-height: 79.23px;
    margin: 0;
}
.home__bl__13 figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.home__bl__13 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(18%);
}
.latest-case-studies{
    margin-top: 64px;
    padding-left: 68px;
    padding-bottom: 106px;
}
.latest-case-studies img{
    width: 489px;
    height: 400px;
    object-fit: cover;
}
.latest-case-studies a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.latest-case-studies .case-study-item{
    width: 65%;
    margin-right: 12px;
    max-width: 1072px;
}
.latest-case-studies .img_top{
    display: inline-block;
    overflow: hidden;
    margin-right: 24px;
    width: 489px;
    height: 400px;
}
.latest-case-studies a:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.latest-case-studies  .right{
    width: calc(100% - 489px - 24px);
}
.latest-case-studies .right span:first-child{
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    color: white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin-bottom: 12px;
}
.latest-case-studies .right span:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: white;
    margin-bottom: 25px;
    display: block;
}
.latest-case-studies a:hover .right span:first-child{
    color: #FF510E;
}
html:not([lang="ja"]) .read_more_ja{
    display: none !important;
}
html[lang="ja"] .read_more{
    display: none !important;
}
.cta_link{
    width: fit-content;
    padding-right: 60px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Crect width='42' height='42' fill='%23FF510E'%3E%3C/rect%3E%3Cpath d='M27 17L31 21L27 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11 21H31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 42px;
    min-height: 42px;
    align-items: center;
}
.cta_link:hover{
    color: #FF510E;
}
.flickity-prev-next-button[disabled]{
    opacity: 0.5 !important;
}
.wp-block-columns{
    margin: 0;
}
/*home blog 4*/
.home_bl_4 h2{
    text-align: center;
    padding: 0 16px;
    margin: 79px 0 64px;
    font-size: 58px;
    font-weight: 700;
    line-height: 79.23px;
    color: rgba(38, 38, 38, 1);
}
.home_bl_4 > div > div > div > div > div{
    display: flex;
    flex-direction: column;
    position: relative;
}
.home_bl_4 > div > div > div > div > div figure{
    height: 100%;
    overflow: hidden;
}
.home_bl_4 > div > div > div > div > div figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_bl_4 .txt{
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 32px;
    font-weight: 600;
    line-height: 43.71px;
    text-align: left;
    color: white;
    min-height: 350px;
}
.home_bl_4 :where(.wp-block-columns.is-layout-flex){
    gap: 0 !important;
}
.home_bl_4 .txt h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 43.71px;
    text-align: left;
    margin: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home_bl_4 .txt:not(:hover) h3{
    color: rgba(255, 81, 14, 1);
}
.home_bl_4 .txt p{
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: left;
    color: white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home_bl_4 h2 ~ div:last-child > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_bl_4 h2 ~ div:last-child > div figure{
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}
.home_bl_4 h2 ~ div:last-child > div figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
	display: block !important
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.home__slider__img > div{
    width: 1800px !important;
    flex-basis: inherit !important;
    flex-grow: initial !important;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100% !important;
}
.home__slider__img figure.wp-block-gallery{
    position: relative;
    gap: 0;
    box-shadow: none;
    border: 0;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.home__slider__img figure.wp-block-gallery figure{
    width: 200px !important;
    box-shadow: none;
    border: none;
}
.home__slider__img figure.wp-block-gallery figure img{
    box-shadow: none;
    border: none;
}
@media(min-width: 1200px){
    .home_bl_2 .bl-bottom .cl-content:hover img{
        filter: blur(20px);
    }
    .home_bl_2 > div > div > div:last-child >div > div:first-child figure:before{
        background: linear-gradient(90deg, rgba(13, 13, 13, 0.7) 0%, rgba(104, 174, 255, 0.7) 100%);
        z-index: 1;
    }
    .home_bl_3 > div:last-child figure{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .home_bl_1 figure{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .home_bl_1 svg{
        margin-left: 10px;
    }
    .home_bl_1 figure img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .home_bl_4 > div > div > div > div > div:hover .txt{
        background: rgba(18, 12, 9, 1);
    }
    .home_bl_4 > div > div > div > div > div:hover .txt p{
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-top: 12px;
    }
    .home_bl_4 > div > div > div > div > div:hover .txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .img__mb{
        display: none !important;
    }
}
@media(max-width: 1439px){
    .home_bl_2 .bl-bottom .cl-content h3 {
        font-size: 28px;
    }
    .home_bl_1 .wp-block-column,
    body .home_bl_2,
    .home__bl__13 > div > div:first-child{
        padding-left: 40px;
        padding-right: 40px;
    }
    .latest-case-studies,
    .home__bl__8,
    .home__bl_9 h2,
    .home__bl_9 p,
    .home__bl_9 span{
        padding-left: 40px;
    }
    .home__bl_9 figure {
        padding-left: 170px;
    }
}
@media(max-width: 1199px){
    .home__bl__11 .flickity-page-dots{
        display: none;
    }
    body .home_bl_2{
        position: relative;
        z-index: 2;
    }
    .home_bl_2 .bl-bottom .cl-content figure img{
        height: 318px !important;
    }
    .home_bl_2 > div > div > div:last-child >div > div:first-child figure:before{
        display: none;
    }
    .popup__theme{
        height: 100vh;
        overflow-y: auto;
        padding: 88px 24px 75px;
    }
    .js__close{
        top: 88px;
        z-index: 2;
    }
    .popup__theme .full{
        font-size: 16px;
    }
    .popup__theme .content{
        z-index: 1;
    }
    .home_bl_4 :where(.wp-block-columns.is-layout-flex){
        flex-direction: column;
        width: 100%;
    }
    .home_bl_4 .txt{
        min-height: auto;
    }
    .home__slider__img figure.wp-block-gallery figure{
        width: 136px !important;
        flex-grow: inherit !important;
    }
    .img_ds,
    .home_bl_4 > div > div > div > div > div figure{
        display: none !important;
    }
    .home_bl_4 h2 ~ div:last-child > div figure{
        display: none;
    }
    .gr-icon{
        margin-bottom: 16px;
    }
    .footer-menu {
        padding-top: 16px;
    }
    .footer-menu li {
        margin-bottom: 16px;
    }
    .home_bl_4 > div > div > div > .active__mb__home > .txt figure{
        display: block !important;
    }
    .home__bl_9 h2{
        width: 100%;
    }
    .home_bl_3 > div:last-child figure{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .home_bl_3 .blg-cl-left{
        height: 100%;
    }
    .home_bl_1 figure{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .home_bl_1 figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home_bl_1 svg{
        margin-left: 10px;
    }
    .img__top, .latest-posts img{
        height: 250px;
    }
    .home__bl__8{
        padding-top: 50px;
    }
    .home_bl_4 h2 ~ div:last-child > div > *{
        width: 100%;
    }
    .home_bl_4{
        align-items: center !important;
    }
    .home_bl_4 .txt{
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(244, 244, 244, 1);
        margin-bottom: 19px;
    }
    .home_bl_4 .txt h3{
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
        text-align: left;
        color: rgba(38, 38, 38, 1) !important;
        position: relative;
        display: flex;
        align-items: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M18 27.5L24 21.5L18 15.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        padding-right: 36px;
    }
    .home_bl_4 .txt p{
        display: none;
    }
    .home_bl_4 .txt h3:before{
        display: block;
        content: "";
		min-width: 40px;
        width: 40px;
        height: 2px;
        background: rgba(255, 81, 14, 1);
        margin-right: 2px;
    }
    .home_bl_4 > div > div > div > div > div > *{
        width: 100%;
    }
    .home_bl_4 h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
        text-align: center;
        margin: 0 0 40px;
    }
    .home_bl_2 .fp-tableCell{
        align-items: center;
    }
    .home_bl_4 .fp-tableCell{
        display: flex;
        align-items: center;
    }
    .home__bl__13 > div > div > div:first-child{
        padding-top: 0px;
       display: block !important;
    }
    /*.latest-case-studies.flickity-enabled{*/
    /*    padding-left: 0 !important;*/
    /*}*/
    .latest-case-studies .flickity-prev-next-button {
        margin-top: 40px;
    }
    .home__bl__13 > div > div:first-child{
        padding-top: 25px;
    }
    .home__bl__13 div{
        width: 100%;
    }
    .home__bl__13 .fp-tableCell > div{
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .home__bl__13 h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
    }
    .home__bl__13 > div > div > div:first-child p{
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    .home__bl__13{
        overflow: hidden;
    }
    .home__bl__13 .left{
        width: 100%;
    }
    .home__bl__13 .left ~ a{
        display: none !important;
    }
    .latest-case-studies{
        margin-top: 24px;
    }
    .latest-case-studies .right span:nth-child(2){
        margin-bottom: 18px;
    }
    .cta_link{
        background-size: 35px;
        min-height: 35px;
        font-size: 18px;
    }
    .latest-case-studies img,
    .latest-case-studies .img_top{
        width: 100%;
        height: 200px;
    }
    .latest-case-studies .right span:first-child{
        margin-top: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
    }
    .latest-case-studies .right span:nth-child(2){
        font-size: 14px;
        font-weight: 500;
        line-height: 19.12px;
        text-align: left;
    }
    .latest-case-studies .case-study-item{
        width: 80%;
        max-width: 100%;
    }
    .latest-case-studies a{
        flex-direction: column;
    }
    .latest-case-studies .img_top,
    .latest-case-studies .right{
        width: 100%;
    }
    .latest-case-studies, .home__bl__8, .home__bl_9 h2, .home__bl_9 p, .home__bl_9 span{
        padding-left: 24px;
    }
    .home__bl__8 .top__title{
        margin-bottom: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .home__bl__8 .top__title h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
    }
    .home__bl__8 .top__title span{
        margin-left: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
        text-align: left;
        max-width: 343px;
        padding-right: 24px;
    }
    .latest-posts{
        padding-bottom: 40px;
    }
    .latest-posts .flickity-prev-next-button.previous{
        left: 24px;
    }
    .latest-posts .flickity-prev-next-button.next{
        left: 78px;
    }
    .post-title a{
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
    }
    .latest-posts .flickity-page-dots{
        display: none !important;
    }
    .latest-posts li{
        width: 80%;
    }
    .home__bl_9 figure{
        padding-left: 0;
        position: relative;
        height: 219px;
        top: 0;
    }
    .home__bl_9{
        padding-top: 12px;
        padding-bottom: 73px;
    }
    .home__bl_9 h2{
        font-size: 32px;
        line-height: 43.71px;
        text-align: left;
        padding-right: 24px;
        margin-bottom: 12px;
    }
    .home__bl_9 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    .home__bl__11{
        align-items: center !important;
        margin-bottom: 64px !important;
        margin-top: 36px !important;
    }
    .home__bl__11 > div > div > div {
        padding-bottom: 40px;
    }
    .home__bl__11 .fp-tableCell{
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
    .home__bl__11 .flickity-enabled{
        padding-bottom: 76px;
    }
    .home__bl__11 .flickity-prev-next-button.previous {
        left: 48px;
    }
    .home__bl__11 .flickity-prev-next-button.next {
        left: 102px;
    }
    .home__bl__11 .flickity-slider > div{
        width: 80%;
        margin-right: 26px;
        padding-left: 40px;
        background-position: 2px 45px;
        background-size: 24px;
    }
    .wp-block-columns.home__bl__11{
        margin: 0;
    }
    .home__bl__11 h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
        text-align: center;
        margin-bottom: 24px;
    }
    .home_bl_3 > div:last-child{
        background: black;
    }
    .home_bl_2 .bl-bottom .cl-content h3{
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
        padding: 0 24px;
    }
    .home_bl_2 > div > div > div:first-child >div > div:first-child figure:before,
    .home_bl_2 .bl-bottom .cl-content:hover figure:before,
    .home_bl_2 .bl-bottom .cl-content:hover figure:before,
    .home_bl_2 .bl-bottom .cl-content:hover figure:before{
        opacity: 1;
        visibility: visible;
    }
    .home_bl_2 .bl-bottom .cl-content img{
        filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .home_bl_2 .bl-bottom .cl-content{
        min-height: 318px;
        width: 100%;
        overflow: hidden;
        padding: 24px 0;
    }
    .home_bl_2 .bl-bottom .cl-content p{
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
        opacity: 1;
        visibility: visible;
    }
    .home_bl_2 .bl-bottom .cl-content a{
        bottom: 24px;
        opacity: 1;
        visibility: visible;
    }
    .home_bl_2 .bl-bottom{
        margin-top: 48px;
    }
    .home_bl_1 h1{
        font-size: 32px;
        font-weight: 600;
        line-height: 43.71px;
    }
    .home_bl_1 p{
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    .home_bl_1 span{
        margin-top: 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 21.86px;
    }
    .home_bl_1 .wp-block-column, body .home_bl_2{
        padding-left: 24px;
        padding-right: 24px;
    }
    .home__bl__13 > div > div:first-child{
        padding-left: 24px;
        padding-right: 0;
    }
    .home__bl__8 .fp-tableCell{
        width: 100%;
    }
    .home_bl_1 .wp-block-column{
        padding-top: 128px;
    }
    .home_bl_2 h2{
        font-size: 32px;
        font-weight: 600;
        line-height: 43.71px;
    }
    .home_bl_2 p{
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    body .home_bl_2{
        padding-top: 100px;
    }
    .home_bl_3 > div > div:first-child,
    .home_bl_3 > div:first-child{
        display: none !important;
    }
    .home_bl_3 .blg-cl-left h2:nth-child(2){
        padding-top: 195px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
    }
    .home_bl_3 .blg-cl-left h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .home_bl_3 .blg-cl-left p{
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    /*.active__mb__home{*/
    /*    position: fixed !important;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100% !important;*/
    /*    height: 100vh;*/
    /*    z-index: 99999;*/
    /*    background: white;*/
    /*}*/
    .active__mb__home .txt{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .active__mb__home .txt p{
        order: 3;
        display: block;
        color: black;
        opacity: 1;
        visibility: visible;
        color: rgba(38, 38, 38, 1);
        font-size: 14px;
        font-weight: 500;
        line-height: 19.12px;
        height: auto;
    }
    .home_bl_4{
        padding: 56px 0;
    }
    .home_bl_4 > div{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .active__mb__home .txt figure{
        display: block !important;
        height: 226.5px !important;
        min-height: 226.5px !important;
    }
    .active__mb__home .txt h3{
        color: rgba(255, 81, 14, 1) !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23FF510E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat no-repeat;
        background-position: 100% 50%;
        margin-bottom: 24px;
    }
    /*.active__mb__home .txt h3:before{*/
    /*    display: none !important;*/
    /*}*/
}
@media screen and (max-width: 1480px) and (min-width: 1200px) {
	.home_bl_2 .bl-bottom .cl-content p {
		padding-right: 24px;
	}
    .home__bl__11 .flickity-slider > div{
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
    }
    .container_form {
        padding: 56px;
    }
    .container_form h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
    }
    .container_form form > p {
        line-height: normal;
    }
    .home_bl_1 h1 {
        font-size: 58px;
        font-weight: 700;
    }
    .home_bl_1 p {
        font-size: 24px;
        font-weight: 500;
    }
    body .home_bl_2 {
        padding: 129px 80px;
    }
    .home_bl_2 h2 {
        margin-bottom: 12px;
        font-size: 48px;
        font-weight: 700;
    }
    .home_bl_2 p {
        font-size: 18px;
        font-weight: 400;
    }
    .home_bl_2 .bl-bottom {
        margin-top: 48px;
    }
    .home_bl_2 .bl-bottom .cl-content h3 {
        font-size: 24px;
    }
    .home_bl_3 .blg-cl-left h2:nth-child(2) {
        padding-top: 198px;
    }
    .home_bl_3 .blg-cl-left h2 {
        font-size: 48px;
        font-weight: 700;
        padding-left: 44px;
    }
    .home_bl_3 .blg-cl-left p {
        font-size: 18px;
        font-weight: 400;
        padding-left: 44px;
    }
    .home_bl_4 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin: 32px 0;
    }
    .home_bl_4 .txt h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
    }
    .home_bl_4 .txt p {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }
    .home__bl__13 > div > div:first-child {
        padding-top: 91px;
    }
    .home__bl__13 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 12px;
    }
    .home__bl__13 > div > div:first-child p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .latest-case-studies {
        margin-top: 48px;
        padding-bottom: 91px;
    }
    .latest-case-studies .right span:first-child {
        font-size: 20px;
        line-height: normal;
    }
    .latest-case-studies .right span:nth-child(2) {
        font-size: 16px;
        line-height: normal;
    }
    .home__bl__11 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 48px;
    }
    .home__bl__11 > div > div > div {
        padding-bottom: 100px;
    }
    .home__bl__8 {
        padding: 48px 80px 65px;
    }
    .home__bl__8 .top__title {
        margin-bottom: 48px;
    }
    .home__bl__8 .top__title h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
    }
    .home__bl__8 .top__title span {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .post-title a {
        font-size: 20px;
        line-height: normal;
    }
    .latest-posts .flickity-page-dots {
        margin-top: 48px;
    }
    .home__bl__8 .latest-posts .next, .home__bl__8 .latest-posts .previous {
        display: none;
    }
    .home__bl_9 {
        padding: 127px 0;
    }
    .home__bl_9:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        display: block;
        background-color: #fff;
        z-index: 1;
        bottom: 0;
        left: 0;
    }
    .home__bl_9 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 12px;
    }
    .home__bl_9 p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .post-title a {
        font-size: 20px;
        line-height: normal;
    }
    .latest-posts .flickity-page-dots {
        margin-top: 48px;
    }
    .home__bl__8 .latest-posts .next, .home__bl__8 .latest-posts .previous {
        display: none;
    }
    .page-template-page-home .footer {
        border: none;
    }
}
@media(max-width: 767px){
    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
        align-self: initial !important;
    }
}



@media screen and (min-device-width: 320px) and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {

    /* Đặt overflow thành scroll cho .home__slider__img > div */
    .home__slider__img > div {
        overflow: scroll;
    }

    /* Bỏ animation cho .home__slider__img figure.wp-block-gallery */
    .home__slider__img figure.wp-block-gallery {
        animation: none;
		-webkit-animation: none;
    }
}