/* Banner.css */

.swiper-circular {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 99px;
    border: 1px solid var(--bic-border-color);
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 249, 249, 0.80) 18.75%, rgba(215, 215, 215, 0.64) 100%);
    backdrop-filter: blur(5px);
    bottom: 60px !important;
}

.swiper-circular__svg{
    width: 100%;
    height: 100%;
}

.swiper-circular__progress {
    stroke: var(--bic-primary-color);
    stroke-dasharray: var(--stroke-dasharray);
    stroke-dashoffset: var(--stroke-dashoffset);
    stroke-linecap: round;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.swiper-circular .swiper-pagination-bullet {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    background: transparent;
    border: none;
    opacity: 1
}

.swiper-circular .swiper-pagination-bullet span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff
}

.swiper-circular .swiper-pagination-bullet-active{
    background: transparent;
    border: none
}

.slide-change-active .swiper-circular__progress,.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-circular__progress {
    -webkit-animation: circle-filling 3000ms linear;
    animation: circle-filling 3000ms linear
}

.swiper-circular .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bic-secondary-color);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    transition: var(--bic-transition);
}

.swiper-circular .swiper-pagination-bullet-active::before{
    background: var(--bic-primary-color);
}


@-webkit-keyframes circle-filling {
    0% {
        stroke-dashoffset: var(--stroke-dashoffset)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes circle-filling {
    0% {
        stroke-dashoffset: var(--stroke-dashoffset)
    }

    100% {
        stroke-dashoffset: 0
    }
}

.banner .slide-wrap .swiper{
    padding: 0;
}

.banner-item__inner {
    position: relative;
}

/* About.css */

.about {
    overflow: hidden;
    background: rgba(248, 156, 28, 0.08);
}

.about .sec-head__title .title-before {
    bottom: 60px;
}

.about .sec-head .sec-descript {
    max-width: 620px;
    margin-top: 40px;
}

.ContentBody.about__descript ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.ContentBody.about__descript ul li {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bic-secondary-color);
}

.ContentBody.about__descript ul li:not(:last-child) {
    margin-bottom: 30px;
}

.ContentBody.about__descript ul li span.icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1;
}

.ContentBody.about__descript ul li span.icon {
    margin-right: 10px;
}

@media (min-width: 1025px) {
    .about__col--left {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }

    .about__col--right {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
}

/* Services.css */

.services {
    position: relative;
    overflow: hidden;
}

.circle-spin {
    position: absolute;
    top: 55%;
    left: 22%;
    transform: translate(-50%, -50%);
    width: 1343px;
    height: 1343px;
}

.circle-spin__border {
    width: 100%;
    height: 100%;
    border: 1px solid var(--bic-secondary-color);
    border-radius: 50%;
}

.circle-spin-item {
    position: absolute;
    width: 39px;
    height: 39px;
    background: var(--bic-secondary-color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
}

.circle-spin-item--counterclockwise {
    width: 75px;
    height: 75px;
}

.service-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55%;
    background: url(https://demo3.bicweb.vn/wp-content/themes/thaihomes/assets/images/icon_circle1.svg) no-repeat center;
    width: 762px;
    height: 762px;
    background-size: 100% 100%;
}

.service-title__logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.service-title__text {
    color: var(--bic-secondary-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
}

.service-title__text span {
    display: block;
    color: #fff;
    margin-top: 5px;
}

.service-list {
    --thumbs: 240px;
    --thumbs-height: 580px;
    --images-height: 500px;
    --gap: 120px;
    display: flex;
    align-items: center;
    gap: var(--gap);
    padding-left: 60px;
}

.service-list__thumbs {
    flex: 0 0 auto;
    width: var(--thumbs);
    height: var(--thumbs-height);
    position: relative;
}

.circle {
    background: var(--bic-secondary-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: var(--bic-transition);
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.circle.active {
    left: 30px;
    width: 200px;
    height: 200px;
    z-index: 2;
}

.circle.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    border: 2px solid #fff;
    border-radius: 100%;
}

.circle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(var(--gap) * -1 - 10px);
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    z-index: 1;
    transition: var(--bic-transition);
}

.circle.active::after {
    width: var(--gap);
}

.circle__text {
    background: linear-gradient(270deg, #F68F00 0%, #FFB742 50%, #FF9400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.circle.active .circle__text {
    font-size: 28px;
}

.circle.pos-0 {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.circle.pos-1 {
    top: 190px;
    opacity: 1;
    pointer-events: auto;
}

.circle.pos-2 {
    top: 430px;
    opacity: 1;
    pointer-events: auto;
}

.service-list__images {
    position: relative;
    width: 100%;
}

.service-list__images-list {
    position: relative;
    background: var(--bic-gradient-color);
    overflow: hidden;
    height: var(--images-height);
    border-radius: var(--bic-border-radius);
    border: 2px solid #fff;
}

.service-item {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease;
}

.service-item.active {
    opacity: 1;
    transform: translateX(0);
}

.service-item__inner {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 90px;
    width: 100%;
    height: 100%;
    border-radius: var(--bic-border-radius);
}

.service-item__info {
    max-width: 345px;
}

.service-item__title {
    color: var(--bic-secondary-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-item__descript {
    color: #fff;
    margin: 8px 0;
}

.service-item__more a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.service-list__nav-item {
    --background-color: transparent;
    --background-hover-color: transparent;
    --color-text: #fff;
    --color-hover-text: #fff;
    --btn-width: 38px;
    --btn-height: 38px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 100%;
    width: var(--btn-width);
    height: var(--btn-height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.service-list__nav-item svg {
    stroke-width: 3px;
    width: 38px;
    height: 38px;
}

#service-prevBtn {
    top: calc(var(--btn-width)*-1 - 10px);
}

#service-nextBtn {
    bottom: calc(var(--btn-width)*-1 - 10px);
}

.service-list__nav button:hover {
    background: #cc7a00;
}

/* Projects.css */

.project .sec-head {
    margin-bottom: 40px;
    margin-left: var(--bic-grid-gap);
}

@media only screen and (min-width: 1025px) {
    .project .sec-head {
        margin-left: calc((100vw - 8px - var(--bic-container-width)) / 2 + var(--bic-grid-gap));
    }
}

.project-slide__images {
    position: relative;
    overflow: hidden;
    border-top-right-radius: var(--bic-border-radius);
    border-bottom-right-radius: var(--bic-border-radius);
}

.project-item__image__achie {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10%;
    width: 8%;
}

.project-slide__info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

.project-slide__info__inner {
    display: block;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    padding: 30px;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 249, 249, 0.80) 18.75%, rgba(215, 215, 215, 0.64) 100%);
    backdrop-filter: blur(5px);
}

.project-slide__info:hover .swiper-control-absolute .swiper-next {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    right: calc(var(--btn-width)*-1 - 10px);
}

.project-slide__info:hover .swiper-control-absolute .swiper-prev {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: calc(var(--btn-width)*-1 - 10px);
}

.project-slide__info .swiper-pagination {
    position: absolute;
    width: 300px !important;
    margin: 0;
    bottom: 0;
    right: 0;
    left: unset !important;
    transform: none !important;
}

.project-slide__info .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
    background-size: cover;
    border-radius: var(--bic-border-radius);
    border-color: transparent;
    border-width: 2px;
}

.project-slide__info .swiper-pagination-bullet-active {
    border-color: var(--bic-primary-color);
}

.project-item__info {
    position: relative;
    max-width: 380px;
}

.project-item__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--bic-secondary-color);
    margin-bottom: 10px;
}

.project-item__meta-item {
    font-weight: 500;
    color: var(--bic-secondary-color);
}

.project-item__meta-item:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.50);
}

.project-item__meta-item svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-right: 8px;
}

.project-item__excerpt {
    margin: 8px 0;
}

.project-item__link a {
    color: var(--bic-text-color);
    text-transform: uppercase;
    font-weight: bold;
}

.project-map__inner {
    position: relative;
    margin-top: 60px;
}

.project-map__icon {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5%;
}

.project-map__icon-1 {
    top: 10.5%;
    left: 37.5%;
}

.project-map__icon-2 {
    top: 11%;
    left: 34%;
}

.project-map__icon-2 {
    top: 11%;
    left: 34%;
}

.project-map__icon-3 {
    top: 43%;
    left: 55%;
}

.project-map__icon-4 {
    bottom: 17.5%;
    left: 22.5%;
}

.project-map__icon-5 {
    bottom: 13%;
    left: 39%;
    width: 11.7%;
}

.project-map__icon-marker {
    margin-bottom: -1px;
    filter: drop-shadow(var(--bic-shadow-sm));
    animation: translateAndFlip 1.5s infinite;
}

/* .project-map__icon-5 .project-map__icon-marker {
    animation: translateAnd 1.5s infinite;
} */

.project-map__icon-dot {
    position: relative;
    width: 14px;
    height: 5px;
    background: var(--bic-primary-color);
    border-radius: 100%;
}

.project-map__icon-dot::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: var(--bic-primary-color);
    border-radius: 50%;
    animation: ripple 1.5s infinite;
}

.project-list .row{
    row-gap: calc(var(--bic-grid-gap) * 2);
}

.project2-item__inner{
    position: relative;
    overflow: hidden;
    border-radius: var(--bic-border-radius);
}

.project2-item__image{
    padding-top: 75%;
}

.project2-item__image .project-item__image__achie{
    width: 15%;
    top: 3px;
    right: 30px;
}

.project2-item__info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,0) 100%);
}

.project2-item__info .project-item__title{
    color: var(--bic-primary-color);
}

.project2-item__info .project-item__meta-item{
    color: #fff;
}

.project2-item__info .project-item__meta-item.meta-status{
    color: var(--bic-primary-color);
}

.project2-item__info .project-item__link a{
    color: #fff;
}

.project2-item__info .project-item__meta-item:not(:last-child){
    border-color: #fff;
}

/* Fullvideo.css */

.full-video .sec-head {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    top: 160px;
}

.full-video .sec-head__title .title {
    color: #fff;
}

.full-video__cover {
    width: 100vw;
    height: 100vh;
    display: block;
    object-fit: cover;
    transform: scale(.9);
}

.full-video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.full-video__btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    transition: none;
}

.full-video__btn span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #6b361a45;
    border-radius: 100%;
    border: 1px solid var(--bic-primary-color);
    color: var(--bic-primary-color);
    backdrop-filter: blur(5px);
}

.full-video__btn svg {
    fill: currentColor;
    width: 32px;
    height: 32px;
}

/* News */

.news{
    background-color: var(--bic-primary-color);
    padding: 90px 0;
}

.news .btn.btn--primary{
    --background-color: var(--bic-secondary-color);
    --color-text: #fff;
}

/* Animations.css */

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@keyframes translateAndFlip {
    0% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-6px) rotateY(180deg);
    }

    100% {
        transform: translateY(0px) rotateY(180deg);
    }
}

@keyframes translateAnd {
    0% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
    .swiper-circular{
        padding: 8px 15px;
    }
    .swiper-circular .swiper-pagination-bullet{
        width: 40px;
        height: 40px;
    }
    .swiper-circular .swiper-pagination-bullet::before {
        width: 14px;
        height: 14px;
    }
    .about .sec-head .sec-descript{
        margin-top: 30px;
    }
    .ContentBody.about__descript ul{
        margin-top: 30px;
    }
    .ContentBody.about__descript ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .service-list{
        --thumbs: 210px;
        --thumbs-height: 492px;
        --images-height: 380px;
        --gap: 100px;
        padding-left: 30px;
    }
    .circle{
        width: 120px;
        height: 120px;
    }
    .circle.active{
        width: 170px;
        height: 170px;
    }
    .circle.pos-1{
        top: 160px;
    }
    .circle.pos-2 {
        top: 370px;
    }
    .circle__text{
        font-size: 16px;
    }
    .circle.active .circle__text{
        font-size: 24px;
    }
    .service-title__text{
        font-size: 30px;
    }
    .service-title::before{
        right: -65%;
        width: 660px;
        height: 660px;
    }
    .service-title__logo img{
        width: 90%;
    }
    .circle-spin{
        width: 1100px;
        height: 1100px;
    }
    .circle-spin-item{
        width: 32px;
        height: 32px;
    }
    .circle-spin-item--counterclockwise {
        width: 60px;
        height: 60px;
    }
    .service-item__inner{
        padding-left: 60px;
    }
    .service-item__info{
        max-width: 300px;
    }
    .service-item__title{
        font-size: 20px;
    }
    .project-item__title{
        font-size: 22px;
    }
    .project-item__info{
        max-width: 360px;
    }
    .project-slide__info .swiper-pagination{
        width: 270px !important;
    }
    .project-slide__info .swiper-pagination-bullet{
        width: 80px;
        height: 80px;
    }
    .full-video .sec-head{
        top: 120px;
    }
    .full-video__btn span.icon{
        width: 80px;
        height: 80px;
    }
    .full-video__btn a{
        font-size: 20px;
    }

}

@media only screen and (max-width: 1440px) {
    .service-list__nav-item svg{
        stroke-width: 2px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .swiper-circular{
        padding: 6px 10px;
    }
    .swiper-circular .swiper-pagination-bullet{
        width: 32px;
        height: 32px;
    }
    .swiper-circular .swiper-pagination-bullet::before {
        width: 12px;
        height: 12px;
    }
    .about .sec-head__title .title-before{
        bottom: 50px;
    }
    .about .sec-head .sec-descript{
        margin-top: 30px;
    }
    .ContentBody.about__descript ul{
        margin-top: 30px;
    }
    .ContentBody.about__descript ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .service-list{
        --thumbs: 188px;
        --thumbs-height: 450px;
        --images-height: 345px;
        --gap: 100px;
        padding-left: 30px;
    }
    .circle{
        width: 120px;
        height: 120px;
    }
    .circle::after{
        right: calc(var(--gap) * -1 - 8px);
    }
    .circle.active{
        width: 150px;
        height: 150px;
    }
    .circle.pos-1{
        top: 150px;
    }
    .circle.pos-2 {
        top: 330px;
    }
    .circle__text{
        font-size: 16px;
    }
    .circle.active .circle__text{
        font-size: 20px;
    }
    .service-title__text{
        font-size: 28px;
    }
    .service-title::before{
        right: -60%;
        width: 600px;
        height: 600px;
    }
    .circle-spin{
        width: 1000px;
        height: 1000px;
    }
    .circle-spin-item{
        width: 32px;
        height: 32px;
    }
    .circle-spin-item--counterclockwise {
        width: 60px;
        height: 60px;
    }
    .service-item__inner{
        padding-left: 46px;
    }
    .service-item__info{
        max-width: 290px;
    }
    .service-item__title{
        font-size: 18px;
    }
    .service-title__logo img{
        width: 85%;
    }
    .project-item__title{
        font-size: 18px;
    }
    .project-item__info{
        max-width: 330px;
    }
    .project-slide__info__inner{
        padding: 20px;
    }
    .project-slide__info .swiper-pagination{
        width: 240px !important;
    }
    .project-slide__info .swiper-pagination-bullet{
        width: 70px;
        height: 70px;
    }
    .full-video .sec-head{
        top: 90px;
    }
    .full-video__btn span.icon{
        width: 70px;
        height: 70px;
    }
    .full-video__btn a{
        font-size: 18px;
    }
    .news{
        padding: 80px 0 60px;
    }
}

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

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .ContentBody.about__descript ul li:not(:last-child){
        margin-bottom: 16px;
    }
}